/* index_orange */

BODY { background:url("images/bg_degrade.png") repeat 50% 0; }

.bold  { font-weight:bold!important; }
.right { text-align:right; }

.marginbottom {
	margin-bottom:30px!important;	
}

.user {
	color: #ff7e08;
	float: right;
}

#address {
	background:none;
	color:#000;
	height:auto;
}

#header {
	background:url("images/bg_notesheader.png") no-repeat 0 0;
	height: 260px;	
}
#footer {
	background:url("images/bg_notesfooter.png") no-repeat 0 0;
	color:#000;
	height:200px;
}

.s_breadcrumb  {
	padding-bottom:20px;
	padding-top:5px;
	width:980px;
}

.s_search {
	left:-720px; 
	position:relative;	
	top:180px;
	width:260px;	
}


A.dnnSearch > SPAN {
	background:url("images/bg_searchbutton.png") no-repeat;
	height:22px;
	margin-left:5px;
}
A.dnnSearch > SPAN:hover {
	background:url("images/bg_searchbutton_over.png") no-repeat;
}


.s_usuario A { /* preload */
	background:url("images/bg_loginbutton_over.png") no-repeat 50% 0; 
}
.s_usuario A, .s_usuario A:link, .s_usuario A:visited {
	background:url("images/bg_loginbutton.png") no-repeat 50% 0;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	height:23px;
	margin-left:10px;
	margin-top:5px;
	padding-top:5px;
	text-align:center;
	width:91px;
}
.s_usuario A:hover {
	background:url("images/bg_loginbutton_over.png") no-repeat 50% 0;
	text-decoration:none;
}

.s_usuario A.UserBrown { /* preload */
	background:url("images/bg_userbutton_over.png") no-repeat 50% 0;
}
.s_usuario A.UserBrown:link {
	background:url("images/bg_userbutton.png") no-repeat 50% 0;
	width:169px;	
}
.s_usuario A.UserBrown:hover {
	background:url("images/bg_userbutton_over.png") no-repeat 50% 0;
	width:169px;	
}

.s_menu  {
	float:right;
	position:relative;
	top:115px;
	width:680px;
}

.FooterPane SPAN {
	border:0;		
}



/* conteudo */
#youtubechannel {
	padding:0 0 0 5px;
}


#hbanner { 
	padding:0 0 0 20px; 
}



/* grade de horarios */

TABLE.grade {
	border:0;
	width:450px;
}
TABLE.grade TH {
	background-color:#2B0E72;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding: 5px 0;
	text-align:center;
	text-transform: uppercase;
	width:73px;
}
TABLE.grade TD {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}
.grade TD.horacheia {
	background-color:#66C;	
}
.grade TD.horavaga {
	background-color:#B0B0E6;
}

A#toggle {
	outline:none;
}
A#toggle IMG {
	border: 0;	
}

DIV#simple TD {
	padding:2px 0 2px 7px;
	text-align:left;	
}
DIV#detail TD {
	padding:2px 0;
	text-align:center;	
}

TABLE#legenda {
	margin-bottom:18px;
}
TABLE#legenda TD {
	
}

DIV#detail TABLE#resumido TD {
	vertical-align:top;
}


/* professores banners */

.profbanner {
	float:left;
	height:255px;
	margin-right:80px;
	margin-bottom:40px;
	width:440px;
}

.profbanner IMG {
	border:1px solid #2B0E72;
	position:absolute;
	z-index:1;
}

.profbanner .inst {
	height:55px;
	margin-top:200px;
	padding:5px;	
	position:absolute;
	text-align:center;
	width:430px;
	z-index:2;
}

.profbanner .inst IMG {	
	border:0;
	position:relative;
}

.profbanner H1 {
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:30px;
	position:absolute;
	text-align:right;	
	width:420px;
	z-index:2;
}

.profbanner H2 {
	color:white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:170px;
	position:absolute;
	text-align:right;
	text-shadow: 1px 1px 0 #000;
	width:420px;
	z-index:2;	
}

.photoborder {
	border:1px solid #2B0E72;
	margin:5px 0;	
}


/* produtos */
.produtos {
	width:100%;	
	overflow-y:auto;
}
.produto {
	float:left;
	padding:10px 0;
	text-align:Center;
	width:320px;
}
.produto img {
	border:1px solid #2B0E72;
	height:300px;
	width:300px;
}
.produto .caption {
	display:block;
	text-align:center;
}
.produto .price {
	display:block;
	font-weight:bold;
}


/* listas */
.listatexto li {
	margin-left:20px;
	list-style-type:circle;	
}


/* buttons */
.saibamais {
	background:#2B0E72;
	border-radius:6px;
	border:1px #60F solid;
	color:#FFF!important;
	font-size:11px!important;
	font-weight:bold!important;
	margin:10px 10px 0 0;	
	padding:3px 8px;
}
.saibamais:hover {
	background:#FF8400;	
}


/* FAQ */
h4.faq {
	color:#C06;
	font-size:18px;
	font-weight:normal;		
}
blockquote.faq {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-style:italic;
	margin-bottom:30px;
	margin-left:30px;	
}

