﻿body 
{
	background-image: url(images/background.gif);
	background-color: #999999;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a:link 
{
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;		
}

a:active 
{ 
	text-decoration: none;		
}

a#link:link 
{
	text-decoration: none;
	color:#FF6600;
	font-weight:bold;
}
a#link:visited 
{
	text-decoration: none;
	color:#FF6600;
	font-weight:bold;
}
a#link:hover 
{
	text-decoration: none;
	color:#999999;
	font-weight:bold;
}
a#link:active 
{ 
	text-decoration: none;
	color:#FF6600;
	font-weight:bold;
}

.contBorderEsq {
	background-color: #FFFFFF;
	background-image: url(images/cont_esq_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.contBorderDir {
	background-color: #FFFFFF;
	background-image: url(images/cont_dir_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#top {
	text-align:right;
	font-weight:bold;
	padding-right:20px;
	background-color:White;
}

#title {
	background-image: url(images/cont_title_bg.gif);
	color:#FFFFFF;
	font-weight:bold;
	padding-left:25px;
}

#footerMenu {
	color:#FF6600;
	font-weight:bold;
	text-align:right;
	padding-right:20px;
	font-size:11px;
}

#footerMenu a:link , a:visited , a:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;	
}


#footerMenu  {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;	
}

#footerMenu a:hover {
	color:#eaeaea;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

.designacoes {
	font-size: 10px;
	color: #FF6600;
	vertical-align: middle;
	text-align:left;
	padding:7px;
}

.erro {
	font-size: 10px;
	color: Red;
	vertical-align: middle;
	float:left;
	text-align:left;
	padding:4px;
}

#footer {
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	padding-right:20px;
	font-size:11px;	
}

.table_titles {
	font-weight: bold;
	background-color: #0787b7;
	background-image: url(images/table_title.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	padding: 6px;
	height:15px;
	color: #FFFFFF;
	vertical-align: top;
}

.table_cont {
	background-color: #d3d3d3;
	background-image: url(images/table_cont.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	padding: 6px;
	height:15px;
	color: #000000;
	font-size:10px;
	vertical-align: top;
}

.table_cont2 {
	background-color: #e7e7e7;
	background-image: url(images/table_cont2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	padding: 5px;
	height:15px;
	color: #000000;
	font-size:10px;
	vertical-align: top;
}

.textbox 
{
    float:left;
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
	border:#7f9db9 solid 1px;
	background-image: url(images/box_bg.gif);
	height:14px;
}

.button {
	font-size:12px;	
	background-image: url('images/box_bg.gif');
	border:#7f9db9 solid 1px;
}

.menu_hover 
{    
    text-align:center;
}

.IE8Fix 
{  
    z-index: 100;
}

.bolding
{
    font-weight:bold;
}

.menu_rollover 
{
    background-image: url(images/menu_rollover.gif);
    background-repeat:repeat-x;
    background-position:top left;
    background-attachment:fixed;
    color:Black;
}

.lblLeft
{
	text-align:left;
	color:Black;
}