
/*
Projeto: Pós-Graduação em Memórial Social
Revisão: 1.0
*/

/* ----- Globals ------------------------------------------------------------------------------------------------ */

body {
	background: #fff url(../imgs/bg-body) repeat;
	color: #000;
	font: normal 10px "Trebuchet MS", Verdana, Arial, sans-serif;
}
a {
	outline: none;
}

a[href$='.pdf'] { 
	background: transparent url(../imgs/icon_pdf.gif) no-repeat center left;
	padding-left: 18px;
}

a[href$='.doc'] { 
	background: transparent url(../imgs/icon_doc.gif) no-repeat center left;
	padding-left: 18px;
}

label {
	display: block;
}
h1 {
	color: #970007;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
h2 {
	color: #970007;
	font-weight: bold;
	padding: 0 0 10px 0;
}
h3 {
	color: #808080;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
legend, hr {
	display: none;
}
p {
	line-height: 1.4em;
	margin: 0 0 15px 0;
}
ul {
	margin: 0 0 25px 0;
}
ul li {
	color: #970007;
	padding: 4px; 
}
table {
	border-bottom: 1px solid #e5e5e5;
	width: 579px;
}
table p {
	margin: 0;
	padding: 0 8px;
}
table tr.odd {
	background: #e5e5e5;
}
table tr.even {
	background: #fff;
}
table tr.odd td.alunos {
	border-right: 1px solid #fff;
	width: 199px; 
}
table tr.even td.alunos {
	border-right: 1px solid #e5e5e5;
	width: 199px; }

table tr td {
	padding: 16px 0;
}

/* ----- Layout ------------------------------------------------------------------------------------------------ */

#container {
	border: 1px solid #c3c4c8;
	height: 450px;
	left: 50%;
	margin: -225px 0 0 -390px;
	position: absolute;
	top: 50%;
	width: 780px;
	z-index: 0;
}
#header {
	background: #fff url(../imgs/header-back.jpg) repeat-x 0 0;
	height: 93px;
}
#logo {
	background: transparent url(../imgs/logo.jpg) no-repeat 0 0;
	display: block;
	height: 93px;
	text-indent: -9999px;
	width: 299px;
}
#menu {
	background: #fff;
	border-right: 1px solid #c3c4c8;
	float: left;
	height: 357px;
	width: 138px;
}
#wrapper {
	background: #fff;
	float: left;
}
#content {
	font: bold 10px Verdana, Arial, sans-serif;
	height: 273px;	
	margin: 10px 15px;
	overflow-y: auto;
	padding: 0 15px 0 0;
	width: 596px;
}
body.area #content {
	font: bold 10px Verdana, Arial, sans-serif;
	height: 273px;
	margin: 10px 15px;
	overflow-y: auto;
	padding: 0;
	width: 611px;
}
body.tall #content {
	font: bold 10px Verdana, Arial, sans-serif;
	height: 298px;
	margin: 10px 15px;
	overflow-y: auto;
	padding: 0 15px 0 0;
	width: 596px;
}
#content-submenu {
	height: 15px;
	padding: 10px 0 0 15px;
}
#footer {
	background: #fff;
	color: #999;
	border-top: 1px solid #c3c4c8;
	height: 37px;
	font-size: 10px;
	font-weight: bold;
	width: 641px;
}

/* ----- Scrollbars for Crappy IE ------------------------------------------------------------------------------ */

body {
	scrollbar-face-color: #99100a;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-track-color: #fff;
}

/* ----- Navigation -------------------------------------------------------------------------------------------- */

#navigation {
	margin: 0;
	padding: 0;
	text-align: right;
}
#navigation li {
	margin: 0;
	padding: 0;
}
#navigation li a {
	background: transparent url(../imgs/menulinks-back.jpg) no-repeat 0 top;
	border-bottom: 1px solid #c3c4c8;
	color: #808080;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 1px 2px 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 137px; /* <- Crappy IE6.0 Fix */
}
#navigation li a:hover, #navigation li a.active {
	background: transparent url(../imgs/menulinks-back.jpg) no-repeat 0 bottom;
	color: #000;
}		
#navigation li a#bg01 {
	background: transparent url(../imgs/menulinks-bg01-back.jpg) no-repeat 0 top;
}
#navigation li a#bg01:hover, #navigation li a#bg01.active {
	background: transparent url(../imgs/menulinks-bg01-back.jpg) no-repeat 0 bottom;
}
#navigation li a#bg02 {
	background: transparent url(../imgs/menulinks-bg02-back.jpg) no-repeat 0 top;
}
#navigation li a#bg02:hover, #navigation li a#bg02.active {
	background: transparent url(../imgs/menulinks-bg02-back.jpg) no-repeat 0 bottom;
}
#navigation-vis {
	background: #999;
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: bold;	
	height: 60px;
	margin: 12px auto 0;
	padding: 10px 6px 0 0;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	width: 122px;
}
#navigation-vis:hover {
	background: #970007;
}
#content-navigation, #content-navigation-small {
	margin: 0;
	padding: 0;
}
#content-navigation li, #content-navigation-small li {
	display: inline;
	margin: 0;
	padding: 0;
}
#content-navigation li a, #content-navigation-small li a {
	background: transparent url(../imgs/content-nav-bullet.jpg) no-repeat 0 3px;
	color: #808080;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 11px;
	text-decoration: none;
	text-transform: uppercase;
}
#content-navigation li a {
	margin: 0 98px 0 0;
}
#content-navigation-small li a {
	margin: 0 60px 0 0;
}
#content-navigation li a.last, #content-navigation-small li a.last {
	margin: 0; 
}
#content-navigation li a:hover, #content-navigation li a.active, #content-navigation-small li a:hover, #content-navigation-small li a.active {
	background: transparent url(../imgs/content-navhover-bullet.jpg) no-repeat 0 3px;
	color: #000;
}	

