/* 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);
}  
#content .strong {font-weight: bold;}
#content .right {float: right; margin-left: 15px; margin-bottom: 5px;}
#content .left {float: left; margin-right: 15px; margin-bottom: 5px;}
#content .upper {text-transform: uppercase;}
#content .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: 12px;
	color: #333;
	line-height: 130%;
	background: url(../dx/bg.jpg/$file/bg.jpg) repeat-x top left #d1dfe8;
	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: 0px;
	padding: 0px 0px 10px 0px;
	color: #003466;
}
h1 a, h2 a, h3 a {
	color: inherit;
}
h4, h5, h6 {
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	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: 0px 0px 8px 0px;
}
ul, ol {
	padding: 0px 0px 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 ********************************************** */
ul.nav,
.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.nav li,
.nav ul li {
	display: inline;
}
.nav a {
	color: inherit;
}
#logo {
	width: 250px;
	padding-top: 40px;
   display: block;
   float: left;
}
#secondary-nav,
#navigation,
#search {
	width: 690px;
	text-align: right;
    float: right;
    margin-right: 9px;
}
#secondary-nav {
    padding-top: 10px;
    padding-bottom: 10px;
} 
#secondary-nav li {
   padding-left: 5px;
} 
#secondary-nav a {
    height: 12px;
    font-size: 12px;
    color: #326698;	
    float: none;
    padding-right: 5px;
    border-right: 1px solid #326698;	
}
#secondary-nav a:hover {
    text-decoration: underline;
    border-right: 1px solid #134e78;	
}
#secondary-nav .last a {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
#secondary-nav .last a:hover {
	border-right: 0;
}
#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: 0.5em 0;
	padding-bottom: 0.5em;
}
#navigation {
	height: 25px;
	padding-top: 5px;
}
#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: #FFF;   
   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;
   background: transparent url(../dx/content-column-bg.gif/$file/content-column-bg.gif) left top repeat-y;
}
#content {
    float: left;
    width: 725px;
    font-size: 14px;
    font-family: 'Myriad Web Pro', 'Helvetica Neue', Arial, sans-serif;    
}
#content-bg {
	float: left;
	width: 675px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#main .no-sidebar {
   width: 960px;
}
.no-sidebar #content-bg {
   width: 910px;
}
#main .single-column-grey {
   width: 960px;
   padding: 0;
   margin: 0;
   background: #fff url(../dx/grey-gradient.gif/$file/grey-gradient.gif) left top repeat-x;
}
.single-column-grey #content {
   width: 725px;
   margin: 20px auto;
   float: none;
   background: #fff;
}
.single-column-grey #content-bg {
    background: #fff;
    -webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    -moz-border-radius-bottomleft: 13px;
    -moz-border-radius-bottomright: 13px;
	border-radius: 13px 13px 13px 13px;
    behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
#content h1 {
	font-size: 24px;
    line-height: 110%;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #4F4F4F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: normal;
}
#content h2 {
	font-size: 20px;
    line-height: 110%;
	margin-bottom: 10px;
	color: #4F4F4F;
	font-weight: normal;
}
#content h3 {
	font-size: 18px;
    line-height: 110%;
	margin-bottom: 10px;
	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;
	line-height: 130%;
	padding-bottom: 15px;	
}
#content blockquote {
    padding-left: 15px;
    padding-bottom: 15px;
    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 Tabs ********************************************** */
#content #tabs {
	background: #FFF url(../dx/bg-tabs-area.jpg/$file/bg-tabs-area.jpg) repeat-x left top;
	float: left;
	width: 635px;
}
#content .tab-title {
	background: #f5f5f5;
	border: 1px solid #c0e1f2;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
   font-weight: bold;
	padding: 0 6px;
	margin-right: 3px;
	float: left;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-radius: 3px 3px 0 0;
}
#content .tab-title.first {
	margin-left: 10px;
}
 #content.tab-title:hover,
