body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana;
	font-size:12px;
}

.titulo 
{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    background-color:#fb9c0c;
    text-align:center;
}

.desc_text 
{
    background-color:#fb9c0c;
}

.table_header 
{
    font-family:Verdana;
	background-color: #fb9c0c;
	color: #000000;
    font-size: 12px;
    text-align:center;
}

.table_group 
{
    font-family:Verdana;
	background-color: #eb8c00;
	color: #000000;
    font-size: 12px;
}

.table_sumary 
{
    font-family:Verdana;
	background-color: #cb6c00;
	color: #000000;
    font-size: 12px;
}

.button 
{
    font-family:Verdana;
	background-color: #db7c0c;
	color: #000000;
    font-size: 12px;
    text-align:center;
}

.button_disabled 
{
    font-family:Verdana;
	background-color: #a0a0a0;
	color: #000000;
    font-size: 12px;
    text-align:center;
}

.error 
{
    color:#ff0000;
}

.message 
{
    font-size:14px;
    font-weight:bold;
}

.notas {
	font-size: 9px;
}

.lnk {
    font-family: Verdana;    
    font-size: 10px;
    color: #000000;
    font-weight:bold;
    font-decoration:none;
}

.lnkbtn {
    font-family: Verdana;    
    font-size: 12px;
    color: #000000;
    font-weight:bold;
    text-decoration:underline;
    cursor:pointer;
}

A:link
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

A:visited
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