/* ----- Sections ---------------------------------------------------------------------------------------------- */


/* ----- Proposta ------------------------------------------------------------------ */

#content-informes {
	border: 1px solid #970007;
	float: right;
	height: 240px;
	overflow-y: scroll;
	margin: 4px 0 0 5px;
	padding: 8px 14px 0;
	width: 178px;
}
#content-informes p {
	line-height: 1.1em;
}
.content-navigation-lin {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
}
.content-navigation-lin li {
	display: inline;
	margin: 0;
	padding: 0;
}
.content-navigation-lin li a {
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0 0 0 13px;
	text-decoration: none;
}
.content-navigation-lin li a {
	color: #000 !important;
}
.content-navigation-lin li a:hover {
	color: #970007 !important;
}
.content-navigation-lin li a#mem-pat {
	background: transparent url(../imgs/lnk-mem-pat-bullet.jpg) no-repeat 0 3px;
}
.content-navigation-lin li a#mem-lin {
	background: transparent url(../imgs/lnk-mem-lin-bullet.jpg) no-repeat 0 3px;
}
.content-navigation-lin li a#mem-esp {
	background: transparent url(../imgs/lnk-mem-esp-bullet.jpg) no-repeat 0 3px;
}
.content-navigation-lin li a#mem-sub {
	background: transparent url(../imgs/lnk-mem-sub-bullet.jpg) no-repeat 0 3px;
}

/* ----- Links ------------------------------------------------------------------ */

#links-list li {
	background: transparent url(../imgs/bullet-linkslist.jpg) no-repeat 0 3px;
	margin: 0 0 30px 0;
	padding: 0 0 0 13px;
}
#links-list li a {
	color: #000;
	text-decoration: none;
}
#links-list li a:hover {
	color: #970007;
}
#content a {
	color: #970007;
	text-decoration: none;	
}
#content a:hover {
	color: #000;
}
/* ----- Professores ------------------------------------------------------------------ */

#professores-list a {
	color: #970007;
	text-decoration: none;
}
#professores-list a:hover {
	color: #000;
}

/* ----- Fale Conosco ------------------------------------------------------------------ */

#fale-list li {
	background: transparent url(../imgs/bullet-falelist.jpg) no-repeat 0 3px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0 0 0 13px;
}

/* ----- Publicações ------------------------------------------------------------------ */

#publicacoes-list li {
	background: none;
	color: #000;
	margin: 0;
	padding: 15px 0 15px 13px;
}
#publicacoes-list li.odd {
	background: #e5e5e5;
}

/* ----- Disciplinas ------------------------------------------------------------------ */

.table-disciplinas {
	border: none;
}
.table-disciplinas th {
	font-weight: bold;
	text-align: center;
	width: 160px;
}
.table-disciplinas th.empty {
	width: 90px;
}
.table-disciplinas td {
	background: #f2f2f2;
	border: 2px solid #fff;
	padding: 16px 5px;	
}
.table-grade {
	margin: 0 0 10px 0;
}
.table-grade th {
	background: #970007;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;	
	text-align: center;
}
.table-grade td {
	background: #f2f2f2;
	border: 2px solid #fff;
	padding: 5px;	
	text-align: center;
}
.table-grade td.left {
	text-align: left;
}
.table-grade td.dark {
	background: #999;
}
.table-alunos td {
	border-bottom: 1px solid #e5e5e5;
}
/* ----- Inscrições ------------------------------------------------------------------ */