#content .tab-title.active {
	background: #FFF;
	border-bottom: 0 none;
	height: 29px;
}
#content .tab-content {
	float: left;
	width: 100%;
	padding-top: 17px;
}
#content .tab-content li {
  float: left;
  width: 161px;
}
#content .tab-content li.last {
  width: 151px;
}
#content .tab-content li span {
  float: left;
	font-size: 12px;
	color: #0276b1;
}
#content .tab-content ul.normal-list li, #content .tab-content ol.normal-list li {
   float: none;
   width: auto;
}
/* Sidebar ********************************************** */
#sidebar {
	width: 212px;
	padding: 8px 10px 14px 12px;
	font-size: 14px;
    float: left;
    overflow: hidden;
}
#sidebar h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
   color: #4F4F4F;
	padding-left: 7px;
}
#sidebar ul {
	padding: 0;
}
#sidebar li {
	list-style-type: none;
}
#sidebar li a {
	float: left;
	width: 200px;
	padding-left: 6px;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	color: #3a80bb;
}
#sidebar li.current a {
    font-weight: bold;
    background: #ebf2f8;
    border-top: 1px solid #9fcfe6;
    border-bottom: 1px solid #9fcfe6;
}
#sidebar li a:hover {
	font-weight: bold;
}
#sidebar li.current a:hover {
   cursor: default;
}
#sidebar li.last a {
	border-bottom: 0 none;
}

/* Footer ********************************************** */
#social-networks {
	color: #6a8cb9;
	padding-top: 10px;
	width: 100%;
	font-size: 13px;
}
#social-networks a img {
	margin: 0 3px -6px 2px;
}
#social-networks h3 {
	font-size: 13px;
	color: #369;	
}
#footer,
#copyrights {
	color: #336699;
}
#footer a,
#copyrights a {
	color: #336699;
	font-size: 12px;
	line-height: 16px;
}
#footer {
	width: 100%;
	margin-top: 10px;
}
#footer a {
	color: #33669C;
}
#footer a:hover {
	color: #336699;
	font-weight: bold;
}
.footer-block {
	float: left;
	padding-right: 0px;
	width: 155px;
}
.footer-block h3 {
	font-size: 14px;
	padding: 0 0 5px 0;
	color: #336699;
}
.footer-block ul {
	padding: 0;
	font-size: 13px;
}
.footer-block li {
    clear: both;
	list-style-type: none;
}
.footer-block.newsletter {
	width: 160px;
	float: left;
	padding: 0;
   overflow: hidden;
}
#footer .footer-block.newsletter input[type=text] {
	width: 144px;
	height: 16px;
	padding: 0;
}
#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;
}
/* Homepage Main Graphics ********************************************** */
#slideshow {
  overflow: hidden;
	height: 310px;
	width: 100%;
	background: #192741;
	-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);
}
.slide {
	float: left;
	height: 310px;
}
.slide .slide-link {
	float: left;
	margin: 10px 0 0 75px;
}
.slide .slide-link img {
   /* fix for IE alpha-tranparency issue that otherwise creates a black border around img during transition */
   background-color: #192741;  
}
#controls {
  margin: -110px 0 0 0;
  float: left;
  width: 100%;
  text-align: center;
  height: 30px;
  position: relative;
}
#controls a {
  height: 12px;
  width: 12px;
  background: #99999b;
  margin: 0 5px;
  padding: 0 6px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;	
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-radius: 3px;
}
#controls .active {
  background: #cdcdcd;
}


/* Homepage Benefits Section ********************************************** */
#benefits {
	background: #8b8a8f;
	color: #FFF;
    padding-left: 40px;
    width: 920px;
}
#benefits a {
	color: inherit;
}
.benefits {
	float: left;
	height: 70px;
	padding: 15px 30px 0 60px;
	font-size: 14px;
	background: url(../dx/bg-arrow.png/$file/bg-arrow.png) no-repeat 35px 11px;
}
.benefits:hover {
	background: url(../dx/bg-arrow-h.png/$file/bg-arrow-h.png) no-repeat 34px 10px;
}
.benefits h3 {
	padding: 0 0 5px 0;
	color: #FFF;
}
.benefits p {
   line-height: 130%;
}
.benefits.first {
	width: 210px;
   padding-right: 40px;
}
.benefits.second {
	width: 210px;
}
.benefits.third {
	width: 210px;
}

