


/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,
caption,th { text-align: left; }
q:before,q:after { content: ''; }

/* ---------*/

/* COMMON STYLES */

body {
	overflow-y: scroll;
	background-color: #EEEEEE;
/*	background: #fff;*/
/*	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;*/
/*	font-family: 62.5% "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;*/
	font-family: helvetica,arial,sans-serif;
	line-height: 22px;
	color: #222;
}

a, a:visited {
	color: #3F8288;
}
a:hover {
	color: #000;
}

.anchor {
	height:0;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

.separator {
	border-bottom: 1px solid #ccc;
}

.shortcuts .or {
	padding-left: 10px;
	padding-right: 10px;
	color: #5D5B58;
}

.facebookIcon, .twitterIcon, .flickrIcon, .rssIcon {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 30px;
/*	text-indent: -9999px; */
	float: right;
	padding-right: 5px;
}		
.facebookIcon {
	background: transparent url(images/facebook.png) no-repeat scroll left top;
}		
.twitterIcon {
	background: transparent url(images/twitter.png) no-repeat scroll left top;
}		
.flickrIcon {
	background: transparent url(images/flickr.png) no-repeat scroll left top;
}		
.rssIcon {
	background: transparent url(images/rss.png) no-repeat scroll left top;
}		


div.coButton4 ul {
	list-style: none;
}

a.button, a.button2, a.button3, div.coButton4 a {
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

a.button {
	background:url("images/button_background.png") no-repeat scroll left top transparent;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:17px;
	font-weight:bold;
	height:22px;
	padding:17px 0 15px 20px !important;
	text-align:left;
	text-decoration:none;
	width:311px;
}

a.button2 {
	font-size: 18px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-decoration: none;
	padding: 12px 20px !important;
	cursor: pointer;
	color: #fff;
	background: url(images/button2_background.png) transparent no-repeat scroll left center;
	display: block;
	width: 165px;
	height: 22px;
}
a.button3 {
	font-size: 18px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-decoration: none;
	padding: 12px 20px !important;
	cursor: pointer;
	color: #fff;
	background: url(images/button3_background.png) transparent no-repeat scroll left center;
	display: block;
	width: 165px;
	height: 22px;
}

div.coButton4 a {
	background:url("images/button4_background.png") no-repeat scroll left center transparent;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-family:arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	height:19px;
	padding:4px 16px !important;
	text-decoration:none;
	width:90px;
}

a.demo {
	line-height: 17px;
}


#httpErrorWrapper h1 {
	padding-bottom: 10px;
	border-bottom:1px solid #666666;
	color:#666666;
	padding-top: 40px;
	font-weight: bold;
	font-weight: normal;
	text-align: center;
}

#httpErrorWrapper h2 {
	padding-top: 30px;
	padding-bottom: 30px;
	color:#666666;
	height: 50px;
	font-weight: normal;
	text-align: center;
}

#httpErrorWrapper a {
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}


/* HEADER STYLES */

#header {
	height: 88px;
	min-width: 960px;
	background: url("images/header_background.png") repeat-x scroll 0 0 #B6D9D3;
}

#header h1 a {
	display: block;
	background: url(images/logo2.png) center left no-repeat;
	width: 240px;
	height: 88px;
/*	text-indent: -9999px;*/
	float: left;
	text-decoration: none;
}

#header .menu {
	float: right;
	padding-top: 54px;
}
#header .menu ul {
	margin-right: 14px;
	float: right;
	list-style: none;
	min-width: 500px;
}

#header .menu ul li {
	float: left;
}

#header .menu ul li a {
	font-family: "Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	display: block;
	line-height: 34px;
	padding: 0 20px;
	font-size: 14px;
	color: #555;
	text-decoration: none;
}

#header .menu ul li a:hover {
	color: #000;
	text-decoration: underline;
}


#header .menu ul li#menu_last a {
	color: #fff;
	background: #3F8288;
	-moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#header .menu ul li#menu_last a:hover {
	color: #fff;
	text-decoration: underline;
}

