.attnStudent{
	background-color: #ffff99;
	border: medium solid #ffff99;
}
.imgLabel{
	position: absolute; 
	top:-5;
	left:-10;
	background: rgba(255, 255, 255, .6);
}
th{text-align: left;}
.unreleased{display:none;}
.rnd{
	border-radius:11px;
	background-color:white;
}
.desk{
	position:relative;
	top:-5px;
}
.linkRows a{text-decoration:none;}
tr.deleted, tr.rDel{
	color:grey;
	text-decoration:line-through;
}
a{COLOR: black;}
a:Active{COLOR: black;}
a:visited{COLOR: black;}
a:Hover{COLOR: black;}
img{border:0;}

/*		Student Menu	*/
.dvStuChoices {display:none; 
	/*width:100px; */
	font-family:Georgia, Times, serif; 
	font-size:13px;}
.dvStuChoices ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;}
.dvStuChoices ul li {}
.dvStuChoices ul li a { 
	display:block; 
	text-decoration:none; 
	color:#000000; 
	background-color:#FFFFFF; 
	line-height:15px;
	/* padding-left:10px;*/
  border-bottom-style:solid; 
   border-bottom-width:1px; 
   border-bottom-color:#CCCCCC; 
  cursor:pointer; }
.dvStuChoices ul li a:hover { 
	color:#FFFFFF; 
	background-image:url(../images/hoverfade.png);
	background-repeat:repeat-y; }
.dvStuChoices ul li a strong { margin-right:10px; }
/*		END Student Menu	*/

/*		DRAGGABLE	*/
.drag {
    margin: 10px;
    padding: 5px;
    width: 150px;
}
.alertMessage{
	text-align:center;
	color:red;
	font-weight:bold;
}
.errorMessage{
	text-align:center;
	color:maroon;
	font-weight:bold;
}

/*		END DRAGGABLE	*/
.hRow{
	background-color:white;
	 border-color:white;}

.delRow{opacity:.2;}
.circle {
	width: 20px;
	height: 20px; 
	border-radius: 50%;
	display:inline-block;
}

img.studentOut{ 
	opacity:0.2; 
	filter:alpha(opacity=20);  /*For IE8 and earlier */
	border:2px solid red;
	}
a.clean{ text-decoration: none;display:inline-table;}
th.hdRt{ text-align:right;}

div.growlUI { background: url(check48.png) no-repeat 10px 10px }
div.growlUI h1, div.growlUI h2 { color: white; padding: 5px 5px 5px 75px; text-align: left}

.dropdown select {
       border: 0 !important;             /*Removes border*/
      -webkit-appearance: none;            /*Removes default chrome and safari style*/
      -moz-appearance: none;             /* Removes Default Firefox style*/
      background: url('images/dropdown_arrow.jpg') no-repeat;          /*Adds background-image*/
      background-position: left top;  /* background-position: 82px 7px;         Position of the background-image	  style="position:relative;"  style="position:relative;"*/
      width: 9px;            /*Width of select dropdown to give space for arrow image*/
      text-indent: 1.01px;          /* Removes default arrow from firefox*/
	color:blue;
      text-overflow: "";               /*Removes default arrow from firefox*/
	  position:relative;

}
.dropdown select::-ms-expand {display: none;width: 9px;}
#tblClassLayout{ border-color: transparent;}
.tAbsHistory{display:none;}
.pod1{color:blue;}
.pod2{color:yellow;}
.pod3{color:green;}
.pod4{color:red;}
/*.pod2{color:#666;}*/