/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,big,em,img,small,strong,sub,sup,b,u,i,center,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}body{line-height:130%}table{border-collapse:collapse;border-spacing:0}a:link,a:visited,a:hover,a:active{text-decoration:none}ins{text-decoration:none;}del{text-decoration:line-through;}.clear{display:block;clear:both;float:none!important}.clearfix{display:inline-block;}html[xmlns] .clearfix{display:block;}* html .clearfix{height:1%}.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}*:focus{outline:0;}
html { overflow-y: scroll;} /* fix scrollbar shift issue on short pages */
/* Utility Classes ********************************************** */
.bottomborder {
     padding-bottom: 8px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #666;
}
.dropshadow {
   -moz-box-shadow: 4px 4px 4px #ccc;
   -webkit-box-shadow: 4px 4px 4px #ccc;
   box-shadow: 4px 4px 4px #ccc;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}  
.strong {font-weight: bold;}
.right {float: right; margin-left: 15px; margin-bottom: 5px;}
.left {float: left; margin-right: 15px; margin-bottom: 5px;}
.upper {text-transform: uppercase;}
.no-spacing {margin: 0; padding: 0;}
.center {text-align: center}
.img-center {display: block; margin: 0 auto;}
.valign-bottom {vertical-align: bottom;}  
.valign-middle {vertical-align: middle;} 
.valign-top {vertical-align: top;} 

/* Basic elements ********************************************** */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 150%;
	background: url(../dx/bg-tile.gif/$file/bg-tile.gif) repeat top left #ebebe2;
	padding-bottom: 20px;
   -webkit-text-size-adjust: 100%;  /* Fix text size rendering issue in mobile Safari */
}
#main {
	width: 960px;
	margin: 0 auto;
}
#main>* {
	float: left;
}
a {
	color: #333;
	cursor: pointer;
}
h1, h2, h3 {
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	color: #003466;
}
h1 a, h2 a, h3 a {
	color: inherit;
}
h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
	color: #003466;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
p {
	padding: 0 0 8px 0;
}
ul, ol {
	padding: 0 0 8px 20px;
}
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
input, textarea, button, select {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #999;
	color: #555;
}
input[type=submit],
input[type=image],
input[type=reset],
button {
	cursor: pointer;
}
input[type=image] {
	border: 0 none;
}
/* Header ********************************************** */
#link-bar {
  height: 22px;
  width: 100%;
  background: url(../dx/bg-linkbar.gif/$file/bg-linkbar.gif) repeat top left #fff;
  border-bottom: 1px solid #ECECEC;
  -moz-box-shadow: 0 2px 3px #ccc;
   -webkit-box-shadow: 0 2px 3px #ccc;
   box-shadow: 0 2px 4px #ccc;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
} 
#link-bar p {
  line-height: 19px;
  height: 19px;
  padding-top: 2px;
  font-size: 12px;
  color: #4F4F4F;
  text-align: center;
}
#link-bar a {
  color: #3A80BB;
}
#link-bar a:hover {
	text-decoration: underline;
}
ul.nav,
.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.nav li,
.nav ul li {
	display: inline;
}
.nav a {
	color: inherit;
}
#logo a {
	width: 250px;
   padding-top: 12px;
   display: block;
   float: left;
}
#search {
	width: 690px;
	text-align: right;
    float: right;
    margin-right: 9px;
    margin-bottom: 5px;
    padding-top: 12px;
}
#search {
	height: 25px;
}
#search input[type=text] {
	width: 219px;
    font-size: 12px;
    line-height: 12px;
	padding: 5px 5px 3px 5px;
	margin: 0;
	float: right;
   border-right: 0;
   border-bottom: 1px solid #8b8a8f;
   border-left: 1px solid #8b8a8f;
   border-top: 1px solid #8b8a8f;
   -moz-box-shadow:inset 2px 2px 0 #ECECEC;
   -webkit-box-shadow:inset 2px 2px 0 #ECECEC;
   box-shadow:inset 2px 2px 0 #ECECEC;
   -moz-border-radius-topleft: 3px;
   -moz-border-radius-bottomleft: 3px;
   -webkit-border-top-left-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   border-radius: 3px 0 0 3px;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