#header .menu ul li a.current, #header .menu ul li#menu_last a.current {
	color: #222;
	background: #ffffff;
	-moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}


/* TOP STYLES */

#top {
	background-color: #ffffff;
	padding-top: 20px;	
}

#top h1 {
	color: #000000;
	font-family: helvetica,arial,sans-serif;
	font-size: 34px;
	letter-spacing: 0px;
	line-height: 1em;
	margin: 0 0 10px;
	padding-bottom:15px;
}

#top h1.homepage {
	font-size: 41px;
	letter-spacing: -2px;
	padding-bottom:0;
}

#top h2 {
	color: #222222;
	font-family: georgia,times;
	font-size: 24px;
	line-height: 1.2em;
	margin: 0 0 10px;
	font-weight: normal;
	letter-spacing: -1px;
}

#top h3 {
	color: #555555;
	font-family: georgia,times;
	font-size: 16px;
	line-height: 1.2em;
	margin: 0 0 15px;
	font-weight: normal;
}

#homeTop {
	background: transparent url(images/home_top_background.png) scroll no-repeat center bottom;
	width: 100%;
	height: 365px;
}

#homeTop td {
	width: 400px;
}

/* GENERAL CONTENT */
.central p {
	color: #444;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 18px;
}

.central h2 {
    font-size: 16px;
}

.central h3 {
    font-size: 14px;
}

/* HOMEPAGE: FEATURES STYLES */

#features {
	padding-top: 30px;
	padding-bottom: 20px;
}

#features .feature {
	float: left;
	padding: 10px 15px 10px 10px;
	width: 455px;
	height:120px; 
}

#features .feature .left {
	background-color: #eee;
	/*border: 1px solid #ccc;*/
	float: left;
	width: 75px;
	height: 75px;
	font-size: 12px;
	text-align: center;
}

#features .feature .right {
	float: right;
	width: 370px;
	padding: 0px 0px 10px 10px;
}


#features .feature h2 {
	font-size: 18px;
	padding-bottom: 10px;
	color: #000;
}

#features .feature p {
	font-size: 16px;
	color: #5D5B58;
}

/* HOMEPAGE: STEPS STYLES */
#steps .more {
	padding-top: 10px;
}

#steps .more .icon {
	vertical-align: top;
	padding-left: 45px;
	padding-right: 20px;
}

#steps .more h2 {
	font-size: 24px;
	font-weight:bold;
	margin-bottom: 10px;
	padding-top:5px;
}

#steps .more ul.tickList {
  padding: 20px 20px 10px;
  font-size: 18px;
  list-style-image: url('/app/lib/images/tick.png');
	width:400px;
}

#steps .more ul.tickList li {
	padding-bottom: 10px;
}


#steps .register {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#steps .register .or {
	padding-left: 10px;
	padding-right: 10px;
	color: #5D5B58; 
}

/* HOMEPAGE: NETWORK STYLES */

#network {
	padding-top: 30px;
	padding-bottom: 20px;
}
#network #buzz, #network #social {
	padding: 10px 15px 0px 10px;
	width: 455px;
	float: left;
}

#network #buzz h2, #network #social h2 {
	font-size: 20px;
	padding-bottom: 20px;	
}

#network #buzz p.quote {
	font-size: 18px;
	font-family: Georgia, Arial, sans-serif;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 410px;
	background: transparent url(images/icon_quote.png) scroll no-repeat 0 5px;
}

#network #buzz small {
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding-left: 50px;
	color: #484848;
}

#network #social h2 {
	float: left;
}

#network #social h3 {
	font-size: 18px;
	padding-bottom: 10px;
}

#network #social p.tweet, #network #social p.post {
	font-size: 14px;
	padding-bottom: 5px;
}

#network #social p.tweet strong, #network #social p.post strong {
	font-size: 15px;
}

#network #social p.more {
	font-size: 14px;
	font-style: italic;
	padding-bottom: 20px;
}


#network .icons {
	clear: both;
}

/* TOUR STYLES */

.tour {
	margin-top: 30px;
	margin-bottom: 30px;
}

