﻿html 
{
	height: 100%;
}

body 
{
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	margin: 0 auto;

}

#conteudo
{
	position: relative;
	float: right;
	width: 82%;
	height: 100%;
	top: 8%;
	font-size: smaller;
	background-image: url("images/logo_setas.gif");
	background-repeat: no-repeat;
	background-position: 50% 20%;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;

}

#conteudo_default_page
{
	position: relative;
	float: right;
	width: 82%;
	height: 100%;
	top: 8%;
	font-size: smaller;
}


.Table_Header
{
	width: 100%;
	background-color: #6E9CC9;
}

.Header td
{
	text-align: right;
}

.GridView
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	border-style: double;
}
.GridView_Window
{
	font-size: 6pt;
	font-family: Verdana, Arial, Helvetica;
}
.Header
{
	position: fixed;
	left: 0;
	z-index: 1;
}

.GridView img
{
	border: 0;
	text-decoration: none;
}

.Header_Row
{
	height: 49px;
}

.Footer
{
	/*position: fixed;*/
	position: fixed;
	background: #FFF;
	bottom: 0;
	left: 0;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;

}

.Table_Footer
{
	
	width: 100%;
	background-color: #6E9CC9;
}

.Footer_Row
{

	height: 25px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.Footer_Text
{
	text-align: center;
	color: White;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;

}

.LoginBox
{
	border-style: double;
}

.Footer a {
    color: #0000FF;
    text-decoration: none;
    border-bottom: none;
}

.Footer a:hover {
    border-bottom: 1px solid;
}

/* menu */
.menu li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;

}

.menu li a {
	color: #777;
	display: block;
	font-size: 0.7em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.menu li a:hover {
	color: #111;
}

.menu ul {
	border-top: 1px solid #FAFAFA;
	background: url("images/bgul.gif") repeat-x;
	margin: 0;
}

.menu h1,.menu ul {
	padding-left: 12px;
}
.menu 
{
	position: fixed;
	margin-top: 0%;
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 18%;
	height: 100%;
	top: 50px;
	font-size: smaller;
	font-family: Verdana,arial, helvetica;

}

.menu h1 {
	color: #666;
	font-size: 0.7em;
	height: 20px;
	margin-top: 1.2em;
}

.menu h1 a{
	color: #666;
	text-decoration: none;
}

.Panel_Header
{
	cursor: pointer;
}


.menu_direita_header
{
	background-image: url(images/downloads_title.gif);
	background-repeat: no-repeat;
	height: 24px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #609CB2;
	font-weight: bold;
	padding-left: 10px;
}

.menu_direita_header a
{
	color: #609CB2;
	text-decoration: none;
}

.menu_direita_header a:hover
{
	color: #609CB2;
	text-decoration: underline;
}

.menu_direita_darker
{
	border-right: 1px solid #92BCD2;
	border-left: 1px solid #92BCD2;
}

.menu_direita_bottom
{
	border-right: 1px solid #92BCD2;
	border-left: 1px solid #92BCD2;
	border-bottom: 1px solid #92BCD2;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	padding-top: 2px;
}

.txt_info{font-family: Tahoma, Verdana, Arial; color: #6F8A93; font-size: 11px;text-align: left;}
.txt_info a{color: #6F8A93; text-decoration: none}
.txt_info a:hover{color: #6F8A93; text-decoration: underline}

.Tabela_Detalhes
{
	display: block;
}

.Calendario .ajax__calendar_container {
    border:1px solid gray;
    background-color: white;
    color: black;
}

.Calendario .ajax__calendar_other .ajax__calendar_day,
.Calendario .ajax__calendar_other .ajax__calendar_year {
    color: gray;
    text-decoration: line-through;
    font-weight: normal;
}
.Calendario .ajax__calendar_hover .ajax__calendar_day, .Calendario .ajax__calendar_hover .ajax__calendar_month, .Calendario .ajax__calendar_hover .ajax__calendar_year
{
	color: blue;
	background-color: #FAFAD2;
}
.Calendario .ajax__calendar_active .ajax__calendar_day, .Calendario .ajax__calendar_active .ajax__calendar_month, .Calendario .ajax__calendar_active .ajax__calendar_year
{
	color: black;
	font-weight: bold;
	background-color: #FAFAD2;
	border-right: powderblue 1px solid;
	border-top: powderblue 1px solid;
	border-left: powderblue 1px solid;
	border-bottom: powderblue 1px solid;
}

.validatorCalloutHighlight 
{
    background-color: red;
}

.Label_Link
{
	text-decoration: underline;
	color: Blue;
	cursor: pointer;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.Multlin_td
{
	color: White;
	font-size: xx-small;
	font-family: Verdana, Arial, Sans-Serif;
}