/* Homepage Credibility********************************************** */
#featured-video {
	width: 324px;
	padding-left: 25px;
}
#featured-video h3 {
	color: #316698;
}
#certificate {
	width: 265px;
	color: #666666;
	text-align: center;
	font-size: 13px;
}
#certificate img#gtd-enabled {
	margin: 58px 0 20px 0;
}
#certificate a {
	color: #346699;
    float: none;
}
#certificate a:hover {
	text-decoration: underline;
}
#certificate a img {
	margin-bottom: -3px;
	padding-right: 5px;
}
#white-bg {
	background: #FFF;
	width: 100%;
	padding-top: 25px;
	height: 250px;
}
#white-bg>div {
	float: left;
}


/* Homepage Testimonial Slider ********************************************** */
#testimonials {
	width: 310px;
	border-left: 1px dotted #CCC;
	height: 215px;
	overflow: hidden;
	padding: 0px 25px 0 10px;
}
#testimonials h3 {
	color: #336598;
}
#testimonial-controls {
  float: right;
  margin-top: -25px;
  margin: -23px 25px 0 0;
}
.testimonial {
	float: left;
	width: 100%;
	height: 215px;
	font-size: 14px;
}
.testimonial p {
	color: #666666;
    line-height: 130%;
}
.testimonial div.meta {
   margin-top: 10px;
}
.testimonial .meta img {
   float: left;
   margin-right: 25px;
   margin-bottom: 10px;
   margin-left: 0;
}
.testimonial .meta p {
  font-style: normal;
}


/* Homepage Organizations Carousel ********************************************** */
#carousel {
	float: left;
	width: 878px;
	height: 70px;
	background: #FFF;
	border: 1px solid #d1d2d4;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 0 0 10px 10px;
    behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);
}
#carousel img {
	cursor: pointer;
}
#carousel li span {
	position: absolute;
	display: block;
	margin: -45px 0 0 0;
	width: 108px;
	text-align: center;
	color: #FFF;
	height: 25px;
	padding-top: 12px;
}
#carousel a {
   float: none;
}
#stripe {
	background: #317bb8; 
	height: 25px;
	line-height: 25px;
	color: #FFF;
	width: 943px;
	padding-left: 15px;
	font-size: 12px;
	border-left: 1px solid #d1d2d4;
	border-right: 1px solid #d1d2d4;
}
/* Lightboxes ********************************************** */
.popup {
	width: 300px;
}
.popup h2 {
	font-size: 18px;
    line-height: 100%;
	margin-bottom: 10px;
	color: #4F4F4F;
	font-weight: normal;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
}
.popup p {
    color: #4F4F4F;
    font-size: 14px;
	line-height: 130%;
	padding-bottom: 15px;	
}
.popup a {
	color: #3A80BB;
    float: none;
}
.popup a:hover {
	text-decoration: underline;
}  
.lightbox {
    width: auto;
    border: 1px solid #FFF;
}
.overview-column-left .lightbox:hover, .overview-column-right .lightbox:hover {
   border: 1px solid #ACACAC;
}
.lightbox-title {
    text-align: left; 
} 
.lightbox-title b { 
    display: block; 
    margin-right: 80px; 
    font-size: 16px;
} 
.lightbox-title span { 
    float: right; 
} 


