/* Skin control and background */
.pagemaster {
	width: 100%;
	background-image: url(images/sitebackground4.gif); 
	height: 100%;
}
.skinmaster {
	width: 992px;
	border-top: 1px solid #053A84;
	border-right: 1px solid #053A84;
	border-bottom: 1px solid #053A84;
	border-left: 1px solid #053A84;
	padding: 0px, 0px, 0px, 0px;
	BACKGROUND-COLOR: #fff;
}
.whiteoutline {
	width: 996px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	padding: 0px, 0px, 0px, 0px;
	BACKGROUND-COLOR: #fff;
}
.darkoutline {
	width: 1000px;
	border-top: 2px none #424344;
	border-right: 2px solid #424344;
	border-bottom: 2px solid #424344;
	border-left: 2px solid #424344;
	padding: 0px, 0px, 0px, 0px;
	BACKGROUND-COLOR: #fff;
}
/* End Skin control and background */


/* Currently logged in user (above leftpane) */
.UserName {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px; 
	vertical-align: bottom;
	COLOR: #183390; 
	TEXT-ALIGN: left;
	padding-right: 5px;
	padding-bottom: 5px;	
}
/* End Currently logged in user (above leftpane) */


/* MetaNav */
.MetaNav {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px; 
	vertical-align: top;
	MARGIN-TOP: 2px; 
	COLOR: #666; 
	BACKGROUND-COLOR: #fff;
	TEXT-ALIGN: right;
	WIDTH: 100%;
	padding-right: 40px;	
}
.MetaNav A {
	COLOR: #183390; BACKGROUND-COLOR: #fff;
}
.MetaNav A:visited {
	COLOR: #183390; BACKGROUND-COLOR: #fff;
}
.MetaNav A:hover {
    text-decoration:    underline;
    color:  #6D0722;
}
/* End MetaNav */


/* Text Only Link */
.TextOnly {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px; 
	vertical-align: top;
	MARGIN-TOP: 2px; 
	COLOR: #666; 
	TEXT-ALIGN: left;
	WIDTH: 100%;
	padding-left: 5px;
	padding-top: 2px;
}
.TextOnly A {
	COLOR: #666;
}
.TextOnly A:visited {
	COLOR: #666;
}
/* End Text Only Link */


/* Bottom Nav and Footer */
.tdBottomNav {
	padding: 2px;
	background-color: #6D0722;
	border-top: 1px solid #ffffff;
	border-right: 1px none #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px none #ffffff;
}
.BottomNavText {
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
}
.BottomNavText A {
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
}
.BottomNavText A:hover {
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	TEXT-DECORATION: underline;
}
.BottomNavText A:visited  {
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
}

