/* --------------------*/
/* zerar todos estilos */
/* --------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------*/
/* zerar todos estilos fim */
/* ------------------------*/

html{
	height: 100%;
}

body {
	height: 100%;
	background: url("../img/bg.jpg") repeat;
}

#all {
	position: relative;
	width: 769px;
	height: 100%;
	margin: 0 auto;
}

#adsTop {
	position: relative;
	width: 749px;
	height: 140px;
	text-align: center;
	margin: 20px 10px;
}

#header {
	position: relative;
	width: 769px;
	height: 189px;
	background: url("../img/top.jpg") no-repeat 50% 0;
}

#logoPUCRS {
	position: absolute;
	float: right;
	left: 640px;
	top: 30px;
	z-index: 100;
	width: 100px;
	height: 114px;
	cursor: pointer;
	cursor: hand;
	display: block;
}

.normal {
	background: url("../img/logo_off.png") no-repeat 0 0;
}

.selecionado {
	background: url("../img/logo_on.png") no-repeat 0 0;
}

#center {
	position: relative;
	width: 769px;
	min-height: 490px;
	_height: 490px;
	background: url("../img/middle.gif") repeat-y 0 0;
}

#menu {
	position: relative;
	float: left;
	width: 180px;
	height: 300px;
	margin-left: 77px;
	_margin-left: 39px;
	margin-top: 30px;
	font-family: Times;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 22px; 
	list-style-type: none; 
}

#menu ul li { 
	padding: 7px 0;
	font: bold 14px Times,Geneva, Arial, Helvetica, sans-serif;
}

#menu ul li a {
	text-decoration: none;  
	color:#2f2624;
	border-left:10px solid #8d2929;
	padding-left:5px;
	display:block;
	
}

#menu ul li a:hover {
	color: #867698;
	display:block;
	border-color: #28166f;
}

ul {
    list-style: none;
}                 
 
ul#menu {
    width: 170px;
    margin-top: 20px;
}
 
ul#menu li {
    color: black;
    line-height: 19px;
}
 
ul#menu li.header {
    font-weight: bolder;
    padding: 0px 3px;
    font-size: 12px;
}  
 
ul#menu li a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 0px 3px;
    outline: none;
}                    
 
ul#menu li.parent > a {
    background: transparent url('../img/down.gif') right center no-repeat;
}                  
 
ul#menu li.aberto > a {
    background: transparent url('../img/up.gif') right center no-repeat;
}                  
 
ul#menu li a:hover {
    background-color: #EAEEFF;
}
 
ul#menu li ul.sub-menu {
    display: none;
}                
 
ul#menu li ul.sub-menu li a {
    padding-left: 15px;
    color: maroon;
}

#content {
	float: left;
	width: 440px;
	margin-left: 10px;
	_margin-left: 0;
	padding: 0 10px;
}

#centerBottom {
	position: relative;
	width: 769px;
	height: 167px;
	background: url("../img/bottom.jpg") no-repeat 0 0;
}

#footer {
	position: relative;
	width: 769px;
	height: 187px;
}

#adsBottom {
	position: relative;
	width: 769px;
	height: 131px;
	background: url("../img/btn.png") no-repeat 0 0;
	padding-top: 18px;
}

#infoFooter {
	position: relative;
	width: 769px;
	height: 38px;
	text-align: center;
	background: url("../img/iw.png") no-repeat 0 0;
	font: bold 80% Arial,Helvetica,Verdana;
	padding-top: 3px;
}

#infoFooter a { color: #28166f; }
#infoFooter a:hover { color: #5592e5; }

.clear { clear: both; }


/* estilos gerais às páginas de conteudo */
h1 {
	font: bold 110% Arial,Helvetica,Verdana;
	text-align: center;
	padding-bottom: 30px;
}

h2 {
	font: bold 80% Arial,Helvetica,Verdana;
	text-align: center;
	padding-bottom: 20px;
}

dt {
	font: bold 80% Arial,Helvetica,Verdana;
	padding-top: 5px;
}

ul.errors {
	font: normal 70% Arial,Helvetica,Verdana;
	color: #323232;
}

#paginationControl {
	position: relative;
	text-align: center;
	font: bold 85% Times,Arial,Helvetica,Verdana;
	padding-top: 30px;
}

#paginationControl a {
	color: #8e2927;
}

#paginationControl a:hover {
	color: #FF0000;
}

span.disabled {
	color: #797979;
	font-size: 80%;
}

p.erro {
	font: bold 100% Times,Arial,Helvetica,Verdana;
	text-align: justify;
	padding-bottom: 20px;
	text-indent: 15px;
	color: #8e2927;
}