body {
	background-color:	#fff;
	background-image: 	url("http://www.cefetrs.edu.br/portal/im/fundo.jpg");
	margin:				10px;
	font-family:		Lucida Grande, Verdana, sans-serif;
	font-size:			12px;
	color:				#000;
	padding:			0px;
	line-height:		18px;
}

h1 {
	font-weight:		bold;
	font-size:			14px;
	color:				#f60;
	margin: 			0 0 4px 0;
}

h2 {
	font-weight:		bold;
	font-size:			12px;
	color:				#f60;
}

a {
	text-decoration:	none;
	color:				#162d50;
	line-height:		18px;
}

a:hover {
	background-color: 	silver;
}

fieldset {
	border:				solid 1px silver;
	margin-right:		10px;
	padding:			10px;
}

legend {
	background-color:	#fff;
	color:				#f60;
	padding:			10px;
	font-weight:		bold;
}

input {
	border:				solid 1px silver;
}

p, dd {
	text-align:			justify;
}

ul {
	list-style-image: 	url("http://www.cefetrs.edu.br/portal/im/arrow.gif");
	text-align:			justify;
	line-height:		22px;
}

iframe {
	border:				1px solid silver;
}

table tr td {
	font-size:			11px;
	text-align:			justify;
	line-height:		18px;
}

th {
	background:			#162d50;
	font-size:			11px;
	font-weight:		bold;
	color:				white;
}

.pequeno {
	font-size:			8px;
	color:				silver;
}

.pequeno_gray {
	font-size:			8px;
	color:				gray;
}

#pagina {
	width: 				760px;
	background-color: 	transparent;
	margin: 			0 auto;
	padding: 			10px;
	border: 			none;
}

#header {
	padding:			0px;
	text-align:			center;
	margin-top:			10px;
	margin-bottom:		10px;
}

#login_div {
	background-color:	#ff6600;
	height:				15px;
	padding:			5px;
	text-align:			right;
	color:				white;
	font-weight:		bold;
	font-size: 			11px;
	margin-bottom:		10px;
}
.form_login_div {
	margin:				0px;
	padding:			0px;
	
}

.login_input {
	border: 			none;
	font-size:			11px;
}

#container {
	background-color: 	#fff;
	float: 				left;
	width:				100%;
	
}

#menu {
	background-color:	#fff;
	background-image:	url("http://www.cefetrs.edu.br/portal/im/linha.png");
	background-position:	right;
	background-repeat:	no-repeat;
	position:			relative;
	width:				195px;
	left:				0px;
	top:				0px;
	padding:			5px;
	font-size:			11px;
	float:				left;
	height:				600px;
}

#menu > a {
	margin:				8px;
	line-height:		20px;
}

#content {
	position:		relative;
	padding-top:		10px;
	padding-left:		10px;
	padding-right:		10px;
	padding-bottom:		10px;
	background-color:	#fff;
	margin-left:		213px;
	margin-right:		10px;
}

#box {
	margin-top: 		5px;
	border-top:		solid 1px silver;
	padding-top:		5px;
}

#news {
	position:		relative;
	padding-top:		0px;
	padding-left:		5px;
	padding-right:		5px;
	padding-bottom:		0px;
	top:			10px;
	width:			248px;
	height:			150px;
	border:			solid 1px silver;
	overflow:		auto;
}

#footer {
	background-color: 	#fff;
	padding:			5px;
	margin-bottom:		10px;
	color:				silver;
	padding-left:		10px;
	font-size:			11px;
	height:			40px;
}

#footer > a {
	color:				gray;
}

#footer_esq {
	background-color:	#fff;
	background-image:	url("http://www.cefetrs.edu.br/portal/im/linha_peq.png");
	background-position:	right;
	background-repeat:	no-repeat;
	position:		relative;
	float:			left;
	width:			195px;
	height:			40px;
	margin-right:		15px;
}

#linha {
	background-color: 	#162d50;
	height:				10px;
	
}

.mostra {
	cursor:			pointer;
}


/* ============================================================================== */
