* { 
	padding: 0;
	margin: 0;
}
body {
	font-family: verdana, arial;
	background: url('/static/images/greenbg.png') repeat-x #666666;
	text-align: center;
}

div#container {
	margin: 50px auto;
	width: 1010px;
	text-align: center;
	background-color: white;
	border: thin gray solid;
}
#header{
	padding-top:10px;
	height: auto;
}

#linksbar {
	margin-left: 5px;
	margin-right: 5px;
	border-left: thin solid #b2b2b2;
	border-right: thin solid #b2b2b2; 
}

.a2a_dd { float:right;}

#linksbar ul {
	text-decoration: none;
	list-style: none;
	margin-left: 145px;
}
.error-message {
	display: none;
}

.error {
	border: thin solid red;
}

#linksbar div#bar_a {
	background: url('/static/images/barbg.png') repeat-x;
	width: 100%;
	height: 39px;
	text-align: center;

	
}


#linksbar ul li#border_l{
	border-left: 2px ridge gray;
}


#linksbar ul li{
	position: relative;
	color: white;
	float: left;
	margin: 5px auto;
	font-size: 11pt;
	font-weight: bold;
	border-right: 2px ridge gray;
	padding-top:2px;
	padding-bottom:2px;
}


#linksbar ul li a{
	color: white;
	text-decoration: none;
}

#header #logo a {
	margin-left: 0px;
}
#header #logo a img {
	border: none;
}

#header a{
	color: black;
	font-style: normal;
	margin-left: 1em;
	margin-right: 1em;
}
#header a:hover{
	color: silver;
}
#header .title{
	font-weight: 900;
	font-size: xx-large;
	margin-left:15%;
}
#header .title a{
	color: #333;
}
#header .title a:HOVER{
	color: #336601;
}

#schedule_c {
	padding-top: 1em;
	
}
#header .subtitle{
	color: #336601;
	font-weight: bold;
	font-size: x-small;
	margin-left:290px;
	margin-right:330px;
}
#header .subtitle:HOVER{
	color: #333;
	}

#header #logo {
	margin-left: 5px;
	margin-top: -65px;
	position: absolute;
	background-color: transparent;
	height: 162px;
	width: 210px;
	float: left;
}
#header #top {
	height: 110px;
}
#header #login {
	float:right;
	padding-top: 5px;
	padding-left:5px;
	height: 100%;
	border-left: thin dotted #b1b1b1;	
}
#header #login input.input {
	width: 8em;
}

.questload {
	color: #336601;
}
.questload:HOVER {
color: white;
}

#comments {
	margin-top: 3em;
}

#header #loginstatus {
	border-left-style: groove;
	border-left-color: silver;
	border-left-width: thin;
	position: absolute;
	top: 0;
	right: 0;
	width: 15em;
	height: 5em;
}

#header p {
	text-align: center;
}

#objectivos p.justify {
	text-align: justify;
}
#content {
	background-color: white;
	min-height: 20em;
	padding-top: 1em;
}

.news_item {
	margin: 2em 2em 2em 10em;
	padding: 1em 1em 1em 1em;
	border: thin dotted gray;
	text-align: left;
	width: 60%;
}
.news_item .news_date {
	font-size: x-small;
	border-top: thin dashed gray;
	margin-top: 2em;
}

.quest_tb .scale_text {
	font-size: 7pt;
	font-weight: bolder;
	width:5em;
}

table.quest_tb td{
	border: thin gray dotted;
	border-collapse: separate;
	border-spacing: 2px;
}


.quest form {
	padding-top: 0 !important;
	padding-left: 0 !important;
}
.quest_tb .first {
	width: 20em;
	text-align: left;
	
}

div.sidebar_item{
	margin-top: 2em;
	margin-left:5px;;
	border: thin gray solid;
	background-color: #ccc;
	min-height: 5em;
	padding-bottom: 1em;
	text-align: left;

}
div.sidebar_item .title {
	background: url('/static/images/menutitle.png') transparent no-repeat;
	height: 33px;
	width: 204px;
	margin-top: -15px;
	margin-left: -10px;
	color: white;
	padding-top: 3px;
	padding-left: 1em;
	font-weight: bold;
	text-align: left;
}

div.sidebar_item .content {
	color: #336601;
	padding-top: 1em;
	padding-left: 1em;
}
div.sidebar_item .content li {
	margin-left: 1em;
}

#graph_legend table{
	margin-left:1em;
	width: 100%;
	text-align: center;
}
#graph_legend table .legendColorBox {
	width: 4px;
}
.i_disciplina {
	margin-right: 20px;
	
}
#f_disciplinas {
	text-align: center;
	margin-top: 50px;
	
}
.result_sel {
	font-weight: bold;
	
}

#choices {
	width: 900px;
	margin: 1em 1em 1em 1em;
}

#choices .choice{
	margin: 1em 1em 1em 1em;
}

#choices .choice input{
	margin-right: 5px;
}

#footer {
	background: url("/static/images/toolbarb.png") repeat-x black;
	min-height: 3em;
	color: white;
	text-align: center;
	padding-top: 1em; 
}
#mainpage {
	width: 100%;
	
}

#mainpage .app_container {
	width: 50%;
	height: 20em;
	border: thick groove black;
}


.float_fixer {
	float: none;
	clear:both;
	height: 1em;
}



#content .sidebar {
	margin-top: 1em;
	width: 19%;
	min-height: 20em;
	float: left;
	border: medium solid #b1b1b1;
}
#content .sidebar_right {

	width: 25%;
	min-height: 20em;
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	border-right: thin solid #b1b1b1;
}

#content .centercontent {
	padding: 5px 5px 5px 5px;
	width: 60%;
	float: left;
	margin-top: 1em;
	margin-left: 1px;
	border: medium solid black;
	-moz-border-radius: 12px; -webkit-border-radius: 12px;
}
#content .singlecontent {
	padding: 5px 5px 5px 5px;
	width: 90%;
	background-color: #929292;
	margin-top: 1em;
	margin-left: 5%;
	border: medium solid black;
	-moz-border-radius: 12px; -webkit-border-radius: 12px;
}

#content .rightcontent {
	padding: 1em 1em 1em 1em;
	width: 65%;
	float: right;
	min-height: 30em;
}

#content .inputbox {
	border: 2px inset black;
	margin: 0.2em 0.2em 0.2em 0.2em;
}

#content h1 {
	padding-bottom: 1em;
	text-align: center;
}
#register {
	text-align: center;
}

#content #register p {
	text-align: left;
	width: 15em;
	margin-left: 1em;
	margin-top: 5px;
}
#content #register input[type=text], #content #register input[type=password], #content #register select {
	width: 15em;
	margin-left: 1em;
	margin-top: 5px;
}

input[type=submit] {
	background-color: silver;
	cursor: pointer;
	font-weight: bold;
	color: black;
	border: 3px groove gray;
	margin-top: 5px;
}

input[type=submit]:HOVER {
	color: white;
}

#login input, #login select {
	margin-top: 2px;
}
#login_main {
	text-align: center; 
}

#login_main div {
	margin-bottom: 3em;
}

.singlecontent form {
	padding-top: 1em;
	padding-left: 2em;
}

form.edit_f {
	padding-left:5px !important;
}

#add_comment {
	margin-top: 1em;
}

#objectivos {
	font-weight: bolder;
	width: 70%;
	margin-left: 15%;
}

#objectivos p {
	margin-bottom: 1em;
}

#content .centercontent .login_failed {
	text-align: center;
	font-size: xx-large;
	width: auto;
	
}