﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
body
{
	margin:5px 0 0 10px;
	background-color:#FFFFFF;
	font-size:110%;
	background-image:none !important;
	color:#000000;
}
img
{
    display:none;
}
hr
{
    color:#000000;
    background-color:#FDFCDC;
}
strong
{
    color:#000000;
}
p
{
    color:#000000;
}
/* ***********************************************************************
    Typography
*********************************************************************** */
h1, h2, h3, h4, h5, h6
{
    color:#000000;
}
.header2
{
	color:#000000;
}
.header3
{
	color:#000000;
}

/* ***********************************************************************
    Containers
*********************************************************************** */
#wrapper
{
    width:100%; 
    background-image:none !important;
}
#header
{ 
    background-image:none !important;
}
#crumb
{
    display:none;
}
#content
{
    width:500px;
    float:left;
    margin-left:10px;
    padding-bottom:15px;
}
/*#leftBar
{
    float:left;
    clear:left;
    width:180px;
    padding-bottom:10px
}
#leftNav
{
    clear:left;
	float:left;
	width:190px;
	margin:10px 45px 10px 0;
	padding-bottom:20px;
}
#rightBar
{
    width:180px;
    float:right;
    clear:right;
    margin-top:20px;
}
#rtSide
{
    width:182px;
    float:left;
    margin:0 0 20px 45px;
}*/
#search
{
    background-color:#FDFCDC;
    color:#000000; 
}
#sbox
{
    border:1px solid #000000;
    background-color:#FDFCDC;
}
#footer
{
    border-top:0;
    color:#000000;
    font-size:90%;
    clear:both; 
    width:100%;
    text-align:left;
}
#bottomNav
{
    margin-left:0px;
    text-align:left;
}
/* ***********************************************************************
    General Linkage
*********************************************************************** */
#header a
{
    background-color:#FDFCDC;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:100%;
    font-weight:bold;
    text-decoration:none;
    color:#000000;
}
#leftBar a:link
{
    font-weight:bold;
    color:#000000;
    text-decoration:underline;
}
#leftBar a:visited
{
    font-weight:bold;
    color:#000000;
    text-decoration:underline;
}
#leftBar a:hover
{
    color:#000000;
}
#leftBar a:active
{
    color:#000000;
    text-decoration:underline;
}
#content a:link
{
    font-weight:bold;
    color:#000000;
    text-decoration:underline;
    }
