/* 
GERAL ---------------------------- */
body 
{
	margin: 0 10px 10px;
	font-family: Arial, sans-serif;
	font-size: 81%;
	color: #333;
	background: #fff;
  min-width: 1220px;
}

p { line-height: 120%; }	

a 
{
	color: #415678;
	text-decoration: none;
}	

a:hover { /*color: #06c;*/ }

a img { border: none; }	

/* 
WRAPPERS ---------------------------- */
#wrapper 
{
	margin: 10px auto;
	max-width: 1200px;
	min-width: 750px;
}

#content-wrapper
{
	/*border-left: 1px solid #d2d2d2; 
	border-right: 1px solid #d2d2d2; 
	border-bottom: 1px solid #d2d2d2;*/
}

/* 
LAYOUT ---------------------------- */
#fullTransparentDIV  
{
  opacity: .5; 
  display: none; 
  z-index: -1; 
  filter: alpha(opacity=70);
  visibility: visible; 
  position: absolute; 
  -moz-opacity: .6; 
  width: 100%; 
  height: 100%;
  left: 0px;
  top: 0px;
}

#logo
{
	margin: 0 auto;
	max-width: 1200px;
	min-width: 750px;
}

#logo img { padding: 7px 15px 10px; }

#logo h1
{
	float:right;
	color:#888888;
	font-size:2em;
	font-weight:bold;
	margin: 10px 0 8px;
	padding: 7px 20px 10px;
}	

#container 
{
	width: 100%;
	float: left;
	margin-right: -305px;
	padding-bottom: 40px;
}

#content 
{
	margin: 0 20px 0 20px;
	padding-top: 20px;
}
	
#content h1 
{
	margin: 10px 0 8px;
	font-weight: bold;
	font-size: 2em;
	color: #000;
}

#content > p 
{
	clear: left;
	padding-top: 15px;
	font-size: 1.1em;
	line-height: 140%;
}

#secondary 
{
	float: right;
	width: 225px;
	padding: 0 20px 40px 0;
}

#copyright
{
	color:#888888;
	font-size:0.87em !important;
	margin: 15px 0 40px !important;
}

#user 
{
	float: right;
	width: 50%;
	padding-right: 20px;
	text-align: right;	
	color: #888;
	font-size: .87em;
}

#user p a 
{
	padding: 0 .3em;
}
	
#user strong {
	font-weight: bold;
	padding-right: .3em;
	color: #666;
}

/* 
MISC ---------------------------- */
.hidden
{
	display:none;
	visibility:hidden;
}

.help 
{
	border:1px solid #CC9933;
	/*margin-top:-4px;*/
	padding: 5px 6px;
	font-size: 75%;
	width: 75px;
	height: 100px;
}

/* 
HACKS PARA O IE (FLOAT CLEARING) ----------------------------
See http://www.positioniseverything.net/easyclearing.html
and http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after 
{
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {/*display:inline-block;*/}
.clearfix {/*display:block;*/}

