/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - ONE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-one-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:1228px;
	border:1px solid #818181;
	position:relative;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	width:1228px;
	border:1px solid #818181;
	background:url(../images/bg-content-side.png) repeat-y right;
	position:relative;
	}

#content-main-two-column {
	width:1040px;
	float:left;
	
	}

#content-side-two-column {
	float:right;
	width:160px;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN MENU LEFT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-columnMenuLeft {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:1228px;
	border:1px solid #818181;
	background:url(../images/bg-two-column-main-menuleft.png) repeat-y;
	position:relative;
	}

#content-main-two-columnmenuleft {
	width:1030px;
	float:right;
	}

#content-side-two-columnmenuleft {
	float:left;
	width:180px;
	font-size:.9em;
	}
	
#Processar
{
	position: absolute;
	top: 1px;
	z-index: 50000;
	display: none;
}

#Div1Processar
{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #F5F5F5;
	text-align: center;
	filter: alpha(opacity=45); 
	-moz-opacity: 0.45;
	opacity: 0.50;
}

#Div2Processar
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.estiloTDProcessar
{
	white-space: nowrap;
	color: Black;
	text-align: center;
	padding: 10px;
}

	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:1228px;
	border:1px solid #818181;
	background:url(../images/bg-three-column-main.png) repeat-y;	
	position:relative;
	}

#content-main-three-column {
	/*width:482px;*/
	width:846px;
	float:left;
	margin-left:18px;
	}
	
#content-side1-three-column {
	width:180px;
	font-size:.9em;
	}

#content-side2-three-column{
	width:160px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#threecolumncontainer {
	background:url(../images/bg-three-column-home.png) repeat-y;
	padding:0;
	margin:20px 0 0px 0;
	}

#three-column-side1 {
	float:left;
	width:40%;
	margin-left: 30px;
	}

#three-column-side2 {
	/*float:right;*/
	width:40%;
	margin-left: 385px;
	}

/*#three-column-middle {
	width:22%;
	margin:0px 0% 0px 39%;
	}*/
	
#threecolumncontainer .three-column-floating { 
	float:left; width:31.2%; padding-right:9px; padding-left:9px; 
	-moz-box-sizing:padding-box;
	-webkit-box-sizing:padding-box;
	box-sizing:padding-box;	
	border-right:dotted 1px silver;
	margin-top:0px;
	margin-bottom:0px;
}	
	
#threecolumncontainer .three-column-floating:first-child {
	padding-left:0px;
}
#threecolumncontainer .three-column-floating:last-child {
	padding-right:0px;
	border:none;
}

.pnlStandard, .pnlStandard100, .pnlStandardCentered { 
	background-color:#ECF3F6; 
	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	padding:5px; 
}
.pnlStandard, .pnlStandard100 {text-align:left;}

.pnlStandard100 {width:100%;}

.pnlStandardCentered {text-align:center;}

.divTable {display:table;}
.marginLeft20 {margin-left:20px; padding:0px;}
.divRow {display:table-row;}
.divCell {display:table-cell;}
.divLinksEntrada {
	width:31.2%; padding-right:9px; padding-left:9px; 
	-moz-box-sizing:padding-box;
	-webkit-box-sizing:padding-box;
	box-sizing:padding-box;	
	border-right:dotted 1px silver;
	margin-top:0px;
	margin-bottom:0px;
}
.divLinksEntrada-first {padding-left:0px;}
.divLinksEntrada-last {padding-right:0px; border:none;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#666666;
}
.textonormal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#555555;
    font-size:1em;
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/* Elementos de Input (textBox, Select-DropDown, Botões, Botões Submit ...)*/
input 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: solid 1px Darkblue;
	background-color: White;
	color:Black;
}

input.erro
{
	background-color:#FF0000;
}

input[readonly]
{
	background-color:#EEEEEE;
}

input[readonly].editavel
{
	background-color:#FFFFFF;
}

input[readonly].erro
{
	background-color:#FF0000;
}

input:disabled 
{
	background-color: #EEEEEE;
	color:Black;
	border: solid 1px #666666;
}

input.disabled 
{
	background-color: #EEEEEE;
	color:Black;
	border: solid 1px #666666;
}

