/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	margin-top: 2px;
	/*background-image: url(../Images/backrnds.gif);*/
	margin-left: 2px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, MS Sans Serif;
}
a:link
{
	color: navy;
}
a:visited 
{
	color: navy;
}
a:hover {color: #ff0000}

a:active 
{
	color: navy;
}
.FieldSet
{
	width:760;
	
}
.Alternate
{
	background-color: #ffffcc;
}
TABLE
{
	border:0;
	padding:0px, 0px, 0px, 0px;
	background-color: transparent;
	border-color:Gray;
	border-collapse:collapse ;
}

.Menu
{
	text-decoration: none;
	font-weight:bold;
}

.TopMenu
{
	border-right: thin outset;
	padding-right: 2px;
	border-top: thin outset;
	padding-left: 2px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: thin outset;
	padding-top: 2px;
	border-bottom: thin outset;
	font-family: Verdana, Arial, MS Sans Serif;
	border-collapse: collapse;
	background-color: transparent;
}

TD
{
	font-size: 10pt;
	margin: 4px;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
}

P
{
	margin-bottom:2px;
	margin-top:2px;
    FONT-SIZE: 10pt;
    COLOR: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
}

LI
{
	margin-bottom:2px;
	margin-top:2px;
    FONT-SIZE: 10pt;
    COLOR: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
}

.textbox
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: #639ace 1px solid;
}

.ReadTextbox
{
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	font-size: 10pt;
	background: #eaebeb;
	border-left: gray 1px solid;
	color: gray;
	border-bottom: #639ace 1px solid;
	font-family: Verdana, Arial, MS Sans Serif;
	text-align: right;
}


.TxtRightAlign
{
	font-size: 10pt;
	width:55;
	color: #000000;
	text-align:right;
	font-family: Verdana, Arial, MS Sans Serif;
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: #639ace 1px solid;
}

.TxtTotal
{
	font-size: 10pt;
	font-weight:bold;
	width:50;
	color: #000000;
	text-align:right;
	border-right: white 1px ;
	border-top: white 1px ;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	font-family: Verdana, Arial, MS Sans Serif;		 
}

.datetextbox
{
    COLOR: #000000;
    width: 83px;
    height: 20px;
	font-size: 9pt;	
	font-family: Verdana, Arial, MS Sans Serif;
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: #639ace 1px solid;
}

OPTION
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	border-right: #639ace 1px solid;
	border-left: gray 1px solid;
	}

TEXTAREA
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: #639ace 1px solid;
}

h2
{
	margin-top: 2px;
	font-weight: bolder;
	font-size: 12pt;
	margin-bottom: 2px;
	color: #a52a2a;
	font-family: Verdana, Arial, MS Sans Serif;
}

h3
{
	margin-top: 0px;
	font-weight: bolder;
	font-size: 10pt;
	margin-bottom: 2px;
	color: #a52a2a;
	font-family: Verdana, Arial, MS Sans Serif;
}

OL
{
	margin-top: 2px;
	font-size: 10pt;
	margin-bottom: 2px;
	font-family: Verdana, Arial, MS Sans Serif;
}

.nounderline {
color: #DAA520;
text-decoration: none;
font-family:Webdings ;
font-size:14pt;

}



.PageHeader
{
	font-weight: bolder;
	font-size: 14pt;
	color: #a52a2a;
	font-family: Verdana, Arial, MS Sans Serif;
	height: 21px;
}

.combo
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #FFFFFF;
    TEXT-ALIGN: left;
    FONT-FAMILY: Verdana, Arial, MS Sans Serif;
}

/*Use it for Labels to display field values on the screen (i.e. read only fields)*/
.label
{
	font-weight: bolder;
	font-size: 10pt;
	background: none transparent scroll repeat 0% 0%;
	font-family: Verdana, Arial, MS Sans Serif;
	text-align: left;
}

.labelCenter
{
	font-weight: bolder;
	font-size: 10pt;
	background: none transparent scroll repeat 0% 0%;
	font-family: Verdana, Arial, MS Sans Serif;
	text-align: center;
}

.SummaryTotal
{
	font-weight:bold;
	font-size: 10pt;
	/*background-color: #ffffcc;*/
	
	font-family: Verdana, Arial, MS Sans Serif;
	text-align:right;
}


/*Use it for Labels where warning/confirmation messgaes needs to be displayed*/
.message
{
	font-weight: bolder;
	font-size: 10pt;
	background: none transparent scroll repeat 0% 0%;
	color: #0000cd;
	font-family: Verdana, Arial, MS Sans Serif;
	text-align: center;
}
/*Use it for Labels where ERROR messgaes needs to be displayed*/
.ErrorMessage
{
	font-weight: lighter;
	font-size: 11pt;
	background: none transparent scroll repeat 0% 0%;
	color: #ff0000;
	font-family: Verdana, Arial, MS Sans Serif;
	text-align: center;
}

.button
{
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: #639ace 1px solid;
	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: #696969;
	font-family: Verdana, Arial, MS Sans Serif;
	background-color: #fff0b3;
}

.calendar
{
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	font-size: 10pt;
	border-left: gray 1px solid;
	width: 17px;
	cursor: hand;
	color: maroon;
	border-bottom: #639ace 1px solid;
	font-family: Webdings;
	height: 17px;
	background-color: #fff0b3;
}

.ColumnHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	background-color: #d9edff;
	text-align: center;
}
.ColumnHeaderLeftAlign
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	background-color: #d9edff;
	text-align: left;
}

.SideHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	background-color: #d9edff;
	text-align: right;
}
.Header
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	background-color: #d9edff;
	
}
.ActiveTab
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: blue 1px solid;
	color: navy;
	border-bottom: none;
	font-family: Verdana;
	background-color: transparent;
}

.BlankTab
{
	border-right: none;
	border-top: none;
	font-weight: bold;
	font-size: 10pt;
	border-left: none;
	color: navy;
	border-bottom: blue 1px solid;
	font-family: Verdana;
	background-color: transparent;
}

.InactiveTab
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: blue 1px solid;
	color: navy;
	border-bottom: blue 1px solid;
	font-family: Verdana;
	background-color: #ffffcc;
}

.TabPage
{
	border-right: blue 1px solid;
	border-top: none;
	border-left: blue 1px solid;
	color: navy;
	border-bottom: blue 1px solid;
	font-family: Verdana;
	background-color: transparent;
}
blockquote
{
	margin-top: 0px;
	margin-bottom:0px;
}

.program0
{
	background-color: #ffffcc;
}

.program1
{
	background-color: #ffffe0;
}

.race0
{
	background-color: #dedbce;
}

.race1
{
	background-color: #ffffff;
}

.cip0
{
	background-color: #ffffff;
}

.cip1
{
	background-color:  #d9edff;
}

.major0
{
	background-color: #dedbce;
}

.major1
{
	background-color: beige;
}

.ServiceDescription
{ 
	
    text-align: justify;
	padding-left:10px;
	padding-right:10px;	
	font-weight:  bold;	
}


.TableBorder
{
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-LEFT: 1px solid;
	BORDER-BOTTOM: 1px solid;
}

.TableNoTopBorder
{
	BORDER-RIGHT:1px solid;	
	BORDER-LEFT: 1px solid;
	BORDER-BOTTOM: 1px solid;
}