.tdFooterText {
	TEXT-ALIGN: center;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
.tdFooterTextBlue {
	BORDER-RIGHT: 0px none #b7b7b7;
	BORDER-TOP: 0px none #b7b7b7;
	BORDER-LEFT: 0px none #b7b7b7;
	BORDER-BOTTOM: 0px none #b7b7b7;
	TEXT-ALIGN: left;
	font-family: Verdana;
	font-size: 10px;
	color: #183390;
}
.FooterText {
	background-color: #053A84;
	TEXT-ALIGN: center;
	font-family: Georgia;
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	padding-top: 3px;
}

.FooterText2 A {
	color: #ffffff;
}
.FooterText2 A:hover {
	color: #6D0722;
	TEXT-DECORATION: underline;
}
.FooterText2 A:visited  {
	color: #ffffff;
}
.FooterText2 {
	background-color: #053A84;
	TEXT-ALIGN: center;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 1px;	
}
/* End Bottom Nav and Footer */


/* Main Menu */
.MainMenu_MenuContainer {
	background-color: #96989B;
	border-left: 1px solid #C7C8CB; 	
	border-top: 1px solid #C7C8CB; 		
	border-bottom: 1px solid #0B3F87; 		
	border-right: 1px solid #0B3F87;
	padding: none;		
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height: 26px;
	background-color: #96989B;
	vertical-align: top;
	border: none;
	padding: none;	
}
.MainMenu_MenuItem {
	cursor: pointer; 
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #053A84;
	vertical-align: middle;
	text-align: left;
	border: none;
	padding-left: 1px;
	font-weight: normal;	
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuBreak
{
	height: 26px;
	background-color: #96989B;
	color: #FFFFFF;
	padding-left: 1px;
	vertical-align: middle;
	width: 1px;
	border: #96989B;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	height: 20px;
	background-color: #C7C8CB;
	color: #053A84; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;	 
	border: none;
	padding-left: 1px;
	font-weight: normal;	
}
.MainMenu_MenuArrow {
	border: none;
	padding: none;
	font-family: webdings; 
	font-size: 10pt;
	padding: 0 0 0 10px;
}

.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_SubMenu {
	background-color: #f5f8fb;  
	z-index: 1000; 
	cursor: pointer; 
    border-bottom: #829CC1 1px solid; 
    border-left: #829CC1 1px solid; 
    border-top: #829CC1 1px solid; 
    border-right: #829CC1 1px solid;
}
.MainMenu_BreadcrumbActive {
	background-color: #B72E35;
}
.MainMenu_RootMenuItem {
	cursor: pointer; 
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}
.MainMenu_RootMenuItem TD { padding: 0 5px 0 5px; }
.MainMenu_RootMenuItemSelected
{
	cursor: pointer; 
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #053A84;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase; 
	background-color: #96989B;
}

.MainMenu_RootMenuItemSelected TD { padding: 0 5px 0 5px; }
.MainMenu_RootMenuItemActive
{
	cursor: pointer; 
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #053A84;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase; 
	background-color: #96989B;
}
.MainMenu_RootMenuItemActive TD { padding: 0 5px 0 5px; }
/* End Main Menu */


/* Content Pane Control */
.leftpane
{
	width: 180px;
	vertical-align: top;
	text-align: left;
}
.leftnavcontainer {
	width: 180px;
	background-color: #f5f8fb;
}
.contentpane
{
	width: 640px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 20px;
	TEXT-ALIGN: left;
	vertical-align: top;
}
.contentpanefull
{
	width: 840px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 20px;
	TEXT-ALIGN: left;
	vertical-align: top;
}
.contentpane2
{
	width: 200px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 2px;
	TEXT-ALIGN: center;
	vertical-align: top;
}
.newscontentpane1
{
	background-color: transparent;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 20px;
	TEXT-ALIGN: left;
	vertical-align: top;
}
.newscontentpane2
{
	background-color: transparent;
	padding-left: 2px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 20px;
	TEXT-ALIGN: left;
	vertical-align: top;
}
.splitcontentpane
{
	background-color: #F5F7FA;
	padding-right: 2px;
	TEXT-ALIGN: left;
	vertical-align: top;
}

/* End Content Pane Control */


/* Login Link */
.login
{
	width: 100%;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 20px;
	TEXT-ALIGN: center;
	vertical-align: top;
}
/* End Login Link */


/* Breadcrumb */
.breadcrumb {
	TEXT-ALIGN: left;
	PADDING-LEFT: 10px;
	FONT-SIZE: 10px; 
	PADDING-BOTTOM: 5px; 
	COLOR: #999999; 
	PADDING-TOP: 5px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	LINE-HEIGHT: 15px; 
}
.breadcrumbOn {
	TEXT-ALIGN: left;
	PADDING-LEFT: 5px; 
	FONT-SIZE: 10px; 
	PADDING-BOTTOM: 15px; 
	COLOR: #003366; 
	LINE-HEIGHT: 15px; 
	PADDING-TOP: 5px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
}
/* End Breadcrumb */


/* DNN Treeview Left Navigation */
.leftnavnode {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color:#053A84;
	text-align: left;
	width: 92%;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: middle;
	border-bottom: 1px solid #829CC1;
}

.leftnavnodeselected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color:#053A84;
	text-align: left;
	width: 92%;	
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: middle;
	border-bottom: 1px solid #829CC1;
}
.leftnavchildnode 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color:#053A84;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: middle;
	width: 85%;
	border-bottom: 1px solid #829CC1;
}
.leftnavnodehover {
	color: #6D0722;
	text-decoration: underline;
}

/* End DNN Treeview Left Navigation */


/* HouseMenu SkinObject - Dynamic Left Navigation */
#HouseMenuNav
{
    /* menu wrapper div */
    margin-bottom: 10px;
	width: 180px;
	valign: top;
}

#HouseMenuNav ul
{
    /* all submenu lists */
	padding: 0px 0px 0px 10px;
    border: 0;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
}

