BODY {

	font-size: 0.8em; /* Changing this font-size cascades to all other elements */
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #CDC59E;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	behavior: url('../scripts/cssHoverFix.htc') !important;

}

P {
	margin-top:5px;
	margin-bottom:3px;
}

OL, UL, LI, DT, DD {


	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

LI > P {

	margin-top: 0.2em;
}

UL {

	list-style-type: circle;
	list-style-position:outside;
	margin-left:20px;
}

HR {

	margin-top: 0.1em;
	margin-bottom: 0.0em;
}

A {
	text-decoration: underline;
	color:#000000;
}

A:hover {


	text-decoration: underline;
}

/* Styles used for bottom of page footer */
A.footer {
	font-size: 0.9em;
	color:#000000;
	text-decoration:none;
}

A.copyrightnotice {
	font-size: 0.9em;
	color:#000000;
	text-decoration:none;
}

BUTTON { /* Depricated, use <input type="button"> instead */
	color:#FFFFFF;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#614D27;
	overflow:visible;
	text-align:center;
	vertical-align:middle;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space:normal;	
	border-right: #333333 1px ridge;
	border-top: #999999 1px ridge;
	border-left: #999999 1px ridge;
	border-bottom: #333333 1px ridge;
 	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#66FFFFFF',EndColorStr='#FF614D27');
    padding: 0px 8px 0px 8px;
	height: 22px;
	cursor: pointer;
}

FORM {
	margin-bottom: 0px;
	margin-top:	0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

INPUT {
}
INPUT.date {







	width: 75px;
}
INPUT.medium {

	width: 150px;
}
INPUT.wide {

	width: 200px;
}
INPUT.verywide {

	width: 400px;
}

INPUT.btn {
	color:#FFFFFF;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#614D27;
	overflow:visible;
	text-align:center;
	vertical-align:middle;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space:normal;	
	border-right: #333333 1px ridge;
	border-top: #999999 1px ridge;
	border-left: #999999 1px ridge;
	border-bottom: #333333 1px ridge;
 	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#66FFFFFF',EndColorStr='#FF614D27');
    padding: 0px 8px 0px 8px;
	height: 22px;
	cursor: pointer;
}

INPUT.btnhov {
   border-top-color:#333333;
   border-left-color:#333333;
	 border-right-color:#333333;
	 border-bottom-color:#333333;
}

LABEL {
	font-size: 0.9em;
	color:#666666;
	font-weight:bold;
}


LABEL.prominent {
	font-size: 1.0em;
	color:#000000;
	font-weight:normal;
}


LABEL.error {
	color: #FF0000;
	font-weight: bold;
}


OPTION {
}

LEGEND {
	color:#333333;
	font-weight: bold;	
}
FIELDSET {
	padding-top:10px;
/* Added by TM to make all corners of the fieldset uniform */
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}


/* The following styles may be used to align text in cells */
TD {
	vertical-align:top;
	text-align:left;
}

TD.topright {
	text-align: right;
}

TD.bottomleft {
	vertical-align: bottom;
}

TD.bottomright {
	vertical-align: bottom;
	text-align:right;
}

TD.middleright {
	vertical-align: middle;
	text-align:right;
}

TD.middleleft {
	vertical-align: middle;
	text-align:left;
}

UL {
	list-style-type: disc;
	list-style-position:outside;
	margin-left:20px;
	padding-left:0px;
}
UL UL LI {
	margin-top:0;








	list-style-image: url(../images/bullet_2nd.gif);
}

.disable
{
	color:Gray;
	
}

.alert {
    font-weight: bold;
		color:#FF0000
}
.alert_lite {    
		color: White;
		font-weight:lighter;		
		font-size: 10px;
		margin-top: 2px;
		
}
.hide
{
	display: none;
}

.announcementText {
    font-size: 0.9em;
}
.announcementTitle {
  font-weight: bold;
  font-size: 0.9em;  
}

.body { /* Depricated */
}

.bodySmall {





	font-size: 0.9em;
}

.passwordDisplay
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14pt;
}
/* The following styles are used where alphabetic characters are used to select groups from a list */
.alphaLinkUnselected {
	font-size: 0.8em;
}
.alphaLinkSelected {
 	font-size:1.2em;
	font-weight:bold;
}

.bodyBold { 
    font-weight: bold;
}

.canvas { /* Need to find out where this is used */
		font-size: 0.8em;
    border-top-color: black;
    background-color: #f0e8c1
}

.checklistBody { /* Need to find out where this is used */
    font-weight: normal;
    font-size: 0.9em;
    color: #000000;
}

.checklistItem { /* Need to find out where this is used */
    font-weight: bold;
    font-size: 0.75em;
    color: black;









}

/* Styles used for data tables (non-sortable) */
.data-table 
{
	font: Icon;
	border-color: #CDC59E;
	border-width: 1px;
	border-style: solid;
	margin-left: 1px;
	margin-top: 1px;
}

.data-table td
{
	padding: 2px 5px;
	vertical-align: middle;
	text-align: left;
}

/* Changing the data-table td style used by crm case views - CQ 3106 */
.data-table-crm td
{
    vertical-align: top;
}

.data-table td a 
{
	text-decoration: none;
}

.data-table td a:hover 
{
	text-decoration: underline;
}

.data-table thead td 
{
	border: 1px solid black;
	cursor: default;
	background-color: #cdc59e;
	vertical-align: bottom;
	text-align: left; 
}

.data-table th 
{
	border: 1px solid black;
	cursor: default;
	background-color: #cdc59e;
	vertical-align: bottom;
	text-align: left; 
}

.data-table_row 
{
	font:  Icon;
	padding: 2px 5px;
	vertical-align:top;
	text-align:left;
}

.data-table_row a 
{
	text-decoration:none;
}
.data-table_row a:hover 
{
	text-decoration:underline;
}

.data-table_head 
{
	font:  Icon;
	border:   1px solid;
	cursor:   default;
	background-color: #cdc59e;
	vertical-align:bottom;
	text-align: left; 
}

.data-header
{
	border:   1px solid;
	cursor:   default;
	background-color: #cdc59e;
	vertical-align:bottom;
	text-align:left; 
}
.data-header a 
{
	text-decoration :none;
}

.data-table_print 
{
	font:  Icon;
	border-color:#CDC59E;
	border-width:1px;
}

/* Styles used in tables to "watermelon stripe" alternate rows */
.even {
}
.odd {
	background:#FFFFFF;
}

.datagridheaders {
	 border:   1px solid;
	 cursor:   default;
	 background-color: #cdc59e;
	 vertical-align:bottom;
	 text-align: left; 
}


/* Styles used for diagonal "buttons" in the header bar */ 
.diag_button_table_green {
	background-color:#46502B;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:middle;
}
.diag_button_table_yellow {
	background-color:#F6CD01;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
}
.diag_button_table_red {
	background-color:#D60002;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:middle;
}

.field_example { 







	font-size: 0.7em;
}

.formLabels { /* Depricated, use <label> instead */
	font-size: 0.9em;
	color:#666666;
	font-weight:bold;
}

.infotext {
		font-size: 0.8em;    
		color:#000000;



}


/* Styles used for lodules */
.lodule
{
	background-color: #F0E8C1;
	vertical-align: top;
}

.loduleHeader {
	font-weight: bold;
	font-size: 0.9em;
	color:#FFFFFF;
	vertical-align:middle;
}

.loginFormText { /* Depricated, use <label> instead*/
	font-size: 0.9em;
	color:#666666;
	font-weight:bold;
}

.loginFormHeader { /* Depricated */
    font-weight: bold;
    font-family: 'Arial Narrow'
}
.loginLink { /* Depricated */
}

.MenuCell { /* Need to find out where this is used */
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: 1px solid;
    HEIGHT: 25px;
    BACKGROUND-COLOR: #d1bd87;
    TEXT-ALIGN: center
}
.MenuCellSelected { /* Need to find out where this is used */
    BORDER-TOP-WIDTH: 1px;
    FONT-WEIGHT: bold;
    BORDER-LEFT-WIDTH: 1px;
    FONT-SIZE: 11px;
    BORDER-LEFT-COLOR: black;
    BORDER-BOTTOM-WIDTH: 1px;
    COLOR: black;
    BORDER-TOP-COLOR: black;
    BACKGROUND-COLOR: #f0e8c1;
    TEXT-ALIGN: center;
    BORDER-RIGHT-WIDTH: 1px;
    BORDER-RIGHT-COLOR: black
}
.MenuCellHover { /* Need to find out where this is used */
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: black;
    BACKGROUND-COLOR: #ededd2;
    TEXT-ALIGN: center
}

.message {
    font-weight: bold;
    font-size: 0.9em;
    COLOR: #ff6633;














}

/* Styles used by left-hand navigation menu */
.navMenu, .navMenu A {
	color:#000000;
	font-weight: bold;
	font-size: 1.0em;
	font-family: 'Arial Narrow';
	text-decoration:none;
}
.navMenu A:hover {
	text-decoration:underline;
}
.navMenuSubItem, .navMenuSubItem A  {
	font-weight: normal;
	color:#000000;
	font-size: 1.0em;
	font-family: 'Arial Narrow';
	text-decoration:none;
}
.navMenuSubItem A:hover {
	text-decoration:underline;
}

.navMenuSubItemSelected {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
	font-family: 'Arial Narrow';
	text-decoration:none;
	background-color: #FFFF99;
}

.noteBox {
    border-right: dimgray 1px solid;
    padding-right: 3px;
    border-top: dimgray 1px solid;
    padding-left: 3px;
    font-size: 0.9em;
    padding-bottom: 3px;
    border-left: dimgray 1px solid;
    color: dimgray;
    padding-top: 3px;
    border-bottom: dimgray 1px solid;
    background-color: whitesmoke;
}
.noteBox A {
    font-size: 0.9em;
    color: gray;
    text-decoration: underline;







}

/* Styles to be applied to cells in a "priority" column of a table */
.priorityLow {
}
.priorityNormal {
}
.priorityHigh {
	background-color:#FFD5CA;



}



/* Styles for separator dividers used in a table cell. Better to use on <div> instead */
TD.separator {
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,EndColorStr='#FFF0E8C1',StartColorStr='#FF9A7A3F');
	background-color:#cdc59e;
	border:none;
	border-top-color:#2E2412;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#FFFF99;
	border-bottom-style:solid;
	border-bottom-width:1px;	 
	color:#000000;
	font-size: 1.05em;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	margin-left: 0px;
	margin-top:10px;
	margin-bottom:2px;
}