/* 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);  
}
/* Aweber Newsletter Forms ********************************************** */
#content .aweber-form label, #footer .aweber-form label {
	float: left;
   margin-top: -8px !important;
}
#content .aweber-form input[type=text], #footer .aweber-form input[type=text] {
  margin: 0;
  padding: 0;
  width: 184px;
}
/* Overview page ********************************************** */
.overview-column-left {
	padding: 10px 10px 30px 0;
	float: left;
	width: 300px;
}
.overview-column-right {
	padding: 10px 0 30px 50px;
	float: right;
	width: 300px;
}
#content ul.overview-list li {
   font-size: 85%;
   padding: 1px;
}
.decision-box-inner-left {
	width: 300px;
    float: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 5px;
   	text-align: left;
   position: relative;
}
.decision-box-inner-left img#free {
   position: absolute; top: 10px; left: 260px; 
}
.decision-box-inner-right {
	width: 295px;
    float: right;
	padding-top: 10px;
	padding-right: 0;
    padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
a.decision-dl-button {
	display: block;
	width: 200px;
	height: 67px;
    margin: 5px 0 0 -5px;
    padding: 0;
	background-image: url(../dx/btn-go-to-download.png/$file/btn-go-to-download.png);
}
a.decision-dl-button:hover {
	background-image: url(../dx/btn-go-to-download-h.png/$file/btn-go-to-download-h.png);
}
#content .decision-box-inner-left h4,
#content .decision-box-inner-right h4  {
   margin-bottom: 8px;
}
.decision-box-inner-left p.learn-more,
.decision-box-inner-right p.learn-more {
   margin-top: 10px;
   margin-left: 55px;
}
/* Download page ********************************************** */
a.dwn-button {
	display: block;
	width: 225px;
	height: 75px;
	background-image: url(../dx/btn-download.png/$file/btn-download.png);
}
a.dwn-button:hover {
	background-image: url(../dx/btn-download-h.png/$file/btn-download-h.png);
}
#download-left {
	width: 225px;
	text-align: center;
	float: left;
	padding-right: 100px;
	padding-left: 50px;
}
#download-right {
	width: 225px;
	float: right;
	text-align: center;
	padding-right: 75px;
}
/* Features page ********************************************** */
.features-col {
   float: left;
   width: 285px;
   padding: 10px;
   margin-right: 30px;
}
img.column-icon {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
   padding-bottom: 30px;
   clear: both;
}
/* Buy Now page ********************************************** */
.column-left-gen {
	padding: 10px;
	float: left;
	width: 270px;
}
.column-right-gen {
	padding: 10px 10px 10px 50px;
	float: left;
	width: 270px;
}
table.buy-now {
	width: 675px;
	border-collapse: collapse;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
	color: #4F4F4F;
}
table.buy-now th {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	border-bottom: 2px solid #6678b1;
	background-color: #317bb8;
	padding: 5px 4px;
}
table.buy-now th:first-child { 
   -moz-border-radius-topleft: 5px;  
   -webkit-border-top-left-radius: 5px;   
   border-radius: 5px 0 0 0;
   behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);     
}
table.buy-now th:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px; 
    border-radius: 0 5px 0 0;
    behavior: url(http://www.eproductivity.com/icawebtools/pie/PIE.htc);     
}
table#buy-now-integrated th {
	background-color: #009851;
}
table.buy-now th[scope="col"]  {
  font-size: 14px;
  padding: 5px 0px;
  text-align: center;
}
table.buy-now td
{
	font-size: 18px;
   color: #4F4F4F;
   text-align: center;
   padding-top: 8px;
}
table.buy-now td[scope="row"]
{
   text-align: left;
}
table.buy-now tr.blank-row td {
  border-bottom: 1px solid #ACACAC;
  border-margin: 8px;
}
/* Buy Subpages ********************************************** */
.column-left-gen-line {
	padding: 10px;
	float: left;
	width: 270px;
}
.buy-subpage-column-right {
	padding: 10px;
    margin-left: 25px;
	float: left;
	width: 330px;
    border-left-width: thin;
	border-left-style: solid;
	border-left-color: #479BC0;
}
.buy-subpage-column {
	padding: 10px;
	width: 400px;
}
#content .buy-subpage-column-right .required,
#content .buy-subpage-column .required {
  color: red;
}
#content .buy-subpage input[type=text] {
   margin: 3px 0;
   padding: 2px;
   width: 250px;
   height: 18px;
}
#content .buy-subpage input[type=text]:focus {
   border: 1px solid #A7A400;
}
#content .buy-subpage input[type=image] {
  margin: 0 !important;
  padding: 0 !important;
}
/* Feature Comparison pages ********************************************** */
.comparison-wrapper {
   background-color: #ECECEC;
   padding: 15px;
  -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);
}
.comparison-wrapper-inner {
  background-color: #FFF;
  padding: 15px;
  -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);
}
table.comparison {
  width: 100%;
  border-collapse: collapse;
  font-weight: normal; 
  color: #4F4F4F;
  }