#content a:visited
{
    font-weight:bold;
    color:#000000;
    text-decoration:underline;
}
#content a:hover
{
    color:#000000;
}
#content a:active
{
    color:#000000;
    text-decoration:underline;
}
#footer a
{
    color:#000000;
    text-decoration:underline;
}
#footer a:hover
{
    color:#000000;
}
#bottomNav li a
{
    color:#000000;
    text-decoration:underline;
}
/* ***********************************************************************
    Main Navigation
*********************************************************************** */
#mainNav img
{
    display:none;
}
#mainNav
{
    padding-top:0px; 
}
#mainNav ul
{
    list-style-type:disc;
    /*text-align:right;*/
    margin-bottom:0;
}
#mainNav li
{
    display:block;
    text-align:left; 
}
#mainNav li a
{
    color:#000000;
    text-decoration:underline;
}
.college:hover, .college
{
    border-bottom:0;
}
.courses:hover, .courses
{
    border-bottom:0;
}
.students:hover, .students
{
    border-bottom:0;
}
.he:hover, .he
{
    border-bottom:0;
}    
.emp:hover, .emp
{
    border-bottom:0;
}
.inter:hover, .inter
{
    border-bottom:0;
}
/* ***********************************************************************
    Left Area Navigation
*********************************************************************** */
#areaNav
{
	width:190px;
	margin:20px 20px 10px 0;
}
#areaNav ul
{	
	width:190px;
}	
#areaNav li
{
	width:190px;
	color:#000000;
	border:0;
	background-color:#FDFCDC;
}
#areaNav li a
{
    font-size:100%;
	width:190px;
	color:#000000;
	padding:5px 10px 3px 5px;
	text-decoration:underline;
}		
#areaNav li a:hover
{
	background-color:#FDFCDC;
	color:#000000;
	text-decoration:underline;
}
/* ***********************************************************************
    High Contrast
*********************************************************************** */
#standard
{
    display:none;
}
.conNav
{
    display:block;
}
.ch
{
    display:block;
}
#headerContrast
{
    display:block;
}
/* ***********************************************************************
    Lists
*********************************************************************** */
#content li
{
    background-image:url(../../Images/blackBullet.gif);
    background-repeat:no-repeat;
    background-position:0 0.5em;
}
/* ***********************************************************************
    General
*********************************************************************** */
#strapline
{
    display:none
}
#content p {margin:1em 0;}
.headerCon
{
    display:none
}
.headerCon img
{
    display:none;
}
.bold
{
    font-weight:bold;
    color:#000000;
}
.crumbPage
{
    color:#000000;
    font-weight:bold;
}
.hs
{
    display:none;
}
.button
{
    border:1px solid #000000;
    background-color:#000000;
    color:#FFFFFF;
    margin-top:3px;
    cursor:pointer;
}
div.row span.label
{
  width:120px;
}
.com
{
    clear:left;
}
.web
{
    display:none;
}
.mob
{
    display:block;
}
/* ***********************************************************************
    Course Details Specific
*********************************************************************** */
#coursePage a
{
    text-decoration:underline;
}
#coursePage .bold
{
    font-weight: bold;
    color:#000000;
}
#coursePage strong
{
    color:#000000;
}
#headerInfo
{
    border-bottom:1px solid #000000;
}
.titleLabel
{
    color:#000000;
    font-size:25px !important;
    font-weight:bold;  
}
#coursePage h4
{
    color:#000000;
}
#ltside img
{
    display:none;
}
/* ***********************************************************************
    ASP .NET CSS Friendly Control Adapters
*********************************************************************** */
.AspNet-Menu-Vertical
{
    float:left;
    clear:left;   
    width: 182px;
}
.AspNet-Menu-Selected
{
    background-color:#FDFCDC !important;
    color:#000000 !important;
}

.AspNet-Menu-ChildSelected
{
    background-color:#FDFCDC !important;
    color:#000000 !important;
}

.AspNet-Menu-ParentSelected
{
    background-color:#FDFCDC !important;
    color:#000000 !important;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
ul.AspNet-Menu, 
ul.AspNet-Menu ul {
    width: 182px;
    padding-left:4px;   
}
/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
ul.AspNet-Menu ul {
    
}
/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
ul.AspNet-Menu li
{
    margin-top:-2px;
    color:#000000;
    display:block;
    border:1px solid #FDFCDC;
    background-color:#FDFCDC;
}
/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    font-size:100%;
    color:#000000;
    padding:3px 0 3px 10px;
    text-decoration:underline;
}
/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
ul.AspNet-Menu li.AspNet-Menu-Leaf a,
ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}
/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
ul.AspNet-Menu li a img
{
    border-style:none;
    vertical-align:middle;
}
/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
ul.AspNet-Menu li:hover, 
ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background-color:#FDFCDC;
}
ul.AspNet-Menu li:hover a, 
ul.AspNet-Menu li:hover span, 
ul.AspNet-Menu li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover span,
ul.AspNet-Menu li:hover li:hover a, 
ul.AspNet-Menu li:hover li:hover span, 
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
ul.AspNet-Menu li:hover li:hover ul a:hover, 
ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color:#000000;
}
ul.AspNet-Menu li:hover ul a, 
ul.AspNet-Menu li:hover ul span, 
ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
ul.AspNet-Menu li:hover li:hover ul a, 
ul.AspNet-Menu li:hover li:hover ul span, 
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color:#000000;
}
/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
ul.AspNet-Menu li a:hover,
ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color:#000000;
}
ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image:none;
}
.AspNet-GridView-Alternate
{
    background-color:#FDFCDC;
}