DIV.separator {
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,EndColorStr='#FFF0E8C1',StartColorStr='#FF9A7A3F');
	background-color:#cdc59e;
	border:none;
	border-top-color:#2E2412;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#FFFF99;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:99%;
	color:#000000;
	font-weight:bold;
	font-size: 1.05em;
	padding-left:5px;
	padding-right:5px;	
	padding-top:2px;
	padding-bottom:5px;	
	margin-left: 0px;
	margin-top:10px;
	margin-bottom:2px;
}

.separator_minor {
	 color:#000000;
   font-size: 1em;
	 font-weight:bold;
   padding-left:0px;
	 padding-right:0px;
	 border:none;
	 border-top-color:#614d27;
	 border-top-style:solid;
	 border-top-width:1px;
   margin-left: 0px;
	 margin-top:10px;
	 margin-bottom:3px;
}

.college_name {
	 color:#000000;
   font-size: 1.2em;
	 font-weight:bold;
   padding-left:0px;
	 padding-right:0px;
	 border:none;
   margin-left: 0px;
	 margin-top:3px;
	 margin-bottom:3px;




}

/* The following styles may be applied to table cells <td> to indicate a status */
.statusWarm {
	background-color:#FFFF99;
}

.statusHot {
	background-color:#FFD5CA;
}