input[type=submit]
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid Darkblue 1px;
	background-color:#EEEEFF;
	color:Black;
}
input[type=submit]:disabled
{
	border:solid Gray 1px;
	background-color:#DDDDDD;
	color:Gray;
}
input[type=submit]:hover
{
	background-color:#EFFFEF;
}
input[type=submit]:disabled:hover
{
	border:solid Gray 1px;
	background-color:#DDDDDD;
	color:Gray;
}


input[type=radio]
{
	border:none;
	background-color:Transparent;
	color: Black;
	vertical-align:middle;
}

input[type=checkbox]
{
	border:none;
	background-color:Transparent;
}

input[type=image]
{
    border: none 0px Transparent;
}

.textBoxNumerica
{
   text-align:right;  
   padding-right:2px;
}

.btn_imgHistorico 
{
	border: none 0px Transparent;
    border-bottom: 0px none transparent;
background:url('../Images/icons/icon_archive_19.png') no-repeat center;
    width: 25px;
    height:26px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

input.btn_imgHistorico 
{
	border: none 0px Transparent;
    border-style:none;
	border-bottom-color:transparent;
    background:url('../Images/icons/icon_archive_19.png') no-repeat center;
    width: 25px;
    height:26px;
    cursor:pointer;
    cursor:hand;  
}

submit.btn_imgHistorico 
{
	border: none 0px Transparent;
    border-style:none;
	border-bottom-color:transparent;
    background:url('../Images/icons/icon_archive_19.png') no-repeat center;
    width: 25px;
    height:26px;
    cursor:pointer;
    cursor:hand;  
}

textarea 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: solid 1px Darkblue;
	background-color: White;
	color:Black;
    margin-left: 0px;
}
    
textarea[readonly] 
{
    background-color: #EEEEEE;
    resize: none;
}

textarea:disabled
{
	background-color: #EEEEEE;
	color:Black;
}
textarea.erro, textarea[readonly].erro
{
	background-color: #FF0000;
}


button
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid Darkblue 1px;
	background-color:#EEEEFF;
	color:Black;
}
button:disabled
{
	border:solid Gray 1px;
	background-color:#DDDDDD;
	color:Gray;
}
button:hover
{
	border:solid Gray 1px;
	background-color:#EFFFEF;
	color:Gray;
}
button:disabled:hover
{
	border:solid Gray 1px;
	background-color:#DDDDDD;
	color:Gray;
}


/*SELECTS*/
select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid Darkblue 1px;
	background-color:#EEEEEE;
	color:Black;
}
select:disabled
{
	background-color: #EEEEEE;
	color:Black;
}

select[disabled], select.disabled, .selectdisabled 
{
	background-color: #EEEEEE;
	color:Black;
}


select:enabled
{
	background-color: White;
	color:Black;
}

.selectenabled, select.enabled 
{
	background-color: White;
	color:Black;
}


select.erro, selecterro
{
	background-color: #FF0000;
}


label
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:Black;
}
label.erro
{
	color:Red;
}


.SimulaInput
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: solid 1px Darkblue;
	background-color: #EEEEEE;
	color:Black;
	text-align:left;
}

.SimulaInputJustificado
{
	font-family:Lucida Console;
	font-size:10px;
	border: solid 1px Darkblue;
	background-color: #EEEEEE;
	color:Black;
	text-align:left;
    padding-left:5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link.linksNoticias
{
	text-decoration:none;
	color: #666666;
}

a:link.linksNoticias:hover
{
	text-decoration: underline;
	color: #980000;
}

a:link {
	color:#d61719;
	text-decoration:none;
}

a:visited {
	color:#980000;
	text-decoration:none;
}

a:hover 
{
	color:#980000;
	text-decoration:none;
}

a:active {
	color:#980000;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
	
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover
/*#content-side1-three-column a:hover*/ {
	text-decoration:underline;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	height:4.0em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:1260px;
	}
	
#logo {
	position:absolute;
	top:0.9em;
	left:70px;
	font-size:2.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:2.8em;
	padding:.1em 0 0 0;
	font-variant:small-caps;
	}
	
#imgLogo
{
	position:absolute;
	top:1px;
	left:15px;
}
#imgLogoLogin
{
	border: none 0px Transparent;
    position:absolute;
	top:60px;
	left:55px;
}

#imgLogoalt
{
	position:absolute;
	top:1px;
	left:0px;
}
#logo a {
	color:#4A6BB3;
	text-decoration:none;
	}

