/* begin overall style */
body
{
	margin: 0;
	padding: 0;
	background: white;
	color: #444;
	font: normal 10pt Helvetica, verdana ,sans-serif;
	background:white url(bg.gif) repeat-x left top;
}

#page
{
	width: 750px;
	margin: 0 auto;
	padding: 0;
}

#header
{
	margin: 0;
	padding: 0;
	height: 95px;
}

#logo
{
	padding: 20px 0 20px 10px;
	font-size: 200%;
}

#mainmenu
{
	position: absolute;
	top: 59px;
}

#mainmenu ul
{
	padding: 0;
	margin: 0;
	padding: 0.4em 0 0.3em 0;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	padding: 0.4em 0.4em;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	background: #E6F2FF;
	color: #6399cd;
}

#content
{
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
}

#footer
{
	padding: 15px;
	margin: 20px 0 0 0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #EEE;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px silver solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: left;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #F5F5F5;
}

table.dataGrid .header {
	font-size: 0.9em;
	border: 1px silver solid;
	padding: 0.3em;
	background: #8D2A1C;
	text-align: left;
        height:0;
        position:inherit;
        color: white;
}

table.dataGrid .headerSortUp {
	background-image: url(asc.gif);
        background-position: right center;
	background-repeat: no-repeat;
        cursor:pointer;
}
table.dataGrid .headerSortDown {
	background-image: url(desc.gif);
        background-position: right center;
	background-repeat: no-repeat;
        cursor:pointer;
}

/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

.titulo { border-bottom:0px solid; font-weight:bold; color:#990000; font-size:14px; margin-bottom:10px;}
#menuLateral { text-align: center}
#menuLateral a { color:#f5f5f5; }
#menuLateral div { padding:10px 0 10px 0}