@charset "UTF-8";

/* Universal CSS */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left; 
	height: 100%;
}

a {
	color: #336699;
	cursor: pointer;
	outline-style: none;
	text-decoration: none;
}

a:hover {
	color: 0000ff;
	text-decoration: none;
}

hr, fieldset, img, button {
	border: 0; 
}

ol, ul, code {
	list-style: none;
}

.next5 {
	margin-top: 5px;	
}

.next10 {
	margin-top: 10px;	
}

.next15 {
	margin-top: 15px;	
}

.next20 {
	margin-top: 20px;	
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.clear {
	clear: both;
}

.zebra td, .zebra {
	background-color: #f1f0f8;
}

.zebra2 td, .zebra2 {
	background-color: #F1F1F1;
}

.zebra3 td, .zebra3 {
	background: #F0F1F7;
}

.zebra4 td, .zebra4 {
	background: #FAFAFA;
}

.inbox, .rel {
	position: relative;	
}

.backtotop {
	text-align: right;
	padding: 5px 0 5px 0;
}

.backtotop a {
	background: url(../images-redesign/icon_arrowUp.gif) no-repeat 0 0;
	padding-left: 15px;
}

.scroll {
	overflow: auto;
	padding-right: 10px;
}

.thumbnail {
	padding: 5px;
	background-color: #f1f0f8;
	margin-bottom: 5px;
}

.thumbnail:hover {
	background-color: #CF9;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.center {
	text-align: center;
}

.list li {
	float: left;	
}


/* -------- CONTAINER ---- */

#customDoc950 {
	width: 950px;
	min-width:950px;	
	margin: auto;
	text-align: left;
	padding: 0;
}

#bannerInbox, #footerInbox {
	position: relative;
}

#contentInbox {
	padding: 20px 20px 15px 20px;
	color: #666;
	background-color: #FFF;
}

.container910 {
	width: 910px;	
}

.container640 {
	width: 640px;	
}

.container580 {
	width: 580px;	
}

.container445 {
	width: 445px;	
}

.container455 {
	width: 455px;	
}

.container350 {
	width: 350px;	
}

.container310 {
	width: 310px;	
}

.container250 {
	width: 250px;	
}

#containerLogo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#containerInfo {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
}

#containerMenu {
	position: absolute;
	right: 0;
	bottom: 0;
}

.copyRight {
	position: absolute;
	left: 10px;
	top: 25px;
	font-size: 10px;
	color: #666;
}

.disclaimer {
	position: absolute;
	right: 10px;
	top: 25px;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: right;
	padding-bottom: 30px;
}

/* -------- TITLES -------- */


/* -------- MESSAGES -------- */

.explanation, .error, .success, .success2, .display, .confirm, .warning, .success2, .message, .question {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	line-height: normal;
}

.confirm {
	border: 1px solid #c1d3e1;
	background-color: #f4f3f9;
}

.question {
	border: 1px solid #c1d3e1;
	background: #f4f3f9 url(../images-redesign/icon_bluequestionmark.png) no-repeat 10px 7px;
	padding: 7px 10px 8px 30px
}

.error, .error2, .error3, .error4 {
	border: 1px solid #dd3c10;
	font-size: 12px;
	line-height: normal;
}

.error {
	background-color: #ffebe8;
}

.error2 {
	background: #ffebe8 url(../images-redesign/icon_error.png) no-repeat 10px 5px;
	padding: 5px 10px 7px 35px;
}

.error3 {
	background: #ffebe8 url(../images-redesign/icon_stop.png) no-repeat 10px 5px;
	padding: 10px 10px 10px 40px;
}

.error4 {
	background: #ffebe8 url(../images-redesign/icon_redX.png) no-repeat 10px 6px;
	padding: 5px 10px 5px 30px;
}

.explanation, .warning, .alert {
	border: 1px solid #E2C822;
	background-color: #FFF9D7;
}

.explanation2, .warning2, .alert2 {
	border: 1px solid #E2C822;
	background: #FFF9D7 url(../images-redesign/icon_warning.png) no-repeat 10px 5px;
	padding: 7px 10px 8px 38px;
}

.explanation3, .warning3, .alert3 {
	border: 1px solid #E2C822;
	background: #FFF9D7 url(../images-redesign/icon_alert.png) no-repeat 10px 5px;
	padding: 5px 10px 5px 32px;
}

.display {
	border: 1px solid #ccc;
	background-color: #fff;
}

.message {
	border: 1px solid #464646;
	background-color: #E0E0E0;
}

