*{
	margin: 0;
	padding: 0;
}
body, input, textarea, select{
	font:12px/1.22 sans-serif;
	color: #444;
}
body{
	background: url(imagens/bg.png);
}
input[type=text], input[type=password], select, textarea{
	padding: 3px;
	font:13px/1.22 sans-serif;
}

a,a:visited {
	color: #00485C;
}
a:hover {
	color: #00485C;
	text-decoration: none;
}
a img{
	vertical-align: middle;
}

h1, h2, h3, h4, p{
	padding: 2px 0;
	margin: 2px 0;
}
h1, h2, h3, h4{
	text-transform:uppercase;
	font-weight: bold;
}
h1{
	font-size: 1.25em;
	border-bottom: 1px solid #ccc;
}

h2{
	font-size: 1.1em;
}
h3, h4{
	color: #444;
	font-size: 1.05em;
}
h4{
	font-size: 1em;
}
p{ text-align: justify; }


sup,sub{  font-size: 9px; }
sup{ vertical-align: top;}
sub{ vertical-align: baseline; }

big, .big{ font-size: 1.1em; }
.small, small{ font-size: 75%; }
.strong{ font-weight: bold; }
.normal{ font-weight: normal; }
.em{ font-style:italic; }
.green{ color: green; }
.red{ color: red; }

.tl{text-align: left;}
.tr{text-align: right;}
.tc{text-align: center;}
.hide{display: none;}

.left{
float: left;
}


.nav h2{
	color: #00485C;
}

/* END GLOBAL */

/* HEADER */

.menu{
	background: url(imagens/grad.png) center bottom repeat-x #00A1CD;
	height: 40px;
	margin-bottom: 10px;
}
.logo{
	padding: 8px;
	border-left: 1px solid #ccc;
}
.logo a{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#navlist
{
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
#navlist li.first
{
	border-left: 1px solid #ccc;
}
#navlist li
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ccc;
}

#navlist .right
{
	float: right;
	margin-right: 10px;
	border-left: 1px solid #ccc;
}
#navlist li a
{
	text-decoration: none;
	padding: 10px 14px;
	margin: 0 2px;
	display: block;
	color: #fff;
}
#navlist li a:hover, #navlist li.sele
{
	background: url(imagens/grad2.png) center bottom repeat-x;
	color: #FFF;
}	
/* END HEADER */

/* BODY */


.nav{
	width: 230px;
	float: left;
}
.body{
	background: #fff; 
	border: 1px solid #ccc;
	min-height: 400px;
	margin-left: 230px;
	padding: 5px;
}
.abrir img, .fechar img{
	padding: 5px; 
	background: #fff; 
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position:relative;
	z-index:10;
	left: 1px;
}
.fechar img{
	padding-right: 150px; 
}

.nav ul{
	margin: 10px;
}
.nav li{
	list-style:circle outside none;
	margin: 0 0 5px 20px;
}
.nav dt{
	list-style:circle outside none;
	margin:0 5px 5px 20px;
}
.nav dd{
	margin:0 5px 2px 30px;
}

.nav_bloco{
	border-bottom: 1px solid #ccc;
	padding: 2px 5px 2px 0;
}
h1 span{
	border-left: 1px solid #ccc;
	font-weight: normal;
	font-size: 13px;
	margin: 0 5px;
	padding: 0 7px;
	text-transform: capitalize;
}
table{
	margin: 5px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table thead th, table thead td {
	background:url("imagens/table-head.gif") repeat-x scroll center top #E2E2E2;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#333333;
	font-weight:700;
	padding:6px 10px;
}
table tbody td {
	border-right:1px dotted #CCCCCC;
	font-size:93%;
	padding: 6px;
	vertical-align:middle;
}

table tbody tr.even:hover td, table tbody tr.odd:hover td {
	background: #e1e1e1;
}

table tbody tr.odd td{
	background: #f2f2f2;
}

table tbody tr.top{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size:90%;
	font-weight:bold;
}

table tfoot td{
	border-top: 1px solid #ccc;
	padding: 5px;
}
table tfoot td a{
	display: block;
	width: 15px;
	text-align: center;
	float: left;
	border: 1px solid #ccc;
	margin: 0 2px 0 0 ;
	text-decoration: none;
}
table tfoot td a:hover, table tfoot td a.paginate_sele{
	background: #ccc;
}

.login{
	width: 350px;
	margin: 50px auto;
	border: 1px solid #ccc;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 5px;
}

.login h1{
	background: url("imagens/table-head.gif") repeat-x scroll center top #E2E2E2;
	text-shadow:0 1px 0 #FFFFFF;
	margin: 0 0 5px 0;
	padding: 5px;
}
.login form{
	padding: 5px;
}

.login label{
	/*margin: 0 25px 0 75px;*/
	display:block;
	float:left;
	font-weight:bold;
	width:150px;
	text-align: right;
	margin-right: 5px;
}

.btn a, .btn button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    /*font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.btn button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.btn button img, .btn a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.btn input[type="text"]{
	float:left;
	margin: 2px;
}

/* STANDARD */

button:hover, .btn a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.btn a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .btn a.positive{
    color:#529214;
}
.btn a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.btn a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.btn a.negative, button.negative{
    color:#d12f19;
}
.btn a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.btn a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */
button.regular, .btn a.regular{
    color:#336699;
}
.btn a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.btn a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

form input{
	margin-bottom: 8px;
}

td input[type="text"], td input[type="password"]{
	margin: 0;
	font-size: 12px;
}

label{
	color: #00485C;
	display:block;
	margin: 5px 0 3px 0;
	font-weight: bold;
	
}
.inline label{
	display: inline;
	font-weight: normal;
}
fieldset{
	border: 1px solid #ccc;
	padding: 3px;
}

.legend, legend {
	background:url("imagens/table-head.gif") repeat-x scroll center top #E2E2E2;
	border: 1px solid #ccc;
	font-size:93%;
	padding:5px 8px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.sub_menu li{
	list-style:none;
	margin:0 0 3px 10px;
}
.sub_menu a{
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
	padding: 1px;
}
.sub_menu a:hover{
	border: 1px solid #ccc;
}
ul.lista{
	margin-top: 3px;
}
ul.lista li{
	display: block;
	padding: 3px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
input.pesquisa, textarea.pesquisa{
	background: url(imagens/icons/document-search-result.png) no-repeat scroll 2px 4px #f5f5f5; 
	padding-left: 20px;
	border: 1px solid #ccc;
	font-size: 12px;
}
.turma a{
	display: block;
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 2px;
}

.turma span{
	float: right;
	font-weight: bold;
	margin-left: 10px;
}


/* END BODY */

/* FOOTER */
	
/* END FOOTER */
