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

#page
{
	width:100%;
	margin:0px;
	padding:0px;
        background: #457CBF url(../images/layout/main/bkg_geral.jpg) repeat-x;
	/*width: 750px;
	margin: 0 auto;
	padding: 0;*/
}

#page_bkg {
	width:100%;
	margin:0px;
	background:url(../images/layout/main/bkg_rodape.jpg) repeat-x bottom;
}

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

#header_img {
	width:1024px;
	height:265px;
	margin:0 auto;
	display:block;
	background:url(../images/layout/main/topo.jpg) no-repeat top;
	padding-top:6px;
}

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

#mainmenu
{
        width:780px;
	height:25px;
	background:url(../images/layout/main/bkg_menu_top.jpg) repeat-x;
	margin-top:6px;
	margin:0 auto;
	text-align:center;
        /*
	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;
}

#contentbkgtop {
	width:745px;
	margin:0 auto;
	margin-top:-80px;
}

#content
{
        width:745px;
        margin:-2px auto;
        background:#D9E6F4 url(../images/layout/main/shadow_colun_r.jpg) right repeat-y;
        /*
        position: relative;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        */
}

#contentleft {
	width:525px;
	background:#FFF;
	float:left;
}

#contentleftbox {
	width:500px;
	margin:0 auto;
	clear:both;
	text-align:left;
}

.itemleftdetails {
	width:500px;
	height:30px;
	background:url(images/layout/main/box_.jpg) right no-repeat;
	margin:0 auto;
}

.itemleftmedia {
	width:230px;
	margin-right:18px;
	float:right;
	text-align:center;
	margin-top:-20px;
}

#contentright {
	width:220px;
	background:url(../images/layout/main/shadow_colun_r.jpg) repeat-y #D9E6F4;
	float:left;
	text-align:left;
}

.itemrighttitle {
	width:210px;
	background:url(../images/layout/main/title_colun_r.jpg) repeat-y;
	height:17px;
	padding-left:10px;
	text-align:left;
	padding-top:3px;
}

.itemrighttxt{
	width:200px;
	margin:0 auto;
	margin-bottom:10px;
}

#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 #4F81BD solid;
	padding: 0.3em;
}

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

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

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

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