.Tabtable { /* Need to find out where this is used */
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    



}

/* Styles used for "CSS/HTML tabs" */
.tab_text, .tab_text_selected, tab_text_unselected {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	vertical-align:middle;
}
.tab_text, tab_text_unselected {
	color: #666666;
}
.tab_text_selected {
	color: #333333;
}

A.tab_text {
	color: #666666;
	text-decoration: none;
}

A.tab_text:hover {
	color: #000000;
	text-decoration:underline;




}

/* These toolbar styles are used for Scott's toolbar (on the Page Designer page) */
.toolbar {
    border-right: #ffcc33 1px solid;
    padding-right: 0px;
    border-top: #ffcc33 1px solid;
    padding-left: 0px;
    font-size: 0.8em;
    padding-bottom: 0px;
    border-left: #ffcc33 1px solid;
    color: #666666;
    padding-top: 0px;
    border-bottom: #ffcc33 1px solid;
    height: 10px;
    background-color: khaki;
}
.toolbar A {
    color: #333333;
    text-decoration: underline;
}
.toolbar A:hover {
	  color:#000000;
}

.yellowTitle { /* Unknown where this is used */
    font-weight: bold;
    font-size: 1.2em;





}

/* The following styles are used only by the left-hand navigation and right-hand sidebar in Jim Askew's prototype. 
	They may be deleted from the production version of the site */
