@charset "utf-8";
/* CSS Document */

/*
Design & CSS by Barbara Carneiro
www.barbaracarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
}
td {
	padding: 5px 5px 0;
}
.ie td {
	padding: 4px 5px 0;
}
li.text {
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	margin-left: 15px;
	
}


/* Containers */
#wrap {
	width: 929px;
	padding-top: 10px;
}
#header {
	height: 72px;
	min-height: 72px;
}
#topCorner {
	background: url(../images/top-corner.png) top no-repeat;
	height: 35px;
	min-height: 35px;
}
#middleCorner {
	background: url(../images/middle-corner.png) repeat-y;
	overflow: hidden;
	min-height: 100%;
}
#bottomCorner {
	background: url(../images/bottom-corner.jpg) bottom no-repeat;
	padding: 0 5px;
	
}
#banner {
	height: 188px;
	min-height: 188px;
	border-bottom: 5px solid #E0E0E0;
	background: #F2F2F2;
}
#textContent {
	padding: 25px;
	text-align: left;
}
#menuContainer {
	padding: 5px 5px 0 250px;
	height: 30px;
	min-height: 30px;
}
#menu {
	float: right;
	width: 850px;
}
#footer {
	text-align: center;
	background: #FFF;
}





/* Text */
.text {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify; 
}
.text a, .text :visited {
	color: #223E92;
}
.text a:hover {
	color: #999;
}
.textCenter {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333; 
}
.destaque {
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #223E92;
	text-transform: uppercase;
}
.menu {
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.menu a {
	color: #293D86;
	text-decoration: none;
	padding: 8px 12px;
}
.menu a:hover {
	background: #F2F2F2;
}
.webkit .menu a {
	color: #293D86;
	text-decoration: none;
	padding: 9px 11px;
}
.chrome .menu a {
	color: #293D86;
	text-decoration: none;
	padding: 8px 11px;
}
.menu a.selected {
	background: #F2F2F2;
}
.footer {
	font: 11px/34px Arial, Helvetica, sans-serif;
	color: #223E92;
}
.loginTitle {
	background: url(../images/login.png) left top no-repeat;
	font: bold 11px/22px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999;
	padding-left: 15px;
}
.textGrayCaps {
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
}
.button {
	background: #999;
	text-transform: capitalize;
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	color: #FFF;
	border: 1px solid #FFF;
}



/* Images and Boxes */
.logoRight {
	float: right;
	padding-right: 30px;
}
.logoLeft {
	float: left;
	padding: 15px 30px 0;
}
.titles {
	padding-bottom: 20px;
}
.flag {
	margin: 5px;
	margin-left: 0;
	padding: 5px 10px 4px;
	border-left: 1px solid #CCC;
	float: right;
	width: 16px;
}
#loginBox {
	float: right;
	width: 205px;
	height: 115px;
	min-height: 115px;
	margin: 62px 10px 0 0;
}
#loginBoxContainer {
	border: 1px solid #CCC;
	background: #FFF;
}
#loginBoxContent {
	margin: 1px;
	border: 1px solid #999;
	height: 89px;
	min-height: 89px;
}
.field {
	width: 110px;
	height: 20px;
	min-height: 20px;
	border: 1px solid #CCC;
}
.blueBox {
	width: 500px;
	border: 1px solid #CEEBE9;
	background-color: #F2F2F2;
	padding: 10px;
	left: -130px;
	position: relative;
}
.border {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-left: 10px;
	background-color: #fff;
}




/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}




