/* CampusPortal default style sheet updated for 508 compliance 02/6/2008 - Dawn Albano*/

BODY
{
	margin: 0px;
	font-size: 11px;
	color: #424242;
	font-family: Verdana, sans-serif;
	background-color: #FFFFFF;
	min-width: 1000px;
}


/* text classes */
.text1
{
	font-size: 11px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 15px;
}
.text1white
{
	font-size: 9px;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	line-height: 15px;
}
.text1greeting
{
	font-size: 11px;
	color: #CC0000;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
.text1b
{
	font-size: 11px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	font-weight: bold;
}
.text1i
{
	font-size: 11px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	font-style: italic;
}
.text2
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 14px;
}
.text2b
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 14px;
	font-weight: bold;
}
.text2red
{
	font-size: 10px;
	color: #CC0000;
	font-family: Verdana, sans-serif;
	line-height: 14px;
}
.text2i
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 14px;
	font-style: italic;
}
.headerseparator
{
color:#424242;
}
.text3
{
	font-size: 9px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 13px;
}
.text3b
{
	font-size: 9px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 13px;
	font-weight: bold;
}
.text3i
{
	font-size: 9px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 13px;
	font-style: italic;
}
.error
{
	font-size: 10px;
	color: #CC0000;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
/* used on all forms */
.formlabel
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 14px;
	font-weight: bold;
}



/* title control classes - this is the page title */
.pagetitle
{
	font-size: 20px;
	color: #000056;
	font-family: Arial, sans-serif;
	line-height: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.pagetitle_pop
{
	font-size: 20px;
	color: #000056;
	font-family: Arial, sans-serif;
	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
{
	font-size: 14px;
	color: #000056;
	font-family: Arial, sans-serif;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 3px;
}
.subhead2
{
	font-size: 12px;
	color: #000056;
	font-family: Arial, sans-serif;
	line-height: 13px;
	font-weight: bold;
	padding-bottom: 3px;
}
/* right-column pagelet class - in pagelet banner */
.subhead3
{
	font-size: 10px;
	color: #000056;
	font-family: Arial, sans-serif;
	line-height: 13px;
	font-weight: bold;
	padding-bottom: 3px;
}



/* main content links */
/* underline must remain for 508 complaince */
.link1
{
	font-size: 11px;
	color: #2562DE;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	text-decoration: underline;
	font-weight: normal;
}
.link1:hover
{
	text-decoration: underline;
}
/* underline must remain for 508 complaince */
.link1 a
{
	font-size: 11px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	line-height: 15px;
	font-weight: normal;
	text-decoration: underline;
}
.link1 a:hover
{
	text-decoration: underline;
}
/* underline must remain for 508 complaince */
.link2
{
	font-size: 10px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	line-height: 14px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
/* underline must remain for 508 complaince */
.link2_red
{
	font-weight: normal;
	font-size: 10px;
	color: red;
	line-height: 14px;
	font-family: verdana, sans-serif;
	text-decoration: underline;
}

.link2:hover
{
	text-decoration: underline;
}
/* underline must remain for 508 complaince */
.link3
{
	font-size: 9px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.link3:hover
{
	text-decoration: underline;
}
/* underline must remain for 508 complaince */
.link4
{
	font-size: 10px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	line-height: 14px;
	font-weight: normal;
	text-decoration: underline;
}
.link4:hover
{
	text-decoration: underline;
}
/* underline must remain for 508 complaince */
.linksubhead
{
	font-size: 14px;
	color: #2562DE;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	text-decoration: underline;
}
.linksubhead:hover
{
	text-decoration: underline;
}




/* footer links */
/* underline must remain for 508 complaince */
.linkfooter
{
	font-size: 9px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.linkfooter:hover
{
	text-decoration: underline;
}





/* grid-table header classes */
.tableHdr
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	background-color: #D6EBFF; /* background-color: #F007D2; */
	border-color: #D6EBFF;
	height: 16px;
	text-align: left;
}
.tablehdrfont
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
.tablehdrfont2
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}



/* grid-table header link classes for sorted grids */
/* underline must remain for 508 complaince */
.tablehdrlink a
{
	font-size: 10px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	line-height: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.tablehdrlink a:hover
{
	text-decoration: underline;
}
.tablehdrlinksorted
{
	color: #FFFFFF;
	background-color: #D6EBFF;
}
/* 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-size: 10px;
	color: #2562DE;
	background-color: #D6EBFF;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.tablehdrlinksorted a:hover
{
	text-decoration: underline;
}



/* 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-size: 10px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	line-height: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.link2grid a:hover
{
	text-decoration: underline;
}



/* grid classes */
/* grid row colors - alt colors */
tr.row1
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	background-color: #F8F8F8;
}
tr.row2
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	background-color: #F2F2F2;
}
/* grid – grey line separates rows */
td.separator
{
	border-bottom: solid 1px #DDDDDD;
}
.separator
{
	border-bottom: solid 1px #DDDDDD;
}
/* table line color on TD tag */
.linesHr
{
	background-color: #DDDDDD;
}
.lineHr
{
	border-bottom: solid 1px #DDDDDD;
	margin-bottom: 3px;
	height: 1px;
	width: 100%;
}


/* Online Reg Row Colors */
.regNone
{
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	font-weight: normal;
	background-color: #E8F6E8;
	border-width: 0px;
}
.regGreen
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	font-weight: normal;
	background-color: #E8F6E8;
	border-width: 0px;
}
.regOrange
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	font-weight: normal;
	background-color: #FFEEDE;
}
.regRed
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	font-weight: normal;
	background-color: #FFE1E5;
}
.regYellow
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	font-weight: normal;
	background-color: #FFFFD6;
}
.regAudit /*CQ21340 A.S. 01-28-05 new color for audit courses*/
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	font-weight: normal;
	background-color: #3399CC;
}