TD.lefthandnav {
	background-color:#614D27;
	color:#FFFFFF;
	text-decoration:none;
}

TD.lefthandnavnew {
	background-color:#CDC59E;
	color:#FFFFFF;
	text-decoration:none;
}


TD.lefthandnav_leftpad {
	background-color:#614D27;
}

.left_hand_nav_level_2_collapsed, .left_hand_nav_level_2_expanded, .left_hand_nav_level_2_childless, .left_hand_nav_level_2_childless_selected {




	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 7px;
	margin-bottom: 3px;
	margin-left: -23px;
	list-style-position: outside;
	text-decoration:none;
}
.left_hand_nav_level_2_collapsed {
	list-style-image:url(../images/icon_plus.gif);
}
.left_hand_nav_level_2_expanded {
  list-style-image:url(../images/icon_minus.gif);
}
.left_hand_nav_level_2_childless {
	list-style-image:url(../images/icon_childless.gif);
}
.left_hand_nav_level_2_childless_selected {
	color: #FFFF00;
	list-style-image:url(../images/icon_childless.gif);
}
A.left_hand_nav_level_2 {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}
LI.left_hand_nav_level_3, LI.left_hand_nav_level_3_selected {






	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -31px;
	list-style-position: outside;
	list-style-image:none;
	list-style-type:none;
}
LI.left_hand_nav_level_3_selected {
	font-weight: bold;
	color: #FFFF00;
}
A.left_hand_nav_level_3 {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
}

UL.right_hand_column {
	padding:0.5em;
	margin:0;
	margin-left:1em;
	font-size:0.9em;
}
LI.right_hand_column {
	list-style-type:disc;
	padding-bottom:5px;	




}
/* End of styles used in Jim Askew's left-hand navigation menu */



/* Unknown where the following TD styles are used */
TD.Hed {
    BORDER-RIGHT: white 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: #d1bd87 1px solid;
    COLOR: black;
    TEXT-INDENT: 0px;
    BORDER-BOTTOM: #d1bd87 1px solid;
    BACKGROUND-COLOR: #d1bd87;
    TEXT-ALIGN: center
}
TD.HedR {
    BORDER-RIGHT: white 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: #d1bd87 1px solid;
    COLOR: black;
    TEXT-INDENT: 0px;
    BORDER-BOTTOM: #d1bd87 1px solid;
    BACKGROUND-COLOR: #d1bd87;
    TEXT-ALIGN: right
}

TD.DtlHed {
    BORDER-TOP-WIDTH: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT-COLOR: #d1bd87;
    BORDER-BOTTOM-WIDTH: thin;
    BORDER-BOTTOM-COLOR: #d1bd87;
    VERTICAL-ALIGN: middle;
    COLOR: black;
    BORDER-TOP-COLOR: #d1bd87;
    TEXT-INDENT: 0px;
    TEXT-ALIGN: left;
    BORDER-RIGHT-COLOR: #d1bd87
}

TD.DtlHedC {
    BORDER-TOP-WIDTH: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT-COLOR: #d1bd87;
    BORDER-BOTTOM-WIDTH: thin;
    BORDER-BOTTOM-COLOR: #d1bd87;
    VERTICAL-ALIGN: middle;
    COLOR: black;
    BORDER-TOP-COLOR: #d1bd87;
    TEXT-INDENT: 0px;
    TEXT-ALIGN: center;
    BORDER-RIGHT-COLOR: #d1bd87
}

TD.DtlHedbig {
    BORDER-TOP-WIDTH: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    BORDER-LEFT-COLOR: #d1bd87;
    BORDER-BOTTOM-WIDTH: thin;
    BORDER-BOTTOM-COLOR: #d1bd87;
    VERTICAL-ALIGN: middle;
    COLOR: black;
    BORDER-TOP-COLOR: #d1bd87;
    TEXT-INDENT: 0px;
    TEXT-ALIGN: left;
    BORDER-RIGHT-COLOR: #d1bd87
}

TD.DtlHed1 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    COLOR: black;
    TEXT-INDENT: 0px;
    TEXT-ALIGN: center
}

TD.DtlHed2 {
    FONT-SIZE: 13px;
    VERTICAL-ALIGN: middle;
    COLOR: black;
    TEXT-INDENT: 0px;
    TEXT-ALIGN: left
}

