@import url("//unesc.br/css/base.css");
 
body { background-color:#183C5F } 
 
#header h1.logotipo { padding:30px 0 }
 
#header h1.logotipo a { color:#FFF !important }
	
#header .infologin { padding:30px 0 }

#menu ul.menu { background-color:#0A1825 !important }

#menu ul.menu li.first a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px }	
	
#menu ul.menu li.last a {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px; }

#menu ul li ul { background-color:#07111B !important }

#menu ul li a:hover { background-color:#22527D !important }

input.submit,
input.button,
#tabs ul li.ui-tabs-active a { background-color:#183856 }

label span { 
	font-size:12px;
	color:#666;
	overflow:hidden;
	white-space:nowrap }
	
.text, select, textarea, .file { font-weight:bold}

#footer .copy{ color:#FFF }

table.rel tr td {font-size:12px }

table.rel tr td.curso {
	text-align:right; 
	font-weight:bold;
	color:#990000 }
	
table.rel tr td.area { 
	font-weight:bold;
	color:#183C5F }
	
table.rel tr td.prof { font-weight:bold }

tr.faltoso td { background:#FFDDDD }
tr.excelente td { background:#CCEECC }


.home #all {
	height:auto;
	margin:-230px 0 0 -125px
}

.home #container { height: auto }

/* OVERLAY #####*/
.overlay {
	display:none;
	padding:15px;
	z-index:10000;
	width:55%;
	background:#FFF;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px }


.overlay .close {
	background:url(img/close.png);
	position:absolute;
	border:0 !important;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px }