#top-information-home {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:15.5%;
	height:2em;
	width:15%;
	padding:0 1.5% 0 0;
	}
	
#top-information-date {
	-align:center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:84.8%;
	height:100%;
	padding:0 0 0 2%;
	}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;	
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background:#608fc8 url(../images/bg-nav.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1240px;
	padding:0 0 0 20px;
	position:relative;
	font-weight:bold;
	height:37px;
	vertical-align:middle;
	line-height:normal;
}

#nav-main div {
	background:#4b6cb5 url(../images/bg-nav-side.png) top right no-repeat;
	width:15.2%;
	position:absolute;
	top:0;
	right:0;
	padding:0 0 0 0;
	height:37px;
	vertical-align:middle;
	line-height:normal;
	
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main a:active {
	color:#FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#D4E7F8;
	text-decoration:underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:1260px;
	background:#608fc8;
	position:relative;
	}
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:12%;
	text-align:center;
	padding:2%;
	color:#FFFFFF;
	font-size:1.0em;
	font-weight:bold;
	line-height:160%;
	
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:1220px;
	background:#608fc8;
	position:relative;
	color:#d5e8ff;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:0px dotted #B2B2B2 !important;       
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;   
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
	color:Blue;
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    /*background:#F5F5FB;*/
}
 

a.SelectedNodeStyle 
{
    background:#EEEEF8;
    display:block;
    padding:2px 0 2px 3px;
}

.SelectedNodeStyleDirectorio
{
    background:#EEEEF8;
    color:Green;
    display:block;
    padding:2px 0 2px 3px;
}
 

a:link.NodeStyle {
	color:black;
	text-decoration:none;
}
a:visited.NodeStyle {
	color:black;
	text-decoration:none;
}

a:hover.NodeStyle 
{
	color:black;
	text-decoration:none;
}

a:active.NodeStyle {
	color:black;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

	margin:0;
	padding:0;
	}

li {
	list-style:none;
	/*background:url(../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;*/
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}

ul.itemsSpacedAndWraped li {
    margin-top:6px; margin-bottom:6px;
}
ul.itemsSpacedAndWraped li a {
    text-wrap:normal;
    white-space:normal;
    white-space:pre-line;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border: none 0px Transparent;
	}
	
.img_align_bottom
{
	vertical-align:bottom;
	margin-bottom:1px;
}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border: none 0px Transparent;
}

.cssInlineImageBottom, input.cssInlineImageBottom
{
	border: none 0px Transparent;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	background-color:Transparent;
	background-image:none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#608fc8 url(../images/bg-nav.png) bottom left no-repeat;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:1240px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#a9c0db;
	font-size:.8em;
}

#footer div {
	background:#4b6cb5 url(../images/bg-nav-side.png) bottom right no-repeat;
	width:15.1%;	 
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:1240px;
	text-align:right;
	vertical-align:top;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}
	
/*#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:890px;
	text-align: -moz-center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}*/

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a 
{
	margin:0 8px 0 8px;
}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
	
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}

.hiddenButtons
{
	display:none;
}

.labelSemRegistos
{
	/*font-weight:normal;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:Black;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*  Para FORMS */
.labelTitulo, .labelTitulo label
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: none;
	color:Black;
}

    .labelNormal  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;        
        border: none;
        color: Black;
    }

.labelTituloUnderline
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
    text-decoration:underline;
	border: none;
	color:Black;
}

.labelTituloUnderline
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: none;
	color:Black;
}

.labelTituloErro
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: none;
	color:Red;
}

.labelTituloErro label
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: none;
	color:Red;
}


.labelAlerta
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: none;
	color:Red;
	
}

.labelValidator
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	border: none;
	color:Red;
	
}

.labelValorSemBorder
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444444;
	border: none;
}

	
.labelValor
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444444;
	border: solid 1px black;
	padding:0px;
	background-color:#FFFFFF;
	background-image: none;
	/*border-style: solid;
	border-width:1px;*/
}	

.labelInformacao
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:6px;
	color:Black;
}

ul.labelValor, ul.labelValor li
{
	list-style: none;
	list-style-type:none;
	background-image: none;
}

