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

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
ul, ol, li {
	padding-left: 10px;
	margin-left: 10px;
}
body {
	background: #075A95;
}



/* Containers */
#wrap {
	width: 100%;
}

/* ---- TOP CONTAINER & CONTENTS ---- */

/* ---- Logo & Address ---- */
#topContainer {
	background: #FFF;
	height: 385px;
}
#topContainer960 {
	width: 960px;
}
#topBkg {
	background: url(../images/top-bkg.png) top no-repeat;
	height: 155px;
	width: 960px;
	position: absolute;
	z-index: 999999;
}
#logo {
	float: left;
	width: 235px;
	margin: 12px 0 0 15px;
}
#rightTop {
	float: right;
	width: 210px;
	margin: 12px 15px 0 0;
	text-align: right;
}
/* ---- Banner section ---- */
#bannerContainer {
	z-index: 9999;
	position: absolute;
	width: 960px;
	height: 255px;
	top: 110px;
}
#bannerContent {
	margin: 0 10px;
	border-left: 1px solid #518BB5;
	border-right: 1px solid #E2E2E2;
	height: 255px;
	padding: 0 1px;
}
#flash {
	float: left;
	width: 683px;
}
#loginContainer {
	float: right;
	width: 252px;
	background: #D6D6D6;
	height: 255px;
}
#loginContainerBox {
	margin: 42px 12px 0;
	border-top: 5px solid #353535;
	background: #6B6B6B;
	padding: 10px;
}
/* ---- Menu Container & Content---- */
#menu {
	position: absolute;
	top: 325px;
	width: 950px;
	height: 60px;
	z-index: 999999;
	padding-left: 10px;
	background: url(../images/menu-bkg.png) bottom no-repeat;
}
#menuContainer {
	padding-top: 30px;
	text-align: center;
}





/* ---- BOTTOM CONTAINER & CONTENTS ---- */
#bottomContainer {
	background: url(../images/bottom-bkg.jpg) top repeat-x;
}
#bottomContainer960 {
	width: 960px;
}
#bottomWhiteBkg {
	background: url(../images/bottoom-white-bkg.png) repeat-y;
	overflow: hidden;
	min-height: 100%;
}
#bottomWhiteBkgCorner {
	background: url(../images/bottoom-white-bkg-corner.png) no-repeat top;
	height: 10px;
}
#bottomTopBorber {
	margin: 0 7px;
	border-top: 1px solid #999;
	padding-top: 2px;
}
#centerShadow {
	background: url(../images/center-shadow.jpg) top repeat-x;
	overflow: hidden;
	min-height: 100%;
	width: 946px;
}
#sidebarBkg {
	background: url(../images/sidebar-bkg.jpg) right repeat-y;
	overflow: hidden;
	min-height: 100%;
	width: 946px;
}
/* ---- Main Content ---- */
#mainContent {
	float: left;
	width: 650px;
	padding: 15px 0 0 20px;
}
#clear {
	clear: both;
	height: 15px;
}
/* ---- Sidebar ---- */
#sidebar {
	border-top: 3px solid #FFCC00;
	float: right;
	width: 232px;
	padding: 10px
}
#sidebarContent {
	padding: 10px;
}


/* ---- FOOTER ---- */

#footer {
	background: url(../images/footer-bkg.png) top no-repeat;
	height: 28px;
	padding: 10px 30px;
	margin-top: -7px; 
}
#copyright {
	padding: 10px 30px;
}
#copyrightRight {
	float: right;
	width: 310px;
	text-align: right;
}







