﻿* {
	margin: 0px;
	padding: 0px;	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

body
{
	/*background-color: #3C5B70;*/
	background-image: url('Images/body_bg.gif');
}

h1 {
	font-size: 17px;
	color: #3c5b70;
	padding: 0px;
	margin-top: 5px;
	background-image: url('Images/bluePixel.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #3c5b70;
	padding: 0px;
	margin-top: 5px;
	background-image: url('Images/bluePixel.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin-bottom: 10px;
}
.pageTitle {
	font-size: 17px;
	color: #3c5b70;
}
.SectionTitle {
	font-size: 14px;
	font-weight: bold;
	color: #3c5b70;
	margin: 15px 0 10px 0;
}

.UserNameHeader {
	font-size: 11px;
	color: #FFFFFF;	
}
.SchoolNameHeader {
	font-size: 10px;
	color: #9AB3C7;	
}

.UpdatedText {
	color: Red;
}

.headerBg {
	background-image: url('Images/headerBg.jpg');
}
.xnetLogoRight {
	text-align: right;
}
.headerTable {
	background-color: #3F5A71;
}
.menuHeader {
	background-image: url('Images/menuHeader.jpg');
}
.menuContent {
	background-color: #D1D2CE;
}
.MenuArrow {
	padding-right: 5px;
	padding-bottom: 1px;
}
/* Login Page Here */
.LoginPage {
	background-image: url('../../Images/loginMainBg.jpg');
	background-position: right;
	background-repeat: no-repeat;
	min-height: 308px;
	min-width: 980px;
	background-color: #141C22;
}
.LoginPanel {
	background-image: url('../../Images/loginBoxBg.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 135px;
	left: 25px;
	width: 196px;
	height: 227px;
	padding: 15px 5px 15px 5px;
}
.LoginBtn {
	padding-left: 23px;
}
.LoginErrorText {
	color: White;
	font-weight: bold;
	padding-left: 15px;
}

/* ForgotPass Page Here */
.ForgotPass {
	background-image: url('../../Images/loginMainBg.jpg');
	background-position: right;
	background-repeat: no-repeat;
	min-height: 308px;
	min-width: 980px;
	background-color: #141C22;
}
.ForgotPassPanel {
	background-image: url('../../Images/loginBoxBg.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 135px;
	left: 25px;
	width: 196px;
	height: 227px;
	padding: 15px 5px 15px 5px;
}
.ForgotPassBtn {
	padding-left: 23px;
}
.ForgotPassErrorText {
	color: White;
	font-weight: bold;
	padding-left: 15px;
}


.TopBar {
	background-image: url('Images/lineBg.gif');
}
.BottomBar {
	background-image: url('Images/lineBgBottom.gif');
}

.Navigation {	
	font-size: 12px;
	margin-left: 10px;
	padding: 5px 0 5px 0;
}

.pageBackground {
	position: relative;
	top: 15px;
	clear: both;
	margin: 0px 35px 28px 35px;
	padding: 10px;
	background-color: #FFFFFF; /* must also change on master.css fieldset bg color */
	border: solid 1px #212121;
	min-height: 400px;
	min-width: 980px;	
}
.MainContent{
	border-style: solid;
	border-color: #FFFFFF;
	min-height: 300px;
}
.MainTable{
	background-color: #FFFFFF;
}
.Footer {
	background-color: #3C5B70;
	height: 25px;
	padding: 5px;
}
.FooterText{
	color: #CCCCCC;
	font-size: x-small;
}

.redText {
	color: Red;
}
.RFVText {
	font-size: 10px;
}

.menuLink {font-size: 11px;}
.menuLink a:link {color: #000;}
.menuLink a:visited {color: #000;}
.menuLink a:active {color: #000;}
.menuLink a:hover {color: #000; text-decoration: underline;}
.menuLink a {text-decoration: none;}

a:link {color: #336699;}
a:visited {color: #333333;}
a:active {color: #336699;}
a:hover {color: #336699; text-decoration: underline;}
a {text-decoration: none;}



/* Forms Section Here */
.form label,input {
	display: block;
	/*width: 250px;*/
	float: left;
	margin-bottom: 10px;
}

.form label {
	text-align: right;
	width: 145px;
	padding-right: 15px;
	padding-top: 1px;
	font-weight: bold;
}

.form br {
	clear: left;
}

.form .buttons {
	
}

.imageBtn {
	padding-right: 5px;
}


/* End Forms Section Here */

/* Institute Forms Section Here */
.iform label,input {
	display: block;
	/*width: 250px;*/
	float: left;
	margin-bottom: 10px;
}

.iform label {
	text-align: right;
	width: 200px;
	padding-right: 15px;
	padding-top: 1px;
	font-weight: bold;
}

.iform br {
	clear: left;
}

.iform .buttons {

}

/* End Institute Forms Section Here */