.listaAutoComplete
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444444;
	border: solid 1px black;
	padding:0px;
	background-color:#FFFFFF;
	background-image: none;
	/*height : 200px;
	overflow : auto;*/
	/*border-style: solid;
	border-width:1px;*/
}	

ul.listaAutoComplete, ul.listaAutoComplete li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
	list-style: none;
	list-style-type:none;
	background-image: none;
}

li.listaAutoCompleteItems, ul.listaAutoCompleteItems .listaAutoCompleteItems ul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	GRIDVIEW

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.gidviewElement
{	
	background-color:#000000;	
	border:Solid 1px #CCCCCC;
	font-family:Verdana;
	font-size:11px;
}

.gidviewFooterStyle
{	
	background-color:#CCCCCC;
	color:#000000;		
}

.gidviewRowStyle
{	
	background-color:#FFFFFF;
	color:#000000;	
	font-size:11px;		
}

.gidviewRowStyleSmall
{	
	background-color:#FFFFFF;
	color:#000000;	
	font-size:10px;		
}


.gidviewPagerStyle
{	
	background-color:#284775;
	color:#FFFFFF;	
	font-size:10px;
	font-weight:bold;
	text-decoration:none;	
}
.gidviewPagerStyle a
{	
	color:#00DDDD;	
	font-weight:normal;	
	text-decoration:underline;
	border: none;	
}
.gidviewPagerStyle a:visited
{	
	color:#00DDDD;	
	font-weight:normal;	
	text-decoration:underline;	
	border: none;	
}

.gidviewSelectedRowStyle
{	
	background-color:#008A8C;
	color:#FFFFFF;	
	font-weight:bold;	
}

.gidviewHeaderStyle
{	
	background-color:#5D7B9D;
	color:#F7F6F3;	
	font-weight:bold;
}

.gidviewHeaderStyleSmall
{	
	background-color:#5D7B9D;
	color:#F7F6F3;	
	font-weight:bold;
	font-size:10px;
}

.gidviewHeaderStyle a
{	
	text-decoration:underline;
}

.gridViewnotitle a
{
	text-decoration:none;
}

.sortheaderstyle{     
    background-color: #284775;	
}

.sortheaderstyle a
{
	text-decoration:none;
} 

.gidviewAlternatingRowStyle
{	
	background-color:#F7F6F3;
	font-size:11px;
}

.gidviewAlternatingRowStyleLight
{	
	background-color:#FBFAF7;
	color: #424242;
	font-size:11px;
}


.gidviewAlternatingRowStyleSmall
{	
	background-color:#F7F6F3;
	color:#000000;	
	font-size:10px;		
}

.gidviewAlternatingRowStyleSmallLight
{	
	background-color:#FBFAF7;
	color: #353535;
	font-size:10px;
}

.gidviewGroupHeaderRowStyle, .gidviewGroupHeaderRowStyle td
{	
	background-color:#CCCCDD;
	color: black;
	font-size:11px;
}

.gidviewNumericCell, td.gidviewNumericCell
{
	text-align:right;
	white-space:nowrap; 
}

#divGrid a
{
	color:#00FFFF;
}

#divGrid1 a
{
	color:#00FFFF;
}


.img_imgNotLida 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/Icons/mail_mark_unread.png') no-repeat center;
    width: 20px;
    height:20px;
    
}

.img_imgLida 
{
	border-bottom: 0px none transparent;
background:url('../Images/Icons/mail_mark_read.png') no-repeat center;
    width: 20px;
    height:20px;
    border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}


.btn_imgPDF 
{
	border-bottom: 0px none transparent;
    background:url('../Images/icons/logo_pdf.gif') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

.btn_imgActualizar 
{
	border-bottom: 0px none transparent;
background:url('../Images/icons/aprovar.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

input.btn_imgActualizar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/aprovar.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

submit.btn_imgActualizar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/aprovar.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

input[type=submit].btn_imgActualizar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/aprovar.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}


.btn_imgEditar 
{
	border: none 0px Transparent;
background:url('../Images/icons/EditarIcon.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

input.btn_imgEditar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/EditarIcon.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
}

submit.btn_imgEditar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/EditarIcon.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
}

input[type=submit].btn_imgEditar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/EditarIcon.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
}

.btn_PDF 
{
	border: none 0px Transparent;
background:url('../Images/icons/pdf.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

input.btn_PDF 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/pdf.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
}

submit.btn_PDF 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/pdf.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
}

input[type=submit].btn_PDF 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/pdf.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
}

