
html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
	background-color:  #fff; 
	margin: 0px;
	padding: 0px;
	font-size:  11px;
	color: white;
	font-family: arial,sans-serif;
}

table {
	font-family: arial,sans-serif;
	font-size: 11px;
}

.maintable {
	font-size: 11px;
	width: 920px;
	background-color: #2e2e2e;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	height: 450px;
	margin: 0px;
	padding: 0px;
}

.mainmenu {
	margin:  0px;
	padding: 0px;
}

.Linguagens {
	margin: 0px;
	padding: 0px;
}

li.level1 {
	display: block;
}

.level1 a {
	display: block;
	width: 150px;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;	
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	height: 20px !important;
	height: 25px;
	text-decoration: none;
}

.level1 a:hover{
	background-position: 0px -25px !important;
	text-decoration: none;
	color: #fff;
}

#current a {
	color:#fff;
	font-weight: bold;
}

li.level1#current:hover  a {
	color: #fff;
}

.menudiv {
	padding-left: 12px;
	padding-right: 12px;
}

.background {
	background-image: url("templates/newtemp/images/bg.jpg");
	background-repeat: repeat-y;
}

.contentpaneopen, .blog, .componentheading, .contentdescription , .mainbodycontent {
	color: black;
	background-color: #fff;
	left-border: solid 1px black;
}

.contentheading {
	color: black;
	background-color: #fff;
	left-border: solid 1px black;
}
.maincontent {
	border-left: solid 1px #2c2c2c;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #fff;
	padding: 2px;
}

.mainbodycontent {
	border-left: solid 1px #2c2c2c;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #fff;
	padding: 2px;
}

.contentpaneopen .maincontent {
	background-color: #000;
}


.contentpane, .contentpane table {
	color: #000;
	background-color: #fff;
}

.gradleft {
	border-left: solid 1px #2c2c2c;
	border-top: solid 1px #2c2c2c;
}

.gradright {
	border-right:  solid 1px black;
	border-top: solid 1px #2c2c2c;
}

input {
	font-size: 10px;
	background-color: #464646;
	color: #bf691d;
}

textarea {
	font-size: 10px;
	background-color:  #464646;
	color: #bf691d;
}
.button {
	background-color: #bf691d;
	color: white;
}

a {
	color:  #eb9e5b;
}

li {
	font-size: 11px;
}

.logo {
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	height:  100px;
	color:  #ff7f2a;
	font-size: 35px;
	padding-right:  50px;
}