#forminscricao br {
	display: none;
}
#forminscricao label {
	text-transform: uppercase;
}
#forminscricao input, #forminscricao select, #forminscricao textarea {
	border: 1px solid #dbdcde;
	color: #000;
	font: normal 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0 0 1px 0;
	_margin: 0;
	padding: 1px;
}
#forminscricao select {
	text-align: center;
	padding: 0;
}
#forminscricao input:focus, #forminscricao select:focus, #forminscricao textarea:focus {
	border: 1px solid #970007;
}
#forminscricao input {
	background: #dbdcde;
	width: 353px;
}
#forminscricao textarea {
	height: 225px;
	_height: 229px;
	width: 200px;
}
#forminscricao .small .left {
	float: left;
	margin: 0 8px 0 0;
	_margin: 0 2px 0 0;
	width: 175px;
}
#forminscricao .small .left input {
	width: 175px;
	_width: 173px;
}
#forminscricao .small .right {
	float: left;
	width: 170px;
	_width: 168px;
}
#forminscricao .small .right input, #forminscricao .small .right select  {
	width: 170px;
	_width: 168px;
}
#forminscricao .forminscricao-left {
	float: left;
	margin: 0 16px 0 0;
	_margin: 0 3px 0 0;
	width: 353px;
}
#forminscricao #sendbtn {
	background: #9b9b9b;
	border: none;
	color: #fff;
	cursor: pointer;
	margin: 4px 0 0 150px;
	width: 55px;
}
#forminscricao #sendbtn:hover {
	background: #970007;
}
p.forminscricao-ok {
	border: 1px solid #970007;
	height: 62px;
	margin: 100px auto 0;
	padding: 25px 0 0 0;
	text-align: center;
	width: 266px;
}

#error {
	background: #ffdede;
	border: 2px solid #f00;
	color: #f00;
	font: normal 11px Tahoma;
	margin: 0 auto 15px auto;
	width: 350px;
}
#error p {
	margin: 0 0 5px 0;
	padding: 2px 3px;        	
}
#error .ertitle {
	background: #ff9393;
	color: #fff;
	font-weight: bold;
}
#error ul {
	list-style: none;
	margin: 0;
	padding: 2px 10px; 
}
#error li {
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}
#erbtn {
	background: #f9f9f9 url(../imgs/btn-inscricao-back.jpg) repeat-x 0 bottom; 
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	cursor: pointer;
	margin: 0 0 3px 290px;
	padding: 0 15px;
	_padding: 0 10px;
}
/* ----- Footer ------------------------------------------------------------------ */

#searchform {
	border-right: 1px solid #c3c4c8;
	float: left;
	height: 37px;
	padding: 0 0 0 13px;
	width: 221px;
}
#searchform input {
	border: 1px solid #96959a;
	height: 16px;
	width: 178px;
}
#searchform #send {
	border: none;
	background: transparent url(../imgs/searchform-btn.jpg) no-repeat 0 0; 
	cursor: pointer;
	height: 18px;
	text-indent: -9999px;
	vertical-align: top;
	_vertical-align: 1%;
	width: 18px;
}
#footer-uni {
	float: right;
	height: 37px;
	margin: 0;
	padding: 0;
	width: 406px;
}
#footer-uni .uni-info {
	float: left;
	line-height: 14px;
	margin: 0;
	padding: 5px 5px 0 0;	
	text-align: right;
	width: 354px;
}
#footer-uni a.uni-logo {
	background: transparent url(../imgs/logo2.jpg);
	display: block;
	float: right;
	height: 38px;
	text-indent: -9999px;
	width: 47px;
}
/* ----- Classes ------------------------------------------------------------------------------------------------ */
.att {
	color: #970007;
}
.nomarginlast {
	margin: 0;
}
.indented {
	text-indent: 25px;
}
.odd {
	background: #f6f6f6;
}
.leads {
	display: block;
	height: 35px;
	margin: 0 0 27px 0;
}
.imgteste-transp {
	background: #c5c5c5;
	height: 103px;
	margin: 0 0 27px 0;
	width: 579px;
}
.header-ano, .header-ano-no, .header-ano-border {
	color: #e3e3e3;
	font-size: 48px;
	font-weight: normal;
	line-height: 0.8em;
	margin: 0;
	padding: 0;
}
.header-ano-border {
	border-bottom: 2px solid #e4e4e4;
	margin: 0 0 27px 0;
}
.table-alunos td.header-ano {
	padding: 25px 0 0 0;
}
.table-alunos td.header-ano-no {
	padding: 0 0 0 0;
}
/* ----- Governo ------------------------------------------------------------------------------------------------ */

#governo {
	background: #fc0;
	border-bottom: 3px solid #d1a500;
	padding: 3px 0;
	_padding-bottom: 1px;
	position: absolute;
	z-index: 100;
	width: 100%;
}
#gov-form {
	background: transparent url(../imgs/brasil_logo.gif) no-repeat right center;
	margin: 0 auto;
	height: 21px;
	width: 780px;
}	
#gov-form label {
	display: inline;
}
#gov-form select {
	background: #f8c400;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0 0 0 80px;
	vertical-align: top;
	_vertical-align: none;	
}
.mest_dout{
	font: bold 11px Tahoma;
	color:#900;
	padding:2px 0;
	border-bottom:solid 1px #eee;
	margin:0 0 3px 0;
}