.tour span.proximamente {
	margin-left: 10px; 
	background-color: #DB3F02; 
	padding: 5px 5px 2px 5px; 
	font-size: 10px; 
	color: #fff;
}

.tour .tourindex {
/*	background-color: #fff;*/
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.tour .tourindex .submenu {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	width: 450px;	
	padding: 5px 10px 0px 10px;
	display: block;
	float: left;
	font-size: 13px;
}

.tour .tourindex .submenu:hover {
/*	background-color: #E0EFEC; */
	background-color: #FFFFFF;
	cursor: pointer;	
}

.tour .tourindex .submenuDeactivated:hover {
	background-color: #EEEEEE;
	cursor: auto;	
}

.tour .tourindex .submenu .left {
	float: left;
	width: 146px;
	text-align: center;
	/*background-color: #eee;*/
	/*border: 1px solid #ccc;*/
	margin: 10px;
	height: 146px;
}

.tour .tourindex .submenu .right {
	float: right;
	width: 270px;
	padding: 10px 0px 10px 10px;
}

.tour .tourindex .submenu h3 {
	font-size: 16px;
	font-weight: normal;
}

.tour .tourindex .submenu ul {
	color:#5D5B58;
	font-size:15px;
	line-height:18px;
	list-style-type:none;
	padding-left:0;
	padding-top:5px;
}

.tour .tourindex .submenu li {
	line-height:18px;
	padding-bottom: 4px;
}

.tour .tourindex .submenu p {
	color:#5D5B58;
	font-size:15px;
	line-height:18px;
	padding-left:12px;
	padding-top:5px;
}

.tour .tourindex a {
	color: #000;
	text-decoration: none;
}

.tour .section {
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	margin: 0 auto;
	padding: 15px 30px 30px 30px;
}

.tour .section .goTop {
	float: right;
	padding-right: 10px;
	font-size: 12px;
}

.tour .section h1 {
	padding: 0px 0px 20px 0;
	font-size:34px;
	letter-spacing:-1px;
	margin:0;
}
.tour .section h2 {
	padding-bottom: 10px !important;
	font-size:24px;
	letter-spacing:-1px;
}
.tour .section p {
	font-size: 14px;
	color: #5D5B58;
	height: 45px;
}

.tour .section .tourshot {
	float:left;
	padding:10px 10px 45px 10px;
	width:430px;
}

.tour .section .tourshot img {
	border:1px solid #CCCCCC;
	padding:1px;
	margin-top: 15px !important;
	width: 420px;
}

.tour .section .tourshot a {
	position: relative;
	display:block;
}
.tour .section .tourshot .more {
	background: transparent url(images/tour_icon_img_more.png) scroll no-repeat right top;
	position: absolute;
	height: 35px;
	width: 100%;
	top: 0;
}

.tour .section .tourshot_large {
	width: 885px !important;
}

.tour .section .tourshot_large img {
	width: 875px !important;
}

.tour .section .tourshot img:hover {
	border:1px solid #555555;
}

.tour .section .tourshot h3 {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	height: 50px;
}

.tour .section .tourshot p {
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding-bottom:20px;
}

.tour .section .tourshot_large h3 {
	height: 30px;
}

.tour .section .tourshot_large p {
	height: 10px;
}

/* PLANS: GENERAL STYLES */

/*
.star {
	color: blue;
	font-size: 18px;
}
*/
.noIva {
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
}

.noIva .star {
	font-family: georgia, arial, sans-serif;
	font-size: 18px;
}

h2.freetrial {
	background-color: #EFF096;
	padding-top: 3px !important;
	padding-bottom: 5px !important;
	font-size: 18px !important;
}

.pricePerMonth {
	font-size: 18px;
}

/* PLANS: COMMON STYLES */

.plans .recommended {
	background-color: #eeeeee;
}

.plans .recommended span.recommended {
 	padding-top: 10px; 
 	color: blue; 
 	font-weight: bold;
 	font-size: 12px;
 }

.plans .tick {
 	background: transparent url(/app/lib/img/tick.png) no-repeat;
 	height: 24px;
 	width: 22px;
 	margin-left: auto; 
 	margin-right:auto;
}
.plans .recommended .tick {
 	background: transparent url(/app/lib/img/tick2.png) no-repeat !important;
}

.plans table.pricing {
	background-color: #ffffff;
	border-collapse: collapse;
}

.plans table.pricing thead td {
	padding: 10px !important;
	border-right: #aaaaaa 1px solid;
	text-align: center;
	vertical-align: top;
}

.plans table.pricing thead td.final {
	border-bottom: #DDDDDD 1px solid;
	padding: 10px 5px 10px 5px;
}

.plans table.pricing thead h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0;
	text-align: center;
}
.plans table.pricing thead h2 {
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0px 0px 5px 0px;
	margin: 0;
	text-align: center;
}

