/*
 *
 * CSS - AEXAM
 * ENTURMA 2.3.3
 * page.css
 *
 */

/*
 *
 * DEFAULT
 *
 */

* {
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

/*
 *
 * CORPO
 *
 */

body {
	background-color: #9dbac7;
	background-image: url('/templates/source/14/images/bg_container.png');
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #8F8F8B;
	text-align: center;	
}

html> body {
	background-color: #a6c1cd;
	*background-color: #9dbac7;
}

p {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #8F8F8B;
}

a {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #8F8F8B;
}

/*
 *
 * CONTAINER DEFAULT
 *
 */

#containerDefault {
	width: 768px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0 auto;
	text-align: left;
}

/*
 *
 * HEADER
 *
 */

#header {
	height: 81px;
	border-top: 5px solid #4747B3;
	border-bottom: 5px solid #4747b3;
}

#header h1 a {
	overflow: hidden;
	text-indent: -9999px;
	background-image: url('/templates/source/14/images/logo_14.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	height: 48px;
	margin-top: 13px;
	display: block;
	width: 240px;
	float: left;
	border-right: 2px solid #4747b3;
}

#topInfo {
	background-image: url('/templates/source/14/images/header_new.png');
	background-position: right -2px;
	background-repeat: no-repeat;
	margin-left: 240px;
	margin-top: 0px;
	padding-top: 7px;
	padding-left: 40px;
	height: 81px;
}

#topInfo p {
	color: #4747b3;
	font-weight: bolder;
}

#atualize {
	background-color: #4747b3;
	color: #ffffff;
	text-transform: capitalize;
	padding-left: 5px;
	padding-right: 5px;
}

/*
 *
 * MAIN MENU
 *
 */

#mainMenu {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	background-color: #eceef2;
	height: 28px;
	width: 768px;
	border-bottom: 1px solid #4747b3;
}

html>body #mainMenu {
	height: 20px;
	width: 758px;
}

#mainMenu .ul {
	clear: right;
	list-style: none;
}

#mainMenu .li {
	float: left;
}

#mainMenu .li a {
	background-image: url('/templates/source/14/images/li_14.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-left: 10px;
	margin-right: 10px;
	color: #5e7688;
	font-weight: bolder;
	text-decoration: none;
}

#mainMenu .ul .li ul {
	display: none;
}

#mainMenu span {
	display: none;
}

/*
 *
 * COLUMN 2
 *
 */

#column2 {
	float: left;
	width: 145px;
	margin-left: 10px;
	border-right: 5px solid #ebebeb;
	margin-top: 2px;
}

html>body #column2 {
	width: 137px;
}
/*
 *
 * MENU USER
 *
 */

#menuUser {
	list-style: none;
	text-transform: capitalize;
}

#menuUser img {
	border: none;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#menuUser #userName {
	border-right: none;
	padding-left: 10px;
	margin-bottom: 5px;
}

#menuUser #userName a {
	color: #3971b5;
}

#menuUser li {
	padding-left: 10px;
}

/*
 *
 * LOGIN FORM
 *
 */

#loginForm #menuUser {
	list-style: none;
}

#loginForm #menuUser #userName {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background-image: url('/templates/source/14/images/menu_14.png');
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 2px;
}

html>body #loginForm #menuUser #userName {
	height: 18px;
}

#loginForm #menuUser #userName a {
	color: #f0f0f0;
	font-weight: bolder;
}

#loginForm #menuUser #password,
#loginForm #menuUser #login {
	border: 1px solid #eceeed;
	background-color: #fbfbfb;
}

#loginForm #menuUser #userName,
#loginForm #menuUser #usertext,
#loginForm #menuUser #userpassword,
#loginForm #menuUser #userLogin {
	padding-left: 10px;
}

#loginForm #menuUser #userLogin {
	margin-top: 2px;
	float: left;
	width: 94px;
}

html>body #loginForm #menuUser #userLogin {
	width: 88px;
}

#loginForm #menuUser #userLogin .inputButton {
	border: 1px solid #eceeed;
	background-color: #fbfbfb;
	color: #8f8f8b;
}

#loginForm #menuUser #liHelp {
	float: right;
	margin-right: 3px;
	margin-top: 2px;
}

