  /*
    Colors:
    purple bar: 8895c9
    light green bar: ccddb9
    light gray bckgrd: e5e5e5
    gray lines: cccccc
    dark green text: 669626
*/
/* Main elements*/
BODY
{
   padding:0;
    margin:0em 0em 1em 0em;
    position:relative; /*needed to expand to full height beyond content in FF */
    height:auto; /* FF needs this setting to expand div to fit long content */
    min-height:100%; /*sets minimum height in FF*/
    width:100%;
    text-align:center; /*centers page in old IE*/
    font-family:verdana;
    font-size: 100.1%;
    background-color: #FFFFFF;/*#666666;*/
    color:#424242;
    /*background-image:url(../images/background.gif);*/
}
FORM
{
  margin: 0px;
  padding: 0px;
}
DIV, SPAN
{
  margin: 0px;
  padding: 0px;
}
P
{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
}
/* Headers*/
H1
{
  font-weight: bold;
  font-size: 1.6em;
  color: #669626;
  margin-left:0em;
  margin-top:.5em;
  margin-right:0em;
  margin-bottom:.5em;
}
H2
{
  font-weight: bold;
  font-size: 1.4em;
  color: #669626;
  margin-left:0em;
  margin-top:.5em;
  margin-right:0em;
  margin-bottom:.5em;
}
H3
{
  font-weight: bold;
  font-size: 1.2em;
  color: #669626;
  margin-left:0em;
  margin-top:.5em;
  margin-right:0em;
  margin-bottom:.5em;
}  
H4
{
  font-weight: bold;
  font-size: 1em;
  color: #669626;
  margin-left:0em;
  margin-top:.5em;
  margin-right:0em;
  margin-bottom:.5em;
}
H5
{
  font-weight:normal;
  font-size: 1em;
  color: #669626;
  margin-left:0em;
  margin-top:.5em;
  margin-right:0em;
  margin-bottom:.5em;
}
/* General Links */

