/* CSS Document */

@import "default.ultimate.css";

.sideHeader
{
	background:url(assests/box.png) left bottom no-repeat;
	border-collapse:collapse;
	margin:0px;
	height:74px;
}


/********** More Refined **************/

/************************ General Styles ************************/
body
{
	font-family:"Century Gothic", Century;
	font-size: 12px;
}
img
{
	border: none;
	text-decoration:none;
}

h4
{
	color: #000;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}
#colorGreen
{
	color:#9C0;
}

#colorWhite
{
	color:#FFF;
}

.siteSkeleton
{
	width:1020px;
	border-collapse:collapse;
	background-color:#FFF;
}

#menuH
{
	height:160px;
}

#logos img
{
	border:none;
}

.logobg
{
	background:url(assests/greyLine.png) center repeat-y;
	height: 30px;
}

.largeFont
{
	font-size:large;
}

.down
{
	vertical-align:bottom;
}

.up
{
	vertical-align:top;
}

.current
{
	font-weight:bold;
	color:#99CC00;
}

.bulletin
{
	background:url(assests/blueArrow.png) top left no-repeat;
	padding-left:20px;
	text-indent:0px;
}


.sideMessage
{
	font-family:"Century Gothic", Century;
	background:url(assests/bg.png) left center repeat-y;
	border-collapse:collapse;
	margin: 0px 10px 0px 0px;
}


#smallBoxPosition
{
	position:absolute;
	margin-top:50px;
	margin-left:16px;
}

#colA
{
	width:350px;
}

#colB
{
	width:120px;
}

#colC
{
	width:550px;
}


#greybar
{
	margin:1px 1px 10px 0px;
	background-color:#808080;
	width:100%;
	height:25px;
}
#treeMenu
{
	vertical-align:middle;
	text-align:left;
	margin:10px 0px;
	font-size:12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000;
	font-weight:bold;
	background:url(assests/bgList.gif) no-repeat left center;
	line-height: 25px;
	padding-left: 15px;
}

#treeMenu a
{
	text-decoration:none;
	color:#000;
	padding:5px;
}
#treeMenu span
{
	vertical-align: middle;
	margin:3px;
}


#treeMenu a:hover
{
	text-decoration:underline;
}

.sideMessage #sideText
{
	font-size:12px;
	margin: 0px 0px 0px 35px;
	text-align: justify;
	text-indent:25px;
}

#midbar
{
	background:url(assests/midBg.png) repeat-y top center;
}

#coloredText
{
	font-size:14px;
	font-weight:bold;
	color:#9C0;
}
#bolderFont
{
	font-weight:bold;
}
#menuTextPosition
{
	padding-top: 5px;
	margin: 0px 0px 0px 40px;
	letter-spacing:1px;
	text-align:left;
}
#sideHeading
{
	font-family:"Century Gothic";
	font-size:13px;
	margin-left:35px;
	color:#9C0;
	font-weight:bold;
	text-align: left;
}
#redLink
{
	color: #F00;
}
/********************* End of General Styles ********************/


/********************** Login Screen Styles *********************/

.loginScreen
{
	width: 330;
	height:300px;
	background-color:#5F5F5F;
}

.loginScreen #innerBox
{
	margin:35px;
}

.loginScreen .header
{
	display:block;
	background:#9c0;
	border:#FFF solid 1px;
	margin:20px 0px;
	font-size:14px;
	width:100%;
	line-height:25px;
}

.loginScreen .inputField
{
	font-family:"Century Gothic";
	font-size:15px;
	vertical-align:middle;
	vertical-align:middle;
	margin: 10px 0px;
	height:24px;
	width:100%;
	color: #EEE;
	border: solid 1px #FFF;
	background-color:#5F5F5F;
}

/******************** End of Login Screen Styles ********************/ 


/************ Staff Sub Menu Styles ************/


.staffInfo
{
	border-color:#FFF;
}

.staffInfo td,
.staffInfo td div
{
	text-align:left;
	padding: 3px 5px;
}

.staffInfo #selected
{
	background-color:#9C0;
	color:#FFF;
	font-weight:bold;
}
.staffInfo #highlight
{
	background-color:#FFF;
	color:#9C0;
	font-weight:bold;
	vertical-align:top;
}
.staffInfo a
{
	text-decoration:none;
	color:#000;
}

.staffInfo a:hover
{
	text-decoration:none;
	color:#C90;
}


#vmenubg
{
	background:url(assests/vline.png) left repeat-y;
	padding-left:10px;
	margin:5px 5px;
}
/************End of Staff Sub Menu Styles ************/

/******************* Footer Styles *******************/
.copyrightMessage
{
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#888;
	vertical-align: bottom;
}
#footerMid
{
	background: url(assests/bottomLine.png) repeat-y center;
}
.footerTextSmall
{
	color:#9C0;
	font-size:10px;
	margin-right:10px;
	text-align:right;
	font-weight:bold;
	margin-bottom: 10px;
}

.footerTextXsmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-right:10px;
	text-align:right;
}

#bigGreenBox
{
	margin:206px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/****************End of Footer Styles ****************/ 


