/* wepcss04.css - General cascading stylesheet for all gradebook */

.WAIT {
  text-align: center;
  color: red;
  font-size: 18;
  font-style: normal;
}
.TD-ABS {
  border-right: 1px solid Black; 
  border-bottom: 1px solid Black; 
  background-color: #FF0000;
  cursor: pointer;
}
.TD-TAR {
  border-right: 1px solid Black; 
  border-bottom: 1px solid Black; 
  background-color: #FFFF00;
  cursor: pointer;
}
.GB-A {
  color:#000000;
  text-decoration:none;
}

.NEWbutton {
        border : 1px solid black;
        text-decoration : none;
	font-size : 10px;
	background-color : #EFE741;
	color : Black;
        display:block;
	text-align : center;
	margin-top : 2px;
	padding-right : 2px;
	padding-left : 2px;
	border-color : #F3ED6D #A9830E #A9830E #F3ED6D;	
}
.NEWbutton:HOVER {
	text-decoration : none;
	color : Black;
	border-color : #A9830E #F3ED6D #F3ED6D #A9830E;
	cursor : pointer; 	
}
.NEWbutton:VISITED {
	text-decoration : none;
	color : Black;
}
/* standards gb */
.stCel    {border-bottom-width:1px;border-bottom-style:solid; padding:1px; white-space:nowrap;background-color:#FFFFFF}
.gC       {border-bottom-width:1px;border-bottom-style:solid;border-right-width:1px;border-right-style:solid; white-space:nowrap; position:relative;background-color:#FFFFFF}
.gC2      {border-bottom-width:1px;border-bottom-style:solid;white-space:nowrap; padding-right:8px;}
.hdCel    {border-bottom-width:1px;border-bottom-style:solid;border-right-width:1px;border-right-style:solid; white-space:nowrap; text-align:center; cursor:pointer; padding-bottom:2px; height:100%;background-color:#FFFFFF}
.hdCelAlt {border-bottom-width:1px;border-bottom-style:solid;border-right-width:1px;border-right-style:solid; white-space:nowrap; text-align:center; cursor:default; padding-bottom:2px; height:100%;background-color:#FFFFFF}
