/*
    Application styles for non-IE browsers
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #CCCCCC;
}

.content {
	border: none;
	background: url(main_bg.gif) repeat-x #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

h3.login {
	background-color: #A6BCD3;
	letter-spacing: 0em;
	text-align: left;
	font: bold 12px sans-serif;
	vertical-align: middle;
	padding: 4px 8px;
	margin-right: 7px;
}

p.login {
	margin: 0 1em 1em;
}

.loginbox {
	font: bold 10px Verdana, sans-serif;
	border: 1px solid #A6BCD3;
	background-color: #F2F5F9;
	position: absolute;
	top: 70px;
	width: 225px;
	right: 8px;
	height: 103px;
}

.loginboxword {
	font: 11px Tahoma;
	padding: 0px 2px;
	text-transform: capitalize;
}

.loginboxheader {
	color: #1E4872;
	letter-spacing: 0em;
	text-align: left;
	font: bold 12px sans-serif;
	vertical-align: middle;
	padding: 4px 8px;
	background-color: #A6BCD3;
}

.loginboxheaderE {
	font: bold 14px Verdana, sans-serif;
	background-color: #A6BCD3;
	color: #EE3333;
}

.appheader {
	background: url(header_bg.gif) repeat-x;
	text-align: left;
	font: bold 16px Verdana, sans-serif;
}

.menutree {
	position: absolute;
	overflow: auto;
	text-align: center;
	top: 65px;
	left: 0px;
	bottom: 15px;
	width: 125px;
}

.ltextfield {
	position: absolute;
	border: 1px solid #A6BCD3;
	margin: -1px 0px 4px 0px;
	right: 2px;
	width: 160px;
}

.textarea {
	position: absolute;
	border: thin solid #A6BCD3;
	height: 75px;
	left: 130px;
	right: 10px;
}

.tagline {
    font: bold 8px Verdana, sans-serif;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.loginmainarea {
	position: absolute;
	top: 70px;
	overflow: auto;
	left: 5px;
	right: 235px;
	bottom: 10px;
}

input.logbutton {
	background-color: #A6BCD3;
	border: none;
	height: 24px;
	width: 159px;
	text-transform: capitalize;
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1E4872;
	cursor: pointer;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0px;
	width: 100%;
}

.tools ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tools li {
	padding: 5px 5px;
}

.tools ul li a div {
	width: 100px;
	height: 10px;
}

.tools ul li a {
	cursor: pointer;
	cursor: hand;
	background-color: #E9E9E9;
	padding: 4px 6px;
	margin: 0px;
	font: bold 11px Verdana, sans-serif;
	border-top: 1px solid #E7E7C7;
	border-right: 1px solid #BBBB88;
	border-bottom: 1px solid #BBBB88;
	border-left: 1px solid #E7E7C7;
	color: #000000;
	text-decoration: none;
}

.tools ul li a:hover {
	color: #AD0000;
	border-top: 1px solid #BBBB88;
	border-right: 1px solid #DDDDB0;
	border-bottom: 1px solid #DDDDB0;
	border-left: 1px solid #BBBB88;
}

.mainarea {
	position: absolute;
	top: 65px;
	overflow-y: auto;
	left: 130px;
	right: 4px;
	bottom: 15px;
}

.mainarea_mod {
	position: absolute;
	top: 125px;
	overflow-y: auto;
	left: 130px;
	right: 4px;
	bottom: 15px;
}

.infopanel {
	position: absolute;
	top: 65px;
	overflow: none;
	left: 130px;
	right: 4px;
	height: 40px;
}

.container {
	border: 1px solid #224E7B;
}

p.block {
	margin: 0 1em 1em;
	font: 12px Verdana, sans-serif;
}

h3 {
	font-size: medium;
	font-weight: normal;
	color: #1E4872;
	padding: 3px;
	margin: 0px;
}

h2 {
	font-size: large;
	font-weight: normal;
	color: #1E4872;
	padding: 3px;
	margin: 0px;
}

h1 {
	font-size: larger;
	font-weight: normal;
	color: #1E4872;
	padding: 3px;
	margin: 0px;
}

p {
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

hr {
	color: #CCCCCC;
	background-color: #F0F0F0;
	height: 1px;
}

blockquote {
	padding: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.menuheader, h1.block {
	background-color: #A6BCD3;
	text-align: left;
	font: bold 12px Verdana, sans-serif;
}

input.student,select.student {
	font-weight: bold;
}

/* projects are not used in this application so make them disapppear */
.projects {
	display: none;
	visibility: hidden;
}

#messageCenter {
    width: 108px;
    margin-left: 8px;
}

.studentControls {
    padding: 5px 0;
}