table.comparison td {
  border-right: 1px solid #ACACAC;
  border-bottom: 1px solid #ACACAC;
  text-align: center;
}
table.comparison tr:last-child td {
  border-bottom: 0;
}
table.comparison tr td:last-child {
  border-right: 0;
}
table.comparison th {
  border-right: 1px solid #ACACAC;
  border-bottom: 1px solid #ACACAC;
  padding-right: 7px;
  font-weight: normal; 
  font-size: 14px;
 }
table.comparison th#stand-alone {
   background-color: #317bb8;
   color: #fff;
   padding: 3px 0;
}
table.comparison th#integrated {
   background-color: #009851;
   color: #fff;
   padding: 3px 0;  
}
table.comparison .last {
   border-right: 0;
}
table.comparison tr:last-child th {
  border-bottom: 0;
}
table.comparison th[scope="col"] {
  font-size: 20px;
  padding: 0 0 2px 0;
  text-align: center;
}
table.comparison th[scope="col"]:last-child {
  border-right: 0;
}
table.comparison th[scope="row"] {
  text-align: right;
}
table.comparison td {
  padding: 6px 8px;
}
table.comparison sup { 
  position: relative; 
  top: -7px; 
  font-size: 80%; 
  font-weight: bold;
}
tr.section-header th {
  background-color: #ECECEC;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 7px 2px 0;
  text-align: right;
} 
tr.section-header td {
  background-color: #ECECEC;
  } 
#content p.footnote {
  font-size: 80%; 
  line-height: 60%;
}
/* Support and Download  ********************************************** */
.left-column-fourths {
	padding: 0;
	width: 165px;
	clear: both;
	float: left;
	height: 200px;
}
.left-column4 {
	float: left;
	width: 165px;
	height: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.left-column-fourths ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.left-column-fourths li {
	float: left;
	width: 165px;
	height: 200px;
	text-decoration: none;
   list-style-type: none;
}
.left-column-fourths li h3 {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-align: left;
}
.left-column-fourths li p {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-align: left;
}
.left-column-fourths li img {
	display: block;
    position: absolute; bottom: 35px; left: 50px;
}
.left-column-fourths li img#free {
     display: block;
    position: absolute; top: 10px; left: 120px;
}
.left-column-fourths li a {
	display: block;
	position: relative;
	padding: 10px;
    height: 200px;
	text-decoration: none;
	color: #252525;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	float: left;
}
#content .left-column-fourths li a:hover {
	background-color: #ECECEC;
    background-image: url(../dx/hover-grad.jpg/$file/hover-grad.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	text-decoration: none;
}
/* 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;
}
/* Misc Styles  ********************************************** */
ul.ep-checkmark {
  list-style-type: none;
}
ul.ep-checkmark li {
  background: url(../dx/eproductivity-checkmark.png/$file/eproductivity-checkmark.png) left top no-repeat;
  padding-bottom: -2px;
  padding-left: 30px;
  text-align: left;
  line-height: 1.5;
  list-style-type: none;
}

