/* ====================================================== */
/* Main content styles */
/* ====================================================== */

#content
{
	padding-bottom: 54px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 50px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 716px;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
}

/* ----------------------------- */
/* require field style           */
/* ----------------------------- */
.required-field
{
    color: #FF0000;
}

/* ----------------------------- */
/* vertical align middle         */
/* ----------------------------- */
.v-align-middle
{
    vertical-align: middle;
}

/* ----------------------------- */
/* validation summary            */
/* ----------------------------- */
.validation-summary
{
    background-color: #F6F6EA;
    border: solid 1px #E7E7D5;
    color: #EF413A;
    margin: 1px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

.validation-summary ul
{
    list-style-image: url(/img/bullet-orange.gif);
}

/* ----------------------------------- */
/* Page content styles                 */
/* ----------------------------------- */
.noWrap
{
	width: 100%;
	clear: both;
}

.orangeHeader
{
    background: #F15924 url(/img/r1.gif) no-repeat right;
	height: 27px;
	width: 100%;
}

.orangeFooter
{
    background: url(/img/btm-bg.gif) repeat-x;
	height: 28px;
	width: 100%;
}

.orangeFooterLeft 
{
    background: url(/img/l1.gif);
	float: left;
	height: 28px;
	width: 32px;
}

.orangFooterRight
{
    background: url(/img/r2.gif);
	float: right;
	height: 28px;
	width: 29px;
}

#welcomeBox
{
	width: 350px;
	margin-bottom:10px;
	float:left;
}

#schoolsBox, #workSkillsBox
{
	width: 350px;
	margin-top: 10px;	
}

.orangeHeader h1, .redHeader h1, .brownHeader h1
{ 
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 0px 5px;
	line-height: 27px;
	margin-right:30px;
}

#welcomeContent, #loginContent, .popupContent
{
	background: #F5CCBB;
	border-right: solid #C33A28 7px;
	padding: 8px 15px;
}

#loginContent, .popupContent
{
	min-height: 160px;	
	padding-bottom:0;
}

#visionContent
{
	background: #F5CCBB;
	border-right: solid #C33A28 7px;
	min-height: 370px;
	padding: 8px 15px;
}

#visionContent img {
	position: relative;
	float: right;
	margin-top: -25px;
	margin-right: -10px;
}

#schoolsContent, #workSkillsContent, #teamBox, #courseBox, #newFeatureBox
{
	background: #D0D4D7;
	border-right: solid #A5A5A5 6px;
	min-height: 60px;
	padding: 8px 15px 0px 15px;
	overflow:hidden;
}

.redHeader
{
	height: 27px;
	width: 100%;
	background: #EF413A url(/img/r1-red.gif) no-repeat right;
}

.brownHeader
{
	height: 27px;
	width: 100%;
	background: #AB8728 url(/img/r1-brown.gif) no-repeat right;
}

.greyFooter
{
	height: 28px;
	width: 100%;
	background: url(/img/btm-bg-grey.gif) repeat-x;
}

.greyFooterLeft 
{ 
	float: left;
	height: 28px;
	width: 30px;
	background: url(/img/l1-grey.gif);
}

.greyFooterRight
{
	float: right;
	height: 28px;
	width: 30px;
	background: url(/img/r2-grey.gif);
}

/* Popups */
.popup
{
	position:absolute;
	width:450px; 
	top:75px; 
	left:50%; 
	margin-left:-225px;
}

.popupWide
{
	position:absolute;
	width:700px; 
	top:80px; 
	left:50%; 
	margin-left:-330px;
}

.popup .orangFooterRight a
{
	margin-right:15px;
	float:right;
}

/* UserControls\SystemDownTime.ascx control */
.systemDownTimeBox
{
    width: 355px;
}

.systemDownTimeBox h1
{
    color: #FFFFFF;
	background-color: inherit;
    font-size: 100%;
    padding: 4px 0px 0px 10px;
    margin: 0px;
}

.systemDownTimeHeader
{
    background-color: #3692C0;
    height: 25px;
	width: 100%;
}

.systemDownTimeContent
{ 
    background-color: #D5EAF3;
    border: solid 1px #3692C0;
    margin: 0px;
    padding: 10px;
}

/* Schools page on Front-end */
#ie6Fix
{
    position: absolute;
    left: 387px;
    top: 342px;
}