TD.DtlHed3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    COLOR: black;
    TEXT-INDENT: 0px;
    TEXT-ALIGN: right
}

TD.BodText {
    BORDER-RIGHT: #cccc99 1px solid;
    BORDER-TOP: #cccc99 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    BORDER-LEFT: #cccc99 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #cccc99 1px solid;
    TEXT-ALIGN: center
}

TD.BodTextlink {
    BORDER-RIGHT: #cccc99 1px solid;
    BORDER-TOP: #cccc99 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    TEXT-TRANSFORM: uppercase;
    BORDER-LEFT: #cccc99 1px solid;
    COLOR: #404040;
    BORDER-BOTTOM: #cccc99 1px solid;
    BACKGROUND-COLOR: #ffffff
}

TD.BodText2 {
    BORDER-RIGHT: #d1bd87 1px solid;
    BORDER-TOP: #d1bd87 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: #d1bd87 1px solid;
    BORDER-BOTTOM: #d1bd87 1px solid;
    TEXT-ALIGN: center
}

TD.DtlBodText2 {
    BORDER-RIGHT: #d1bd87 1px solid;
    BORDER-TOP: #d1bd87 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: #d1bd87 1px solid;
    BORDER-BOTTOM: #d1bd87 1px solid;
    TEXT-ALIGN: left
}

TD.BodTextLink2 {
    BORDER-RIGHT: #d1bd87 1px solid;
    BORDER-TOP: #d1bd87 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #d1bd87 1px solid;
    COLOR: #404040;
    BORDER-BOTTOM: #d1bd87 1px solid;
}

.watermark {














	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;

	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;


}

/*----------------------------------------------------------------------------*/

/*EDMIS Styles*/

.testFinderBody
{
	width: 100%; 
	min-width: 736px; 
	height: 362px; 
	overflow: hidden;
}

.testFinderInstructionsPanel
{
	text-align: left; 
	height: 45px;
	width: 100%; 
	margin-top: 15px; 
	margin-bottom: 20px; 
	font-size: .9em; 
	min-width: 750px;
}

.testFinderPanel
{
	float: left; 
	height: 282px; 
	width: 33%; 
	min-width: 245px; 
	overflow: hidden;
}

.testFinderGridViewPanel
{
	float: none !important;
	margin: auto !important;
	clear: both !important;
	height: 282px !important;
	width: 245px !important; 
	margin-bottom: 3px !important;
	overflow: hidden !important;
}

.testFinderGridViewHeadingLabelPanel
{
	width: 100%; 
	float: left; 
	height: 14px; 
	margin: 0px;
}

.testFinderGridViewRow
{
	cursor: default;
}

.testFinderGridViewBlankRow
{
	cursor: default;
}

.testFinderGridViewLabelPanel
{
	float: left; 
	width: 70%;
	vertical-align: middle;
	cursor: pointer;
	overflow: hidden;
}

.testFinderGridViewLabelPanelBlank
{
	float: left; 
	width: 70%;
	vertical-align: middle;
	cursor: default;
}

.testFinderGridViewStatusPanel
{
	padding: 0px; 
	width: 30%; 
	float: right;
	vertical-align: middle;
}

.testFinderGridViewStatusPanelBlank
{
	padding: 0px; 
	width: 30%; 
	float: right;
	vertical-align: middle;
	display: none;
}

.testFinderGridViewButtonPanel
{
	width: 245px; 
	float: left; 
	height: 14px; 
	margin: 0px;
}

.testFinderGridViewButton
{
    float: left;
	width: 42px; 
	height: 20px; 
	cursor: pointer; 
}

.testFinderGridViewDropDownList
{
	float: right; 
	margin-top: 0px;
}

.testFinderFieldPanel
{
	float: none; 
	margin: auto; 
	clear: both; 
	width: 244px;
}

.testFinderButtonPanel
{
	float: none; 
	margin: auto; 
	clear: both; 
	width: 244px;
}

.gridPager
{
	padding: 0px;
	height: 25px;
	vertical-align: middle;
}

.gridPager table
{
	float: none;
	margin: auto;
}

.popupPanel
{
    background-color: #f0e8c1;
    border: 1px solid #cdc59e;
}

.newTestProgramPanel
{
	background-color: #f0e8c1;
    border: 1px solid #cdc59e;
    width: 240px; 
    height: 164px;
}

