@import url(http://fonts.googleapis.com/css?family=Oswald:700);

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; /* main content text size set in maincontent layer */
	line-height: 15px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center; /* fixes centering bug in IE -- text reset to left-flush in container DIV */
}

/* BODY CLASSES FOR SPECIAL PAGES */
/* Some special pages require a different overall body document treatment to control the page margin, backgorund graphic, etc. These are typically pages with unusual content that requires more page real estate. */

body.roompage { background-image: none; }
body.statspage { background-image: none; }
body.statspage #contentcontainerstats p { margin: 0px; padding: 0px; }

html { overflow: -moz-scrollbars-vertical !important; } /* firefox page shift fix */

#skiptocontent { position: absolute; top: -1000px; left: -1000px; height: 1px; width: 1px; overflow: hidden; }


/* HOME PAGE ELEMENTS */

#homeheadercontainer { background-image:url(../images/bg_header.gif); background-repeat: no-repeat; background-position: center top; height: 86px; }

#homemininav { width: 754px; margin: 0px auto; padding: 6px 16px 10px 0px; text-align: right; height: 24px; font-size: 10px; }
#homemininav input.searchfield { border: 1px solid #e4e4e4; padding: 2px; height: 14px; width: 115px; font-size: 10px; color: #333; }

#homecontentcontainer { width: 770px; margin: 0px auto; text-align: left; }
#homeimagemain { text-align: center; }

#homeannouncements { width: 504px; background-image: url(../images/home_news_bg.gif); background-repeat:no-repeat; min-height: 140px; margin: 10px 0px 0px 232px; padding: 15px; }
#homeannouncements ul { margin: 0px; padding: 12px 0px 0px 12px; }

#homeannouncements li { list-style-image:url(../images/bullet_gold.gif); margin: 0px; padding: 0px 12px 12px 0px; }
#homeannouncements ul ul li { list-style-image:none; list-style:disc; margin: 0px; padding: 0px 8px 8px 0px; }

.announcementscolumnone { padding: 0px 9px 0px 0px; vertical-align: top; }
.announcementscolumntwo { padding: 0px 9px 0px 0px; vertical-align: top; }

#homeaudiencenav { float: left; width: 212px; margin: 10px 0px 0px 10px; }
.formheaders {
	font-weight: bold;
	color: #FFF;
	background-color: #900;
}

#homeaudiencenav ul { margin: 0px; padding: 0px; }
#homeaudiencenav li { list-style-type: none; border-top: 1px dotted #fff; padding: 6px; background-color: #ebebeb; }
#homeaudiencenav li.current { list-style-type: none; border-top: 1px dotted #fff; padding: 6px; background-color: #f5f5f5; }
#homeaudiencenav img.menubottom {  border-top: 1px dotted #fff; background-color: #ebebeb; }
#homeaudiencenav a { text-decoration: none; font-weight: bold; }
#homeaudiencenav a:hover { color: #b12b28; text-decoration: underline; }

#homeaudiencenav li.current a { text-decoration: none; font-weight: bold; }
#homeaudiencenav li.current a:link { color: #b12b28; }
#homeaudiencenav li.current a:visited { color: #b12b28; }
#homeaudiencenav li.current a:hover { color: #b12b28; text-decoration: underline; }
#homeaudiencenav li.current a:active { color: #333333; }

#homeaudiencenav ul.menuthirdlevel li { background-color: #f5f5f5; margin-left: 0px; padding: 6px 6px 6px 20px; }

#homeaudiencenav ul.menuthirdlevel a { text-decoration: none; font-weight: normal; }
#homeaudiencenav ul.menuthirdlevel a:link { color: #333333; }
#homeaudiencenav ul.menuthirdlevel a:visited { color: #333333; }
#homeaudiencenav ul.menuthirdlevel a:hover { color: #333333; text-decoration: underline; }
#homeaudiencenav ul.menuthirdlevel a:active { color: #006699; }

#homeaudiencenav ul.menuthirdlevel li.current a { text-decoration: none; font-weight: bold; }
#homeaudiencenav ul.menuthirdlevel li.current a:link { color: #333333; }
#homeaudiencenav ul.menuthirdlevel li.current a:visited { color: #333333; }
#homeaudiencenav ul.menuthirdlevel li.current a:hover { color: #333333; text-decoration: underline; }
#homeaudiencenav ul.menuthirdlevel li.current a:active { color: #333333; }



/* HEADER */

#headercontainer { background-image:url(../images/bg_header_sub.gif); background-repeat: no-repeat; background-position: center top; height: 118px; }

#mininav { width: 755px; margin: 0px auto; padding: 6px 16px 10px 0px; text-align: right; font-size: 10px; height: 54px; }
#mininav input.searchfield { border: 1px solid #e4e4e4; padding: 2px; height: 16px; width: 115px; font-size: 10px; color: #333; }

img.registrarlogo { float: left; margin: 6px 0px 13px -1px; }


/* UNIVERSAL LINK STYLES */