#HouseMenuNav li
{
    /* all list items */ /* -- Border around each menu item -- */
    /* added for opera browser to remove bullets on lists */
    list-style: none;
	line-height: 100%;
	valign: top;
	display: inline;
}

.ArrowPointer
{
    margin: 0px 0px 0px 0px;
    display: block;
    padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #829CC1;
    background-color: #f5f8fb;
    color: #053A84;
    text-decoration: none; /* added for opera */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;

}
#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    /* main colour of the menu */
    margin: 0px 0px 0px 0px;
    display: block;
    padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #829CC1;
    background-color: #f5f8fb;
    color: #053A84;
    text-decoration: none; /* added for opera */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
}

#HouseMenuNav li a:hover
{
    background-color: #f5f8fb;
	color: #6D0722;
	text-decoration: underline;
}
#HouseMenuNav ul ul
{
    /* second level menu items */
    margin: 0px 0px 0px 5px;
}
#HouseMenuNav ul ul li
{
    margin: 0px 0px 0px 0px; /* remove the bullets from the sub menu */
    list-style: none;
}
#HouseMenuNav ul ul a:link, #HouseMenuNav ul ul a:visited
{
    background-color: #f5f8fb;
    color: #053A84;
}
#HouseMenuNav ul ul a:hover
{
    background-color: #f5f8fb;
    color: #6D0722;
}
/* END - HouseMenu SkinObject */


/* Search Results Page */
.SearchPaging {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	font-weight: bold; 
	vertical-align: top;
	PADDING-TOP: 10px; 
	COLOR: #666; 
}
.SearchPaging A {
    text-decoration:    underline;
	COLOR: #183390; 
}
.SearchPaging A:visited {
    text-decoration:    underline;
	COLOR: #183390; 
}
.SearchPaging A:hover {
    text-decoration:    underline;
    color:  #6D0722;
}
.SearchResult {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #003366;
	FONT-SIZE: 12px;
	font-weight: bold;
	vertical-align: top;
}
A.SearchResult:hover {
    text-decoration:    underline;
    color:  #6D0722;
}
/* End Search Results Page */


/* Contact Us and Help forms */
.FormLabel {
	FONT-SIZE: 10px; 
	font-weight: bold; 
	color:#003366;
 	font-family:"Verdana", "Helvetica"; 
	text-align: left;
}
/* End - Contact Us and Help forms */

/*Show-Hide Styles */

.hidden { visibility: hidden; }
.unhidden {visibility: visible; }



/* Dateline styles */

.flobbleformat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}


.collegenames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}


.goalsoutcomes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 7px;
}



/* End - Dateline Styles */


/* Left SolPartMenu Navigation */

.LeftMenuContainer {
	padding: 0; margin: 0 0 10px 10px;
}
.LeftMenuBar {
}
.LeftMenuItem {	color: #053A84; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; height: 25px; text-align: left;	}
.LeftMenuItemSel { height: 25px; text-align: left; cursor: pointer; }
.LeftMenuIcon { display: none; }
.LeftMenuBreak { display: none; }
.LeftRootMenuItem { color: #053A84; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; }
	.LeftRootMenuItem TD { width: 157px; white-space: normal; border-bottom: 1px solid #829CC1; padding: 3px 3px 2px 3px; }
.LeftRootMenuItemActive { color: #053A84; text-decoration: none;font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; }
	.LeftRootMenuItemActive TD { width: 157px; white-space: normal; border-bottom: 1px solid #829CC1; padding: 3px 3px 2px 3px; }
.LeftRootMenuItemSelected { color: #6D0722; text-decoration: underline;	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; }
	.LeftRootMenuItemSelected TD { width: 157px; white-space: normal; border-bottom: 1px solid #829CC1; padding: 3px 3px 2px 3px; }
.LeftSubMenu { background-color: #f5f8fb; z-index: 1000; cursor: pointer; filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); border: #829CC1 1px solid; }
.LeftSubMenuItemSelected { background-color: #CFD2D5; }
.LeftBreadcrumbActive {  }
.LeftMenuArrow { border: none; padding: none; font-family: webdings; font-size: 10pt; }
.LeftRootMenuArrow { border: none; padding: none; font-family: webdings; font-size: 10pt; }


/* END - Left SolPartMenu Navigation */