#search input[type=image] {
	float: right;
    border-bottom: 1px solid #8b8a8f;
    border-right: 1px solid #8b8a8f;
    border-top: 1px solid #8b8a8f;
    border-left: 0;
    padding: 1px 2px 1px 0;
   -moz-border-radius-topright: 3px;
   -moz-border-radius-bottomright: 3px;
   -webkit-border-top-right-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
   border-radius: 0 3px 3px 0;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
div.searchpageresults {
	border-bottom: 1px solid #c1c1c1;
	margin: 7px 0;
	padding-bottom: 7px;
}
#navigation {
	width: 690px;
    height: 25px;
	text-align: right;
    float: right;
    margin-right: 9px;
}
#navigation ul {
    float: right;
    width: auto;
}
#navigation a {
    float: left;
    display: block;
    color: #326698;
    border: 1px solid transparent;
	font-size: 14px;
	padding: 0 6px;
    margin-right: 1px;
	font-weight: bold;    
	height: 25px;
	line-height: 25px;    
}
#navigation a:hover {
	background: #317bb8;
   color: #fff;
   border: 1px solid #317bb8;
    border-bottom: none;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0 0;	
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
#navigation a.active {
   background: #638DC8;
   color: #fff;
   border: 1px solid #638DC8;
    border-bottom: none;
   cursor: default;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0 0;	
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
#navigation .last a {
   margin-right: 0;
}
/* Content  ********************************************** */
#content-top {
	height: 10px;
	width: 958px;
    background-color: #638DC8;
	border: 1px solid #638DC8;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-radius: 13px 13px 0 0;
    behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
#content-wrapper {
   float: left;
   background: url(../dx/column-bg.gif/$file/column-bg.gif) left top repeat-y #f9fbfd;   
   padding-bottom: 20px;
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-radius: 0 0 13px 13px;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
#content-wrapper>* {
	float: left;
}
#content-wrapper-bg {   
   float: left;
   width: 960px;
}
#content {
    float: left;
    width: 700px;
    font-size: 14px;
    font-family: 'Myriad Web Pro', 'Helvetica Neue', Arial, sans-serif;    
}
#content-bg {
	float: left;
	width: 650px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#content h1 {
	font-size: 24px;
    line-height: 110%;
	color: #4F4F4F;
	font-weight: normal;
}
#content h2 {
	font-size: 20px;
    line-height: 110%;
	color: #4F4F4F;
	font-weight: normal;
}
#content h3 {
	font-size: 18px;
    line-height: 110%;
	color: #4F4F4F;
	font-weight: normal;
}
#content h4 {
	font-size: 16px;
    line-height: 110%;
	color: #4F4F4F;
    font-weight: normal;
}
#content h5 {
	font-size: 14px;
    line-height: 110%;
	color: #4F4F4F;
	font-weight: normal;
}
#content p {
    color: #4F4F4F;
    font-size: 14px;	
	padding-bottom: 15px;	
}
#content blockquote {
    padding-left: 10px;
    margin-left: 20px;
    border-left: 3px solid #638DC8;
    color: #4F4F4F;
    font-size: 14px;
	line-height: 130%;
}
#content label {
	display: block;
}  
#content ul li {
    color: #4F4F4F;
    font-size: 14px;
    padding-bottom: 8px;
}
#content a {
	color: #3A80BB;
    float: none;
}
#content a:hover {
	text-decoration: underline;
}
#content-nav {
  padding: 0 25px;
  margin: 20px 0;  
}
#content-nav li {
  list-style-type: none;  
  float: right;
}
#content-nav li:first-child {
	float: left;
}
#content .page-header h2 {
  padding-bottom: 6px;
  font-size: 24px;
  border-bottom: 1px dashed #ECECEC;
  margin-bottom: 20px;
}
  