/* tools classes */
.tools
{
	background-color: #E5E5E5;
}
.toolsLeft
{
	border-left: #cccccc 1px solid;
	background-color: #e5e5e5;
}
.toolsRight
{
	border-right: #cccccc 1px solid;
	background-color: #E5E5E5;
}
.toolsTop
{
	border-top: #cccccc 1px solid;
	background-color: #E5E5E5;
}
.toolsBottom
{
	border-bottom: #cccccc 1px solid;
	background-color: #E5E5E5;
}



/* roundedbox classes */
.roundedbox
{
	background-color: #CFE2FF;
}
.roundedboxLeft
{
	border-left: #cccccc 1px solid;
	background-color: #CFE2FF;
}
.roundedboxRight
{
	border-right: #cccccc 1px solid;
	background-color: #CFE2FF;
}
.roundedboxTop
{
	border-top: #cccccc 1px solid;
	background-color: #CFE2FF;
}
.roundedboxBottom
{
	border-bottom: #cccccc 1px solid;
	background-color: #CFE2FF;
}





/* form classes */
input.forminput
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	background-color: #FFFFFF; /*height: 20px;*/
	border: 1px #CCCCCC solid;
	padding: 2px;
}
/* text for read only */
.forminput_readonly
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	line-height: 14px;
}