/* 
SUB TABS ---------------------------- */	
.subtabs 
{
	font-size:11px;
	height:20px;
	line-height:16px;
	margin:0px 4px 0px;
	padding: 10px 5px 5px 5px;
	color: #415678;
}
.subtabs a.current { color: #000000; }
.subtabs a { margin-right: 10px; }
.subtabs a:hover { color: #0066CC; }

.subtabs a.current, .subtabs a.current:hover, .subtabs a.current:visited 
{
	font-size: 14px;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	
	text-decoration: none;
	cursor: pointer;
}
.subtabs img { margin-bottom: -3px; }

/* 
PROGRESS BAR ---------------------------- */
#divLoading 
{
	color:white;
	position:absolute;
	top:0;
	right: 0;
	padding: 5px 0px 0px 5px;
}

/* 
GRIDVIEW ---------------------------- */
.GridTable		{ border: 1px solid #b2b2b2; border-spacing: 25px; width: 100%; }

.GridHeader		{ background:#E6E6E6; color: #666666; font-weight: bold; font-size: 8pt; vertical-align: middle; padding: 10px; }
.GridItem		{ background:#FFFFFF; color: #424242; vertical-align: middle; font-size: 8pt; padding: 10px;  }
.GridAltItem	{ background:#F6F6F6; color: #424242; font-size: 8pt; vertical-align: middle; padding: 10px; }


.GridHeader a	{ color: /*#666666;*/black; }
.GridItem a		{ color: #4d4948; }
.GridAltItem a	{ color: #4d4948; }

.GridHeader a:hover		{ color: #606060; }
.GridItem a:hover		{ color: #aaa; }
.GridAltItem a:hover 	{ color: #aaa; }

.GridHeaderSortAsc {
    background:#E6E6E6 url('../img/sort_asc.gif') no-repeat scroll right center;
    padding-left:5px;
 	color:#666666; 
}
.GridHeaderSortDesc {
    background:#E6E6E6 url('../img/sort_desc.gif') no-repeat scroll right center;
    padding-left:5px;
 	color:#666666;
}
.GridHeaderSortNone {
    background:#E6E6E6 url('../img/sort_none.gif') no-repeat scroll right center;
    padding-left:5px;
    padding-right: 5px;
 	color:#666666; 
 	text-align: left;
}
/* 
GROUPING GRIDVIEW/REPEATER ---------------------------- */
.GroupingGrid
{
	background-color:#fff;
 	/*border:solid 2px #3768B9;        	*/
	font-family:Calibri;
	font-size:12px;
	width:770px;
}
.GroupingGrid .grouptable { width:100%; } 
 /* grid headers */
.GroupingGrid .grouptable .header th
{
	background-color:#F0F0F0;
	height:24px;
 	line-height:24px;
 	padding-left:6px;
 	color:#666666; 
 	text-align:left;
 	border-left:solid 1px #75736E;
 	border-bottom:solid 1px #75736E;
}
.GroupingGrid .grouptable .header th.first 
{ 
	width:40px; 
	border-left:none;
} 
.GroupingGrid .grouptable { width:100%; }
/* group headers */
.GroupingGrid .grouptable .group th
{
	padding:10px 0px 6px 0px;
 	color:#3768B9;
 	text-align:left;
 	border-bottom:solid 1px #3768B9;
} 
.GroupingGrid .grouptable .group th.first
{
 	padding-left:8px;
 	text-align:left;         	
}
.GroupingGrid .grouptable .toggle
{   
    width:11px;
    height:9px;
    display:-moz-inline-box;
    display:inline-block;  
    vertical-align:middle;	   
}
.GroupingGrid .grouptable .expand { background:url('../img/plus.gif') 50% 50% no-repeat; }
.GroupingGrid .grouptable .collapse { background:url('../img/minus.gif') 50% 50% no-repeat; }
/* items */
.GroupingGrid .grouptable .item td
{
 	padding:3px 0px 3px 6px;
 	border-bottom:solid 1px #EAE9E1;
 	color:#222222;
 } 
.GroupingGrid .grouptable .altitem td
{
 	padding:3px 0px 3px 6px;
 	border-bottom:solid 1px #EAE9E1;
 	color:#222222;
 	background-color:#FDFDF8;
} 

/* 
POPUPS ---------------------------- */
.popUp
{
	background-color: #ffffff;
	border-right: #4d4948 3px solid;
	border-top: #4d4948 3px solid;
	border-left: #4d4948 3px solid;
	border-bottom: #4d4948 3px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.closeButton
{
  padding: 0px 0px 0px 0px; 
  border-right: #B2B2B2 1px solid;
  border-top: #B2B2B2 1px solid;
  font-weight: bold;
  font-size: 7pt;
  color: #000000;
  border-left: #B2B2B2 1px solid;
  border-bottom: #B2B2B2 1px solid;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background-color: #DCDCDC;
  text-align: center;
}
/* 
FORMS ---------------------------- */
form fieldset 
{
	border-color:#000000;
	border-style:solid none none;
	border-width:0;
	clear:both;
	/*font-size:100%;
	margin:0;
	padding:10px;*/
}
form fieldset legend 
{
	/*color:#000000;
	font-size:125%;
	font-weight:normal;
	margin:0;
	padding:0 5px;
	line-height:150%;*/
	height: 20px;
	padding: 8px 0 2px 30px;
	font-weight: bold;
}
/* > Checklist */
form fieldset div > label 
{
	/*float: left;
	text-align: right;
	margin-right: 15px;
	padding-top: 4px;
	width: 150px;*/
}
form fieldset.long div > label 
{
	width: 275px;
}
/* > WYSIYG Editor */
form fieldset > div
{
	margin-top: 5px;
}
#PopupForm fieldset label
{
	margin-right: 15px;
	padding-top: 4px;
	width: 150px;	
}
#PopupForm fieldset
{
	border-color:#000000;
	border-style:solid none none;
	border-width:1px 0 0;
	clear:both;
	font-size:100%;
	margin:0;
	padding:10px;
}
form fieldset div label em
{
	color: red !important;
}
/* > Checklist */
/*form fieldset div > input.InputBox, form fieldset textarea, form fieldset select
{
	border: 1px solid #C0C0C0;
	padding: 2px;
}*/
/* > Checklist */
form fieldset div > input.InputBox:hover, form fieldset textarea:hover, form fieldset div > input.InputBox:focus,
form fieldset textarea:focus, form fieldset div > input.InputBox:active, form fieldset textarea:active
{
	border:1px solid #99B9CB;
}

form fieldset div.submit
{
	margin-left: 161px;
	padding-top: 5px;
}

form div.submit
{
	margin-left: 171px;
	padding-top: 5px;
}

/* TODO: bold? */
.submitButton {
	font-family:Arial, Trebuchet MS,Helvetica,sans-serif;
	font-size:100%;
	font-weight:bold;
	
}
.submitButtonPopUp {
	font-family:Arial, Trebuchet MS,Helvetica,sans-serif;
	font-size:100%;
	font-weight:bold;
	
}

/* 
LOGIN ---------------------------- */


#loginHeader
{
  background: url('../img/login_01.png') no-repeat top center;
  width: 100%;
  width: 490px;
  height: 163px;
  margin: 5em auto 0px;
}

#loginBody
{
  background: url('../img/login_02.png') top center;
  background-repeat:repeat-y;
  width: 100%;
  width: 495px;
  margin: 0px auto 0px;
}

#loginFooter
{
  background: url('../img/login_03.png') no-repeat top center;
  width: 100%;
  width: 495px;
  height: 146px;
  margin: 0px auto 0px;
}

#loginBody input:focus, #login textarea:focus, #login label:focus {
	background: #fff;
	border: 1px solid #686868;
}
#loginBody label {
	cursor: pointer;
}
#loginBody textarea, #login input, #login select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}
#loginBody .submit input, #login .submit input:focus, #login .button, #login .button:focus 
{
	margin-top: 20px;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	margin-right:14px;
}
#loginBody .submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}
#loginBody .submit, .editform th {
	text-align: right;
}



#login {
	position: relative;
	background: url('../img/login_bg.png') no-repeat;
	color: #000;
	margin: 5em auto 1em;
	padding: 20px 0 0;
	width: 495px;
	height: 495px;
	_width: 390px;
}
#login form {
	padding: 175px 50px 25px;
	_width: 325px;
	_margin: 0 auto;
}
#loginBody #login_error {
	background: #0e3350;
	border: 1px solid #2571ab;
	color: #ebcd4e;
	font-size: 11px;
	font-weight: bold;
	padding: .6em;
	width: 310px;
	margin: 0 50px;
	text-align: center;
}
#loginBody p { 
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	color: #000;
	padding-top: 10px
}
#loginBody p.message { 
	width: 310px;
	margin: 0 auto 1em;
}
#loginBody #login_error a {
	color: #ebcd4e;
	border-color: #ebcd4e;
}
#loginBody #send {
	color: #fff;
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
	_width: 325px;
	_margin: 0 auto 15px;
}
#loginBody h1 a {
	margin: 0 auto;
	height: 88px;
	width: 320px;
	display: block;
	border-bottom: none;
	text-indent: -9999px;
}
#loginBody .message {
	font-size: 10pt;
	text-align: center;
}
#loginBody .register {
	font-size: 20px;
}
#loginBody input {
	padding: 4px;
}
.login ul, #protected #login .bottom {
	list-style: none;
	width: 325px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.2;
}