/* Sidebar ********************************************** */
#sidebar {
	width: 212px;
	padding: 8px 10px 14px 12px;
	font-size: 14px;
    float: right;
    overflow: hidden;
}
#sidebar h3 {
    font-size: 14px;
    line-height: 110%;
	color: #4F4F4F;
	font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
}
#sidebar h3.sidebar-box {
	padding-left: 0; 
}
#sidebar p {
  padding: 0;
  line-height: 130%;
}
#sidebar ul {
	padding: 0 0 0 10px;
    color: #4F4F4F;
    font-size: 12px;
}
#sidebar ul li {
	list-style-type: none;
   float: none;
}
#sidebar ol {
   padding: 10px 0 5px 20px;
}
#sidebar ol li {
   padding: 0 0 3px 0;
   float: none;
}
#sidebar a:hover {
  text-decoration: underline;
}
.sidebar-item {
  border-bottom: 1px dashed #ECECEC;
  padding-bottom: 10px;
  padding-top: 10px;
}
#sidebar #highlighted li {
  list-style-type: disc;
  margin-left: 8px;
  padding-bottom: 8px;
}
#sidebar #highlighted li:last-child {
  padding-bottom: 0px;
}
#sidebar #highlighted a:hover {
  color: #3A80BB;
  text-decoration: none;
}
#follow-box {
  margin-bottom: 10px;
}
#follow-box img {
  margin-top: -10px;
}
/* Footer ********************************************** */
#copyrights {
	color: #336699;
}
#copyrights a {
	color: #336699;
	font-size: 12px;
	line-height: 16px;
}
#navigation-footer {
	width: 100%;
	color: #326698;
	font-size: 12px;
   margin-top: 30px;
}
#navigation-footer a {
	color: #326698;
	padding-right: 5px;
	margin-right: 3px;
	border-right: 1px solid #326698;
}
#navigation-footer a:hover, #copyrights a:hover {
	text-decoration: underline;
}
#navigation-footer .last a {
	margin-right: 0;
	padding-right: 0;
	border-right: 0 none;
}
#copyrights {
	font-size: 12px;
    margin-top: 10px;
}
/* Post Elements ********************************************** */
.post-header {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #ECECEC;
  margin-bottom: 20px;
}
#content .post-header h1 {
  padding-bottom: 6px;
}
#content .post-header p {
  font-size: 12px;
  margin: 0;
  padding-bottom: 5px;  
  display: inline;
}
#content .post-info-top {
  float: left;
  width: 200px;
}
.post-footer {
  float: left;
  width: 100%;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  margin: 20px 0;
  padding: 10px 0;
}
#content .post-info-bottom {
  font-size: 12px;
}
#content .post-info-bottom h3 {
  padding-top: 10px;
}
#content .post-info-bottom ul {
  padding-top: 5px;
}
#content .post-info-bottom ul li {
  list-style-type: none;
  padding: 2px 0;
}
.item-header {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #ECECEC;
  margin-bottom: 20px;
}
#content .item-header h2 {
  padding-bottom: 6px;
  font-size: 24px;
}
#content .item-header h2 a {
  color: #4F4F4F;
}
#content .item-header h2 a:hover {
  color: #3A80BB;
  text-decoration: none;
}
#content .item-header p {
  font-size: 12px;
  margin: 0;
  padding-bottom: 5px;  
  display: inline;
}
.item-footer {
  padding-bottom: 10px;
  border-bottom: 1px solid #B7B7B7;
  margin-bottom: 50px;
}
/* Sharing Buttons ********************************************** */
.social-buttons-hz {
  float: right;
  width: 450px; 
}
#content .social-buttons-hz ul {
  list-style-type: none;
  float: right;
}
#content .social-buttons-hz ul li {
  display: block;
  float: right; 
  padding-bottom: 0;
  font-size: 12px;
}
#content .social-buttons-hz ul li:last-child {
  margin-right: 10px;
}
.social-buttons-vt {
  float: left;
  width: 400px;
  margin-right: 10px;
  padding: 0;
}
#content .social-buttons-vt ul {
  list-style-type: none;
  float: left;
  padding: 0 0 5px 0;
}
#content .social-buttons-vt ul li {
  display: block;
  float: left; 
  padding: 0;
  margin: 0 10px 0 0;
}
#content .social-buttons-vt p {
  padding: 5px 0 0 0;
  text-align: center;
}
#sidebar #social-buttons {
  width: auto;
  float: left;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ECECEC;
    border: 1px solid #ECECEC;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px; 
   border-radius: 5px 5px 5px 5px;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);  
}
#sidebar #social-buttons ul {
   list-style-type: none;
   float: left;
   padding-bottom: 0;
}
#sidebar #social-buttons ul li {
  display: block;
  float: left;
  padding-bottom: 2px;  
  margin-right: 10px;
  line-height: 80%;
}
#sidebar #social-buttons ul li:hover {
  margin-top: 2px;
  padding-bottom: 0;
}
/* Lightbox  ********************************************** */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../dx/overlay.png/$file/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/icons/ecblank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../dx/overlay.png/$file/overlay.png", sizingMethod="scale");
}