.newTestTypePanel
{
	background-color: #f0e8c1;
    border: 1px solid #cdc59e;
    width: 240px; 
    height: 250px;
}

.newTestTitlePanel
{
	background-color: #f0e8c1;
    border: 1px solid #cdc59e;
	width: 360px; 
	height: 164px;
}

.popupPanelHeader
{
    font-weight: bold;
	font-size: 0.9em;
	color: #ffffff;
	background-color: #8f815a;
	height: 25px; 
    line-height: 25px; 
    padding-left: 5px; 
    vertical-align: middle; 
}

.popupPanelBody
{
    width: 100%;
}

.popupPanelFieldPanel
{
    float: left; 
    clear: both; 
    width: 100%; 
    margin: 5px 5px 0px 5px;
}

.popupPanelFieldPanelLabel
{
	float: left; 
	width: 80px; 
	line-height: 20px; 
	vertical-align: middle;
}

.popupPanelButtons
{
    float: left; 
    clear: both; 
    width: 100%; 
    margin: 5px 5px 0px 5px;
}

.popupPanelButton
{
	color:#FFFFFF;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#614D27;
	overflow:visible;
	text-align:center;
	vertical-align:middle;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space:normal;	
	border-right: #333333 1px ridge;
	border-top: #999999 1px ridge;
	border-left: #999999 1px ridge;
	border-bottom: #333333 1px ridge;
 	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#66FFFFFF',EndColorStr='#FF614D27');
    padding: 0px 8px 0px 8px;
	height: 22px;
	cursor: pointer;
	float: right;
}

.popupPanelTextField
{
	height: 1.1em;
	width: 143px;
}

.textFormTextField
{
	height: 1.1em;
	width: 123px;
}

.popupPanelDropDownList
{
	height: 1.5em;
	width: 147px;
}

.textFormDropDownList
{
	height: 1.5em;
	width: 127px;
}

.popupPanelPageBackground
{
    background-color: Black;
    filter: alpha( opacity=70 );
    opacity: 0.7;
}

.testScoresGridViewHeadingPanel
{
	height: 25px; 
	width: 100%; 
	vertical-align: middle; 
	line-height: 25px; 
	margin-left: 5px;
}

.testScoreEntryButton
{
	float: none; 
	margin: auto;
    width: 65px; 
	color:#FFFFFF;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#614D27;
	overflow:visible;
	text-align:center;
	vertical-align:middle;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space:normal;	
	border-right: #333333 1px ridge;
	border-top: #999999 1px ridge;
	border-left: #999999 1px ridge;
	border-bottom: #333333 1px ridge;
 	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#66FFFFFF',EndColorStr='#FF614D27');
    padding: 0px 8px 0px 8px;
	height: 22px;
	cursor: pointer;
}

.testFormFieldSet
{
	float: none; 
	margin: auto; 
	clear: both; 
	width: 700px;
}

.testFormControlPanel
{
    width: 100%; 
    margin-top: 15px; 
    margin-bottom: 15px;
}

.testFormButtonPanel
{
    float: left; 
    width: 33%; 
    text-align: center;
}

.dateIcon
{
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
}

.successfulResultTextPanel
{
	float: none; 
	margin: auto; 
	clear: both; 
	height: 25px; 
	line-height: 25px; 
	vertical-align: middle; 
	border: 1px solid black; 
	background-color: #F6CD01; 
	text-align: center; 
	margin-top: 30px; 
	font-weight: bold;
}

.failureResultTextPanel
{
	float: none; 
	margin: auto; 
	clear: both; 
	height: 25px; 
	line-height: 25px; 
	vertical-align: middle; 
	border: 1px solid black; 
	background-color: #ff0000; 
	color: White;
	text-align: center; 
	margin-top: 30px; 
	font-weight: bold;
}

.noDataCheckboxPanel
{
	float: left; 
	clear: both; 
	width: 100%; 
	text-align: center; 
	margin-top: 10px; 
	margin-bottom: 10px;
}

.testScoresStudentInfoPanel
{
	float: none; 
	margin: auto; 
	margin-top: 15px; 
	clear: both;
}
 
.testScoresStudentInfoPanel table
{
	float: none; 
	margin: auto;
}

