﻿
.ItalicSilver
{
	font-style:italic;
	color:Silver;
	font-size:9pt;
}
.successMSG
{
 color:green;
}
A.smallLink
{
   FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Tahoma, MS Sans Serif, Arial, Sans Serif
}
A.smallLink:hover
{

}

A.ContentLeftLink
{
 font-weight:bold;
 color:black;      
}
A.ContentLeftLink:hover
{
 color:red;      
} 

/*
     Shared Table 
*/
.tblSearch *
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Tahoma, MS Sans Serif, Arial, Sans Serif
}
.ResultTable
{    
   align:left;
   width:95%
}
.TableFont
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Tahoma, MS Sans Serif, Arial, Sans Serif;
    text-align:left;
}

.button
{
    BORDER-RIGHT: #808080 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #808080 1px solid;
    PADDING-LEFT: 1px;
    BACKGROUND: url(images/button_back.gif) center 50%;
    BACKGROUND-color:silver;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #808080 1px solid;
    CURSOR: hand;
    COLOR: #000000;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #808080 1px solid;
    height:20
}
.searchText
{
 border:silver 1px solid;
 height:20;
 width:110px;
}


/*
     Admin/Student 
          Messages GridView Control
*/

  .MSGbuttonOff{
    color:Maroon;
    font-weight:bold;
    height:25px;
    border-color:#990000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
    }
  .MSGbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #990000;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	height:25px;
}

.TablesTDLeft TD
{
  text-align:left;
}



      
.TableCaption
{padding:5px 5px 5px 5px;
  Text-Align:left;
  font-size:16pt;
  color:maroon;
  background-color:#ffffc0
}
.TDLeft
{
 background-color:maroon;
 FONT-WEIGHT: bold;
 WIDTH: 130px;
 COLOR: white;
 Text-Align:left 
}
.TDRight
{COLOR: #333333;
 Text-Align:left
}
.TDRightBG1
{BACKGROUND-COLOR: #fffbd6}
.TDRightBG2
{}


.hidden{display:none}
.RequiredField{font-wight:normal;font-style:italic;font-size:8pt;color:red}