.plans table.pricing thead h3 {
	font-size: 14px;
	font-weight: normal;
	color: #4582B5;
	padding: 0;
	margin: 0;
	text-align: center;
}

.plans table.pricing tbody td {
	text-align: center;
	border-right: #aaaaaa 1px solid;
	border-bottom: #DDDDDD 1px solid;
	padding: 3px 5px 3px 5px;
	font-size: 14px;
	height: 34px;
}
.plans table.pricing tbody td:first-child {
	text-align: left !important;
	font-weight: normal;
	padding-right: 10px;
}

.plans table.pricing tfoot td {
	border-right: #aaaaaa 1px solid;
	text-align: center;
	padding: 10px 5px 10px 5px;
}

.plans table.pricing td.trial30d {
	background-color: #EFF096;
}

/* PLANS: BOXES */
.plans #planBoxes {
	padding-top: 10px;
	padding-bottom: 30px;
}

.plans #planBoxes .planBox {
	background-color: #ffffff;
	/*text-align: center;*/
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	width: 226px;
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
	position: relative;
}

.plans #planBoxes .recommendedBox {
	border: 2px solid #1ea5df;
}

.plans #planBoxes .planBox .content1 {
	padding: 15px 20px 0 15px;
	min-height: 95px;
}

.plans #planBoxes .planBox .content2 {
	padding: 15px 20px 0 15px;
	min-height: 140px;
}

.plans #planBoxes .planBox .content3 {
	padding: 0 20px 0 15px;
}

.plans #planBoxes .planBox .recommended {
	position:absolute;
	right:-1px;
	background-color: transparent;
}

.plans #planBoxes .planBox .button {
	padding: 15px 0 0 12px;
}

.plans #planBoxes .planBox h1 {
	/*text-align: center;*/
	font-family: Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 6px;
}

.plans #planBoxes .planBox h1 a {
	color: #000;
	text-decoration: none;
}

.plans #planBoxes .planBox h2 {
	/*text-align: center;*/
	font-size:24px;
	font-family: Georgia, Arial, sans-serif;
	font-weight:normal;
	margin:0 0 2px;
}


.plans #planBoxes .planBox h3 {
	/*text-align: center;*/
	/*border-bottom:1px solid #CCCCCC;*/
	color:#717171;
	font-family:georgia,arial,sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px;
	padding:5px 0 7px;
	line-height: 18px;
}

.plans #planBoxes .planBox ul {
	list-style:none outside none;
	margin:0 0 10px;
	padding:0;
}

.plans #planBoxes .planBox ul.minor {
	/*border-top:1px solid #CCCCCC;*/
	padding-top: 5px;
	margin: 0;
}

.plans #planBoxes .planBox ul li {
	font-size:14px;
	line-height:18px;
	list-style:none outside none;
	/*margin-bottom:10px;*/
}

.plans #planBoxes .planBox ul.highlight li {
	font-size:14px;
	line-height:20px;
	list-style:none outside none;
	/*margin-bottom:10px;*/
	font-weight: bold;
	letter-spacing:-1px;
}

.plans #planBoxes .planBox ul li strong {
	color: #db3f02;
	font-size: 24px;
	font-family: arial, sans-serif;
	font-weight: bold;
	line-height: 24px;
}

