/* The Restaurant School style 03/2005 by Dawn */

BODY
{
    MARGIN: 0px;
    FONT-SIZE: 11px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    BACKGROUND-COLOR: #FFFFFF;
}


/* text classes */
.text1
{
    FONT-SIZE: 11px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 15px;
}
.text1white
{
    FONT-SIZE: 9px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 15px;
}
.text1greeting 
{
    FONT-SIZE: 11px;
    COLOR: #CC0000;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: bold;
}
.text1b
{
    FONT-SIZE: 11px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 15px;
    FONT-WEIGHT: bold;
}
.text1i
{
    FONT-SIZE: 11px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 15px;
    FONT-STYLE: italic;
}
.text2
{
    FONT-SIZE: 10px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 14px;
}
.text2b
{
    FONT-SIZE: 10px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 14px;
    FONT-WEIGHT: bold;
}
.text2red
{
    FONT-SIZE: 10px;
    COLOR: #CC0000;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 14px;
}
.text2i
{
    FONT-SIZE: 10px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 14px;
    FONT-STYLE: italic;
}
.text3
{
    FONT-SIZE: 9px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 13px;
}
.text3b
{
    FONT-SIZE: 9px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 13px;
    FONT-WEIGHT: bold;
}
.text3i
{
    FONT-SIZE: 9px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 13px;
    FONT-STYLE: italic;
}
.error
{
    FONT-SIZE: 10px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: bold;
}
/* used on all forms */
.formlabel {
    FONT-SIZE: 10px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 14px;
    FONT-WEIGHT: bold;
}



/* title control classes - this is the page title */
.pagetitle {
	font-size : 20px;
	color : # 424242;
	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 : #424242;
	font-family: Arial, sans-serif;
	line-height : 22px;
	font-weight: bold;
	padding-top : 10px;
	padding-bottom : 12px;
	padding-left : 0px;
}
.pagetitle_bk 
{
	background-color : #FFFFFFi; 
	display: block;
	/* background-image: url(images/pagetitle_bk.gif); */
}






/* subhead classes */
.subhead1 {  
	font-size : 14px;
	color : #424242;
	font-family: Arial, sans-serif;
	line-height : 15px;
	font-weight : bold;
	padding-bottom : 3px; 
}
.subhead2 {  
	font-size : 12px;
	color : #424242;
	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 : #000000;
	font-family: Arial, sans-serif;
	line-height : 13px;
	font-weight : bold;
	padding-bottom : 3px; 
}



