table.mtgnetGrid tr
{
	font-family:Arial;
	font-size:medium;
}

body {
	scrollbar-face-color: #077831;
	scrollbar-shadow-color: #003915;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #80D49F;
	scrollbar-base-color: #036728;
}

.divGraphRT
{
	background-color:#F5F5F5;
	border: Gray 1px solid;
	font-size: 8pt;
	font-family: Arial;
	padding:5;
}

.divGraphRTBar
{
	border: black 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= 'green' , EndColorStr= 'yellow' );
	float: left;
}

.divGraphRTTitle
{
	padding-left: 10;	
}

.divUsrCtrlSearchPanel
{
	padding:10 10 10 10;
}

.divUsrCtrlSearch
{	
	font-weight: bold;
	font-size: 8pt;
	width:600;
	border: black 1px solid;
	background-color: #ebebeb;
}
.divUsrCtrlSearchTitulo
{
	border-bottom : black 2px solid;
	padding-top:3px;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= 'gray' , EndColorStr= 'white' );
	cursor: hand;
	color: white;

	height: 20px;
	text-align: center;
}

.divApplication
{
	width:100%;
	height:100%;
}

.divHeader
{
}

.divBody
{
	width:100%;
	height:100%;
}

/*
.divMenu
{
	border-right: green 1px solid;
	border-top: green 1px solid;
	border-left: green 1px solid;
	width: 25%;
	height:100%;
	border-bottom: green 1px solid;
	background-color: #F5F5F5;
	float:left;
}
*/

.divContent
{
	border-right: green 1px solid;
	border-top: green 1px solid;
	border-left: green 1px solid;
	width: 100%;
	height:100%;
	border-bottom: green 1px solid;
	background-color: #F5F5F5;	
}

.divTitleBar
{
	font-weight: bold;
	font-size: 8pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= 'green' , EndColorStr= 'white' );
	cursor: hand;
	color: white;
	padding-top: 3px;
	font-family: Arial;
	height: 20px;
	text-align: center;
	border-bottom:green solid 2px;
}



.divLabelAndControl
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;	
	padding-left:10px;
	padding-right:5px;
}

.divDefaultLabel
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;	
	padding-left:10px;
	padding-right:5px;
}

.divBreakLine
{
	font-family: Arial;
	font-weight: normal;
	font-size: 6pt;		
}

.divDefaultPanel
{
	background-color:#F5F5F5;
	border: Gray 1px solid;
}

.divErrorPanel
{
	background-color:#F5F5F5;
	border: Gray 1px solid;
	width: 500px;
}

.divErrorTitleBar
{
	font-weight: bold;
	font-size: 8pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= 'red' , EndColorStr= 'white' );
	cursor: hand;
	color: white;
	padding-top: 3px;
	font-family: Arial;
	height: 20px;
	text-align: center;
	border-bottom:green solid 2px;
}

.divValidatorSummary
{
	background-color:#F5F5F5;
	border: Gray 1px solid;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;		
}

.divButtons
{
	padding: 5 10 5 10;
	background-color:#F5F5F5;
	border: Gray 1px solid;
	text-align: center;
}

.btnBack
{
	width:75px;
	padding-right:10px;
	padding-left:10px;
}

.btnOk
{
	width:75px;
	padding-right:10px;
	padding-left:10px;	
}


.caixa
{
border: 1px solid #000000;
background-color: #E6E6E6; 
font: 10px Verdana, sans-serif;
color: Black;
}

.texto
{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif; font-size : 9pt;
	color:#666666;	
}


.botao {
	background-color : #077831;
	color : white;
	font-weight : bold;
	font: 10px Arial, sans-serif;
}

A:link {
	text-decoration: none;
	color: #000000;
	line-height: 10pt
}
A:visited {
	text-decoration: none;
	color: #000000;
	line-height: 10pt
}
A:active {text-decoration: none; line-height: 10pt}
A:hover {
	text-decoration: underline;
     	color: #666666;
	line-height: 10pt
}