﻿body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

img, div { behavior: url(/Content/iepngfix.htc) } 

.clickable
{
	cursor: pointer;
}

.centered
{
	text-align: center;
}

.justified
{
	text-align: justify;
}

.rotated270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;    
}

.fontTituloBox
{
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	color: #FFB935;
}

.noborder
{
	margin: 0;
	border: 0;
	padding: 0;
}

.tip
{
	color: #000000;
	font-style: italic;
	font-weight: normal;
}

.highlightred
{
	color: #cc0000;
	font-weight: bold;
}

.highlightgreen
{
	color: #009933;
	font-weight: bold;
}

.highlightblue
{
	color: #3333cc;
	font-weight: bold;
}

/* SPECIAL PARAGRAPHS */

.paragraph-image
{
	background: 8px 6px no-repeat; 
	padding: 25px 4px 4px 60px; 
	min-height: 30px;
}

.img-locker { background-image: url(/Content/Images/restricted.png); }
.img-session-expired { background-image: url(/Content/Images/session_expired.png); }
.img-ok { background-image: url(/Content/Images/ok.png); }
.img-error { background-image: url(/Content/Images/no.png); }

/* DIALOG OPTIONS */

.ui-dialog-notitle .ui-dialog-titlebar {display:none}

.processing_message p
{
	text-align: center;
	background: url(/Content/Images/ajax_loading.gif) no-repeat center 10px;
	padding-top: 60px;
	font-weight: bold;
}

/* DIALOG MESSAGE ICONS */

.ui-dialog-icon-error {background-image: url(/Content/Images/no.png); }
.ui-dialog-icon-success {background-image: url(/Content/Images/ok.png); }
.ui-dialog-icon-question {background-image: url(/Content/Images/question.png); }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 6px 10px 10px;
}

.validation_summary
{
    margin: 2px 12px 10px 10px;
    padding: 4px;
}

.validation_summary_data ul
{
    margin: 0;
    line-height: 12pt;
}

fieldset .tip
{
	font-style: italic;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
	padding: 2px 6px 2px 2px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
    padding: .3em;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
    padding: .3em;
}

fieldset table
{
	margin: 1em 0; 
	border-collapse: collapse; 
	width: 100%; 
}

fieldset table td, fieldset table th  
{
	border: 1px solid #ccc; 
	padding: .6em 10px; 
	text-align: left; 
} 

fieldset table td.sub1
{
	background-color: #ebce1c;
}

fieldset table td.sub2
{
	background-color: #bbaf7d;
}

fieldset table td.sub3
{
	background-color: #f7d8b5;
}

/* Header - Begin ------------------------------------------------------------------- */

#divHeader
{
	height: 85px;
	background:url(/Content/Images/header_background.png) no-repeat; 
}

#divHeaderLogo
{
	width: 243px;
	height: 85px;
	left: 4px;
	top: 0px;
	position: relative;
	background:url(/Content/Images/header_logo.png) no-repeat; 
}

#divHeaderDate
{
	float: right;
	margin-right: 4px;
	margin-top: -16px;
	font-size: 11px;
}

/* Header - End */

/* Navigator - Begin ------------------------------------------------------------------*/

#divNavigator
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 30px;
	background:url(/Content/Images/navigator_background.jpg) repeat-x scroll;
	/*background-color: #f56;*/
	margin:0;
	padding-left: 180px;
	padding-top: 7px;
}

#divNavigator a
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#divNavigator ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#divNavigator ul li
{
	display: inline;
	padding: 0;
	margin: 0;
}

#divNavigator ul li:before { content: "> "; }
#divNavigator ul li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #divNavigator ul li
{
	background-image: url("/Content/Images/navigator_gt.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #divNavigator ul { height: 1%; }

* html #divNavigator ul li
{
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #divNavigator ul li:first-child { background-image: none; }

/* Navigator - End */

/* Languages - Begin ------------------------------------------------------------------ */

#divLanguage
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 92px;
	right: 4px;
	text-align: right;
}

#divLanguage img
{
	border: 0;
	width: 16px;
	height: 11px;
}

#divLanguage ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#divLanguage ul li
{
	display: inline;
	padding: 0;
	margin: 0;
	margin-right: 1px;
}

/* Languages - End */

/* Menu - Begin ------------------------------------------------------------------ */

#divMenu
{
	position: absolute;
	left: 0px;
	top: 85px;
	width: 170px;
	margin: 0;
	padding: 0;
	background-color: #FFB935;
}

#divMenuTitle
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 30px;
	background: url("/Content/Images/menu_title_background.jpg") repeat-x;
	margin: 0;
	padding: 0px;
}

#divMenuTitle p
{
	text-align: center;
	margin-top: 0px;
	padding-top: 7px;
}

#divMenu ul
{
	padding-left: 0;
	margin: 0;
	margin-top: 2px;
	margin-left: 4px;
	border-bottom: 1px solid #ec9b04;
	width: 162px;
}

#divMenu ul li
{
	list-style: none;
	margin: 0;
	padding: 0.35em;
	border-top: 1px solid #ec9b04;
	text-align: center;
}

#divMenu ul li a 
{ 
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#divMenu ul li a:hover 
{ 
	color: #000000;
	text-decoration: none;
}

#divMenuFooter
{
	width: 170px;
	height: 10px;
	margin: 0;
	padding: 0;
	background:url("/Content/Images/menu_footer_rd_corner.png") no-repeat bottom right;
}

/* Menu - End */

/* Marcondes - Begin ------------------------------------------------------------------ */

#divMarcondes
{
	position: absolute;
	right: 4px;
	top: 4px;
	float: left;
	width:152px;
	height:57px;
	background:url("/Content/Images/marcondes_h.png") no-repeat;
}

/* Marcondes - End */

/* Content - Begin ------------------------------------------------------------------ */

#divContent
{
	margin: 0;
	margin-left: 180px;
	margin-right: 10px;
	padding: 0;
}

#divContent p
{
	font-size: 11px;
}

#divContent h2
{
	color: #FFB935;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#divContent h3
{
	color: #1f9fb8;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	/*padding: 0;*/
}

/*

#divContent ul
{
	font-size: 11px;
	text-align: justify;
}

#divContent ul li
{
	margin-bottom: 11px;
} */

/* Content - End */

/* Footer - Begin ------------------------------------------------------------------ */

.FooterCopyrightText 
{
	font-size:10px; 
	color:#999999;
	margin-top: 4px;
}


#divFooter
{
	margin-top: 20px;
	font-size: 10px;
	color:#999999;
	text-align: center;
	clear:both;
}

#ulFooterMenu
{
	list-style: none;
	padding: 0;
	margin: 0; 
}

#ulFooterMenu a
{
	font-size:10px; 
	color:#1596FB;
}

#ulFooterMenu li
{
	padding: 0;
	margin: 0;
	display: inline;
}

#ulFooterMenu li:before { content: "| "; }
#ulFooterMenu li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #ulFooterMenu
{
	width: 500px;
}

* html #ulFooterMenu li
{
	border-left: 1px solid #999999;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #ulFooterMenu { height: 1%; }

* html #ulFooterMenu li
{
	display: block;
	float: left;
}
/*End hide*/
/*Mac IE 5*/
* html #ulFooterMenu li:first-child { border-left: 0; }

/* Footer - End */

.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
}