.success {
	border: 1px solid #77ED48;
	background-color: #E1FCD5;
}

.success2, .success3, .success4 {
	padding-left: 30px;
	border: 1px solid #77ED48;
	background-color: #E1FCD5;
}

.success2 {
	background: #E1FCD5 url(../images-redesign/icon_checkmark.png) no-repeat 10px 5px;
}

.success3 {
	background: #E1FCD5 url(../images-redesign/icon_cupcake.png) no-repeat 10px 7px;
	padding: 7px 10px 8px 30px;
}

.success4 {
	background: #E1FCD5 url(../images-redesign/icon_thumbup.png) no-repeat 10px 5px;
	padding: 9px 10px 10px 38px;
}


/* -------- ARTICLE -------- */

.articleInbox {
	padding-bottom: 10px;
}

.article p {
	margin-bottom: 15px;
	color: #666;
	line-height: 18px;
}

.article img {
	padding: 2px 15px 0px 0;	
}

.article li {
	margin-top: 5px;	
}

.checklist, .bulletPoints, .bullet {
	margin: 0 0 15px 20px;
}

.checklist2 li, .bulletPoints2 li {
	margin-left: 20px;
}

.checklist li, .checklist2 li, .bulletPoints li, .bulletPoints2 li, .bullet li {
	padding-left: 22px;
	line-height: normal;
	color: #666;
}

.checklist li {
	background: url(../images-redesign/icon_checkmark.png) no-repeat left 2px;
	line-height: 20px;
}

.checklist2 li {
	background: url(../images-redesign/icon_checkmark.png) no-repeat left 2px;
	line-height: 18px;
}

.bulletPoints li {
	background: url(../images-redesign/icon_arrowRight.gif) no-repeat 4px 2px;
	line-height: 20px;
}

.bulletPoints2 li {
	background: url(../images-redesign/icon_arrowRight.gif) no-repeat 4px 0;
	line-height: 18px;
}

.bullet li {
	background: url(../images-redesign/icon_bullet.png) no-repeat 5px 2px;
	line-height: 18px;
}

.articleHeader {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	color: #666;
}

.chart td {
	border-bottom: 1px solid #ccc;
	padding: 7px;
	color: #666;
}

.chart .chartTitle {
	color: #000;
	font-weight: bold;
}

.chart .chartHeaderArrow {
	background: url(../images-redesign/icon_arrowGreenDown.gif) no-repeat left 2px;
	padding-left: 15px;
	margin-left: 22px;
}

.chart .chartHeader {
	background: url(../images-redesign/icon_checkmark.png) no-repeat 7px 7px;
	padding-left: 30px;
	color: #666;
	font-weight: bold;
}


/* -------- GOOGLE TRANSLATION -------- */

#googleTranslation {
	padding: 5px;
	background-color: #fff;
	margin: 5px 5px 0 0;
	display: block;
}

#googleTranslation select {
	border:1px solid #ccc;
	font-size:11px;	
	padding: 1px;
}

.goog-te-gadget {
	color:#666666;
	font-size:9px;
	white-space: nowrap;
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
	font-size:9px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}


/* -------- FORMS -------- */

fieldset.accountForm dl {
	padding: 10px 27px 10px 27px;
	color: #000;
}

fieldset.accountForm dt {
	clear: left;
	display: block;
	float: left;
	font-weight: normal;
	width: 95px;
}

fieldset.accountForm label {
	float: right;	
	padding-right: 5px;
}

fieldset.accountForm input.textfield, fieldset.accountForm textarea, fieldset.accountForm select {
	border: 1px solid #dadada;
	color: #000;
	padding: 5px;
	margin-bottom: 5px;
	width: 268px;
	font-size: 12px;
}

fieldset.accountForm input.textfield:hover, fieldset.accountForm textarea:hover, fieldset.accountForm select:hover {
	background-color:#ffffe2;
}

fieldset.accountForm h2, fieldset.accountForm h3, fieldset.accountForm h4 {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}

fieldset.accountForm h2 {
	font-size: 10px;
	color: #666;
	margin-bottom: 8px;
}

fieldset.accountForm h2 a:hover {
	background-color: #FFC;
}

fieldset.accountForm h3 {
	font-size: 9px;
	color:#F00;
	margin-bottom: 4px;
	text-align: right;
}

fieldset.accountForm h4 {
	padding-left: 20px;
	margin-top: 5px;
	font-size: 8px;
	color: #666;
}

fieldset.accountForm sup {
	color: #F00;
}
.ForceClearFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
