﻿/* CampusVue Portal Black, Gray, Red Brand
   Version: 1.3 
   Created: 10/7/2009 - HT
   Last Modified: 10/29/2009 - HT

   Search for COMMONLY UPDATED STYLES to begin updating the most common styles for the portal 
*/

body {
	margin: 0px;
    background-repeat:repeat-x;
	min-width: 960px;
}

body, td, th {
	font-size: 12px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

/* text classes */
.text1 			{	}
.text1white 	{color: #FFFFFF;}
.text1greeting 	{font-weight: bold;}
.text1b 		{font-weight: bold;}
.text1i 		{font-style: italic;}
.text2 			{	}
.text2b 		{font-weight: bold;}
.text2red 		{color: #CC0000;}
.text2i			{font-style: italic;}
.headerseparator{color:#FFFFFF;}
.text3			{color: #939393;}
.text3b			{font-weight: bold;}
.text3i			{font-style: italic;}
.error			{color: #CC0000;font-weight: bold;}


/* used on all forms */
.formlabel		{font-weight: bold;}

/* title control classes - this is the page title */
.pagetitle
{
	line-height: 22px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.pagetitle_pop
{
	line-height: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.pagetitle_bk
{
	/* background-color : #000000; */
	display: block; /*background-image: url(images/pagetitle_bk.gif);*/
}

/* subhead classes */
.subhead1
{
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-top: 10px;
}
.subhead2
{
	line-height: 13px;
	font-weight: bold;
	padding-bottom: 3px;
}
/* right-column pagelet class - in pagelet banner */
.subhead3
{
	line-height: 13px;
	font-weight: bold;
	padding-bottom: 3px;
} 

/* main content links */
/* underline must remain for 508 complaince */
.link1
{
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
.link1:hover
{
	text-decoration: none;
}
/* underline must remain for 508 complaince */
.link1 a
{
	font-weight: normal;
	text-decoration: underline;
}
.link1 a:hover
{
	text-decoration: none;
}
/* underline must remain for 508 complaince */
.link2
{
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
/* underline must remain for 508 complaince */
.link2_red
{
	font-weight: normal;
	color: red;
	text-decoration: underline;
}
.link2:hover
{
	text-decoration: none;
}

/* underline must remain for 508 complaince */
.link3
{
	font-weight: normal;
	text-decoration: underline;
}
.link3:hover
{
	text-decoration: none;
}
/* underline must remain for 508 complaince */
.link4
{
	font-weight: normal;
	text-decoration: underline;
}
.link4:hover
{
	text-decoration: none;
}
/* underline must remain for 508 complaince */
.linksubhead
{
	font-size: 14px;
	text-decoration: underline;
}
.linksubhead:hover
{
	text-decoration: none;
}

/* footer links */
/* underline must remain for 508 complaince */
.linkfooter
{
	font-weight: normal;
	text-decoration: underline;
}
.linkfooter:hover
{
	text-decoration: none;
}


/* grid-table header classes */
.tableHdr
{
	font-weight: bold;
	height: 16px;
	text-align: left;
}
.tablehdrfont
{
	font-weight: bold;
}
a.tablehdrfont
{
	text-decoration: underline;
}
a.tablehdrfont:hover
{
	text-decoration: none;
}
.tablehdrfont2
{
	font-weight: bold;
}

/* grid-table header link classes for sorted grids */
/* underline must remain for 508 complaince */
.tablehdrlink a
{
	line-height: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.tablehdrlink a:hover
{
	text-decoration: none;
}
.tablehdrlinksorted{}
/* CQ 25917 : Tiarnan Breffni : Changed font-weight to bold and changed color to #2562DE (Same as tablehdrlink a) */
/* underline must remain for 508 complaince */
.tablehdrlinksorted a
{
	font-weight: bold;
	text-decoration: underline;
}
.tablehdrlinksorted a:hover
{
	text-decoration: none;
}


/* grid classes for links in grids */
/* grid ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ grey line separates rows on link cells in grids*/
.link2grid
{
	border-bottom: solid 1px #DDDDDD;
}
/* grid link classes - should match link2 class */
/* underline must remain for 508 complaince */
.link2grid a
{
	font-weight: normal;
	text-decoration: underline;
}
.link2grid a:hover
{
	text-decoration: none;
}


/* table line color on TD tag */
.linesHr
{
	
}
.lineHr
{
	margin-bottom: 3px;
	height: 1px;
	width: 100%;
}


/* Online Reg Row Colors */
.regNone
{
	color: #fff;
	font-weight: normal;
	background-color: #E8F6E8;
	border-width: 0px;
}
.regNone td,
.regNone a {color: #333;}
.regGreen
{
	font-weight: normal;
	background-color: #E8F6E8;
	border-width: 0px;
}
.regGreen td,
.regGreen a {color: #333;}
.regOrange
{
	font-weight: normal;
	background-color: #FFEEDE;
}
.regOrange td,
.regOrange a {color: #333;}
.regRed
{
	font-weight: normal;
	background-color: #FFE1E5;
}
.regRed td,
.regRed a {color: #000;}
.regYellow
{
	font-weight: normal;
	background-color: #FFFFD6;
}
.regYellow td,
.regYellow a {color: #333;}
.regAudit /*CQ21340 A.S. 01-28-05 new color for audit courses*/
{
	font-weight: normal;
	background-color: #3399CC;
}
.regAudit td,
.regAudit a {color: #333;}

/* tools classes */
.tools
{
	background-color: #cad5e2;
}
.toolsLeft
{
	border-left: #4e6986 1px solid;
	background-color: #cad5e2;
}
.toolsRight
{
	border-right: #4e6986 1px solid;
	background-color: #cad5e2;
}
.toolsTop
{
	border-top: #4e6986 1px solid;
	background-color: #cad5e2;
}
.toolsBottom
{
	border-bottom: #4e6986 1px solid;
	background-color: #cad5e2;
}


/* roundedbox classes */
.roundedbox
{
	background-color: #cad5e2;
}
.roundedboxLeft
{
	border-left: #4e6986 1px solid;
	background-color: #cad5e2;
}
.roundedboxRight
{
	border-right: #4e6986 1px solid;
	background-color: #cad5e2;
}
.roundedboxTop
{
	border-top: #4e6986 1px solid;
	background-color: #cad5e2;
}
.roundedboxBottom
{
	border-bottom: #4e6986 1px solid;
	background-color: #cad5e2;
}


/* form classes */
input.forminput
{
	background-color: #FFFFFF; /*height: 20px;*/
	border: 1px #CCCCCC solid;
	padding: 2px;
}
/* text for read only */
.forminput_readonly
{
	
}

/* invalid validation only */
input.forminputInvalid
{
	background-color: #F4FB3B;
	border: 1px #CCCCCC solid;
	padding: 2px;
}
/* input class used on editable input boxes in edit mode */
input.forminputYllw
{
	background-color: #FCFEBB;
	border: 1px #CCCCCC solid;
	padding: 2px;
}
textarea.formtextbox
{
	
	border: 1px #CCCCCC solid;
	padding: 2px;
}
select.formselect
{
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
}
/* invalid validation only */
select.formselectInvalid
{
	border: 1px #CCCCCC solid;
	background-color: #F4FB3B;
}
INPUT.formradio
{
	background-color: #ffffff;
}
INPUT.formcheck
{
	background-color: #ffffff;
}
.button1
{
	text-align: center;
	text-decoration: none;
	height: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

input.button1 {padding-top: 0;}
input.button1:hover ,
input.button1hover {padding-top: 0;}

.button1Disabled
{
	text-align: center;
	text-decoration: none;
	height: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.button1:hover
{
	cursor: pointer;
}
.button1hover
{
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	height: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	cursor: pointer;
}
input.button1hover{}

.button2
{
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.button2:hover
{
	
}
.button2hover
{
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}




/* page classes */
.AltRowColor
{
	background-color: #DDDDDD;
}
td.grey
{
	background-color: #DDDDDD;
}
.tdyellow
{
	background-color: #FCFEBB;
}
hr
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.blank3
{
	clear: both;
	height: 3px;
}
.bar5
{
	clear: both;
	height: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dotted
{
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.panelframe
{
	padding: 5px;
	margin: 10px 0 10px 0px;
max-width: 99%;
}
table.panelframe {padding: 0;}


/* Yellow Background */
.panelframe2
{
	padding: 5px;
}

/* Blue Background */
.panelframe3
{
	padding: 0px;
}
/* invalid validation only */
.panelframeInvalid
{
	padding: 5px;
}
.wndwshade
{
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 8px;
}


/* left and right column control classes */
/* left and right column - color */

/* links cell */
.gutter_bktop
{
	vertical-align: top;
	background-color: none;
}

.gutter_bk
{
	background-color: none; 
}
.gutterBanner
{
	color: #4e6986;
	font-weight: Bold;
	text-align: left;
	border: #cad5e2 1px solid;
	background-color: #cad5e2;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
/* needs to match gutterBanner because some on labels */
.gutterBannerFont
{
	color: #4e6986;
	font-weight: Bold;
	text-align: left;
}


/* left nav control classes */
/* left nav control - link classs for closed tab */
/* underline must remain for 508 complaince */
.SM_p
{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 1px;
	background-repeat: no-repeat;
	width: 143px;
}


/* left nav control classes */
/* left nav control - link classs for closed tab */
/* larger version  w/ repeat off*/
/* underline must remain for 508 complaince */
.SM_p_extend
{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 1px;
	background-repeat: no-repeat;
	width: 100%;
}

/* left nav control - link classs for closed tab hover state */
/* underline must remain for 508 complaince */
.SM_po
{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 1px;
	background-repeat: no-repeat;
	width: 143px;
}

/* left nav control - link classs for closed tab hover state */
/* larger version  w/ repeat off*/
/* underline must remain for 508 complaince */
.SM_po_extend
{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 1px;
	background-repeat: no-repeat;
	width: 100%;
}

/* left nav control - link classs for open tab */
/* underline must remain for 508 complaince */
.SM_ps
{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 1px;
	background-repeat: no-repeat;
	width: 143px;
}

/* left nav control - link classs for open tab */
/* larger version  w/ repeat off*/
/* underline must remain for 508 complaince */
.SM_ps_extend
{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 1px;
	background-repeat: no-repeat;
	width: 100%;
}


/* left nav control - subnav class */
/* underline must remain for 508 complaince */
.SM_c
{
	display: block;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	padding-left: 12px;
	padding-right: 0px;
}
/* left nav control - subnav class hover state */
/* underline must remain for 508 complaince */
.SM_co
{
	display: block;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	padding-left: 12px;
	padding-right: 0px;
}
/* left nav control - subnav class when on that page */
/* underline must remain for 508 complaince */
.SM_cs
{
	display: block;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 12px;
	padding-right: 0px;
}
/* left nav control - subnav parent */
.SM_cb
{
	font-weight: normal;
	border-left: #b5c7d6 0px solid;
	background-repeat: no-repeat;
	width: 100%;
}
/* left nav control - don't know what for */
.SM_t
{
	color: RED;
	font-weight: normal;
	border-left: #b5c7d6 0px solid;
	padding-left: 10px;
	background-repeat: no-repeat;
	width: 100%;
}

/* content panel tab link classes */
.tabon
{
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 0px;
}
.tabhover
{
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
}
.taboff
{
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
}



/* header control classes */
/* header background - use to tile image in background behind logo */
table.header
{
	position: relative;
}

.headerBar
{
	height: 23px;
}

/* underline must remain for 508 complaince */
.linkheaderBar
{
	font-weight: normal;
	text-decoration: underline;
}
.linkheaderBar:hover
{
	text-decoration: none;
}



/* layout classes */
/* background color of the left and right columns */
.frame
{
	
}
.layout1
{
	
}
/* background color of the center content area */
.layout2
{
	vertical-align: top;
}
/* left nav control - background image */
.subnav
{
	vertical-align: top;
	background-color: none;
	/*background-image: url(images/subnav_bk.gif);*/
}


/* resume upload classes */
.FileInputControlUploadButton
{
	text-decoration: none;
	height: 22px;
	color: #424242;
	text-transform: uppercase;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
.FileInputControlUpload
{
	text-decoration: none;
	height: 22px;
	color: #424242;
	text-transform: uppercase;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}



/* Online Reg Button Numbers */
.onlineregStepNumber
{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.onlineregStepText
{
	color: #000056;
	font-weight: normal; /* text-align: center; */
	padding-left: 16px;
	vertical-align: middle; /* CQ55067 Section 508 */	
}


/* My Calendar Classes - Swatches */
.mycaldropadd
{
	background-color: #F8805B;
	color: #2562DE;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.mycalholiday
{
	background-color: #F8C35B;
	color: #2562DE;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.mycalreg
{
	background-color: #78A6E0;
	color: #2562DE;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.mycalterm
{
	background-color: #78E078;
	color: #2562DE;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.mycallist
{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}


/* Home Page Calendar Classes */
/* Calendar Background and Frame */
.CMCCalendar
{
	border-width: 1px;
	border-style: solid;
	padding: 0;
	border-collapse: collapse;
}
/* Month and Year Back */
.CMCTitleStyle
{
	height: 100%;
	border-width: 0px;
	border-style: solid;
	border-collapse: collapse;
}
.CMCTitleStyle td
{
	font-weight: bold;
}
/* Days of Week */
.CMCDayHeaderStyle
{
	
}



/* Infragistics Calendar Classes */
/* Calendar Background and Frame */
.INFRACalendarStyle
{
	/* background-color: #FFFFFF; */
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
	color: #003399;
	padding: 0;
	border-collapse: collapse;
}
/* Month Back OK!!! */
.INFRATitleStyle
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}
/* Next Prev Arrows by Month */
.INFRANextPrevStyle
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}
/* Days of Week OK!!!!*/
.INFRADayHeaderStyle
{
	color: #003399;
	background-color: #8DADE6;
}
/* Weekend Day Style */
.INFRAWeekEndDayStyle
{
	color: #003399;
	background-color: #FFCC00;
}
/* Other Month Day Style - Beginning and End of Month*/
.INFRAOtherMonthDayStyle
{
	color: #666666;
	background-color: #D5E3FE;
}
/* Drop Down Style */
.INFRADropDownStyle
{
	color: #666666;
	background-color: #FFFFFF;
}
/* Footer Style */
.INFRAFooterStyle
{
	color: #003399;
	background-color: #8DADE6;
}



/* required for Mozilla/Netscape support for disabled ELEMENTs */
SPAN[disabled="true"]
{
	color: #A0A0A0;
}

SPAN[disabled="disabled"]
{
	color: #A0A0A0;
}
.PFChar
{
	color: #CC0000;
	font-weight: bold;
}

/* 
***** Web Part Entries - Start *****

*/
.CMCRSSBullet
{
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -1000em;
}
.CMCRSSCell
{
	text-align: left;
}
.CMCRSSRow
{
}
.CMCRSSTable /* introduced so that rss feeds render correctly with changed doctype */
{
	color: #000;
	font-weight: normal;	
}
.CMCRSSLink:link /* sites not visited yet */
{
	text-decoration: underline;
	font-style: normal;
}
/* underline must remain for 508 complaince */
.CMCRSSLink:visited /* sites visited */
{
	text-decoration: underline;
	font-style: normal;
}
.CMCRSSLink:hover /* hover over link */
{
	text-decoration: none;
	font-style: normal;
}
.WPAddHeader /* Portal Home Page Add dialog box  */
{
	font-weight: bold;
}

.wpPartStyle
{
	border-top: none;
}

.wpPartChromeStyle {

}
.wpPartTitleStyle
{
	background-repeat: repeat-x;
}
.wpPartTitleStyle img {
	margin: 2px;
}
.wpPartTitleStyle td {
	text-align: left;
	padding-left: 10px;
}
.wpPartTitleStyle span {
	font-size: 14px;
	font-weight: bold;
}
/* 
***** Web Part Entries - Finish *****
*/

/********* ASP.net AJAX Start**************/
.collapsePanelHide
{
	visibility: hidden;
	display: none;
}
.collapsePanelShow
{
	background-color: white;
	overflow: hidden;
	visibility: visible;
	display: block;
}
/********* ASP.net AJAX End  **************/

/* Menu Styles */
/* Selectors for menu inside the banner */
/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
.MainTopMenu .AspNet-Menu-Vertical
{
	z-index: 300;
}

/* 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... */
.MainTopMenu ul
{
	background: #FFFFFF;
}

/* Top tier */
.MainTopMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
	width: 100%;
}

/* 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. */
.MainTopMenu ul.AspNet-Menu ul
{
	width: 100%;
	z-index: 400;
}

.MainTopMenu ul.AspNet-Menu ul ul
{
	width: 100%;
}

/* 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. */
.MainTopMenu ul.AspNet-Menu li
{
	color: #000000;
	background: #FFFFFF;
}

/* 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). */
.MainTopMenu ul.AspNet-Menu li a, .MainTopMenu ul.AspNet-Menu li span
{
	color: #000000;
	padding: 4px 12px 4px 8px;
	border: 1px solid #000056;
	border-bottom: 1px;
	background: transparent url(/Public/global/images/menu_arrow.gif) right center no-repeat;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a, .MainTopMenu 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. */
.MainTopMenu 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. */
.MainTopMenu ul.AspNet-Menu li:hover, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
	
}

.MainTopMenu ul.AspNet-Menu li:hover a, .MainTopMenu ul.AspNet-Menu li:hover span, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover a, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover span, .MainTopMenu ul.AspNet-Menu li:hover li:hover a, .MainTopMenu ul.AspNet-Menu li:hover li:hover span, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .MainTopMenu ul.AspNet-Menu li:hover li:hover ul a:hover, .MainTopMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
	color: #fff;
}

.MainTopMenu ul.AspNet-Menu li:hover ul a, .MainTopMenu ul.AspNet-Menu li:hover ul span, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span, .MainTopMenu ul.AspNet-Menu li:hover li:hover ul a, .MainTopMenu ul.AspNet-Menu li:hover li:hover ul span, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a, .MainTopMenu 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. */
.MainTopMenu ul.AspNet-Menu li a:hover, .MainTopMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
	color: #fff;
	background: transparent url(/Public/global/images/menu_arrow.gif) right center no-repeat;
}

.MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
	background-image: none;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */

.MainTopMenu .AspNet-Menu-Horizontal
{
	z-index: 300;
margin-top: 0px;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
	width: 130px;
}

/* 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. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
	width: 100%;
}

.MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
	top: 0px;
}

.MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
	width: 100%;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	width: 100%;
	text-align: left;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
	text-align: left;
	width: inherit;
}

.MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
	width: 130px;
}
ul.AspNet-Menu
{
	position: static;
}
/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
	margin: 0 0 0 130px;
}

/* End - Menu Style*/

.QuickLinkRow {height: 29px;}
.QuickLinkRow a {margin-top: 12px; margin-bottom: 8px;display: block;}
.QuickLinkRow a:hover {}

/* CQ55067 Section 508 */
.hiddenLink a, 
.hiddenLink a:hover, 
.hiddenLink a:visited
{ 
    position: absolute; 
    left: 0px; 
    top: -500px; 
    width: 1px; 
    height: 1px; 
    overflow: hidden;
} 

/* CQ55067 Section 508 */
.hiddenLink a:active
{ 
    position: static; 
    width: auto; 
    height: auto; 
}



/* UX Theme Enhancements */

table#main 						{margin-bottom: 10px;}
.panelframe .wpPartTitleStyle {margin-bottom: 5px; height: 30px}
#OnlineRegStepImages1_table5 	{background: #CCCCCC; border-bottom: 1px solid white; margin-bottom: 10px;}
#OnlineRegStepImages1_row3 td.headerbar 			{padding-bottom: 10px; padding-left: 5px;}
#OnlineRegStepImages1_row3 .headerbar td {padding: 0;}
#OnlineRegStepImages1_tblMenuButtonsRow0 span 		{padding-left: 5px; color: #333;}
#OnlineRegStepImages1_row2 td 						{padding: 5px;}
#OnlineRegStepImages1_row2 input 					{vertical-align: top;}
#OnlineRegStepImages1_row2 .link3 					{color: #333;}
#OnlineRegStepImages1_pnlLegend #tblLegend .grey 	{background: none;}
#OnlineRegStepImages1_pnlLegend #tblLegend 			{background: #868686; margin: 5px;}
#OnlineRegStepImages1_pnlLegend #tblLegend .text3 	{color: white;}
#OnlineRegStepImages1_lblCurDate 					{padding-left: 10px; color: #333}
#OnlineRegStepImages1_Cmclabel1 {color: #333}
#table2.gutter_bk 			{margin-left: 5px; }
#table2.gutter_bk #table5 	{margin-top: 40px;}
#trSearchResults iframe 	{margin-bottom: 10px;}
#mainImage td div img 		{margin-top: 20px; margin-left: -20px}
.tabon table 				{background-color: #e5e5e5;}
#tblTitleMain td 			{padding: 0;}
div td.small 				{vertical-align: middle;}
.link1 img 					{vertical-align: middle}

#tblMyCalendar.panelframe 	{padding: 10px}
.roundedbox .formlabel 		{font-weight: normal}


/**********************************************
 COMMONLY UPDATED STYLES - Below are the most 
 commonly updated styles within a them. They 
 consist of mostly colors, font sizes, borders
 and backgrounds so that you can quickly scan 
 and update the look of the site.
**********************************************/
/* page background */
body 			{background-color: #222; background-image: url(/Public/global/images/body_bk.gif);}

/* default font */
body, td, th 	{color: #fff;}

/* default font when inside home webparts and all panels */
body .wpPartStyle td,
.panelframe,
.panelframe2,
.roundedbox td,
.tools,
.panelframe td,
.panelframe2 td,
.panelframe3 td,
.tabon table td	{color: #333}

/* greeting font (i.e. - Hello Mary) */
.text1greeting 	{color: #333;}

/* main page title */
.pagetitle		{font-size: 24px;color: #fff;}

/* page title for popups */
.pagetitle_pop	{font-size: 20px;color: #fff;}

/* first subheading */
.subhead1		{font-size: 14px;color: #fff;}

/* second suheading */
.subhead2		{font-size: 12px;color: #fff;}

/* third suheading */
.subhead3		{font-size: 10px;color: #a20100;}

/* first suheading when located inside the home webparts, all 
panels as well as the rounded box on the right of the inside page*/
.wppartstyle .subhead1,
.panelframe .subhead1,
.roundedbox .subhead1,
.tabon table .subhead1 {color: #333}

/* second suheading when located inside the home webparts and all panels*/
.wppartstyle .subhead2,
.panelframe .subhead2 {color: #333}

/* default links */
.link1,
.link1 a			{color: #fff;}

/* default links when hovered */
.link1:hover,
.link1 a:hover		{color: #a20100;}

/* secondary links */
.link2				{color: #333;}

/* secondary links when hovered */
.link2:hover		{color: #a20100;}

/* links inside the header */
.header .link2 		{color: #333;}

/* links used in header bar */
.linkheaderBar		{color: #333;}

/* links hovered in header bar */
.linkheaderBar:hover{color: #333;}

/* additional links */
.link3				{color: #fff;}
.link4				{color: #fff;}
.link2grid a		{color: #fff;}

/* additional links when hovered */
.link3:hover		{color: #a20100;}
.link4:hover		{color: #a20100;}
.link2grid a:hover	{color: #a20100;}

/* subheads as links */
.linksubhead		{color: #fff;}

/* subhead links when hovered */
.linksubhead:hover 	{color: #a20100;}

/* footer links */
.linkfooter			{color: #fff;}

/* footer links when hovered */
.linkfooter:hover	{color: #a20100;}

/* links when inside home webparts and all panels */
body .wpPartStyle a,
.panelframe a,
.panelframe2 a,
.panelframe3 a,
.roundedbox a,
.tools a 			{color: black}

/* table header for data tables */
body .tableHdr		{color: #fff; background-color: #444; border-color: #aaa;}

/* font used inside table header */
.tablehdrfont,
.tablehdrfont2		{color: #fff;}

/* links inside table header */
a.tablehdrfont,
body .tablehdrlink a	{color: #fff;}

/* links hovered inside table header */
a.tablehdrfont:hover, 
body .tablehdrlink a:hover {color: #fff;}

/* links inside table header when column is sorted */
.tablehdrlinksorted,
.tablehdrlinksorted a {color: #fff;background-color: #e2eaf4;}

/* links hovered inside table header when column is sorted */
.tablehdrlinksorted a:hover{color: #fff;}

/* grid classes */
/* grid row colors - alt colors */
tr.row1				{background-color: #F8F8F8;}
tr.row2				{background-color: #bbb;}

/* grid row fonts */
tr.row1 td {color: #333}
tr.row2 td {color: #333}

/* line seperators */
td.separator				{border-bottom: solid 1px #DDDDDD;}
.separator					{border-bottom: solid 1px #DDDDDD;}
.lineHr						{border-bottom: solid 1px #DDDDDD;}
.linesHr					{background-color: #4a4a4a;}
.panelframe .linesHr,
.tabon table .linesHr		{background-color: #bbb;}
.bar5						{background-color: #CCCCCC;}
.dotted						{background: none;border-top: 1px dotted #666;}

/* line seperator between header and main content. For these themes, it has has been 
set to match the page background color to blend in and not show */
.frame						{background-color: #4a4a4a;}

/* default button */
.button1			{color: #fff;background-color: #666;border: 1px #272f3f solid;}

/* default button when hovered */
.button1:hover,
.button1hover		{color: #FFFFFF;background-color: #a20100;}
.button1hover		{border: 1px #272f3f solid;}

/* default button when disabled */
.button1Disabled	{color: #666;background-color: #cad5e2;border: 1px #cad5e2 solid;}

/* secondary button */
.button2			{color: #666;background-color: white;border: 1px #cad5e2 solid;}

/* secondary button when hovered */
.button2:hover,
.button2hover		{color: #FFFFFF;background-color: #a20100;}
.button2hover		{border: 1px #CCCCCC solid;}

/* default panel */
.panelframe			{color: #333;background-color: #e5e5e5;	border: 1px #CCCCCC solid;}

/* panels used in online registration launch page */
.panelframe2		{background-color: #a20100;	border: 3px #fff solid;}
.panelframe3		{background-color: #e5e5e5;	border: 1px #CCCCCC solid;}

/* panel when validation error exists */
.panelframeInvalid  {background-color: #FCFEBB;	border: 1px #F9FD7F solid;}

/* additional panels */
.wndwshade			{background-color: #FFFFFF;	border: 1px #CCCCCC solid;}

/* left nav control classes */
/* left nav control - link classs for closed tab */
.SM_p				{color: #fff; background-image: url(/Public/global/images/nav_closed.gif);}
/* larger version  w/ repeat off*/
.SM_p_extend		{color: #fff; background-image: url(/Public/global/images/nav_closed_extended.gif);}

/* left nav control - link classs for closed tab hover state */
.SM_po				{color: #fff; background-image: url(/Public/global/images/nav_open.gif);}
/* larger version  w/ repeat off*/
.SM_po_extend		{color: #fff; background-image: url(/Public/global/images/nav_closed_extended.gif);}

/* left nav control - link classs for open tab */
.SM_ps				{color: #fff; background-image: url(/Public/global/images/nav_open.gif);}
/* larger version  w/ repeat off*/
.SM_ps_extend		{color: #fff; background-image: url(/Public/global/images/nav_open_extended.gif);}

/* left nav control - subnav class */
.SM_c				{color: #fff;}
/* left nav control - subnav class hover state */
.SM_co				{color: #fff;}
/* left nav control - subnav class when on that page */
.SM_cs				{color: #fff;}
/* left nav control - subnav parent */
.SM_cb				{color: #FFF;}

/* content panel tab link classes */
.tabon				{color: #FFF;}
.tabhover			{color: #424242;}
.taboff				{color: #fff;}

/* header control classes */
/* header background - use to tile image in background behind logo */
table.header		{background: url(/Public/global/images/header_bk.gif) no-repeat center top;}

/* adjust padding depending on height of logo to keep links in line with the bottom of the header*/
.headerBar td 		{padding-top: 23px;}

/* Web Part Entries */
/* RSS feed bullet */
.CMCRSSBullet		{background: url(/Public/global/images/icons/icon_bullet.gif) no-repeat left center;}

/* RSS feed link */
.CMCRSSLink:link,
.CMCRSSLink:visited {color: black;}

/* RSS feed Link when hovered */
.CMCRSSLink:hover 	{color: #a20100;}

/* web part content area */
.wpPartStyle			{border:1px solid #a40303;background-color: #e5e5e5;}

/* enitre webpart container */
.wpPartChromeStyle 		{border: 1px solid #9ea3aa;}

/* web part header */
.wpPartTitleStyle		{color: #fff; background-color: #a40303; border:1px solid #a40303;}

/* web part header title */
.wpPartTitleStyle span 	{color: #fff;}

/* hover color for top drop-down menu */
.MainTopMenu ul.AspNet-Menu li:hover, 
.MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover {background-color: #a40303; border-color: #D6EBFF;}

/* row that holds the quick links */
.QuickLinkRow {border-bottom: 1px solid #666}

/* links inside the quick link row */
.QuickLinkRow a {color: white;}

/* links hovered inside the quick link row */
.QuickLinkRow a:hover {}

/* header label used on right sidebar for different section */
.gutterBanner {color: #333;border: #ccc 1px solid;background-color: #e5e5e5;}

/* needs to match gutterBanner because some on labels */
.gutterBannerFont{color: #333;}

/* mini calendar used for schedules */
/* container for mini calendar */
body .CMCCalendar{background-color: #FFFFFF;	border-color: #DDDDDD;}

/* title area for mini calendar */
body .CMCTitleStyle{background-color: #444;border-color: #CCCCFF;}

/* text inside title area for mini calendar */
body .CMCTitleStyle td{color: #FFFFFF;}

/* days of week row (i.e. - Sa,M,T,W,Th,F,Su) */
.CMCDayHeaderStyle{color: #a20100;background-color: #ccc;}

/* Version number in footer */
.xlink2 span.link1 			{text-decoration: none; color: #666}

/* grid row in faculty directory */
#Table3 tr.text2 			{background: #ddd;}

/* link in grid row in faculty directory */
#Table3 tr.text2 a,
tr.row2 a 					{color: black}

/* link hovered in grid row in faculty directory */
#Table3 tr.text2 a:hover 	{color: #a20100;}

/* font color for popups on the online registration page */
div#pnlConfPrompt td {color:#333}


/* CQ81248 */
/*****************************************
 Message Tray Core Styles - DO NOT CHANGE 
*****************************************/

/*TODO: Remove this line and verify*/
#cmcStudentHeader {margin-top: 0px;}

#cmcStudentMsgTray {width: 306px; position: absolute; left: 50%; margin-left: -170px; font-family: arial, sans-serif; font-size: 12px}
#cmcStudentMsgTray div {display: none; margin-left: 2px; padding: 15px 20px; position: relative; zoom: 1;}
#cmcStudentMsgTray div ol {margin: 0; padding: 0; list-style: none;}
#cmcStudentMsgTray div li {padding: 4px 0;}
#cmcStudentMsgTray div li span {margin-right: 3px;}
#cmcStudentMsgTray ul {margin: 0; list-style: none; padding: 0px; height: 24px;}
#cmcStudentMsgTray ul li {float: left; margin: 0; padding: 0;}
#cmcStudentMsgTray ul li#cmcTrayHolds {width: 78px}
#cmcStudentMsgTray ul li#cmcTrayAlerts {width: 79px}
#cmcStudentMsgTray ul li#cmcTrayAppts {width: 137px}
#cmcStudentMsgTray ul li a {display: block; margin: 0; text-decoration: none; outline: none; padding: 2px 0 0 7px;}
#cmcStudentMsgTray ul li#cmcTrayAppts a {_padding: 4px 7px 0 7px;}
#cmcStudentMsgTray ul li em {border: 1px solid; padding: 0 3px;}
#cmcStudentMsgTray h2 {margin: 0 0 8px;}
.cmcDate {margin: 0; text-align: right; height: 35px; padding-top: 2px;}
.cmcCloseMsgTray {position: absolute; right: 20px; top: 10px;}
.cmcViewAll {text-align: right; display: block; margin-top: 10px;}
#backgroundPopup{display:none; position:fixed; _position:absolute; /* hack for internet explorer 6*/  height:100%;  width:100%;  top:0;  left:0;  background:#000000;  border:1px solid #cecece;  z-index:1;  }  


/******************************************************
 Message Tray Image Styles
 -- Only change if you have new images for the tray 
*****************************************************/

#cmcStudentMsgTray {padding-bottom: 9px; background: url(images/msgtray/msg-bg-bottom.png) no-repeat bottom left;}
#cmcStudentMsgTray div {background: url(images/msgtray/msg-bg-middle.png) repeat-y top left;}
#cmcStudentMsgTray ul {padding-left: 11px;background: url(images/msgtray/msg-bg-top-left.png) no-repeat top left;}
#cmcStudentMsgTray ul li a {height: 21px; border-bottom: 1px solid #b5b5b5; background: url(images/msgtray/msg-bg-top.png) repeat-x top left;}
#cmcStudentMsgTray ul li em {background: url(/public/global/images/msgtray/msg-qty-bg.png) no-repeat 3px 2px; border: 0; width: 20px; height: 20px; display: block; float: left; color: #333; font-style: normal; font-size: 10px;text-align: center;}
#cmcStudentMsgTray ul li em {}/* Hack for IE6 and 7 */
#cmcStudentMsgTray ul li#cmcTrayAppts {background-image: url(images/msgtray/msg-bg-top-right.png); background-repeat: no-repeat; background-position: top right;}
#cmcStudentMsgTray ul li#cmcTrayAppts a {margin-right: 11px;}
#cmcStudentMsgTray h2 {height: 22px; padding-top: 2px; padding-left: 32px; background-repeat: no-repeat; background-position: center left;}
#cmcMsgHolds h2 {background-image: url(images/msgtray/block.png); padding-top: 5px}
#cmcMsgAlerts h2 {background-image: url(images/msgtray/warning.png);}
#cmcMsgAppts h2 {background-image: url(images/msgtray/calendar.png);}
.cmcViewAll {padding-right: 20px;background: url(images/msgtray/next.png) no-repeat center right}
.cmcCloseMsgTray {text-indent: -1000em; width: 29px; height:25px; top: 0; right: 10px; background: url(images/msgtray/close-window.png) no-repeat center left}


/************************************************************************
 Message Tray Customizable Styles
 -- Feel free to change these style to update colors, fonts, links, etc 
************************************************************************/
/* If you would like the alert tray to be below the quicklinks, remove the line below */
#cmcStudentMsgTray {top: 0;}

/* Tab Background Color */
#cmcStudentMsgTray ul li {background-color: #d9d9d9}

/* Tab Link Color */
#cmcStudentMsgTray ul li a {color: #555; font-weight: bold; font-size: 12px;}

/* Tab Hover Background Color */
#cmcStudentMsgTray ul li a:hover {background-color: #a20100;}

/* Tab Hover Link Color */
#cmcStudentMsgTray ul li a:hover {color: white;}

/* Tab Active Background Color */
#cmcStudentMsgTray ul li a.cmcTrayTabActive {background-color: #999;}

/* Tab Active Link Color */
#cmcStudentMsgTray ul li a.cmcTrayTabActive {color: white;}

/* Messages Font */
#cmcStudentMsgTray div {font-size: 12px;}

/* Message Links */
#cmcStudentMsgTray div a {color: blue; }

/* Message Link Hover */
#cmcStudentMsgTray div a:hover {text-decoration: none;}

/* Message Separator */
#cmcStudentMsgTray div li {border-bottom: 1px dotted #ccc;}

/* Message Date Style */
#cmcStudentMsgTray div li span {color: #666; font-size: .84em;}

/* Message Header Style */
#cmcStudentMsgTray h2 {font-size: 16px; color: #333}

/* View All Link Color */
.cmcViewAll a {color: inherit;}

/* View All Link Hover Color */
.cmcViewAll a:hover {color: inherit;}

/* Close Link Color */
a.cmcCloseMsgTray {color: inherit;}

/* Close Link Hover Color */
a.cmcCloseMsgTray:hover {color: inherit;}

/* Page Date */
.cmcDate {font-size: 12px; color: white;}



