body, p, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
body {
	margin: 0px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
form fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 10px;
	padding: 10px;
}
form fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
form fieldset input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 70%;
}
form fieldset input[type="checkbox"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: auto;
}
form fieldset input[type="radio"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: auto;
}
form fieldset select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
form fieldset table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
}
form fieldset table th {
	background-color: #ededed;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
form fieldset table th label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
form fieldset table th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

ul {
	list-style: square;
	line-height: 150%;
}
li {
}
a {
	color: #231f20;
	text-decoration: none;
}
a:hover {
	color: #740f10;
	text-decoration: underline;
}


/* ####################################################### */
div.highlightbox-darkgray {
	border: 1px solid #231f20;
}
div.highlightbox-darkgray-head {
	background-color: #231f20;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}
div.highlightbox-darkgray-body {
	padding: 5px;
}

div.highlightbox-lightgray {
	border: 1px solid #231f20;
}
div.highlightbox-lightgray-head {
	background-color: #231f20;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}
div.highlightbox-lightgray-body {
	padding: 5px;
}

div.highlightbox-darkred {
	border: 1px solid #740f10;
}
div.highlightbox-darkred-head {
	background-color: #740f10;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}
div.highlightbox-darkred-body {
	padding: 5px;
}

/* ####################################################### */
.grid
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#1a1a1a;
	font-size: 11px;
	width: 100%;
	border: 1px solid #1a1a1a;
	text-align:left;
}
.grid-column-sorted-asc
{
	width: 8px;
	height: 10px;
	background-image: url(img/down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:left;
}
.grid-column-sorted-desc
{
	width: 8px;
	height: 10px;
	background-image: url(img/up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:left;
}
.grid-column-title
{
	background-color: #740f10;
	text-align:left;
}
.grid-column-title-cell
{
	text-align:left;
	padding-left:5px;
}
.grid-column-title-caption-sortable
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
.grid-column-title-caption-not-sortable
{
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align:left;
	padding-right:5px;
}
.grid-navigation
{
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background-color: #1a1a1a;
	padding: 2px;
	width: 100%;
	font-size: 11px;
}
.grid-navigation-item
{
	color: #016775;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.grid-navigation-item-disabled
{
	color: #dedede;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.grid-navigation-item-selected
{
	color: black;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.grid-row-odd
{
	cursor: pointer;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
}
.grid-row-odd-cell
{
	padding: 5px;
}
.grid-row-even
{
	cursor: pointer;
	background-color: #e6e6e6;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.grid-row-even-cell
{
	padding: 5px;
}
.grid-row-mouseover
{
	cursor: pointer;
	background-color: #aabbcc;
	color: #000000;
}
.grid-row-selected
{
	cursor: pointer;
	color: #000000;
	background-color: #aabbcc;
}
.grid-custom-tab
{
	background-color: #ececec;
	padding: 3px;
	border-top: none;
}
.grid-no-javascript
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #c40000;
}
.grid-link
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #666666;
}
.grid-select-show-records-on-page
{
	font-size: 11px;
}

.error
{
	font-weight: bold;
	color: #FF0000;
}

#CMErrorBox {
	border: 1px dotted #FF0000;
	color:#FF0000;
	font-weight: bold;
	padding: 10px;
}
#reservado {
	border: 1px solid #231F20;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 auto; 
	margin-bottom: 5px;
	margin-top:200px;
	width: 250px; 
}
#reservadohead {
	margin: 0;
	padding: 0;
	text-align: left;
}
#reservadohead h2 {
	background-color: #231F20;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 10px;
	color: #FFFFFF; 
	font-size: 12px; 
}
#reservadobody {
	margin: 0;
	padding: 5px 10px 5px;
}

#ErrorBox {
	width:400px;
	padding-bottom:5px;
	border: 1px dotted #FF0000;
}

#menudtoconteudos {
	margin: 0 auto; 
	width: 200px; 
	background: url(../images/boxbody-r.gif) no-repeat bottom right;
	margin-bottom: 5px;
}
#menudtoconteudoshead {
	background: url(../images/boxhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menudtoconteudoshead h2 {
	background: url(../images/boxhead-l.gif) no-repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 5px 10px 10px;
	color: white; 
	font-weight: bold; 
	font-size: 10px; 
	line-height: 1em;
}
#menudtoconteudosbody {
	background: url(../images/boxbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 5px;
}

#menudtoadmin {
	margin: 0 auto; 
	width: 200px; 
	background: url(../images/boxbody-r.gif) no-repeat bottom right;
	margin-bottom: 5px;
}
#menudtoadminhead {
	background: url(../images/boxhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menudtoadminhead h2 {
	background: url(../images/boxhead-l.gif) no-repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 5px 10px 10px;
	color: white; 
	font-weight: bold; 
	font-size: 10px; 
	line-height: 1em;
}
#menudtoadminbody {
	background: url(../images/boxbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 5px;
}