/* Boxes ********************************************** */
.sidebar-tile {
    width: auto;
    float: left;
    margin-top: 20px;
    background-color: #638DC8;
    border: 1px solid #638DC8;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px; 
   border-radius: 5px 5px 5px 5px;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
.sidebar-tile a {
   display: block;
   float: left;
   padding: 10px 15px 0 5px;
}
.sidebar-tile a:hover {
    background-color: #317bb8;
}
#main .sidebar-tile p {
   float: left;  
   color: #fff;
}
.sidebar-tile img {
   float: left; 
   display: block;
   width: auto;
   padding-right: 6px; 
}
.sidebar-tile .header {
    font-size: 16px;
    font-weight: bold;
}
.portal-tile {
    width: 275px;
    float: left;
    margin: 10px 30px 10px 0;
    background-color: #ECECEC;    
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-topright: 8px;
   -moz-border-radius-bottomleft: 8px;
   -moz-border-radius-bottomright: 8px;
   -webkit-border-bottom-left-radius: 8px;
   -webkit-border-bottom-right-radius: 8px;
   -webkit-border-top-left-radius: 8px;
   -webkit-border-top-right-radius: 8px; 
    border-radius: 8px 8px 8px 8px;
   -moz-box-shadow: 2px 2px 2px #ccc;
   -webkit-box-shadow: 2px 2px 2px #ccc;
   box-shadow: 2px 2px 2px #ccc;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
#content .portal-tile a {
   display: block;
   width: 265px;
   float: left;
   padding: 10px 5px 0 5px;
   border: 1px solid #D7D7D7;     
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-topright: 8px;
   -moz-border-radius-bottomleft: 8px;
   -moz-border-radius-bottomright: 8px;
   -webkit-border-bottom-left-radius: 8px;
   -webkit-border-bottom-right-radius: 8px;
   -webkit-border-top-left-radius: 8px;
   -webkit-border-top-right-radius: 8px; 
   border-radius: 8px 8px 8px 8px;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
#content .portal-tile a:hover {
    text-decoration: none;
    border: 1px solid #ACACAC;     
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-topright: 8px;
   -moz-border-radius-bottomleft: 8px;
   -moz-border-radius-bottomright: 8px;
   -webkit-border-bottom-left-radius: 8px;
   -webkit-border-bottom-right-radius: 8px;
   -webkit-border-top-left-radius: 8px;
   -webkit-border-top-right-radius: 8px; 
   border-radius: 8px 8px 8px 8px;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
.portal-tile img {
   vertical-align: middle;
   float: left;
   margin-right: 6px; 
}
.portal-tile img.inline {
   vertical-align: middle;
   float: none;
   padding: 0; 
}
#content .portal-tile h3 {
   float: left; 
   font-size: 24px;
   line-height: 28px;
   padding: 5px 0 0 0;
   margin: 0px
}
#content .portal-tile p {
   clear: both;
   float: left;
   width: 270px;
   padding: 0 0 5px 5px;
   margin-top: 3px;
}
.large-box {
    width: 655px;
    float: left;
    margin-top: 10px;
    padding: 10px;
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px; 
   border-radius: 5px 5px 5px 5px;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
.small-box {
    width: 275px;
    padding: 10px;
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px; 
   border-radius: 5px 5px 5px 5px;
   -moz-box-shadow: 4px 4px 4px #ccc;
   -webkit-box-shadow: 4px 4px 4px #ccc;
   box-shadow: 4px 4px 4px #ccc;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);  
}
.auto-box {
    width: auto;
    float: left;
    padding: 10px;
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px; 
   border-radius: 5px 5px 5px 5px;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);  
}
/* Simple Table  ********************************************** */
table.simple {
	border-collapse: collapse;
	text-align: left;
	border: 0;
}
table.simple th {
	font-weight: bold;
    width: 160px;
}
table.simple td {
	padding: 5px 15px;
}
table.simple .cv_version {
  width: 50px;
}
table.simple .cv_date {
  width: 150px;
}
table.simple .cv_release {
  width: 150px;
}