.gLnkDisabled, .gLnkDisabled:visited, .gLnkDisabled:hover
{
	color: #999999;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.navDropDownHeader a
{
  color: #954244;
  font-weight: bold;
}

a
{
color: #954244;
}

.navDropDownHeader a:visited
{
  color: #669626;
  font-weight: bold;
}

A:hover, .gLnkBanner:hover, .navDropDownHeader a:hover
{
  color:#8895c9;
}

.navDropDownHeader a, .navDropDownHeader a:visited
{
  text-decoration: none;
  color: #444444;
}

/* Btns */
.gBtnStandard, .gBtnDisabled, .coreButton, .coreButtonDisabled, .formButton, .formButtonDisabled, .gBtnBack, .gBtnPostbackStandard
{
   font-weight:bold;
   font-size:1em;
   border:solid 1px white;
   text-align:center;
   padding-left:15px;
   cursor:pointer;
   background-image:url(../images/standard_button.png);
   height:21px;
   width:auto;
   margin-top:-2px;
   color:#424242;
}
.gBtnStandard:hover, .coreButton:hover, .formButton:hover
{ 
   border:solid 1px black;
}
.gBtnDisabled, .coreButtonDisabled, .formButtonDisabled
{
   cursor:auto;
   filter:alpha(opacity=60);
   -moz-opacity:.60;
   opacity:.60;
}
.gBtnBack
{
  background-position:right;
	background-image:url(../images/back_button.png);
  padding-left:0px;
  padding-right:15px;
}
.gBtnLink 
{
    background: none !important;
    border: none;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}
.postBackFix
{
  visibility:hidden;
}
/* Drop Downs */
.gDrpStandard, .gDrpDisabled, .gDrpInvalid, .gDrpStandardInvalid, .coreDropdown
{
   font-size:1em;
   color:#424242;
   border: solid 1px #bbbbbb;
}
.gDrpDisabled, .coreDropdownDisabled
{
   background-color:#cccccc;
   filter:alpha(opacity=60);
   -moz-opacity:.60;
   opacity:.60;
}

.gDrpInvalid, .gDrpStandardInvalid, .coreDropdownInvalid, .coreTextBoxInvalid
{
   background-color:#ff9999;
}
/* Text boxes */
.gTxtStandard, .gTxtDisabled, .gTxtStandardInvalid, .gTxtInvalid, .gTxtReadOnly, .gTxtMoneyStandard, .gTxtMoneyDisabled, .gTxtMoneyStandardInvalid, .gTxtMoneyInvalid, .gTxtMoneyReadOnly, .gTxtZipStandard, .gTxtZipDisabled, .gTxtZipInvalid, .gtxtZipReadOnly, .gTxtStateStandard, .gTxtStateDisabled, .gTxtStateInvalid, .gtxtStateReadOnly, .gTxtDobStandard, .gTxtDobDisabled, .gTxtDobInvalid, .gtxtDobReadOnly, .coreTextBox, .coreTextBoxInvalid
{
   font-size:1em;
   padding-left:4px;
   padding-top:0;
   padding-right:4px;
   padding-bottom:0;
   color:#424242;
   border: solid 1px #bbbbbb;
}

.gTxtStateStandard, .gTxtStateDisabled, .gTxtStateInvalid, .gtxtStateReadOnly
{
  width:2em;
}

.gTxtZipStandard, .gTxtZipDisabled, .gTxtZipInvalid, .gtxtZipReadOnly
{
  width:5em;
}

.gTxtDobStandard, .gTxtDobDisabled, .gTxtDobInvalid, .gtxtDobReadOnly
{
  width:8em;
}
.gTxtCertCodes, .gTxtCertCodesInvalid, .gTxtCertCodesNoCert, .gTxtCertCodesNoCertInvalid
{
  width: 7.5em;
}
.gTxtCertCodesNoCert
{
  background-color: #cccccc;
}
.gTxtMoneyStandard, .gTxtMoneyDisabled, .gTxtMoneyInvalid, .gTxtMoneyReadOnly, .gTxtMoneyStandardInvalid
{
    text-align:right;
}
.gTxtDisabled, .gTxtMoneyDisabled, .gTxtZipDisabled, .gTxtStateDisabled, gTxtDobDisabled
{
   background-color:#cccccc;
   filter:alpha(opacity=60);
   -moz-opacity:.60;
   opacity:.60;
}
.gTxtInvalid, .gTxtStandardInvalid, .gTxtMoneyInvalid, .gTxtStateInvalid, .gTxtZipInvalid, .gTxtDobInvalid, .gTxtMoneyStandardInvalid, .coreTextBoxInvalid, .gTxtCertCodesInvalid, .gTxtCertCodesNoCertInvalid, .txtOtherDescriptionInvalid
{
   background-color:#ff9999;
}
.gTxtReadOnly, .gTxtMoneyReadOnly, .gtxtStateReadOnly, .gtxtZipReadOnly, .gtxtDobReadOnly
{
   background-color:#ccddb9;
}
.gTxtAlternateReadOnly
{
  background-color: Transparent;
  width: 4.7em;
  border-width: 0px;
  color: #424242;
  font-size: 1em;
  text-align: center;
}
/* Lbls */
.gLblStandard, .gLblStandardInvalid, .gLblDisabled, .gLblInvalid, .gLblReadOnly, .gLblStandardBold, .standardLabel
{
   color:#424242;
}

.gLblDisabled
{
   background-color:#cccccc;
   filter:alpha(opacity=60);
   -moz-opacity:.60;
   opacity:.60;
}
.gLblInvalid, .gLblStandardInvalid, .standardLabelInvalid
{
    background-color:#ff9999;
}
.gLblReadOnly
{
    background-color:#ccddb9;
}
.gLblStandardBold
{
    font-weight:bold;
}
.gExtraAcademicPeriodLabel
{
  font-weight: bold;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
/* Check Boxes */
CHECKBOX
{
  color:#424242;
}
/* Tables*/
table
{
    background-color:#ffffff;
    border-collapse:collapse;
    padding:0;
    margin:0;
}
table.data
{
    background-color:#ffffff;
    border:solid 1px #cccccc;
    border-collapse:collapse;
    color:#424242;
    font-weight:normal;
    font-size:.8em;
}
.data td
{
    border:solid 1px #cccccc;
    color:#424242;
    padding-top:.7em;
    padding-left:.7em;
    padding-bottom:.3em;
    padding-right:.2em;
}
.dataNoBorder td
{
    border:none;
    color:#424242;
    padding-top:.7em;
    padding-left:.7em;
    padding-bottom:.3em;
    padding-right:.2em;
}
.data th
{
    background-color:#ccddb9;
    font-weight:bold;
    padding-top:.7em;
    padding-left:.7em;
    padding-bottom:.3em;
    padding-right:.2em;
    border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;    
}
.data td.gTDDataLabel
{
    height:18px;
    background-color:#dddddd;
    font-weight:bold;
}
.data td.gTDDataMoney, .data th.gTDDataMoney
{
  text-align: right;
  padding-right: .5em;
}
.data td.gTDDataMoneyNegative
{
  text-align: right;
  color: Red;
}
tr.gTROddRow
{
  background-color: #FFFFFF;
    /*background-color:#CDC1C5;*/
}
tr.gTREvenRow
{
    background-color:#ccddb9;
}
tr.gTRSelected
{
  background-color: #CDB5CD;
    /*background-color:#CDC1C5;*/
}
/* Lists */
ul
{
}
ol
{
}
ol li
{
  list-style-type:decimal;
}
ul li
{
  list-style-type:circle;
}
.gULNoMarker li
{
	list-style-type:none;
	vertical-align:middle;
	/*background-color:;*/
}
/* Expandable Region */
.gExpandableRegion
{
    border:solid 1px #cccccc;
    background-color:#ccddb9;
    color:#424242; 
    margin-bottom:.8em;
    font-size:.9em;
}
.gExpandableRegion .gExpandableRegionHeader
{
    text-decoration:underline;
    font-weight:bold;
    padding-top:.5em;
    padding-left:.5em;
    padding-right:.2em; 
    padding-bottom:.5em; 
}
.gExpandableRegion table
{
    width:100%;
}
.gExpandableRegionPlusMinusImage
{
    vertical-align:top;
    padding-top:1em;
    width:1em;
}
.gExpandableRegionContainer
{
    width:100%;
}

/* Updated Expandable Region Sheets */
.gExpandableRegionLevel1Container, .gExpandableRegionLevel2Container, .gExpandableRegionLevel3Container, .gExpandableRegionLevel4Container
{
	width: 95%;
	margin-left: 2.5em;
	padding-top: 0.5em; 
	padding-bottom: 0.5em;
}

.gExpandableRegionLevel1Header,.gExpandableRegionLevel2Header, .gExpandableRegionLevel3Header
{
	border:solid 1px #cccccc;
  font-size:.9em;
	height: 2em;
	padding: 0em; 
	margin: 0em;
	width: 100%;
}

.gExpandableRegionLevel1Header
{
	background-color:#e5eedc;
  color:#424242; 
}

.gExpandableRegionLevel1Header:hover
{
	background-color:#ccddb9;
}

.gExpandableRegionLevel2Header
{
  background-color:#faf6d5;
  color:#242424; 
  width:99.3%
}

.gExpandableRegionLevel2Header:hover
{
	background-color:#f5edac;
}

.gExpandableRegionLevel3Header
{
  color:#242424;
  border-style:solid;
  width:99.3%;
  background-color:#dfe8e2;
}
.gExpandableRegionLevel4Header
{
}

.gExpandableRegionLevel3Header:hover
{
	background-color:#c4daef;
}

.gExpandableRegionLevel1Body, .gExpandableRegionLevel2Body, .gExpandableRegionLevel3Body
{
  background-color:#dddddd;
  color:#424242; 
  width:99.3%
}
.gExpandableRegionLevel1Body, .gExpandableRegionLevel2Body, .gExpandableRegionLevel3Body, .gExpandableRegionLevel4Body
{
	background-color: #FFFFFF; 
	padding: 0em; 
	margin: 0em;
	margin-left:0.9em;
	border-color:#cccccc;
	border-width:1px;
	border-style:none;
  border-left-style: solid;
	width: 100%;
}

.gExpandableRegionLevel2Body, .gExpandableRegionLevel3Body, .gExpandableRegionLevel4Body
{
  width:99.3%
}
.gExpandableRegionLevel1HeaderPlus, .gExpandableRegionLevel2HeaderPlus, .gExpandableRegionLevel3HeaderPlus, .gExpandableRegionLevel4HeaderPlus
{
	float: left; 
	margin-left: 0.5em; 
	margin-top: 0.5em;
}

.gExpandableRegionLevel1HeaderPlus img, .gExpandableRegionLevel2HeaderPlus img, .gExpandableRegionLevel3HeaderPlus img, .gExpandableRegionLevel4HeaderPlus img
{
	cursor: pointer;
}

.gExpandableRegionLevel1HeaderLeft, .gExpandableRegionLevel2HeaderLeft, .gExpandableRegionLevel3HeaderLeft
{
	margin-left: 3.5em; 
	margin-top: 0.40em; 
	font-weight: bold;
}

.gExpandableRegionLevel1HeaderLeft span, .gExpandableRegionLevel2HeaderLeft span, .gExpandableRegionLevel3HeaderLeft span
{
	cursor: pointer;
}

.gExpandableRegionLevel1HeaderCenterRight, .gExpandableRegionLevel2HeaderCenterRight, .gExpandableRegionLevel3HeaderCenterRight
{
	margin-left: 59%; 
	margin-top: -1.25em; 
	font-weight: bold;
}
.gExpandableRegionLevel1HeaderCenter, .gExpandableRegionLevel2HeaderCenter, .gExpandableRegionLevel3HeaderCenter
{
	margin-left: 47.5%; 
	margin-top: -1.25em; 
	font-weight: bold;
}
.gExpandableRegionLevel1HeaderCenterLeft, .gExpandableRegionLevel2HeaderCenterLeft, .gExpandableRegionLevel3HeaderCenterLeft
{
	margin-left: 35%; 
	margin-top: -1.25em; 
	font-weight: bold;
}

.gExpandableRegionLevel1HeaderRight, .gExpandableRegionLevel2HeaderRight, .gExpandableRegionLevel3HeaderRight
{
	float: right; 
	margin-right: 2.0em; 
	margin-top: -1.25em; 
	font-weight: bold;
}
/* modal popups */
.gModalDialogBase
{
  margin: 0em;
  width: 100%;
  height: 100%;
  z-index: 490;
  /* background-color: Lime; */
  background-image: url(./images/behindModalBox.png);
  background-repeat: repeat;
  position: absolute;
  left: 0em;
  top: 0em;
  /*
   filter:alpha(opacity=60);
   -moz-opacity:.60;
   opacity:.60;
*/
}
.gModalDialogContainer
{ 
  width: 100%;
  height: 100%;
  z-index:  499;
  background-image: url(./images/modalbg.gif); 
  /* background-image: url(./images/behindModalBox.png); */
  background-repeat: repeat; 
  position: fixed; /* absolute; */
  left: 0em;
  top: 0em;
  /*
   filter:alpha(opacity=60);
   -moz-opacity:.60;
   opacity:.60;
*/
}
.gModalDialog
{
  margin: 30% auto auto auto;
  border-top: solid 1px #5F6EB1;
  border-left: solid 1px #5F6EB1;
  border-bottom: solid 2px #5F6EB1;
  border-right: solid 2px #5F6EB1;
  padding: 0em;
  height: auto;
  width: auto;
  z-index:  500;
  background-color: White;
  /* position: absolute; */
}
.gModalDialogHeader
{
  background-color: #5F6EB1;
  color: White;
  font-weight: bold;
  font-size: 1em;
  margin: 0em;
  padding: 0em;
  height: 1.5em;
 
}
.gModalDialogHeaderTitle
{
  text-align: center;
  float: left;
  margin-left: .5em;
  margin-top: .1em;
}
.gModalDialogHeaderX
{
  float: right;
  width: 2em;
  height: 1.5em;
  cursor: pointer;
  text-align: right;
  margin-right: .35em;
}
.gModalDialogBody
{
  padding: 1em;
  width: auto;
}
.gModalDialogInstructions
{
  font-weight: bold;
  margin-bottom: .5em;
}

.gModalDialogButtons7
{
  margin: .3em 0em .7em 0em;
  padding: 0em;
  text-align: center;
  height: 1.5em;
  position: relative;
  top: inherit;
  left: 0em;
  width: auto;
}
.gModalDialogButtonsCancelLink7
{
  position: absolute;
  right: 0em;
  top: .4em;
  height: auto;
  width: auto;
  text-align: right;
  margin-right: 1.5em;
}
/* Better do-jo-esque modal popup */
.gModalDialog
{
  background-color: White;
  z-index: 1000000;
  margin: auto auto;
  font-size: .9em;
}
.gModalDialog TABLE TR TD
{
  font-size: .9em;
  margin: .2em;
}
.gModalDialog .dijitDialog {
	background: #eee;
	border-top: solid 1px #5F6EB1;
  border-left: solid 1px #5F6EB1;
  border-bottom: solid 2px #5F6EB1;
  border-right: solid 2px #5F6EB1;
	/* -webkit-box-shadow: 0px 5px 10px #adadad; */
}

.gModalDialog .dijitDialog .dijitDialogTitle {
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #5F6EB1;
}

.gModalDialog .dijitDialog .dijitDialogPaneContent {
	background-color: #ffffff; 
	border:none;
	border-top: 1px solid #ccc; /* #cddde9;	/* w/out this, an <h1> on the top line causes a gap between the .content and .label */
	padding:10px;

}

.gModalDialog .dijitDialogTitleBar {
	/* outer container for the titlebar of the dialog */
	background: #5F6EB1; /* #fafafa url("images/titleBarBg.gif") repeat-x bottom left; */
	color: White;
	/* border: 1px solid #bfbfbf; */
	padding: 4px 8px 2px 4px;
	cursor: move;
	outline:0; /* remove this line if keyboard focus on dialog startup is an issue. tab still takes you to first focusable element */
}

.gModalDialog .dijitDialogTitle {
	/* typography and styling of the dialog title */
	font-weight: bold;
	padding: 8px 12px 8px 12px;
	outline:0;
}

.gModalDialog .dijitDialogCloseIcon {
	/* the default close icon for the dialog */
	background : url(../images/dialogCloseButton.gif) no-repeat right top;
	float: right;
	position: absolute;
	vertical-align: middle;
	right: 5px;
	top: 5px;
	height: 22px;
	width: 22px;
	cursor: pointer;
}
.dj_ie6 .gModalDialog .dijitDialogCloseIcon {
	background-image: url(../images/dialogCloseButton.gif); 
}
/* instructions for modal dialogs */
.gModalDialog .gModalDialogInstructions
{
  font-weight: bold;
  font-size: .85em;
  margin: .6em;
  margin-left: 1.25em;
  text-align: left;
}
.gModalDialog .dijitDialogContent {
	/* the body of the dialog */
	padding: 8px;
}
.gModalDialog TABLE
{
  margin: .3em;
  margin-bottom: 1em;
}
.gModalDialog TABLE TR TD .gTxtStandard, .gModalDialog TABLE TR TD TEXTAREA
{
  font-family: Verdana;
  font-size: 1.1em;
  width: 25em;
}
.gModalDialog TABLE TR TD
{
  padding: .4em;
  margin: 0em;
  text-align: left;
}
.gModalDialog TABLE TR TD.TDlabel
{
  text-align: right;
}
/*
.gModalDialog TABLE TR TD INPUT
{
  width: 22em;
}
*/
.gModalDialog .gModalDialogFooter
{
  position: relative;
  height: 2em;
  left: 0em;
  top: inherit;
  margin: .3em 0em .7em 0em;
  padding: 0em;
  background-color: Red;
  border: solid 1px lime;
}
.gModalDialog .gModalDialogButtons
{
  margin: 0em;
  padding: 0em;
  text-align: center;
  height: 1.5em;
  position: relative;
  bottom: .4em; 
  left: 0em;
  width: auto;
  border: solid 0px red;
}
.gModalDialog .gModalDialogButtonsCancelLink
{
  position: absolute;
  right: 0em;
  bottom: .4em;
  height: 1.5em;
  width: auto;
  text-align: right;
  margin-right: 1.5em;
}

/* End Modal popups */

.gProgressBar
{
	border: solid 2px #999999;
	/*Change the background of the pbar here ccddb9*/
	background-color: #e5eedc;
}

.gProgressBar .dijitProgressBarFull
{
}

.gProgressBar .dijitProgressBarEmpty
{
}

.gProgressBar .dijitProgressBarTile
{
	/*Change the color of the fill in here*/
	/*background-color: #C0C000; 99BB86 */
	background-color: #ccddb9;
}

.gProgressBar .dijitProgressBarLabel
{
	font-size:.9em;
  font-weight: bold;
}

.gProgressBar .dijitProgressBarIndeterminateHighContrastImage
{
	
}

/* Tooltip CSS */

.gGlobalDojoOveride dijitTooltip,
.gGlobalDojoOveride dijitTooltipDialog
{
}

.gGlobalDojoOveride .dijitTooltipContainer 
{
	/*
		The part with the text.
	*/
	background-color: #FFFFFF;
	border: 1px solid #5F6EB1;
	padding:0.45em;
	margin-left: 1em;
	/*-moz-border-radius: 7px;*/
}

.gGlobalDojoOveride .dijitTooltipConnector
{
	background-color: Red;
	width: 1em;
	height: 1em;
	z-index: 2;
}

.gGlobalDojoOveride .dijitTooltipBelow .dijitTooltipConnector 
{
	/* the arrow piece for tooltips below an element */
	background:url("images/triangle_top.png") no-repeat top left;
	height: 17px;
	width: 13px;
}
.gGlobalDojoOveride .dijitTooltipAbove .dijitTooltipConnector 
{
	/* the arrow piece for tooltips below an element */
	background:url("images/triangle_bottom.png") no-repeat top left;
	height: 17px;
	width: 13px;
}
.gGlobalDojoOveride .dijitTooltipLeft .dijitTooltipConnector 
{
	/* the arrow piece for tooltips below an element */
	bottom: 0.4em;
	right: 0.25em;
	background:url("images/triangle_right.png") no-repeat top right;
	height: 17px;
	width: 13px;
}

.gGlobalDojoOveride .dijitTooltipRight .dijitTooltipConnector 
{
	/* the arrow piece for tooltips below an element */
	bottom: 0.4em;
	left: 1.05em;
	background:url("images/triangle_left.png") no-repeat top left;
	height: 17px;
	width: 13px;
}

.gGlobalDojoOveride .dijitTooltipRight
{
	padding-left: 1em;
}

.gGlobalDojoOveride .dijitTooltipLeft
{
	padding-right: 1em;
}

.gDivContent
{
  background:#ffffff;
  border-style:solid;
  border-width:thin;
  border-color:Gray;
  width:auto;
  padding: 1em;
  margin:0 auto;
  margin-top:0.2em;
}

.gDivMenuContent
{
  background:#ffffff;
  border-style:solid;
  border-width:thin;
  border-color:Gray;
  width:75%;
  padding: 1em;
  margin:0 auto;
  margin-top:0.2em;
}

.gListImportant
{
  font-weight: normal;
  font-size: 1.0em;
  color: #669626;
  margin-left:3.0em;
  margin-top:0.0em;
  margin-right:0.0em;
  margin-bottom:0.0em;  
}

.gHeaderInfo
{
	width: 95%;
}

/*A, A:visited
{
  color: #669626;
  font-weight: bold;
}
A:hover
{
  color:#8895c9;
}*/
.gLinkSmall
{
 color: #669626;
}

#mHeader
{
  background:transparent;
  border-style:none;
  border-width:inherit;
  color:#FFFF99;
}

#mHeader a {
  color:#FFFF99;
}

#mHeader H1
{
  margin-left:-0.5em;
}

.gFldSetStandard
{
	border: solid 2px #C4DAEF;
	margin: 2em;
	padding: 1em;
}

.gFldSetStandard legend
{
	background-color: #C4DAEF;
	color: #242424;
	font-weight: bold;
	padding: 0.5em;
}

.gFldSetBound
{
	border: solid 2px #C4DAEF;
	margin: 2em;
	padding: 1em;
	width: 0em;
}

.gFldSetBound legend
{
	background-color: #C4DAEF;
	color: #242424;
	font-weight: bold;
	padding: 0.5em;
}

.gDivErrorMsg
{
	color: Red;
	font-weight: bold;
}

.gDivSuccessMsg
{
	color: Green;
	font-weight: bold;
}

.gLoading
{
	text-align: center; 
	vertical-align: middle; 
	padding-top: 2em; 
	padding-bottom: 2em; 
	color: #954244;
	width: 95%;	
}

.gLoading div
{
	font-weight: bold;
}

.gBadge
{
    margin: 0.25em;
    padding: 0.5em;
    border-radius: 0.375rem;
    cursor: default;
    font-weight: bold;
    background-color: #0d6efd;
    color: #fff;
}

.badge-text-color-1 
{
    background-color: #0d6efd;
    color: #fff;
}

.badge-text-color-2 
{
    background-color: #6c757d;
    color: #fff;
}

.badge-text-color-3 {
    background-color: #198754;
    color: #fff;
}

.badge-text-color-4 {
    background-color: #dc3545;
    color: #fff;
}

.badge-text-color-5 {
    background-color: #ffc107;
    color: #000;
}

.badge-text-color-6 {
    background-color: #0dcaf0;
    color: #000;
}

.badge-text-color-7 {
    background-color: #f8f9fa;
    color: #000;
}

.badge-text-color-8 {
    background-color: #212529;
    color: #fff;
}

/* Don't think we need this yet */
/*
.gToaster
{
	border:solid 1px #cccccc;
	background-color: #CCDDB9;
	color: #424242;
	vertical-align: middle;
	text-align: center;
	filter:alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
}
*/
/*#mMainContent
{
  margin-left:2.5em;
}

#mHeader
{
  float:left;
  margin-top: -2.5em;
  margin-left:10.0em;
}

#mHeader A
{
  font-weight:normal;
}*/

/* Error and helpful messages */
.errorMessage
{
  color: Red;
  font-weight: bold;
  font-size: .9em;
  background-color: #FFFFFF;
  /*border: solid 2px red;*/
  width: auto;
  height: auto;
  /*
  padding: 5px;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-right: 10px;
	*/
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  padding-left: 2.5em;
}
.helpfulMessage
{
  color: Blue;
  font-weight: bold;
  font-size: .9em;
  background-color: #FFFFFF;
  border: solid 0px red;
  width: auto;
  height: auto;
  padding: 5px;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.noRecordsFound
{
	margin-left: 2.5em;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	font-size: larger; 
	font-weight: bold;
}
.mSaveToaster
{
	padding-left: 2em;
	color: #478FD5;
	/*color: #6B99C7;*/
	filter: Alpha(Opacity=0);
	zoom: 1;
	-moz-opacity: 0; 
	opacity: 0;
}
.gSaveDivContainer
{
	position: absolute; 
	display: none;
  border: none;
}
.gSaveDiv
{
	position: relative;
	filter: Alpha(Opacity=25);
	zoom: 1;
	-moz-opacity: 0.25; 
	opacity: 0.25;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	background-color: Black;
	margin-left: 0.9em;
}
.gSaveDivFull
{
	position: relative;
	filter: Alpha(Opacity=25);
	zoom: 1;
	-moz-opacity: 0.25; 
	opacity: 0.25;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 103.5%;
	background-color: Black;
	margin-left: -0.1em;
	margin-top: -0.1em;
}
.gSaveDivText
{
	display: none;
	position: absolute;
	color: white;
	filter: Alpha(Opacity=100); 
	zoom: 1;	
	-moz-opacity: 1; 
	opacity: 1;
	font-size: 500%;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.gIneligibilityReasons
{
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: left;
	padding-left: 0.25em;
	padding-right: 0.25em;
	margin-right: 0.25em;
}
.gAnnualAwardSummaryContainer
{
  margin: 0.2em 0em 0.4em 1.0em;
  overflow: hidden;
}
.gAnnualAwardSummaryContainer h4
{
  color: #333333;
}
.gAnnualAwardSummaryContainer table.data
{
  min-width: 30em;
}
.gAnnualAwardSummaryContainer table.data tr th
{
  padding: 0.3em 1em 0.3em 1em;
}
.gAnnualAwardSummaryContainer table.data tr td
{
  padding: 0.4em;
}
.gSubmitEnrollmentDocumentation
{
  color: Red;
  font-weight: bold;
}
.gSmallText80pct
{
	font-size: 80%;
  color:#424242;
}

.OverrideAll ol li
{
  list-style-type:none;
  text-align:left;
}

.annualAwardSummaryTable 
{
    float: left;
}

#divAnnualAwardSummarySideBox
{
    display: inline-block;
    margin-left: 15px;
}

#divAnnualAwardSummarySideBox .gTDDataLabel 
{
    text-align: right;
    font-weight: bold;
}

#tblCOAInfo, #tblCOAInfoOther, #tblAidCategories
{
    width: 100%;
    border: none;
}

#tblCOAInfo .gTDDataLabel, #tblAidCategories .gTDDataLabel 
{
    background-color: transparent;
    text-align: right;
}

.txtOtherDescription, .txtOtherDescriptionInvalid
{
    border-bottom: solid 1px #cccccc;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 58.5em;
}

fieldset 
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.fieldSetPanel legend
{
    font-weight: bold;
    color: black;
}

#COAInfoOtherRow
{
    font-size: 120%;
}

.gAnnualCampusCOAandAidContainer
{
    display: inline-block;
    clear: both;
}

#divHoldStatus
{
    padding: 1em;   
}

.announcementTextArea 
{
    width: 90%;
    margin-top: 1em;
    margin-bottom: 1em;
    height: 16em;
    overflow: scroll;
    font-size: 1.5em;
}

.announcementName 
{
    margin: 1em;
}

.urgentAnnouncement .announcementName 
{
    color: red;
}

.urgentAnnouncement textarea 
{
    border: 5px solid red;
}

span.manageNominationsStatus 
{
    font-size: larger;
    margin-right: 20px;
}

.manageNominationsStatusSection
{
    margin-bottom: 20px;
}

.manageNominationsStatusSection #divAddStudentRegion 
{
    font-size: 120%;
}

hr.hrSpacer 
{
    margin-top: 2em;
    margin-bottom: 2em;
}

.manageNominationsStatusSection #divAddStudentRegion img 
{
    vertical-align: middle;
}

span.manageNominationsFieldLabel 
{
    font-weight: bold;
}

#divManageNominationsManageTable td 
{
    padding-bottom: 0.75em;
}

.paddedMargin 
{
    margin-top: 10px;
    margin-bottom: 20px;
}

#divQuestionAnswers table tr.gTREvenRow 
{
    background-color: white;
}

#divQuestionAnswers table tr th 
{
    background-color: white;
}


#divAltAppWorkSheetContainer img 
{
    vertical-align: middle;
}

#divAltAppWorkSheetContainer 
{
    font-weight: bold;
    font-size: 150%;
}

.gFieldError 
{
    border-color: red;
}

.manageNominationsErrorRegion
{
    margin: 1em 0em;
}

.gActionLink
{
    cursor: pointer;
}

.divManageNominationsContainer 
{
    overflow-x: scroll;
}

.classRankRow:hover {
    background-color: #a9d676; /*#9ce2a9;*/
}
.gFTIFieldLabel {
    color: white;
    background-color: #c50000;
    margin-right: 3px;
    padding: 2px 5px;
    border-radius: 15px;
}

.form-left-indent {
    padding-left: 1rem;
}