.plans #planBoxes .planBox ul.minor li strong {
	color: #5a8fb1;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.plans #planBoxes .planBox .freedays {
	background: #000 url(images/pricing_freedays_background.png) scroll repeat-x 0 0;
	font-weight: bold;
	height: 21px;
	padding: 4px 15px 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-radius: 10px 10px 0 0;
}

.plans #planBoxes .recommendedBox .freedays {
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-radius: 8px 8px 0 0;
}

.plans #planBoxes .planBox .freedays h2 {
	letter-spacing: -1px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}

/* PLANS: ADDITIONAL FEATURES */

.plans #additionalFeatures {
	/*padding: 10px 10px 10px 10px;*/
	padding-right:15px;
	padding-top:15px;
}

.plans #additionalFeatures p {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #e4ec8f url(images/pricing_icon_more.png) scroll no-repeat 10px 13px;
	font-size: 24px;
	padding: 18px 10px 0 45px;
	font-family: arial, sans-serif;
	font-weight: bold;
	height: 32px;
}

.plans #additionalFeatures ul.tickList {
  padding: 20px 100px 10px;
  font-size: 18px;
  list-style-image: url('/app/lib/images/tick.png');
	width:400px;
}

.plans #additionalFeatures ul.tickList li {
	padding-bottom: 10px;
}


/* PLANS FAQ STYLES */

#plans_faq p {
  font-size: 14px;
  color: #444;
}

#plans_faq h2 {
  font-size: 18px;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 10px;
}

#plans_faq #main {
	padding-bottom: 10px;
}

#plans_faq #main .left {
	width: 460px;
	float: left;
}
#plans_faq #main .right {
	width: 460px;
	float: right;
}

#plans_faq #secure {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#plans_faq #secure .left {
	width: 460px;
	float: left;
}
#plans_faq #secure .center {
	float: left;
}
#plans_faq #secure .right {
	width: 400px;
	float: right;
}

#plans_faq #secure .bottom {
	clear: both;
}

#plans_faq #moreInfo {
	padding-top: 10px;
	padding-bottom: 10px;
}


/* FOOTER STYLES */

#footer {
	background-color: #000000;
	padding-top: 10px;
	color: #ffffff;
}

#footer .menu {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 75px;
	width: 810px;
}
#footer .submenu {
	padding: 5px 30px 0px 50px;
	display: block;
	float: left;
	font-size: 13px;
	color: #ffffff;
}

#footer .submenu h3 {
	font-size: 16px;
	font-weight: normal;
}

#footer .submenu ul {
	list-style-type: none;
}

#footer a {
	color: #bbb;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffff00;
}

#footer .copyright {
	padding: 40px 0px 0px 0px;
	color: #4c898f;
}

#footer .copyright a {
	color: #4c898f; 
}

#footer small {
	font-size: 11px;
}


/* BLOG STYLES */

.blog {
	width: 650px;
	margin: 5px;
	color: #555;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog .title {
	min-height:100px;
}

.blog .title h1 {
	font-size: 30px;
	color: #000;
	padding-left:80px;
	padding-right: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 30px;
}

.blog .title h1 a {
	text-decoration: none;
	color: #000;
	line-height: 30px;	
}
.blog .title h1 a:hover {
	
}

.blog .coBox {
	position:relative;
}

.blog .postInfo {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-top: 15px;
	background: transparent url(images/blog_icon_date.png) scroll no-repeat 0 0;
	position: absolute;
	top:0;
	width: 60px;
	height:75px;
}

.blog .postInfo td {
	text-align: center;
	text-transform: uppercase;
}

.blog .postInfo .day {
	font-size: 18px;
	padding-top: 10px;
}

.blog .postInfo .month,
.blog .postInfo .year {
	line-height: 10px;
}