/* Text */
.textWhite12 {
	font: 12px/18px "Lucida Grande","Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
	color: #FFF;
}
.textBlack12 {
	font: 12px/18px "Lucida Grande","Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
	color: #000;
}
.textBlack12 a {
	color: #075A95;
}
.textRed12 {
	font: 12px/18px "Lucida Grande","Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
	color: #990000;
}
.textBlue12 {
	font: bold 12px/18px "Lucida Grande","Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
	color: #075A95;
}
.titleYellow12 {
	font: 12px "Lucida Grande","Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
	color: #FFCC00;
	margin-bottom: 10px;
}
.textGray10 {
	font: bold 10px/28px "Lucida Grande","Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
	color: #666;
}
.copyright {
	font: 12px "Lucida Grande","Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
	color: #83ADCA;
}
.copyright a {
	color: #83ADCA;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}



/* Menu */
.menu {
	font: bold 11px "Lucida Grande","Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
	text-transform: uppercase;
	line-height: 11px;
}
.menu a {
	color: #000;
	text-decoration: none;
	padding: 0 13px;
}
.menu a:hover {
	color: #075A95;
}
.menu a.Selected {
	font: bold 11px "Lucida Grande","Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
	color: #075A95;
	line-height: 11px;
}



/* Images and Boxes */
.form {
	height: 16px;
	padding: 2px;
	background: #FFF;
	width: 204px;
	margin-bottom: 10px;
}
.form02 {
	height: 15px;
	padding: 2px;
	background: #FFF;
	border: 1px solid #333;
	width: 130px;
	margin-right: 15px;
}
.form03 {
	height: 15px;
	padding: 2px;
	border: 1px solid #333;
	width: 150px;
	margin: 3px;
}
.form04 {
	padding: 2px;
	width: 150px;
	margin: 3px;
	border: 1px solid #333;
}
.form05 {
	height: 15px;
	padding: 2px;
	background: #FFF;
	border: 1px solid #333;
	width: 50px;
	margin-right: 15px;
	margin-left: 5px;
}

.form06 {
	padding: 2px;
	width: 100px;
	margin: 3px;
	border: 1px solid #333;
}
.form07 {
	padding: 2px;
	width: 300px;
	margin: 3px;
	border: 1px solid #333;
}
.btForgot {
	margin-left: 9px;
}
.btMore {
	margin-top: 8px;
}
.tlBottom {
	padding: 9px 10px 9px 0;
	border-right: 1px solid #222;
	margin-right: 15px;
}
.btSubmitWhite {
	margin-bottom: -6px;
}
.btSubmit {
	border: 1px solid #075A95;
	color: #075A95;
	padding: 2px;
	margin: 2px;
}
.images {
	border: 1px solid #666666;
	padding: 1px;
	background: #FFF;
}

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


/*popup calendar*/

.calendar {
  position: relative;
  display: none;
  border: 2px solid #075A95;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #528CB5;
  font-family: "Lucida Grande","Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
}

.calendar table {
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #528CB5;
  font-family: "Lucida Grande","Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #DAE6EF;
  border-right: 1px solid #075A95;
  border-bottom: 1px solid #075A95;
  border-left: 1px solid #DAE6EF;
}

.calendar .nav {
  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  background:#075A95;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #075A95;
  padding: 2px;
  text-align: center;
  background: #9CBDD5;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #FFF;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  padding: 0px;
  background-color: #DAE6EF;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  background-color: #DAE6EF;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #faa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #075A95;
  background: #DAE6EF;
}

.calendar tbody .rowhilite td {
  background: #DAE6EF;
}

.calendar tbody .rowhilite td.wn {
  background: #DAE6EF;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #77A4C5;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #77A4C5;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #528CB5;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #528CB5;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border-top: 1px solid #075A95;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #075A95;
  padding: 2px 2px 0px 2px;
  background: #fff;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #fFF;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 1px;
  background: #075A95;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #DAE6EF;
  border-bottom: 1px solid #DAE6EF;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e4e0;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #DAE6EF;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #DAE6EF;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #DAE6EF;
  border-bottom: 1px solid #DAE6EF;
  border-left: 1px solid #fff;
  background: #d8e4e0;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c8d4d0;
  padding: 0px;
  border-top: 1px solid #DAE6EF;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #DAE6EF;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  border-top: 1px solid #DAE6EF;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #DAE6EF;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}