a {
	letter-spacing: normal;
}
a:link { color: #006699; }
a:visited { color: #006699; }
a:hover { color: #b12b28; text-decoration: underline; }
a:active {
	color: #006699;
	text-align: left;
}



/* MAIN CONTENT STYLES */

#contentcontainer { width: 770px; margin: 0px auto; text-align: left; }
#contentcontainerwholepage {
	width: 725px;
	padding: 0px 20px;
	margin: 0px auto;
	text-align: left;
}
#contentcontainerstats {
	width: 90%;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}

#maincontent {
	width: 504px;
	background-image: url(../images/bg_content.gif);
	background-repeat:no-repeat;
	min-height: 300px;
	margin: 10px 0px 0px 230px;
	padding: 15px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0px;
}

#maincontent p {
	margin: 0px;
	padding-bottom: 11px;
}
h1 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 21px;
	color: #b12b28;
}
h1.nomargin { margin: 0px; padding: 0px; font-size: 18px; line-height: 21px; font-weight: bold; color: #b12b28; }
h2 { margin: 0px; padding: 0px; font-size: 12px; line-height: 17px; font-weight: bold; color: #b12b28; }
h2.introduction { font-family: 'Arial Narrow', sans-serif; font-size: 24px; line-height: 26px; font-weight: normal; color:#434343; margin: 0px 0px 12px 0px; }
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
h4 { margin: 0px; padding: 0px; font-size: 11px; line-height: 17px; font-weight: normal; font-style: italic; color: #333333; }
ul {
	margin: 0px 12px 18px 24px;
	padding: 0px;
	list-style-type: none; list-style:disc;
}
ol { margin: 0px 12px 18px 24px; padding: 0px; }
form {
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #000;
}

.floatright { float: right; margin: 0px 0px 12px 12px; }
.tintedcallout { padding: 12px; background-color: #f7f5ec; }

.tablestandard th { font-size: 12px; background-color:#993333; color: #fff; text-align: left; vertical-align: top; padding: 3px; }
.tablestandard td {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border-top: 1px solid #e4e4e4;
}

.tablesmalltext th { font-size: 12px; background-color:#993333; color: #fff; text-align: left; vertical-align: top; padding: 3px; }
.tablesmalltext td { font-size: 11px; line-height: 14px; text-align: left; vertical-align: top; padding: 3px; border-top: 1px solid #e4e4e4; }
.tablesmalltext td p { margin: 0px; padding: 0px; }

.breadcrumb { font-size: 11px; }
.sidebarimage { margin-bottom: 8px; }
.smallnote { font-size: 11px; line-height: 13px; font-style: italic; }
.striped { background-color: #e4e4e4; }

/* core exam styles */
.miniheadings {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
table.coreexamsbysubject td { font-size: 11px; line-height: 14px; padding: 2px; }

/* MAIN MENU */

#mainmenu { width: 770px; margin: 0px auto; text-align: center; clear: both; }

#navigation a { color: #fff; background: url(../images/tab_left.gif) left top no-repeat; text-decoration: none; padding-left: 8px; }
#navigation a span { background: url(../images/tab_right.gif) right top no-repeat; padding: 4px 10px 0px 0px; height: 39px; }
#navigation a.current { color: #fff; background: url(../images/tab_left_on.gif) left top no-repeat; text-decoration: none; padding-left: 8px; }
#navigation a.current span { background: url(../images/tab_right_on.gif) right top no-repeat; padding: 4px 10px 0px 0px; height: 39px; }

#navigation a, #navigation a span { display: block; float: left } /* Hide from IE5-Mac \*/
#navigation a, #navigation a span { float: none } /* End hide */
#navigation a:hover { color: #fff; text-decoration: underline; }

ul#navigation { padding: 0; margin: 0 7px; }

#navigation li { list-style: none; float: left; margin: 0px 1px 0px 0px; width: 107px; font-weight: bold; font-size: 11px; line-height: 14px; text-align: left; } 



/* PAGE MENU */

#pagemenu { float: left; width: 212px; margin: 10px 0px 0px 10px; }
#pagemenu ul { margin: 0px; padding: 0px; }
#pagemenu li { list-style-type: none; border-top: 1px dotted #fff; padding: 6px; background-color: #e6ddb6; }
#pagemenu li.current { list-style-type: none; border-top: 1px dotted #fff; padding: 6px; background-color: #f7f5ec; }

#pagemenu li.current a { text-decoration: none; font-weight: bold; }
#pagemenu li.current a:link { color: #b12b28; }
#pagemenu li.current a:visited { color: #b12b28; }
#pagemenu li.current a:hover { color: #b12b28; text-decoration: underline; }
#pagemenu li.current a:active { color: #333333; }

#pagemenu img.menutop { margin: 0px; padding: 0px; }
#pagemenu img.menubottom { border-top: 1px dotted #fff; background-color: #e6ddb6; margin: 0px; padding: 0px; }

#pagemenu a { text-decoration: none; font-weight: bold; }
#pagemenu a:link { color: #006699; }
#pagemenu a:visited { color: #006699; }
#pagemenu a:hover { color: #b12b28; text-decoration: underline; }
#pagemenu a:active { color: #333333; }

#pagemenu ul ul.menuthirdlevel li { background-color: #efead7; margin-left: 0px; padding: 6px 6px 6px 20px; }

#pagemenu ul ul.menuthirdlevel a { text-decoration: none; font-weight: normal; }
#pagemenu ul ul.menuthirdlevel a:link { color: #333333; }
#pagemenu ul ul.menuthirdlevel a:visited { color: #333333; }
#pagemenu ul ul.menuthirdlevel a:hover { color: #333333; text-decoration: underline; }
#pagemenu ul ul.menuthirdlevel a:active { color: #006699; }

#pagemenu ul ul.menuthirdlevel li.current a { text-decoration: none; font-weight: bold; }
#pagemenu ul ul.menuthirdlevel li.current a:link { color: #333333; }
#pagemenu ul ul.menuthirdlevel li.current a:visited { color: #333333; }
#pagemenu ul ul.menuthirdlevel li.current a:hover { color: #333333; text-decoration: underline; }
#pagemenu ul ul.menuthirdlevel li.current a:active {
	color: #333333;
}

#pagemenu ul ul ul.menufourthlevel li { list-style-type: disc; border-top: none; margin-left: 20px; padding: 3px 2px 3px 2px; font-size: 10px; line-height: 13px; }
#pagemenu ul ul ul.menufourthlevel li a { font-weight: normal; }



/* FOOTER */

#footer { clear: both; width: 770px; margin: 24px auto; text-align: left; }
#footer td { padding: 12px 12px 0px 0px; color: #666666; font-size: 10px; vertical-align: top; }


/* CALENDAR STYLES */

table.calendar td { padding: 3px; vertical-align: top; }
td.calmonth { font-size: 12px; font-weight: bold; color: #a42c26; }
td.caldate { font-size: 10px; line-height: 14px; }
td.calday  {
	font-size: 10px;
	line-height: 14px;
}
td.caldesc { font-size: 10px; line-height: 14px; }
.vrf_accordiontext {
	width: 200px;
}


table.autocal { font-size: 8px; border:solid 1px; }
table.autocal td { font-size: 8px; border:solid 1px; cellpadding:1; cellspacing:1; color:black;}

.downloadformat { font-size: .9em; padding-right: 12px; }


/* FORMS STYLES */

.tableform th { font-size: 11px; background-color:#993333; color: #fff; text-align: left; vertical-align: top; padding: 5px; }
.tableform td { font-size: 11px; line-height: 14px; text-align: left; vertical-align: top; padding: 5px; border-top: 1px solid #ccc; background-color: #e4e4e4; }


/* DROP-DOWN MENUS */

#mainmenu li ul { position: absolute; width: 160px; left: -999em; margin: 0px; padding: 5px 0px; }
#mainmenu li ul li { background-image: none; margin: 0px; padding: 0px; }

#mainmenu li ul li a { text-decoration: none; font-weight: normal; background-image: none; background-color: #e6ddb5; color: #006699; min-width: 120px; padding: 3px 8px 5px 8px; border-bottom: 1px dotted #fff; }
#mainmenu li ul li a:visited { color: #006699; }
#mainmenu li ul li a:hover { color: #b12b28; text-decoration: underline; }
#mainmenu li ul li a:active { color: #000000; }
 
#mainmenu li:hover ul { left: auto; } /* JavaScript in Templates caters to IE, which does not support the li:hover */
.calendarboxes {
	font-weight: lighter;
	font-style: normal;
	font-size: 10px;
	padding: 2px;
	margin: 10px;
	border: thin solid #666;
	height: 100px;
	width: 100px;
	text-indent: 5px;
	vertical-align: middle;
}
#calendardayboxes {
	font-size: large;
}
#calendardatsstyle {
	height: 100px;
	width: 100px;
}


#contentcontainer #maincontent #form1 div {
	text-align: left;
	font-size: 12px;
}
calendarweekheaders {
	text-align: center;
}
.regfont {
	font-family: Oswald;
	font-weight: 900;
	text-transform:uppercase;
	color: #993333;
	font-size: 18px;
}


.calendardateboxes {
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	list-style-position: inside;
	list-style-type: square;
	background-image: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.calendardateboxesnoclass {
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	list-style-position: inside;
	list-style-type: square;
	color: #C00;
	background-image: none;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
	border: 1px double #666;
}
.requiredfield {
	font-weight: bold;
	color: #930;
}
.subjectsincalendar {
	font-weight: bold;
	text-align: center;
}
#contentcontainerstatsnew {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
.alternatingtableswhite {
	background-color: #FFF;
}
.tablewhite {
	background-color: #FFF;
}
.tablegrey {
	background-color: #CBCBCB;
}
.strong {
}