html>body #loginForm #menuUser #liHelp {
	margin-right: 16px;
}

#loginForm #menuUser #liHelp img {
	border: none;
	float: none;
	margin: 0;
}

/*
 *
 * CONTEXT MENU
 *
 */

.titleContextMenu {
	margin-top: 31px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background-image: url('/templates/source/14/images/menu_14.png');
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 2px;
	clear: both;
	padding-left: 10px;
}

.titleContextMenu p {
	color: #f0f0f0;
	font-weight: bolder;
}

#contextMenu {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
}

#contextMenu .ul .li a {
	text-decoration: none;
}

#contextMenu .ul .li {
	margin-left: 20px;
	margin-bottom: 5px;
}

/*
 *
 * SEARCH
 *
 */

#search {
	border-bottom: 1px solid #f0f0f0;
	padding: 4px;
	background-color: #ECEEF2;
	clear: both;
}

#search span {
	text-transform: capitalize;
	font-weight: bolder;
	color: #5E7688;
}

#search .inputField {
	margin-left: 10px;
	border: 1px solid #eceeed;
	background-color: #fbfbfb;
	color: #8f8f8b;
	width: auto;
}

#search .inputButton {
	border: 1px solid #eceeed;
	background-color: #fbfbfb;
	color: #8f8f8b;
}

/*
 *
 * COLUMN CENTER
 *
 */

#columnCenter {
	margin-left: 174px;
	margin-top: 2px;
	padding-right: 10px;
}

/*
 *
 * PAGE CONTENT
 *
 */

#pageContent {
	margin-top: 10px;
}

/*
 *
 * PAGE OPTIONS
 *
 */

#pageOptions {
	border-bottom: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
	padding: 5px;
	text-align: right;
	margin-bottom: 10px;
}

#pageOptions img {
	vertical-align: middle;
	margin-left: 10px;
	padding-left: 10px;
}

#pageOptions a {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #E7E7E7;
}

/*
 *
 * PAGE CONTENT
 *
 */

.pageContentTitle h2 {
	font-size: 16px;
	padding-left: 10px;
	height: 27px;
	color: #4747b3;
	border-bottom: 2px solid #e5e5e5;
}

/*
 *
 * BREADCRUMBS
 *
 */

#breadCrumbs {
	text-align: right;
	margin-bottom: 10px;
}

/*
 *
 * LANGUAGES BAR
 *
 */

#languagesBar {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 10px;
}

#languagesBar li {
	list-style: none;
}

#languagesBar p,
#languagesBar span {
	display: none;
}

#languagesBar img {
	border: none;
	float: right;
	margin-right: 10px;
}

/*
 *
 * FOOTER
 *
 */

#footer {
	padding: 20px;
	border-bottom: 5px solid #4747B3;
}

#footer address {
	display: none;
}

#footer .powerBy a {
	overflow: hidden;
	text-indent: -9999px;
	background-image: url('/templates/source/14/images/logobranco.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	display: block;
}

/*
 *
 * BANNER
 *
 */

#banner1,
#banner2 {
	margin-top: 10px;
	clear: left;
}

/*
 *
 * DESTAQUES
 *
 */

#highLight {
	margin-top: 10px;
}

.boxHighlight01,
.boxHighlight02 {
	float: left;
	width: 205px;
}

html>body .boxHighlight01,
html>body .boxHighlight02 {
	width: 50%;
}

.boxHighlight01 h3,
.boxHighlight02 h3 {
	background-color: #f0f0f0;
	padding-left: 10px;
	padding-right: 10px;

}

.boxHighlight01 h3 span,
.boxHighlight02 h3 span {
	display: none;
}

.boxHighlight01 h3 a,
.boxHighlight02 h3 a {
	text-decoration: none;
	padding: 2px;
}

.boxHighlight01 #img,
.boxHighlight02 #img {
	padding: 2px;
	padding-left: 10px;
}

.boxHighlight01 .paragraph,
.boxHighlight02 .paragraph {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.boxHighlight01 .more,
.boxHighlight02 .more {
	padding-right: 10px;
}

.boxHighlight01 #more,
.boxHighlight02 #more {
	text-align: right;
	width: 100%;
}

#pageContent .tableFont {
	font-size: 11px;
}
