/* CSS Document */
body
{
    margin: 0 auto;
    padding: 0;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: whitesmoke;
}
 .divRola
{
   width: 600px;
   height: 350px;
   overflow: auto;
}
a
{
    text-decoration: none;
    color: #F89A16;
    font-weight: 700;
    font-size: 12px;
}
a:hover
{
	text-decoration:underline;
	color:#F89A16;
}
.BordasDireita
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    text-align: left;
}
.BordasDireita a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.BordasDireita a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

.celulas
{
    border-color: #666666;
    border-width: 1px;
    font-size: 11px;
        color: #333333;
        font-family: verdana;
        background-color: #EB9E14;
        font-weight: bold;
    text-align: left;
}
.celulasInternas
{
    font-size: 10px;
    font-family: Verdana;
    background-color: #EB9E14;
    color: white;
}

select, input
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    font-size: 10px;
    margin: 1px;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    font-family: verdana;
    background-color: #e0e0e0;
}

textarea
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 10px;
	margin: 1px;
	border-left: gray 1px solid;
	width: 300px;
	border-bottom: gray 1px solid;
	font-family: verdana;
	height: 200px;
	background-color: #e0e0e0;
}
.header
{
	background: url(images/banner_python.jpg) gold repeat-x;
	height: 103px;
}
#navi
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    text-align: left;
    height: 30px;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-color: #e3eaeb;
}
#navi a
{
    color: #000000;
    text-decoration: none;
}
#navi a:hover{
	text-decoration:underline;
	color:#000000;
}

	
#leftpanel{
	background:#EBF1F7 url(images/left_panel_bg.jpg) top repeat-x;
	width:200px;	
	vertical-align:top;
	border-right:#999999 solid 1px;
	}

#mainbody{
	height:500px;
	vertical-align:top;
	background-color: #F5F5F5;
	padding-top:1em;
	padding-left:3em;
	padding-bottom:5em;
	}
.mainbody a
{
	color: #000000;
	text-decoration: none;
	
}
.mainbody a:hover{
	text-decoration:underline;
	color:#CC0000;
	}
	
.news{
	padding-left:1em;
	padding-top:2em;
	padding-right:1em; /* for cross-browser's sake */
	width:170px; 
	}
.news_header{
	font-weight:bold;
	color:#000000;
	}
.news_text
{
    background-color: #FFFFFF;
    margin-top: 20px;
    padding-top: 1em;
    padding-right: .5em;
    padding-left: 8px;
    padding-bottom: 2em;
    border: #999999 1px solid;
    text-align: center;
}

