/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
} 

.bej {
	color:#CC9900;
	font-size: 16px;
}


div#menu a {
	color:#666666;
	background; #CCC;
	padding: 3px;
	text-decoration: none;

}

div#menu a:hover, div#menu a:active {
	padding: 3px;
	background: #CCCCCC;
	text-decoration: none;
	color:#FFFFFF;	
}

div#bottommenu a {
	color:#666666;
	background; #CCC;
	padding: 3px;
	text-decoration: none;
	font-size:10px;
}

div#bottommenu a:hover, div#bottommenu a:active {
	padding: 3px;
	background: #CCCCCC;
	text-decoration: none;
	color:#FFFFFF;
	font-size:10px;
}
.tabelafull { border: 1px solid #CCCCCC}

.tabelajos {
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}

.tabelaupdown {
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}

.tabelnotop {
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.tabelright {
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}

.tabeleftright {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.box_header {
	font-size: 14px;
	font-weight: bolder;
}

.text_in_box {
	padding-left:5px;
	font-size: 11px;
}

.a_select {
	width:120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #CC9933;
}


.a_select_pageno {
	width:70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #CC9933;
}

.a_select_forms {
    border: 1px solid #CCCCCC; 
	width:180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0px;
	color: #666666;
}

a:link, a:active, a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #BD931D;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	text-decoration: underline;
}

.divdetailtext {
	position:absolute;
	width:412px;
	height:380px;
	z-index:1;
	left: 326px;
	top: 29px;
	overflow: auto;
	scrollbar-face-color: #BD931D;
}