.testScoresStudentInfoPanel table td.bodySmall
{
	text-align: center;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* GAEWR00003301 Ward, Thomas 15-Jul-2009	PORTAL - CRM PAGE INCREASE FONT - PART 1 */
/*	Separate button style in the event it needs to be modified.
 */
INPUT.newcasebtn {
	color:#FFFFFF;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#614D27;
	overflow:visible;
	text-align:center;
	vertical-align:middle;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space:normal;	
	border-right: #333333 1px ridge;
	border-top: #999999 1px ridge;
	border-left: #999999 1px ridge;
	border-bottom: #333333 1px ridge;
 	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#66FFFFFF',EndColorStr='#FF614D27');
    padding: 0px 8px 0px 8px;
	height: 22px;
	cursor: pointer;
}

INPUT.newcasebtnhov {
   border-top-color:#333333;
   border-left-color:#333333;
	 border-right-color:#333333;
	 border-bottom-color:#333333;
}


/*Styles added by TM 19477 - Toolbar and Quick Links*/
.toolBarFlushTop
{
	margin-top: -3px;
}


/*Styles for Toolbar Icons - CSS Sprites */
.icon { height: 32px; width: 32px; background-image: url('../images/icons.png'); display: block; }
.icon_sm { height: 16px; width: 16px; background-image: url('../images/icons.png'); display: block; }

.icon.record 	{background-position:0px  0px;padding: 0px;  }
.icon.cts 	{ background-position:0px  -32px; padding: 0px; }
.icon.crm 	{ background-position:0px  -64px; padding: 0px; }
.icon.search 	{ background-position:0px  -96px }
.icon.password	{ background-position:0px  -128px }
.icon_sm.warn	{ background-position:0px  -160px; padding: 0px; }
.icon_sm.cog	{ background-position:16px  -160px; padding: 0px; }
.icon_sm.arrow	{ background-position:0px  -176px; padding: 0px; }

/* Tool Bar Aninmation */
.toolbar
{
	background-color: #F0E8C1;
	height: 40px;
}

.toolbar li
{
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial;
	margin: 0px 4px 0px 4px;
	cursor: default;
	float: left;
	list-style-type: none;
	position: relative;
}

.toolbar li:hover, .toolbar li.hover
{
    background-color: #8C855B;
    color: #F0E8C1;
}

.toolbar li:hover .menu, .toolbar li.hover .menu
{
    display: block;
    color: #F0E8C1;
}

.toolbar a:hover .HdeskLinks
{
	background-color: #F0E8C1;
}

.toolbar li .menu
{
	position: absolute;
	display: none;
	background-color: #8C855B;
	padding: 20px 20px 20px 20px;
	z-index: 3000;
}

.toolbar li div
{
	padding: 0px 4px 0px 4px;
	float: left;
	top: 2.5em;
	left: 0;
}
.toolbar li div .text
{
	line-height: 35px;
}

li > div
{
	top: auto;
	left: auto;
}
.toolbar label
{
	color: #F0E8C1;
}

/* nametag styles */
.toolbar .nametag-main-pos
{
	float: right; 
	padding-top: 5px;
}
.toolbar .nametag-main-pos input
{
	margin-top:2px;
}
.toolbar .nametag-pos
{
 position: absolute; 
 top: 33px; 
 left: 248px;
}
.toolbar .nametag
{
	font-weight: bolder; 
	color: white; 
	font-size: 1.5em; 
	line-height: 43px;
}
.toolbar .nametag-mimic
{
	font-weight: bolder; 
	color: white; 
	font-size: 1.5em; 
	line-height: 43px;
	background-color:Red;
}
.toolbar .nametag-logout
{
	padding-left: 10px; 
	color: White; 
	font-size: 1.2em; 
	line-height: 41px;
	position:absolute;
}

/*search box styles */
.toolbar .searchBox-pos
{
	float: right; 
	margin-right: 45px;
}

/* helpdesk toolbar styles */
.helpMenu
{
	width: 440px;
}

.toolbar .helpdesk-links
{
	float: left; 
	width: 215px; 
	padding: 0 0 0 8px;
}
.toolbar .dotted-break
{
	margin: 0 0 0 30px;
	border-left: 1px dotted #F0E8C1; 	
	height: 210px;
}
.toolbar .dotted-break-vert
{
	margin: 20px 10px 0px 10px; 
	border-top: 1px dotted #F0E8C1; 	
	width: 150px;
}

.toolbar .create-case
{
	width: 176px;
	float: right; 
}

.toolbar li div .helpMenu
{
	left: -165%;
}

.helpMenu .links
{
	float: left;
	width: 203px;
	padding: 0 0 0 10px;
}

.helpMenu .createCase
{	
	width: 166px;
	
}
/* /helpdesk toolbar styles */


/* /Toolbar aninmation */

/* styles to handle Student Management and Quick Links popup box */

/* padding for all elements */
.fivepxPadPad
{
	padding: 5px 5px 0px 5px;
}
.padTop7px
{
	padding-top: 7px;
}

.padBottom7px
{
	padding-bottom: 7px;
}

/* hover clolor */
tr.rowHover:hover
{
	background-color: #8C855B;
	color: #F0E8C1;
}
.alternateRowStyle
{
	background-color: White;
}

.searchBoxDivPos
{
	width: 50%;
}
.userIdInputPadRight
{
	padding-right: 92px;
}
.lastNameInputPadRight
{
	padding-right: 72px;
}
.padLeft7px
{
	padding-left: 7px;
}
.Last10table
{
	width: 100%;
	padding-bottom: 10px;
}

.quickLinks-pos
{
	padding: 25px 0px 2px 100px;
}
.quickLinks-Loading-Text
{
	font-weight: bold;
	padding-left: 5px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.absolute
{
	position:absolute;
}
.clearAllFloat
{
	clear: both;
}

/* Styles for the quick buttons popup found on the Last 10 and Search Results (Gear Icon) */
.QuickButtonBody
{
	width: 200px;
	padding: 5px;
}
.QuickButtonBody fieldset
{
	width: 220px;
}
.icon
{
	height: 32px;
	width: 32px;
	background-image: url('../images/icons.png');
	display: block;
	background-repeat: no-repeat;
}

.icon.record
{
	background-position: 0px 0px;
}
.icon.cts
{
	background-position: 0px -32px;
}
.icon.crm
{
	background-position: 0px -64px;
}
.icon.search
{
	background-position: 0px -96px;
}
.button-hover
{
	cursor: pointer;
	width: 100%;
	height: 40px;
}
.quckButtons
{
	background-color: #8C855B;
	font-size: .9em;
}
.quickButtons-Link-Text
{
	padding: 9px 0px 0px 40px;
}
.quckButtons a
{
	text-decoration: none;
}
.quckButtons a:hover .button-hover
{
	background-color: #F0E8C1;
	cursor: pointer;
}
.closePopupX
{
	float: right;
	color: #F0E8C1;
	font-family: Lucida Console;
	font-weight: bolder;
	padding: 5px 10px 5px 0px;
	font-size: 1.5em;
}
.closeLink
{
	text-decoration: none;
	cursor: pointer;
}
.5pxPadAll
{
	padding: 5px 5px 5px 5px;
}
/*End Styles for Quick buttons popu*/

/* Search Results Table Styles */

.searchResultsTable
{	
	padding: 10px;
}


/* New Styles for Master Pages*/
/* CSS Added by TM for site alignment 
           Added during WR: 19477 - Quick Links
        */
.right
{
	float: right;
}
.left
{
	float: left;
}
.header-background
{
	background: url(../images/banner_repeater.jpg) repeat-x;
}
.padLeft7px
{
	padding-left: 7px;
}
.RightPad7px
{
	padding-right: 7px;
}
.padTop7px
{
	padding-top: 7px;
}
.padBottom7px
{
	padding-bottom: 7px;
}
.padRight7px
{
	padding-right: 7px;
}
.padRight10px
{
	padding-right:10px;
}
.leftMenu
{
	width: 17%;
}
.MainContent
{
	width: 82%;
}
.half-MainContentSection
{
	width: 49%;
}
.padRight10px
{
	padding-right:10px;
}
.leftMenu-Student-Record
{
	width:13.5%;
}
.MainContent-Student-Record
{
	width:70%;
}
.related-links-Student-Record
{
	width:14%;
}
.cursorText
{
	cursor: text;
}
.pointerText
{
	cursor: default;
}
.fullsize
{
	width: 100%;
}
.575pxWidth
{
	width: 575px;
}
.widthFix
{
	width:200px;	
	padding-right: 0px !important;
	padding-left:30px !important;
}
.marginTop4px
{
	margin-top: 4px;
}
.leftMargin30px
{
	margin-left: 30px;
}
/*END TM 19477 */

div.env_header {
background-color: red;
text-align: center;
font-weight: bolder;
font-size: large;
color: white;
top: 0;
left: 0;
height: 3%;
width: 100%;
}