/* main content links */
.link1  {
	font-size: 11px;
    	color: #3845C4;
    	font-family: Arial, sans-serif;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
.link1:hover {
	text-decoration: underline;
}
.link1 a {
	font-size: 11px;
	color: #3845C4;
	font-family: Arial, sans-serif;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}
.link1 a:hover {
	text-decoration: underline;
}
.link2  {
	font-size: 10px;
	color: #3845C4;
	font-family: Arial, sans-serif;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.link2:hover {
	text-decoration: underline;
}
.link3  {
	font-size: 9px;
	color: #3845C4;
	font-family: Arial, sans-serif;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;

}
.link3:hover {
	text-decoration: underline;
}
.linksubhead  {
	font-size: 14px;
    	color: #3845C4;
    	font-family: Arial, sans-serif;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
.linksubhead:hover {
	text-decoration: underline;
}




/* footer links */
.linkfooter  {
	font-size: 9px;
	color: #424242;
	font-family: Arial, sans-serif;
	line-height: 13px;
	font-weight: normal; 
	text-decoration: none;

}
.linkfooter:hover {
	text-decoration: underline;
}
	




/* grid-table header classes */
.tableHdr {
	font-size: 10px;
	color: #424242;
	font-family: Arial, sans-serif;
	font-weight: bold;
	background-color: #F9F1E1;  
	border-color: #CAC998;
	height: 16px;
}
.tablehdrfont {
	font-size: 10px;i
	color: #424242; 
	font-family: Arial, sans-serif;
	font-weight: bold;
}



/* grid-table header link classes for isorted grids */
.tablehdrlink a {
	font-size: 10px;
    color: #3845C4;
    font-family: Arial, sans-serif;
    line-height: 11px;
    font-weight: normal;
	text-decoration: none;
}
.tablehdrlink a:hover {
	text-decoration: underline;
}
.tablehdrlinksorted 
{
    color: #FFFFFF;
    background-color:#D6EBFF;
}
.tablehdrlinksorted a
{
	font-size: 10px;
    color: #FFFFFF;
    background-color:#B4B37c;
	font-family: Arial, sans-serif;
	font-weight: normal;
	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 */
.link2grid a {
	font-size: 10px;   
	color: #3845C4;
	font-family: Arial, sans-serif;
	line-height: 11px;
	font-weight: normal; 
	text-decoration: none;
}
.link2grid a:hover {
	text-decoration: underline;
}



/* grid classes */
/* grid row colors - alt colors */
tr.row1
{
	FONT-SIZE: 10px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
	background-color: #FBF7F0;	
}
tr.row2
{
	FONT-SIZE: 10px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
	background-color: #F2F2F2;	
}
/* grid – grey line separates rows */
td.separator
{
	border-bottom: solid 1px #DDDDDD;
}
/* table line color on TD tag */
.linesHr
{
    background-color: #DDDDDD;
}



/* Online Reg Row Colors */
.regNone
{
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 15px;
    FONT-WEIGHT: normal;
    BACKGROUND-COLOR: #E8F6E8;
    BORDER-WIDTH: 0px
}
.regGreen
{
    FONT-SIZE: 10px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 15px;
    FONT-WEIGHT: normal;
    BACKGROUND-COLOR: #E8F6E8;
    BORDER-WIDTH: 0px
}
.regOrange
{
    FONT-SIZE: 10px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 15px;
    FONT-WEIGHT: normal;
    BACKGROUND-COLOR: #FFEEDE
}
.regRed
{
    FONT-SIZE: 10px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 15px;
    FONT-WEIGHT: normal;
    BACKGROUND-COLOR: #FFE1E5
}
.regYellow
{
    FONT-SIZE: 10px;
    COLOR: #424242;
    FONT-FAMILY: Arial, 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: Arial, sans-serif;
    LINE-HEIGHT: 15px;
    FONT-WEIGHT: normal;
    BACKGROUND-COLOR: #3399CC
}




/* tools classes */
.tools
{
	background-color: #F4F4EA;
}
.toolsLeft
{
	border-left: #cccccc 1px solid;
	background-color: #F4F4EA;
}
.toolsRight
{
	border-right: #cccccc 1px solid;
	background-color: #F4F4EA;
}
.toolsTop
{
	border-top: #cccccc 1px solid;	
	background-color: #F4F4EA;
}
.toolsBottomi
{
	border-bottom: #cccccc 1px solid;	
	background-color: #F4F4EA;
}



/* roundedbox classes */
.roundedbox
{
	background-color: #F4F4EA;
}
.roundedboxLeft
{
	border-left: #cccccc 1px solid;
	background-color: #F4F4EA;
}
.roundedboxRight
{
	border-right: #cccccc 1px solid;
	background-color: #F4F4EA;
}
.roundedboxTop

{
	border-top: #cccccc 1px solid;	
	background-color: #F4F4EA;
}
.roundedboxBottom
{
	border-bottom: #cccccc 1px solid;	
	background-color: #F4F4EA;
}





/* form classes */
input.forminput	{
	font-size:9px; 
	color: #424242; 
	font-family : Arial, sans-serif;
	background-color:#FFFFFF; 
	height: 20px;
	border: 1px #CCCCCC solid;
	padding : 2px;

}
/* text for read only */
.forminput_readonly 
{
    FONT-SIZE: 9px;
    COLOR: #424242;
    FONT-FAMILY: Arial, sans-serif;
    LINE-HEIGHT: 14px;
}

/* invalid validation only */
input.forminputInvalid{
	font-size:9px; 
	color: #424242; 
	font-family : Arial, sans-serif;
	background-color:#F4FB3B;
	height: 20px; 
	border: 1px #CCCCCC solid;
	padding : 2px;
}
/* input class used on editable input boxes in edit mode */
input.forminputYllw	{
	font-size:9px; 
	color: #424242; 
	font-family : Arial, sans-serif;
	background-color:#FCFEBB;
	height: 20px; 
	border: 1px #CCCCCC solid;
	padding : 2px;
}
textarea.formtextbox	{
	font-size: 9px;
	color: #424242; 
	font-family : Arial, sans-serif; 
	border: 1px #CCCCCC solid;
	padding : 2px;
}
select.formselect {
	font-family : Arial, sans-serif; 
	font-size:9px;
	color: #424242;
	border: 1px #CCCCCC solid; 
	background-color: #FFFFFF;
}
/* invalid validation only */
select.formselectInvalid {
	font-family : Arial, sans-serif; 
	font-size:10px;
	color: #424242;
	border: 1px #CCCCCC solid; 
	background-color: #F4FB3B;
}
INPUT.formradio
{
	font-size:10px;
	font-family : Arial, sans-serif; 
	BACKGROUND-COLOR: #ffffff;
}
INPUT.formcheck
{
	font-family : Arial, sans-serif; 
	font-size:10px;
	color: #424242;
    BACKGROUND-COLOR: #ffffff
}
.button1 {	
	font-size: 11px;
    color: #FFFFFF;
   	font-family : Arial, sans-serif;
	text-align : center;
	text-decoration : none;
	height: 20px;
	background-color : #EAB34E;
	border : 1px #CCCCCC solid;
	padding-top : 3px;	
	padding-right : 5px;
	padding-bottom : 3px;
	padding-left : 5px;
	
}
.button1:hover {	
	color: #FFFFFF;
	background-color : #DE9D2C;
	cursor:hand;
}
.button1hover {	
	font-size: 11px;
	color: #FFFFFF;
   	font-family : Arial, sans-serif;
	text-align : center;
	vertical-align : middle;
	text-decoration : none;
	height: 20px;
	background-color : #DE9D2C;
	border : 1px #CCCCCC solid;
	padding-top : 3px;	
	padding-right : 5px;
	padding-bottom : 3px;
	padding-left : 5px;
	cursor:hand;
}
.button2 {	
	font-size: 11px;
    color: #FFFFFF;
   	font-family : Arial, sans-serif;
	text-align : center;
	text-decoration : none;
	height: 20px;
	background-color : #EAB34E;
	border : 1px #CCCCCC solid;
	padding-top : 3px;	
	padding-right : 5px;
	padding-bottom : 3px;
	padding-left : 5px;
	
}
.button2:hover {	
	color: #FFFFFF;
	background-color : #DE9D2C;
	cursor:hand;
}
.button2hover {	
	font-size: 11px;
	color: #FFFFFF;i
   	font-family : Arial, sans-serif;
	text-align : center;
	vertical-align : middle;
	text-decoration : none;
	height: 20px;
	background-color : #DE9D2C;
	border : 1px #CCCCCC solid;
	padding-top : 3px;	
	padding-right : 5px;
	padding-bottom : 3px;
	padding-left : 5px;
	cursor:hand;
}




/* page classes */
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 : FFFFFF;
border : 1px #CCCCCC solid;
	padding : 5px;
}
/* Yellow Background */
.panelframe2 {	
	background-color : #F9F4EA;
	border : 1px #F0E6D1 solid;
	padding : 5px;
}
/* Blue Background */
.panelframe3 {	
	background-color : #E4EEFD;
	border : 1px #CCCCCC solid;
	padding : 5px;
}
/* invalid validation only */
.panelframeInvalid {	
	background-color : #FCFEBB;
	border : 1px #CCCCCC  solid;
	padding : 5px;
}
.wndwshade {	
	background-color : #F9F4EA;
	border : 1px #F0E6D1 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: #F4F4EA;
}

.gutter_bk
{
	background-color: #F4F4EA;
}
.gutterBanner 
{
	font-size : 10px;
	color : #424242;
	font-family: Arial, sans-serif;  
	font-weight : Bold; 	
	text-align: left; 	
	border: #F4E9D7 1px solid;
	background-color: #CAC998; 	
	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: Arial, sans-serif;  
	font-weight : Bold; 	
	text-align: left;
	}





/* left nav control classes */
/* left nav control - link classs for closed tab */
.SM_p
{
	font-size: 11px;
	color: #FFFFFF;
 	font-family: Arial, sans-serif;
 	line-height: 13px;
 	font-weight: normal;
	text-decoration: none;
	height: 21px;
	background-image: url(images/nav_closed.gif);
	CURSOR: hand;
	padding-bottom: 2px; 
	padding-top: 2px; 
	padding-left: 18px;
	padding-right: 0px; 
	margin-top: 1px;
}

/* left nav control classes */
/* left nav control - link classs for closed tab */
/* larger version  w/ repeat off*/
.SM_p_extend
{
	font-size: 11px;
	color: #FFFFFF;
 	font-family: Arial, sans-serif;
 	line-height: 13px;
 	font-weight: normal;
	text-decoration: none;
	height: 21px;
	background-image: url(images/nav_closed_extended.gif);
	CURSOR: hand;
	padding-bottom: 2px; 
	padding-top: 2px; 
	padding-left: 18px;
	padding-right: 0px; 
	margin-top: 1px;
	background-repeat: no-repeat 
}


/* left nav control - link classs for closed tab hover state */
.SM_po
{
	font-size: 11px;
	color: #FFFFFF;
 	font-family: Arial, sans-serif;
 	line-height: 13px;
 	font-weight: normal;
	text-decoration: underline;
	height: 21px;
	background-image: url(images/nav_closed.gif);
	CURSOR: hand;
	padding-bottom: 2px; 
	padding-top: 2px; 
	padding-left: 18px;
	padding-right: 0px; 
	margin-top: 1px;
}

/* left nav control - link classs for closed tab hover state */
/* larger version  w/ repeat off*/
.SM_po_extend
{
	font-size: 11px;
	color: #FFFFFF;
 	font-family: Arial, sans-serif;
 	line-height: 13px;
 	font-weight: normal;
	text-decoration: underline;
	height: 21px;
	background-image: url(images/nav_closed_extended.gif);
	CURSOR: hand;
	padding-bottom: 2px; 
	padding-top: 2px; 
	padding-left: 18px;
	padding-right: 0px; 
	margin-top: 1px;
	background-repeat: no-repeat 
}

/* left nav control - link classs for open tab */
.SM_ps
{
 	font-size: 11px;
	color: #000000;
 	font-family: Arial, sans-serif;
 	line-height: 13px;
 	font-weight: bold;
 	text-decoration: none;
 	height: 21px;
	background-image: url(images/nav_open.gif);
	CURSOR: hand;
	padding-bottom: 2px; 
	padding-top: 2px; 
	padding-left: 18px;
	padding-right: 0px;
	margin-top: 1px; 
}

/* left nav control - link classs for open tab */
/* larger version  w/ repeat off*/
.SM_ps_extend
{
 	font-size: 11px;
 	color: #000000;
 	font-family: Arial, sans-serif;
 	line-height: 13px;
 	font-weight: bold;
 	text-decoration: none;
 	height: 21px;
	background-image: url(images/nav_open_extended.gif);
	CURSOR: hand;
	padding-bottom: 2px; 
	padding-top: 2px; 
	padding-left: 18px;
	padding-right: 0px;
	margin-top: 1px; 
	background-repeat: no-repeat 
}


/* left nav control - subnav class */
.SM_c
{
	display: block;
 	font-size: 10px;
 	COLOR: #000000;
 	font-family: Arial, sans-serif;
 	font-weight: normal;
 	TEXT-DECORATION: none;
 	CURSOR: hand;
 	padding-bottom: 2px; 
	padding-top: 2px;
	PADDING-LEFT: 12px; 
	padding-right: 0px;
}
/* left nav control - subnav class hover state */
.SM_co
{
	display: block;
	font-size: 10px;
	COLOR: #980E06;
	font-family: Arial, sans-serif;
	font-weight: normal;
    TEXT-DECORATION: underline;
    cursor: hand;
    padding-bottom: 2px; 
	padding-top: 2px;
	PADDING-LEFT: 12px; 
	padding-right: 0px;
}
/* left nav control - subnav class when on that page */
.SM_cs
{
	font-size: 10px;
	COLOR: #980E06;
    font-family: Arial, sans-serif;
	font-weight: normal;
    TEXT-DECORATION: none;
    cursor: hand;
    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: Arial, sans-serif;
	font-weight: normal;
    BORDER-LEFT: #b5c7d6 0px solid;
}
/* left nav control - don't know what for */
.SM_t
{
 	font-size: 10px;
    COLOR: #2a4256;
 	font-family: Arial, sans-serif;
	font-weight: normal;
    BORDER-LEFT: #b5c7d6 0px solid;
    PADDING-LEFT: 10px;
}





/* content panel tab link classes */
.tabon  {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, 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: #3845C4;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	padding-bottom: 2px; 
	padding-top: 2px; 
	padding-left: 4px;
	padding-right: 4px; 
	margin: 0px; 
}
.taboff  {
	font-size: 11px;
	color: #3845C4;
	font-family: Arial, 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: 18px;
    BACKGROUND-COLOR: #CAC998; 
   /*  	background-image: url(images/headerbar_bk.gif);	*/
}
.linkheaderBar
{
    FONT-SIZE: 7pt;
//    COLOR: #CCCCCC;
    COLOR: #980e06;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
.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: Arial, sans-serif;
	font-weight : normal;
	/* text-align: center; */
	padding-left: 16px; 
}


/* My Calendar Classes - Swatches */
.mycaldropadd  {  
	background-color : #F8805B;
	font-size: 10px;
	color: #3845C4;
	font-family: Arial, sans-serif;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.mycalholiday  {  
	background-color : #F8C35B;
	font-size: 10px;
	color: #3845C4;
	font-family: Arial, sans-serif;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.mycalreg {  
	background-color : #78A6E0;
	font-size: 10px;
	color: #3845C4;
	font-family: Arial, sans-serif;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.mycalterm {  
	background-color : #78E078;
	font-size: 10px;
	color: #3845C4;
	font-family: Arial, 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: Arial;
	font-size: 8pt;
	padding: 0;
	border-collapse:collapse;
}
/* Month and Year Back */
.CMCTitleStyle	{
	font-size: 10pt; 
	font-weight: bold;
	color: #CCCCFF;
	background-color: #63001D;
	font-family: Arial; 
	height: 100%;
	border-width: 0px; 
	border-style: solid; 
	border-color: #CCCCFF;
	border-collapse:collapse;
}
/* Days of Week */
.CMCDayHeaderStyle	{  
	color: #003399; 
	background-color: #E9B252;
	font-size:8pt;
	font-family:Arial;
}



/* Infragistics Calendar Classes */
/* Calendar Background and Frame */
.INFRACalendarStyle{
	/* background-color: #FFFFFF; */
	border-color: #DDDDDD;
	border-width:1px;
	border-style: solid;
	font-family: Arial;
	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: Arial; 
}
/* Next Prev Arrows by Month */
.INFRANextPrevStyle	{
	font-size: 10pt; 
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	font-family: Arial; 
}
/* Days of Week OK!!!!*/
.INFRADayHeaderStyle	{  
	color: #003399; 
	background-color: #8DADE6;
	font-size:8pt;
	font-family:Arial;
}
/* Weekend Day Style */
.INFRAWeekEndDayStyle	{  
	color: #003399; 
	background-color: #FFCC00;
	font-size:8pt;
	font-family:Arial;
}
/* Other Month Day Style - Beginning and End of Month*/
.INFRAOtherMonthDayStyle	{  
	color: #666666; 
	background-color: #D5E3FE;
	font-size:8pt;
	font-family:Arial;
}
/* Drop Down Style */
.INFRADropDownStyle	{  
	color: #666666; 
	background-color: #FFFFFF;
	font-size:8pt;
	font-family:Arial;
}
/* Footer Style */
.INFRAFooterStyle	{  
	color: #003399; 
	background-color: #8DADE6;
	font-size:8pt;
	font-family:Arial;
}



/* required for Mozilla/Netscape support for disabled ELEMENTs */
SPAN[disabled="true"]
{
	color: #A0A0A0; 
}

SPAN[disabled="disabled"]
{
	color: #A0A0A0; 
}

/* 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; 
}