.blog .entry {
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	border: 1px solid #ccc;
	padding: 30px;
	font-size: 14px;
}
.blog .entry p {
	padding-bottom: 10px;
}
.blog .entry ul {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.blog .entry h2 {
	font-size: 18px;
	color: #3F8288;
	padding-top: 10px;
	padding-bottom: 5px;
}

.blog .entry h3 {
	font-size: 16px;
	color: #3F8288;
	padding-top: 10px;
	padding-bottom: 5px;
}

.blog .separator {
	border: none;
}

.cmsPage_blog #central #sidebarDown {
	padding-top: 115px;
}

/* FAQ STYLES */
#composeFaq {
	width: 650px;
/*	background: #ffffff;*/
/*	
	border-left: 2px solid #4e5555;
	border-right: 1px solid #4e5555;
*/	
	font-size: 14px;
	padding: 30px 10px 10px 10px;
}

/*
#composeFaq a {
	color:#3671A1;
	margin:0;
	padding:0;
}

#composeFaq a:hover {
	color:#3671A1;
	background:transparent;
	text-decoration: underline;
}
*/

#composeFaq div.faqindex div.faqgroup {
	margin: 30px 0 0;
	padding: 0px 20px;	
}

#composeFaq div.faqlist div.faqgroup {
	border:1px solid #ccc;
	background-color: #fff;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	margin:30px 0 0;
	padding: 20px;	
}

#composeFaq div.faqgroup h3 {
	color:#000000;
	font-size:14px;
	line-height:1.2em;
	margin:10px 0 15px;
	padding:0;
	text-transform:uppercase;
}

#composeFaq div.top {
	border:1px solid #ccc;
	background-color: #fff;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
	padding:20px !important;
	width:auto;
}

#composeFaq ul {
	margin:5px 0 25px;
}

#composeFaq div.faqgroup ul {
	margin-left:10px;
	padding-left:10px;
}

#composeFaq li {
	color:#000000;
	font-size:14px;
	line-height:1.4em;
}

#composeFaq div.faqgroup li {
	margin-bottom:5px;
}

#composeFaq div.faqgroup h3 a {
	color:#000000;
}

#composeFaq .faqentry {
	border-top:1px solid #CCCCCC;
	margin:30px 0 0;
}

#composeFaq h2 {
	font-family:Georgia,Helvetica,Arial,sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#222222;
	padding-top: 10px;
	padding-bottom: 10px;
}

#composeFaq .post_text {
	padding-bottom: 10px;
}

#composeFaq .faqentry h2 a {
	color:#222222;
	line-height:1.2em;
	text-decoration:none;
}

#composeFaq .faqNav a.selected {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


/* FEEDBACK STYLES */




#feedback {
	position: fixed;
	top: 25%;
	width: 40px;
	height:146px;
	z-index:10;
}


#feedback a:HOVER {
	background: transparent url('/cis/theme/conductiva/lib/img/feedback_tab.png') no-repeat 0px 0px;
	padding-left:10px;
	background-color: transparent;
}

#feedback a {
	background: transparent url('/cis/theme/conductiva/lib/img/feedback_tab.png') no-repeat -4px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height:14px;
	padding-left:6px;
	padding-top:14px;
	text-transform: uppercase;
	height:146px;
	display:block;
	text-decoration:none;
}

#feedbackTab2 {
	position: absolute;
	top: 10px;
	width: 40px;
	height:146px;
	z-index:10;
	left: -10px;
}
#feedbackTab2 a {
	background: transparent url('/cis/theme/conductiva/lib/img/feedback_tab.png') no-repeat -4px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height:14px;
	padding-left:6px;
	padding-top:14px;
	text-transform: uppercase;
	height:146px;
	display:block;
	text-decoration:none;
}

#feedbackContainer {
	padding: 10px;
	font-size: 14px;
}

#feedbackContainer .cisStatus {
	text-align: left;
}

#feedbackContainer .error {
	color: #ff0000;
}
#feedbackContainer label.error {
	padding-bottom: 10px;
	font-weight: normal;
	color: red;
}
#feedbackContainer input {
	width: 315px;
	height: 20px;
	border: 1px solid #999;
	background-color: #F0F0F0;
	color: #222;
	font-size: 15px;
}