/* invalid validation only */
input.forminputInvalid
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	background-color: #F4FB3B;
	border: 1px #CCCCCC solid;
	padding: 2px;
}
/* input class used on editable input boxes in edit mode */
input.forminputYllw
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	background-color: #FCFEBB;
	border: 1px #CCCCCC solid;
	padding: 2px;
}
textarea.formtextbox
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	border: 1px #CCCCCC solid;
	padding: 2px;
}
select.formselect
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #424242;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
}
/* invalid validation only */
select.formselectInvalid
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #424242;
	border: 1px #CCCCCC solid;
	background-color: #F4FB3B;
}
INPUT.formradio
{
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background-color: #ffffff;
}
INPUT.formcheck
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #424242;
	background-color: #ffffff;
}
.button1
{
	font-size: 11px;
	color: #2562DE;
	font-family: Verdana, sans-serif;
	text-align: center;
	text-decoration: none;
	height: 20px;
	background-color: #E3E3E3;
	border: 1px #CCCCCC solid;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.button1Disabled
{
	font-size: 11px;
	color: #2562DE;
	font-family: Verdana, sans-serif;
	text-align: center;
	text-decoration: none;
	height: 20px;
	background-color: #E3E3E3;
	border: 1px #CCCCCC solid;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.button1:hover
{
	color: #2562De;
	background-color: #FFFF33;
	cursor: pointer;
}
.button1hover
{
	font-size: 11px;
	color: #2562De;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	height: 20px;
	background-color: #FFFF33;
	border: 1px #CCCCCC solid;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	cursor: pointer;
}
.button2
{
	font-size: 11px;
	color: #2562DE;
	font-family: Verdana, sans-serif;
	text-align: center;
	background-color: white;
	border: 1px #CCCCCC solid;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.button2:hover
{
	color: #2562De;
	background-color: #FFFF33;
}
.button2hover
{
	font-size: 11px;
	color: #2562De;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFF33;
	border: 1px #CCCCCC solid;
	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;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dotted
{
	height: 1px;
	background-image: url(images/dotted.gif);
	background-repeat: repeat;
	margin-top: 3px;
	margin-bottom: 3px;
}
.panelframe
{
	background-color: white;
	border: 1px #CCCCCC solid;
	padding: 5px;
}
/* Yellow Background */
.panelframe2
{
	background-color: #FCFEBB;
	border: 1px #F9FD7F solid;
	padding: 5px;
}
/* Blue Background */
.panelframe3
{
	background-color: #E4EEFD;
	border: 1px #CCCCCC solid;
	padding: 5px;
}
/* invalid validation only */
.panelframeInvalid
{
	background-color: #FCFEBB;
	border: 1px #F9FD7F solid;
	padding: 5px;
}
.wndwshade
{
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	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: #F3F3F3;
}

.gutter_bk
{
	background-color: #F3F3F3;
}
.gutterBanner
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	font-weight: Bold;
	text-align: left;
	border: #9ABBEE 1px solid;
	background-color: #9ABBEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
/* needs to match gutterBanner because some on labels */
.gutterBannerFont
{
	font-size: 10px;
	color: #424242;
	font-family: Verdana, sans-serif;
	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
{
	width: 125px;
	font-size: 11px;
	color: #111083;
	font-family: verdana, sans-serif;
	line-height: 13px;
	font-weight: bold;
	text-decoration: underline;
	height: 21px;
	background-image: url(images/nav_closed.gif);
	cursor: pointer;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 18px;
	padding-right: 0px;
	margin-top: 1px;
	background-repeat: no-repeat;
	/*width: 100%;*/
}

/* 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-size: 11px;
	color: #111083;
	font-family: verdana, sans-serif;
	line-height: 13px;
	font-weight: bold;
	text-decoration: underline;
	height: 21px;
	background-image: url(images/nav_closed_extended.gif);
	cursor: pointer;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 18px;
	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-size: 11px;
	color: #111083;
	font-family: verdana, sans-serif;
	line-height: 13px;
	font-weight: bold;
	text-decoration: underline;
	height: 21px;
	background-image: url(images/nav_closed.gif);
	cursor: pointer;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 18px;
	padding-right: 0px;
	margin-top: 1px;
	background-repeat: no-repeat;
	width: 100%;
}

/* 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-size: 11px;
	color: #111083;
	font-family: verdana, sans-serif;
	line-height: 13px;
	font-weight: bold;
	text-decoration: underline;
	height: 21px;
	background-image: url(images/nav_closed_extended.gif);
	cursor: pointer;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 18px;
	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-size: 11px;
	color: #CC0000;
	font-family: verdana, sans-serif;
	line-height: 13px;
	font-weight: bold;
	text-decoration: underline;
	height: 21px;
	background-image: url(images/nav_open.gif);
	cursor: pointer;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 18px;
	padding-right: 0px;
	margin-top: 1px;
	background-repeat: no-repeat;
	width: 100%;
}

/* left nav control - link classs for open tab */
/* larger version  w/ repeat off*/
/* underline must remain for 508 complaince */
.SM_ps_extend
{
	font-size: 11px;
	color: #CC0000;
	font-family: verdana, sans-serif;
	line-height: 13px;
	font-weight: bold;
	text-decoration: underline;
	height: 21px;
	background-image: url(images/nav_open_extended.gif);
	cursor: pointer;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 18px;
	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-size: 10px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 12px;
	padding-right: 0px;
}
/* left nav control - subnav class hover state */
/* underline must remain for 508 complaince */
.SM_co
{
	display: block;
	font-size: 10px;
	color: #CC0000;
	font-family: verdana, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	padding-bottom: 2px;
	padding-top: 2px;
	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-size: 10px;
	color: #CC0000;
	font-family: verdana, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 12px;
	padding-right: 0px;
}
/* left nav control - don't know what for */
.SM_cb
{
	font-size: 10px;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-weight: normal;
	border-left: #b5c7d6 0px solid;
	background-repeat: no-repeat;
	width: 100%;
}
/* left nav control - don't know what for */
.SM_t
{
	font-size: 10px;
	color: #2a4256;
	font-family: verdana, sans-serif;
	font-weight: normal;
	border-left: #b5c7d6 0px solid;
	padding-left: 10px;
	background-repeat: no-repeat;
	width: 100%;
}





/* content panel tab link classes */
.tabon
{
	font-size: 11px;
	color: #111083;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 0px;
}
.tabhover
{
	font-size: 11px;
	color: #424242;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
}
.taboff
{
	font-size: 11px;
	color: #424242;
	font-family: verdana, sans-serif;
	font-weight: bold;
	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 */
.header
{
	background-color: #FFFFFF; /* background-image: url(images/header_bk.gif);	*/
}
.headerBar
{
	height: 23px;
	background-color: #000056; /*background-image: url(images/headerbar_bk.gif);*/
}
/* underline must remain for 508 complaince */
.linkheaderBar
{
	font-size: 7pt;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
.linkheaderBar:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}



/* layout classes */
/* background color of the left and right columns */
.frame
{
	background-color: #DDDDDD;
}
.layout1
{
	background-color: #FFFFFF;
}
/* background color of the center content area */
.layout2
{
	background-color: #FFFFFF;
	vertical-align: top;
}
/* left nav control - background image */
.subnav
{
	vertical-align: top;
	background-color: #F3F3F3;
	/*background-image: url(images/subnav_bk.gif);*/
}


/* resume upload classes */
.FileInputControlUploadButton
{
	text-decoration: none;
	height: 22px;
	font-size: 13px;
	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;
	font-size: 13px;
	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
{
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}
.onlineregStepText
{
	font-size: 11px;
	color: #000056;
	font-family: Verdana, sans-serif;
	font-weight: normal; /* text-align: center; */
	padding-left: 16px;
	vertical-align: middle; /* CQ55067 Section 508 */	
}


/* My Calendar Classes - Swatches */
.mycaldropadd
{
	background-color: #F8805B;
	font-size: 10px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.mycalholiday
{
	background-color: #F8C35B;
	font-size: 10px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.mycalreg
{
	background-color: #78A6E0;
	font-size: 10px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.mycalterm
{
	background-color: #78E078;
	font-size: 10px;
	color: #2562DE;
	font-family: verdana, sans-serif;
	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
{
	background-color: #FFFFFF;
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana;
	font-size: 8pt;
	padding: 0;
	border-collapse: collapse;
}
/* Month and Year Back */
.CMCTitleStyle
{
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCFF;
	background-color: #003399;
	font-family: Verdana;
	height: 100%;
	border-width: 0px;
	border-style: solid;
	border-color: #CCCCFF;
	border-collapse: collapse;
}
/* Days of Week */
.CMCDayHeaderStyle
{
	color: #003399;
	background-color: #8DADE6;
	font-size: 8pt;
	font-family: Verdana;
}



/* Infragistics Calendar Classes */
/* Calendar Background and Frame */
.INFRACalendarStyle
{
	/* background-color: #FFFFFF; */
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana;
	font-size: 8pt;
	color: #003399;
	padding: 0;
	border-collapse: collapse;
}
/* Month Back OK!!! */
.INFRATitleStyle
{
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	font-family: Verdana;
}
/* Next Prev Arrows by Month */
.INFRANextPrevStyle
{
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	font-family: Verdana;
}
/* Days of Week OK!!!!*/
.INFRADayHeaderStyle
{
	color: #003399;
	background-color: #8DADE6;
	font-size: 8pt;
	font-family: Verdana;
}
/* Weekend Day Style */
.INFRAWeekEndDayStyle
{
	color: #003399;
	background-color: #FFCC00;
	font-size: 8pt;
	font-family: Verdana;
}
/* Other Month Day Style - Beginning and End of Month*/
.INFRAOtherMonthDayStyle
{
	color: #666666;
	background-color: #D5E3FE;
	font-size: 8pt;
	font-family: Verdana;
}
/* Drop Down Style */
.INFRADropDownStyle
{
	color: #666666;
	background-color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana;
}
/* Footer Style */
.INFRAFooterStyle
{
	color: #003399;
	background-color: #8DADE6;
	font-size: 8pt;
	font-family: Verdana;
}



/* required for Mozilla/Netscape support for disabled ELEMENTs */
SPAN[disabled="true"]
{
	color: #A0A0A0;
}

SPAN[disabled="disabled"]
{
	color: #A0A0A0;
}
.PFChar
{
	font-size: 10px;
	color: #CC0000;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

/* 
***** Web Part Entries - Start *****

*/
.CMCRSSBullet
{
	color: blue;
}
.CMCRSSCell
{
	text-align: left;
}
.CMCRSSRow
{
}
.CMCRSSTable /* introduced so that rss feeds render correctly with changed doctype */
{
	font-size: 11px;
	color: Black;
	font-family: verdana, sans-serif;
	line-height: 13px;
	font-weight: normal;	
}
.CMCRSSLink:link /* sites not visited yet */
{
	color: blue;
	text-decoration: none;
	font-style: normal;
}
/* underline must remain for 508 complaince */
.CMCRSSLink:visited /* sites visited */
{
	color: blue;
	text-decoration: underline;
	font-style: normal;
}
.CMCRSSLink:hover /* hover over link */
{
	color: blue;
	text-decoration: underline;
	font-style: normal;
}
.WPAddHeader /* Portal Home Page Add dialog box  */
{
	font-weight: bold;
}

.wpPartStyle
{
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	border-left: lightblue 1px solid;
	border-bottom: lightblue 1px solid;
}
.wpPartChromStyle
{
}
.wpPartTitleStyle
{
	font-size: 11px;
	color: #111083;
	font-family: verdana, sans-serif;
	line-height: 13px;
	font-weight: bold;
	background-image: url(images/wp_header.gif);
	background-repeat: repeat-x;
}
/* 
***** 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 2px 4px 8px;
	border: 1px solid #000056;
	border-bottom: 1px;
	background: transparent url(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
{
	background-color: #D6EBFF; /* background-color: #F007D2; */
	border-color: #D6EBFF;
}

.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: #000000;
}

.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: #000000;
	background: transparent url(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;
}

/* 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
{
	background-image: url(images/quicklink_bk.gif);
	height: 29px;
}

/* 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; 
}



/* CQ81248 */
/*****************************************
 Message Tray Core Styles - DO NOT CHANGE 
*****************************************/

/*TODO: Remove this line and verify*/
#cmcStudentHeader {margin-top: 3px;}
#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: 27%}
#cmcStudentMsgTray ul li#cmcTrayAlerts {width: 27%}
#cmcStudentMsgTray ul li#cmcTrayAppts {width: 45%}
#cmcStudentMsgTray ul li a {display: block; margin: 0; text-decoration: none; outline: none; padding: 4px 8px 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: 2px 0 0 0; text-align: right; height: 35px}
.cmcCloseMsgTray {position: absolute; right: 20px; top: 10px;}
.cmcViewAll {text-align: right; display: block; margin-top: 10px;}



/******************************************************
 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: 19px; border-bottom: 1px solid #b5b5b5; background: url(images/msgtray/msg-bg-top.png) repeat-x top left;}
#cmcStudentMsgTray ul li em {background: url(images/msgtray/msg-qty-bg.png) no-repeat 3px 0px; border: 0; width: 20px; height: 18px; 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 
************************************************************************/

/* 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: #999;}

/* 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;}

/* 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: black;}

/* Online Reg. amount needed footer when valid */
.OnlineRegSchedPaymentAmountGood
{
	background-color: #008200;
	color: #000000;
	font-weight: bold;
}
/* Online Reg. amount needed footer invalid*/
.OnlineRegSchedPaymentAmountBad
{
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}

/* Online Reg. View Fund Source Allocation */
.OnlineRegSchedPayment{}

 