/* TAGS */
body,h1,h2,h3,h4,h5,h6,p,div,td,th,dd,dt,fieldset
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color:#000000;
	font-weight:normal;
}

body,div,form,p
{
	margin:0px;
	padding:0px;
	border:0px;
	display:block;
}

a img
{
	border:none;
}

a:visited {color:#0000ff;}
a:actived {color:#0000ff;}

/* Para o IE não renderizar altura dos <hr> */
hr{ display:none; margin:0px !important; padding:0px !important; height:0px !important;}

h1{ font-size:1.8em; }
h2{ font-size:1.4em; }
h3{ font-size:1.2em; }
h4{ font-size:1.1em; }
h5{ font-size:1em; }
h6{ font-size:0.8em; }

/* LAYERS */
div#root{ width:100%; display:block; text-align:center;float:left;}
div#root div#header{ width:100%; padding:0px;float:left;}
div#root div#body { width:100%; padding:0px;float:left;}
div#root div#footer{ width:100%; padding-top: 5px; padding-bottom: 5px; text-align:center;float:left;}

/* HEADER */
div#header div.top{ text-align:left; width:100%;float:left;}
div#header div.hearderTop{ text-align:left; width:100%;float:left;}
div#header div.logo{ margin-top:20px; margin-right:15px; float:left;}
div#header div.search{ margin-top:8px; float:left;} 

/* CONTENT */
div#content div.title
{
	width:100%;
	margin-top:15px;
	font-size:0.9em;
	color: #ffffff;
	font-weight:normal;
	border-top:solid 1px #3877bc;
	padding-top:4px;
	padding-bottom:2px;
	padding-left: 0px;
    background: url('/web/image/back_title.jpg');
    background-repeat:repeat-x;
    height: 25px;
    margin-bottom:7px;
}

div#content div.linkshigh
{
	text-align: center;
	/*float: left;*/
	width: 100%;
	color: #58595b;
	font-size:0.9em;
	font-weight:bold;
}
div#content div.linkshigh span
{
    cursor: hand; /* WORKS ON IE ONLY */
}

div#content div.linkshigh a:hover
{
	text-decoration: underline;
}
div#content div.links
{
	text-align: center;
	/*float: left;*/
	width: 100%;
	color: #58595b;
	font-size:0.9em;
	font-weight:normal;
}
div#content div.links a
{
	/*text-decoration: none;*/
}

div#content div.links a:hover
{
	text-decoration: underline;
}
div#content div.linkslow
{
	text-align: left;
	/*float: left;*/
	width: 100%;
	color: #58595b;
	font-size:0.7em;
	font-weight:normal;
}
div#content div.linkslow a
{
	/*text-decoration: none;*/
}

div#content div.linkslow a:hover
{
	text-decoration: underline;
}
div#content div.middle{text-align:left;width:100%;float:left}
div#content div.middle div.titleAccount
{
	width:97%;
	margin-top:10px;
	margin-left:1%;
	margin-bottom:7px;
	font-size:1em;
	color: #000000;/*#427fc0;*/
	font-weight:bold;
	padding: 0px;
}
div#content div.middle p.instruction
{
	padding:5px;
	font-size:0.8em;
	color: #000000;
}
div#content div.middle div.section_title
{
    border-bottom: solid 1px #cccccc;
    font-weight: bold;
    font-size: 0.8em;
    margin-top: 10px;
    width: 96%; 
    margin-left: 1%; 
    margin-right: 1%;
    color: #3877bc;
    /*color: #fff;
    background-image: url('/web/image/account/menu_tab_bg_selected.jpg');*/
}
div#content div.middle div.section_content
{ 
    width: 94%; 
    margin-left: 1%; 
    margin-right: 1%;
    padding: 1%;
    background-color: #f8f8ff; 
    border-bottom: solid 1px #cccccc;   
    font-size:0.9em;
	font-weight:normal;
	color: #000000;
}

div#content div.middle div.section_content .formfield
{ 
    width: 100px; 
    text-align:left; 
    font-size:0.8em;
	font-weight:normal;
	color: #666666;     
}

div#content div.middle div.section_content .formlegend
{ 
    text-align:left; 
    font-size:0.7em;
	font-weight:normal;
	color: #333333;     
}

div#content div.middle div.section_filecontent
{ 
    background-color: #ffffff; 
    font-size:1em;
	font-weight:normal;
	color: #000000;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	width:100%;
}

div#content div.middle div.section_filecontent .formfield
{ 
    width: 15%; 
    text-align:left; 
    font-size:0.8em;
	font-weight:normal;
	color: #666666;     
}

div#content div.buttonsContainer 
{ 
    padding: 0px; 
    width: 94%; 
    margin-top: 25px;
    margin-left: 1%; 
    margin-right: 1%;
    text-align:center;
    font-size:1em; 
    font-weight:bold;
    display:block;
	float:left;
}

div#content div.middle fieldset
{
	margin:5px;
}

div#content div.middle fieldset legend
{
	font-size:0.8em;
	font-weight:bold;
	color: #000000;
}

div#content div.middle table tr td
{
	font-weight:normal;
	color: #333333;
}

/* FOOTER */
div#footer { font-size: 0.7em;}
div#footer p.linefooter{width:680px; border-bottom:solid 1px #cccccc; margin:0px auto 0px auto;}

/* box de mensagens de erro */
.box_error
{
    font-weight: bold;
    border-right: #cc0000 4px solid;
    padding-right: 7px;
    border-top: #cc0000 4px solid;
    padding-left: 7px;
    font-size: 0.95em;
    padding-bottom: 7px;
    border-left: #cc0000 4px solid;
    color: #cc0000;
    padding-top: 7px;
    border-bottom: #cc0000 4px solid;
    font-family: Arial;
}

/* CLASSES */
.loading { position: absolute; left: 0px; top: 0px; padding: 3px; color: #fff; background-color: #dc143c; font-weight: bold; font-size: 8pt; }
.line{display:block; width:100%; border-top:1px solid #dddddd; float:left; margin:0px; padding:0px; margin-top:7px;}
.hide{ display:none; }
.debug{ border:1px solid red !important; }
.displayNone{ display:none !important; }
.displayBlock{ display:Block !important; }
.alignCenter{ text-align:center !important; }
.alignLeft{ text-align:left !important; }
.alignRight{ text-align:right !important; }
.alignTop{ vertical-align:top !important; }
.alignMiddle{ vertical-align:middle !important; }
.alignBottom{ vertical-align:bottom !important; }
.noBorder{ border:none !important; }
.noPadding{ padding:0px !important; }
.noMargin{ margin:0px !important; }
.noBackground{	background:none !important; }
.noStrong{ font-weight:normal !important; }
.floatLeft{ float:left !important; }
.floatRight{ float:right !important; }
.clearLeft{ clear:left; width:94%; }
.clearRight{ clear:right; }
.clearBoth{ clear:both; }
.option{ width:auto !important; margin:0px; padding:0px;}
.option input { width:auto !important; margin:0px; padding:5px; border:0px;}
.option label { width:auto !important; margin:0px; padding:5px;}
.help { color: #808080; font-size: 8pt; }
.fieldRequired { color: red; }
table tr td input.button{height: 22px}
.button
{
	font-size:0.8em !important;
	height: 22px !important;
	width:150px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	text-align: center;
	border:1px solid #3b77bf;
	color:#ffffff;
	background-color:#ffffff;
	background-image: url(/web/image/back_button.gif);
	background-position: center center;
	background-repeat: repeat-x;
}
.reqfields { font-size: 0.8em;}
.quickmessageSuccess
{
    border-right: #99ff00 2px solid;
    padding-right: 6px;
    border-top: #99ff00 2px solid;
    padding-left: 3px;
    padding-bottom: 3px;
    border-left: #99ff00 2px solid;
    padding-top: 3px;
    border-bottom: #99ff00 2px solid;
    background-color: #99ff99;
    font-size: 1em;
    margin-left: 10px;
}
.quickmessageError
{
    border-right: #cc0000 2px solid;
    padding-right: 6px;
    border-top: #cc0000 2px solid;
    padding-left: 3px;
    padding-bottom: 3px;
    border-left: #cc0000 2px solid;
    padding-top: 3px;
    border-bottom: #cc0000 2px solid;
    background-color: #ff0000;
    font-size: 1em;
    margin-left: 10px;
    color: #fff;
}

/* faixa header imitação dos grids */
.contentHeader
{
    background-color: #f8f8f8;
    border: 0px;
    color: Gray;
    font-size: 8pt;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* avisos de documentos/biblioteca não encontrados */
.middleContent
{
    margin-left: 10px;
    font-size: 0.8em;
}

.combourl
{
    font-size:0.8em;
    color: #2f0809;
    font-weight: normal;
    border: #cccccc 1px solid;
}