#feedbackContainer textarea {
	border: 1px solid #999;
	background-color: #F0F0F0;
	color: #222;
	width: 315px;
	height: 150px;
	font-size: 15px;
}

#feedbackContainer td {
	vertical-align: top;
}

#feedbackContainer h1 {
	font-weight: normal;
	font-size: 23px;
	margin-bottom: 14px;
	margin-top: 0px;
	width: 350px;
}

#feedbackContainer .coNextButton {
	text-transform: uppercase;
}

#feedbackStoredOk {
	display:table-cell;
	font-size:25px;
	vertical-align:top;
	padding: 180px 10px 10px 10px
}


/* CENTRAL AND SIDEBAR LAYOUTS */

#central #centralDown {
	width: 650px;
	float: left;
}

#central #sidebarDown {
	width: 270px;
	float: right;
	padding-top: 80px;
}

#central #sidebarDown .coSidebar {
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#central #sidebarDown .coSidebar h1 {
	font-size: 16px;
	padding-bottom: 10px;
}

#central #sidebarDown .coSidebar p {
	line-height: 18px;
}

#central #sidebarDown .coSidebar p.meta {
	font-size: 12px;
	color: #555;
}

#central #sidebarDown .coSidebar a.more {
}

#central #sidebarDown .coSidebar ul {
	list-style: none;
	font-size: 13px;
}

#central #sidebarDown .coSidebar li {
	line-height: 18px;
	padding-bottom: 5px;
}

/* ABOUT US STYLES */

#aboutus p {
    padding: 5px 0px 10px 0px;
}

#aboutus ul {
    padding-left: 30px;
    font-size: 14px;
}

#aboutus h1 {
	padding-top: 20px;
	padding-bottom: 18px;
	line-height: 30px;
	font-size: 24px;
}
#aboutus h2 {
    padding: 10px 0 5px 0;
}

#aboutus p.quote {
	background:url("images/icon_quote.png") no-repeat scroll 0 5px transparent;
	font-family:Georgia,Arial,sans-serif;
	font-size:20px;
	padding-bottom:20px;
	padding-left:30px;
	line-height: 25px;
}


#aboutus ul.tickList {
	padding: 10px 30px;
	font-size: 14px;
	list-style-image: url('/app/lib/images/tick.png');
}

#aboutus .note {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffcc;
    padding: 5px 20px 5px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#aboutus .note a {
    font-size: 12px;
}

#aboutus .section  {
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow:1px 1px 7px rgba(0, 0, 0, 0.4);
	background-color:#FFFFFF;
	margin:0 auto;
	padding:15px 30px 30px;
}



/* CENTRAL AND SIDEBAR LAYOUTS */

#central #sidebarUp {
	width: 470px;
	float: right;
}

#central #sidebarUp .coSidebar {
	font-size: 14px;
	padding-bottom: 20px;
}

#central #sidebarUp .coSidebar h1 {
	font-size: 18px;
	padding-bottom: 10px;
}

#central #sidebarUp .coSidebar p {
	line-height: 18px;
}

#central #sidebarUp .coSidebar p.meta {
	font-size: 12px;
	color: #555;
}

#central #sidebarUp .coSidebar a.more {
}

#central #sidebarUp .coSidebar ul {
	list-style: none;
	font-size: 14px;
}

#central #sidebarUp .coSidebar li {
	line-height: 18px;
	padding-bottom: 5px;
}

.postit {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #c2ecec url(images/twitter.png) no-repeat scroll 5px 5px;
	padding: 10px 10px 10px 40px;
}

.postit .btm {
	text-align: right;
	font-style: italic;
	padding-right: 20px;
}

.postit span a {
/*	display:block;*/
}

.blogPosts .postit {
	background: #ece8c0 url(images/rss.png) no-repeat scroll 5px 5px;
}

.blogPosts .list a {
	display: block;
}

.help {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #c2ffc9 url(images/help.png) no-repeat scroll 5px 5px;
	padding: 10px 10px 10px 40px;
}

.whoweare {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #f5ffa2 url(images/whoweare.png) no-repeat scroll 5px 5px;
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
}