.btn_imgPassport 
{
	border-bottom: 0px none transparent;
    background:url('../Images/icons/Passport.jpg') no-repeat center;
    width: 40px;
    height:53px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

.btn_imgUndo, input.btn_imgUndo, input[type=submit].btn_imgUndo
{
	border: none 0px Transparent;
	background:url('../Images/icons/undo_Blue2.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
}

.btn_imgProibido, input.btn_imgProibido, input[type=submit].btn_imgProibido
{
	border: none 0px Transparent;
	background:url('../Images/icons/Proibido1.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
}


.btn_imgApagar 
{
	border-bottom: 0px none transparent;
background:url('../Images/icons/Remover.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

input.btn_imgApagar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/Remover.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

submit.btn_imgApagar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/Remover.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

input[type=submit].btn_imgApagar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/Remover.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}


.btn_imgAdicionar 
{
	border-bottom: 0px none transparent;
background:url('../Images/icons/addrecord.ico') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

input.btn_imgAdicionar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/addrecord.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

submit.btn_imgAdicionar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/addrecord.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

input[type=submit].btn_imgAdicionar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/addrecord.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}



.btn_imgChefias
{
	border: none 0px Transparent;
    border-bottom: 0px none transparent;
background:url('../Images/icons/ktqueuemanager.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

.btn_imgConsultar
{
	border: none 0px Transparent;
    border-bottom: 0px none transparent;
background:url('../Images/icons/lupa.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

.btn_imgEliminarUser
{
	border: none 0px Transparent;
    border-bottom: 0px none transparent;
background:url('../Images/icons/delete_user.png') no-repeat center;
    width: 16px;
    height:16px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

.btn_imgFardamento
{
	border: none 0px Transparent;
    border-bottom: 0px none transparent;
background:url('../Images/icons/Fardamento2.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

.btn_imgCopiar
{
	border: none 0px Transparent;
    border-bottom: 0px none transparent;
    background:url('../Images/icons/Copy.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

input.btn_imgConsultar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/lupa.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

submit.btn_imgConsultar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/lupa.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

input[type=submit].btn_imgConsultar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/icons/lupa.png') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

.btn_btn_imgSeleccionar 
{
	border: none 0px Transparent;
    border-bottom: 0px none transparent;
background:url('../Images/Seleccionar.gif') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

input.btn_imgSeleccionar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/Seleccionar.gif') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

submit.btn_imgSeleccionar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/Seleccionar.gif') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

input[type=submit].btn_imgSeleccionar 
{
	border: none 0px Transparent;
	border-bottom-color:transparent;
    background:url('../Images/Seleccionar.gif') no-repeat center;
    width: 20px;
    height:20px;
    cursor:pointer;
    cursor:hand;  
}

/*---------------------------------------*/
/*--------------Login-----------------*/
/*---------------------------------------*/
.Login
{   
	border-style:solid; 
    background-color:white;
	filter:alpha(opacity=70);
	opacity:0.7;
	
    border-width:1px;
    border-color:Black; 
    Font-Size:10px; 
    font-family:Verdana;
 }
 
 .LoginTitleTextStyle
 {
  	font-weight:bold;
    color:#FFFFFF; 
    background-color:#608fc8;
 }
/*---------------------------------------*/
/*--------------Noticias-----------------*/
/*---------------------------------------*/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity: 0.7;
}

.modalBackgroundPesquisa {
	background-color:White;
	filter:alpha(opacity=0);
	opacity:0.0;
	-moz-opacity: 0.00;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#5688c1;
	padding:0px;
	width:250px;
	font-family:Trebuchet MS,Arial,Helvetica; 
	font-size:11px;
	
}

.modalPopupHeader {
	background: url(../Images/bg-header-blue-popup.png) repeat-x left top;
	position: static;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 22px;
}

.modalPopupHeader32 {
	background: url(../Images/bg-header-blue-popup.png) repeat-x left top;
	position: static;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 42px;
}

.modalPopupBigHeader {
	background: url(../Images/bg-header-blue-popup.png) repeat-x left top;
	position: static;
	vertical-align:middle;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 36px;
	font-size:larger;
}

.modalPopupContent_Noticias
{
	min-width:400px;
	min-height:150px;
	overflow-x:auto;
	overflow-y:auto;
	width:expression(this.scrollWidth >= "400" ? "400" : "400");
	height:expression(this.scrollHeight >= "150" ? "150" : "auto");
}

	.modalPopupContent
	{
		max-width: 770px;
		max-height: 300px;
		overflow-x:auto;
		overflow-y:hidden;
		height:expression(this.scrollHeight <= "300" ? "300" : "auto");
	}

.modalPopupToolbar {
	text-align:right;
	vertical-align:middle;
	border-bottom:solid 1px #475aa2;
	border-top:solid 1px #475aa2;
	padding:4px;
	background-color:#ECF3F6;
}

/* Formatações dos paineis com o conteúdo do Popup */
/* Documents */
	.divContentDocumentos {
		padding:15px;
		overflow-x:hidden;
		overflow-y:auto;
		max-height:300px;
		height: expression(this.scrollHeight >= "300" ? "300" : "auto");
	}
	
	.modalPopupContent_Documents {
		width: 95%;
	}

	.modalPopupContent_Documents ul.Item, ul.Item li{
		margin-left:10px;
		list-style-type:Circle;
		background-image: none;
		padding-left:4px;
		padding-top:8px;
		color:#333333;
	}
	.modalPopupContent_Documents ul.subItem, ul.subItem li {
		color: #666666;
		margin-left:5px;
		list-style-type: Disc;
		background-image: none;
		padding-left:4px;
		padding-top:1px;
	}

/* WorkFlow */
	.modalPopupContent_WorkFlow {
		padding-top:25px;
		border-top:solid 1px #475aa2;
	}

/*---------------------------------------*/
/*--------------WorkFlow-----------------*/
/*---------------------------------------*/
.Box
{
	border:outset 1px navy;
	position:relative;
	text-align:center;
	cursor: hand;
	/*color:maroon;*/
	height:160px;
	/*width:inherit;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:Black;
	padding-right:2px;
}

.List
{
	/*visibility:hidden;*/
	width:99%;
	  
}

.WorkFlowTable
{
	visibility:hidden;
}

.tablepadding td:first-child
{
	padding-left:5px;
}
.ajax__calendar_body td:first-child
{
	padding-left:0px;/*é necessário por causa da css por cima desta*/
}

.NivelBoxHeader {
	background: url(../Images/bg-header-blue-popup.png) repeat-x left top;
	width: 100%;
	color:White;
	text-align:center;
	font-weight:bold;
	padding:1px;
}

/*-------------------------------------*/
/* ---------- Collapse Panel ----------*/
/*-------------------------------------*/

.collapsePanel {
	
	background-color:#ECF3F6;
	overflow:hidden;
	width:100%;
	font-family:Trebuchet MS,Arial,Helvetica; 
	font-size:11px;
}

.collapsePanelHeader
{
	width:100%;
	/*background-image: url(../Images/bg-menu-main.png);	*/
	background-color:#E4E4E4;
	background-repeat:repeat-x;
	color:#000000;	
	padding-bottom:6px;
	font-family:Trebuchet MS,Arial,Helvetica; 
	font-size:11px;
	font-weight:bold;
}

/*-------------------------------------*/
/* ---------- Varios ------------------*/
/*-------------------------------------*/

.noprint {display: none;}

.Progress
{
  cursor: wait;
}

.fixo {
	font:"Lucida Console", "Courier New";
}
.FonteFixa {
	font-family:'Lucida Console', Monaco, Consolas, 'Deja Vu Sans Mono', 'Andale Mono', 'Droid Sans Mono', 'Courier New', Courier, 'Nimbus Mono L',  monospace;
}
.FontaAltura15 {
	line-height:15px;
}
.Fonte13 {
	font-size:13px;
}
.Fonte11 {
	font-size:11px;
}
.Fonte10 {
	font-size:10px;
}
table.NoBorders, table.organiza {
    border:none;
    border-collapse:collapse;
}
table.CemPorCento, table.organiza { width:100%; }
table.noPadding td, table.organiza td { padding:0; }



/*-------------------------------------*/
/* ------- Bug Calendario IE8 ---------*/
/*-------------------------------------*/

.ajax__calendar_title{width:150px; margin:auto; padding:3px;}

/*-------------------------------------*/
/* ---------- Dialog Box ------------------*/
/*-------------------------------------*/
bodyBox {margin:0; font-family:Verdana, Arial, Helvetica; font-size:14px}
#contentBox {padding:20px}
#dialogBox {position:absolute; width:425px; padding:10px; z-index:200; background:#fff}
#dialog-headerBox {display:block; position:relative; width:411px; padding:3px 6px 7px; height:14px; font-size:14px; font-weight:bold}
#dialog-titleBox {float:left}
#dialog-closeBox {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; background:url(images/dialog_close.gif) no-repeat}
#dialog-contentBox {display:block; height:160px; padding:6px; color:#666666; font-size:13px}
#dialog-maskBox {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#FFF; opacity:.75; filter:alpha(opacity=75); z-index:100}
.errorBox {background:#fff url(images/error_bg.jpg) bottom right no-repeat; border:1px solid #924949; border-top:none}
.errorheaderBox {background:url(images/error_header.gif) repeat-x; color:#6f2c2c; border:1px solid #924949; border-bottom:none}
.warningBox {background:#fff url(images/warning_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; border-top:none}
.warningheaderBox {background:url(images/warning_header.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
.successBox {background:#fff url(images/success_bg.jpg) bottom right no-repeat; border:1px solid #60a174; border-top:none}
.successheaderBox {background:url(images/success_header.gif) repeat-x; color:#3c7f51; border:1px solid #60a174; border-bottom:none}
.promptBox {background:#fff url(images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; border-top:none}
.promptheaderBox {background:url(images/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}

/*------------------------------------*/
	/*------- Menus sobre as Grid's ------*/
	/*------------------------------------*/
	.mnHoverGrid {
		position:absolute;
		display:none;
		background: #CBCBCB url(../images/bg/background_500.png) repeat-x bottom;
		border: solid 1px #AAAAAA;
		padding:1px 0 0 1px;
		text-align:left;
	}

	.mnHoverGrid_inside {
		border-style: none;
	border-color: inherit;
	border-width: medium;
	background: url('../images/menu/small_right-arrow.png') no-repeat left top;
	padding-left:12px;
			text-align:left;
	}

	.mnHoverGrid_inside div {
		font: normal 11px Tahoma;
		border-left: dotted 1px #CCCCCC;
		background: Silver url(../images/bg/footer_reverse.gif) repeat-x top;
		padding: 5px 5px 5px 5px;
		text-decoration:none;
	}

	.mnHoverGrid_inside div:hover {
		background: Gray url(../images/bg/botoes_light.png) repeat-x top;
		color: Black;
	}

	.mnHoverGrid_inside div a {
		text-decoration:none;
		color: #565656;
	}

	.mnHoverGrid_inside div a[disabled], .mnHoverGrid_inside div a[disabled]:hover, .mnHoverGrid_inside div:hover a[disabled], .mnHoverGrid_inside div a.aspNetDisabled  {
		color: #8C8C8C;
		text-decoration: none;
		cursor:not-allowed;
	}

	.mnHoverGrid_inside div:hover a {
		text-decoration:underline;
		color: Black;
	}

	
	.gridHiddenPanelContainer {
		position:relative; top:0px;left:0px;
	}

	.gridHiddenPanel {
		display:none;
		z-index: 5000;
		position:absolute; top:0px; left:0px;
	}


/* ************ AUTOCOMPLETE VARIOS *********** */
.autocomplete {
    border: solid 1px Black;
    background-color: White;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1px;
    z-index: 10010;
    width: 400px !important;
}

.autocompletesuperZIndex {
    border: solid 1px Black;
    background-color: White;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1px;
    z-index: 150000;
}

.autocompleteSmall {
    height: 100px;
}

ul.autocomplete li, ul.autocompletesuperZIndex li {
    list-style: none;
    list-style-type: none;
    background-image: none;
    padding-left: 2px;
    cursor: pointer;
}

    ul.autocomplete li.autocompleteitem, ul.autocompletesuperZIndex li.autocompleteitem {
        background-color: White;
        color: Navy;
    }

    ul.autocomplete li.autocompleteitemhover, ul.autocompletesuperZIndex li.autocompleteitemhover {
        background-color: #EFEFFE;
        color: #222222;
    }