.login ul li {
	font-size: 11px;
}

.login ul li a {
	color: #0d324f;
	border: none;
}

#loginBody ul li a:hover {
	color: #fff;
}

#loginBody .input {
	font-size: 1.8em;
	margin-top: 3px;
	width: 94%;
}

.errorStar
{
  font-size: 1.8em;
}

#loginBody p label { 
	font-size: 11px;
}

#loginBody #submit {
	margin: 0;
	font-size: 15px;
}

#loginBody .validation
{
  margin:10px 12px 10px 0px;
}

/* 
CHECKLIST ---------------------------- */
.checklist 
{
	border: 1px solid #ccc;
	list-style: none;
	overflow: auto;
	width: 16em;
	line-height: 1.5;
	font-size: 0.9em;
}
.checklist li { display: block; background: none; padding-left: 0; margin-bottom:0.25em; }
.checklist, .checklist li { margin-left: 0; padding: 0; }
.checklist label { /*display: block;*/ padding-left: 25px; text-indent: -25px; cursor: pointer; }
* html .checklist label { height: 1%; }
.checklist .alt { background: #f5f5f5; }
.checklist input { vertical-align: middle; }
/*.checklist label:hover, .checklist label.hover { background: #ddd; color: #000; }*/
.checklist li:hover, .checklist li.hover { background: #ABC835; color: #000; }
.checklist span:hover, .checklist span.hover { background: #ABC835; color: #000; }
.checklist span { display: block; }


/* AUTOCOMPLETE ------------------- */

div.autocomplete 
{
  position:absolute;
  background-color:white;
  border:1px solid #4d4948;
  margin:0px;
  padding:0px;
  z-index:2000;
}

div.autocomplete ul 
{
  list-style-type:none;
  margin:0px;
  padding:0px;
  z-index:2000;
}

div.autocomplete ul li.selected 
{
  background-color: #4d4948;
   color: #fff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 8pt; 
  z-index:2000;
   
}

div.autocomplete ul li 
{
  font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 8pt; 
  list-style-type:none;
  background-color: white;
  color: #333333;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  z-index:2000;
}

a.LnkPrint:active, a.LnkPrint:link, a.LnkPrint:visited 
{
	margin:0px 0px 0px 0px;
	background: url('../img/printer16x16.png') left center no-repeat;
	padding: 0em 1.2em 0em 1.5em; 
	color: #336699;
	text-decoration: none; 
	vertical-align: middle;
	font-weight: normal; 
	letter-spacing: 0px;
}

a.LnkPrint:hover {
	color: #000000; 
}

a.LnkEmail:active, a.LnkEmail:link, a.LnkEmail:visited 
{
	margin:0px 0px 0px 0px;
	background: url('../img/email.png') left center no-repeat;
	padding: 0em 1.2em 0em 1.5em; 
	color: #336699;
	text-decoration: none; 
	vertical-align: middle;
	font-weight: normal; 
	letter-spacing: 0px;
}

a.LnkEmail:hover {
	color: #000000; 
}

a.LnkExcel:active, a.LnkExcel:link, a.LnkExcel:visited 
{
	margin:0px 0px 0px 0px;
	background: url('../img/excel_icon.gif') left center no-repeat;
	padding: 0em 1.2em 0em 1.5em; 
	color: #336699;
	text-decoration: none; 
	vertical-align: middle;
	font-weight: normal; 
	letter-spacing: 0px;
}

a.LnkButton:hover {
	color: #000000; 
}

a.LnkButton:active, a.LnkButton:link, a.LnkButton:visited 
{
	margin:0px 0px 0px 0px;
	padding: 0em 1.2em 0em 1.5em; 
	color: #336699;
	text-decoration: none; 
	vertical-align: middle;
	font-weight: normal; 
	letter-spacing: 0px;
}


a.LnkExcel:hover {
	color: #000000; 
}

.spanEditor
{
  padding-top: 5px;
    padding-left: 10px; 
    list-style-type: disc;
}
.spanEditor p
{
  margin-top: 12px;
  margin-bottom: 12px;
}

.spanEditor ol
{
  list-style-type:decimal;
  padding-left: 40px;
}

.spanEditor ul
{
  list-style-type:disc;
  padding-left: 40px;
}

td.dragHandle {
    
}


td.showDragHandle {
	background-image: url(../img/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-right {
  clear: right;
}

.site-logo {
  /*background: url('../../Images/logo.png') no-repeat left top;*/
  height: 112px;
}

.site-title {
  color: #7f0000;
  font-size: 2.8em;
  font-weight: bolder;
  margin-left: 120px;
  margin-top: 40px;
  vertical-align: middle;
}

.logos { 
  margin-top: 10px;
}

.copyright {
  margin-top: 10px;
  font-size: .85em;
}

.date p {
  margin-top: 10px;
  text-align: right;
}

#paginaInicial {
  text-align: left;  
  margin: 10px;
}

#paginaInicial h1 {
  font-size: 2em;
  line-height: 1.8em;
}

#paginaInicial h2 {
  font-size: 1.4em;
  line-height: 1.8em;
}

#paginaInicial h3 {
  line-height: 1.8em;
}

#paginaInicial p {
  margin: 20px;
  line-height: 1.8em;
}

.infoSelect {
  width: 1100px;
}

.login {
  clear: both;
  padding: 20px 20%;
}

.login-box {
  margin: 12px 0 0;
  padding: 40px 25px 15px 40px;
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  font: 81.25% arial, helvetica, sans-serif;
  color: #333;
}

.login-box h2 {
  font-size: 16px;
  line-height: 17px;
  height: 16px;
  margin: 0 0 1.2em 0;
}

.email-div, .password-div {
  margin: 0 0 1.5em 0;
}

.email-div label, .password-div label {
  display: block;
}

.email-div strong, .password-div strong {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 .5em;
  display: block;
}

.email-div input, .password-div input {
  width: 50%;
  height: 32px;
  font-size: 15px;
  direction: ltr;
  padding-left: 10px;
}

.password-div .login-error {
  font-size: 14px;
  margin: .5em 0 0;
  display: block;
  color: #DD4B39;
  line-height: 17px;  
}

.login-box .buttonCSS {
  margin: 0 1.5em 1.2em 0;
  height: auto !important;
  font-size: 13px;
  padding: 6px 0;
}