﻿/*
claro #dcf0e0
escuro #496e3e
*/

body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	background-image: url(fundo.jpg);
	background-repeat: no-repeat;

}

a
{
	text-decoration: none;
	color: Blue;
}
a:hover
{
	text-decoration: none;
	font-weight: bold;
}

.form_button
{
	border: 1px solid #2059a5;
	background-color: #ffffff;
	height:20px;
	background: url(../img/btn_botton.gif);
}
.form_label
{
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.label_titulo_formulario
{
	color: #496e3e;
	font-size: 11px;
	text-indent: 10px;
}
.topo_formulario
{
	height: 20px; /*background-image:url(../img/bck_top.gif);*/
	border-bottom:solid 1px #496e3e;
}

.textbox
{
	font-size: 12px;
	border-right: #ff0000 1px solid;
	border-top: #ff0000 1px solid;
	border-left: #ff0000 1px solid;
	border-bottom: #ff0000 1px solid;
}
.textbox_fixed_size
{
	font-family: Courier New;
	border: solid 1px #496e3e;
	font-size: 11px;
}
.textbox_valor
{
	border: solid 1px #496e3e;
	font-size: 11px;
	text-align:right;
	font-family: Courier New;
}
.textbox_data
{
	border: solid 1px #496e3e;
	font-size: 11px;
	text-align:right;
	font-family: Courier New;
}
.textbox_valor_readonly
{
	border: solid 1px #496e3e;
	font-size: 11px;
	text-align:right;
	background-color: #dcf0e0;
	font-family: Courier New;
}
.textbox_readonly
{
	font-size: 11px;
	font-weight: bold;
	background-color: #ff6666;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.dropdown
{
	border: solid 1px #496e3e;
	font-size: 10px;
}
.textbox_pesquisa
{
	border: solid 1px #496e3e;
	font-size: 11px;

}

.button_pesquisa
{
	border: 1px solid #808080;
	background: url(../img/lupa.png);
	background-position: left bottom;
	height: 18px;
	width: 24px;
}

legend
{
	font-weight: bold;
	font-size: 10px;
	color:#496e3e;
}
.label_red_aviso
{
	color: #ff0000;
	font-size:9px;
}
.ajax__tab_xp .ajax__tab_body {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;
border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}

.header_gridstyle, .header_gridstyle th, .header_gridstyle a, .header_gridstyle a:link,
 .header_gridstyle a:visited, .header_gridstyle a:hover{
	font-weight: bold;
	font-size: 9px;
	color: white;
	height:15px;
	background-image: url(../img/header_grid.gif);
	background-repeat:repeat-x;
	vertical-align:text-top;
}
.selected_item_gridstyle
{
	background: #FF8080;
	text-align:left;
	font-size: 10px;
}
.item_gridstyle
{
	color: #000000;
	background:#FFFFFF;
	text-align:left;
	font-size: 10px;
}
.alternating_item_gridstyle
{
	background:  #dcf0e0;
	text-align:left;
	font-size: 10px;
}
.page_item_gridstyle
{
	color: #000000;
	background:#FFFFFF;
	text-align:left;
	font-size: 11px;
	font-weight:bold;

}
.field_headerstyle
{
	color: #000000;
	background:#FFFFFF;
	text-align:right;
	font-weight:bold;
	width:30%;
}
/*Hover Menu*/
.popupMenu 
{
	display:none;
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover , .popupHover a:hover, .popupHover a  {
	background-repeat:repeat-x;
	background-position:left top;
	color:#ffffff;
	background-color:#496e3e;
}


/* ajax modal dialog styles */
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox
{
	background-color: #f5f5f5;
	border-width: 2px;
	border-style: solid;
	border-color: Blue;
	padding: 3px;
}
.modalBox modaltitulo
{
	background-color:  #dcf0e0;
	background-repeat: repeat-x;
}
.modaltitulo
{
	background-color:  #dcf0e0;
	font-family: verdana, Helvetica, Arial;
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}
.listsearchextenderprompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}
.roundedPanel
{
	width: 300px;
	background-color: #FFFFFF;
	color: Black;
	font-weight: bold;
	
}
/*calendario do ajax*/


.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #dcf0e0;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}
/*fim*/

.link
{
	color: #0000ff;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link.link       { text-decoration: none}
a:visited.link   { text-decoration: none}
a:hover.link      { font-weight: bold; text-decoration: underline}
a:link:hover.link { font-weight: bold; text-decoration: underline}

.popupControl{
	background-color:#ffffff;
	position:absolute;
	border: 1px solid #496e3e;
}