/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: Black;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
    width: 14px;
}

.MyLabel
{
	color:White;
	text-align:right;
	margin-right: 5px;
	background-color: Transparent;
	font-size: 10pt;
}

.MyLabelb
{
	color:Black;
	text-align:right;
	margin-right: 5px;
	background-color: Transparent;
	font-size: 10pt;
}

.MyLabelc
{
	color:Black;
	text-align:left;
	margin-left: 5px;
	background-color: Transparent;
	font-size: 10pt;
}

.MyLabel2
{
	font-size: 8pt;
	left: 10px;
	width: 410px;
	color: black;
	position: relative;
	background-color: transparent;
	text-align: left;
}

.MyLabel3
{
	font-size: 10pt;
	margin-left: 5px;
	width: 90px;
	color: white;
	background-color: transparent;
	text-align: right;
}

.MyGLabel
{
	color:Yellow;
	text-align:left;
	margin-right: 5px;
	background-color: Transparent;
	font-size: 11pt;
}

.MyLabel4
{
	color:White;
	text-align:left;
	margin-right: 5px;
	background-color: Transparent;
	font-size: 10pt;
}

.MyLabel5
{
	font-size: 12pt;
	color: white;
	font-family: Verdana;
	background-color: transparent;
	text-align: center;
}


.MyLabel5b
{
	font-size: 12pt;
	color: Black;
	font-family: Verdana;
	background-color: transparent;
	text-align: center;
}


.MyLabel6
{
	color:Red;
	font-size: 10pt;
	font-family: Verdana;
	background-color: Transparent;
	text-align:left
}


.MyLabel7
{
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: transparent;
	text-align: center;
}

.MyLabel8
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	background-color: transparent;
	text-align: left;
}

.MyLogin
{
	color:White;
	text-align:right;
	margin-right: 5px;
	background-color: Transparent;
	font-size: 12pt;
}


.MyHeader
{
	color:Aqua;
	font-size:medium;
	background-color: Transparent;
}

.MyHeader2
{
	color:Aqua;
	font-family: Verdana;
	font-size: 12pt;
	background-color: Transparent;
	text-align:center;
}

.MyHeader3
{
	color:Yellow;
	font-family: Verdana;
	font-size: 12pt;
	background-color: Transparent;
	text-align:center;
}


.MyHeader4
{
	color:Yellow;
	font-family: Verdana;
	font-size: 13pt;
	background-color: Transparent;
	text-align:left;
	margin-left: 15px;
}

.MyError
{
	color:red;
	text-align:center;
	background-color:Yellow;
	font-size: 10pt;
}
.MyRB
{
	color:White;
	text-align:left;
	margin-right: 5px;
	background-color: Transparent;
	font-size: 10pt;
}

.MyRB2
{
	font-size: 10pt;
	color: white;
	margin-right: 5px;
	font-family: Verdana;
	background-color: transparent;
	text-align: left;
}

.MyRB3
{
	color:White;
	text-align:left;
	background-color: Transparent;
	font-size: 8pt;
	 
}
.MyWarning
{
 font-family:Arial;
 font-size:12pt;
 color:Red;
 	
}	


.MyWarning2
{
 font-family:Arial;
 font-size:12pt;
 color:Yellow;
 background-color:Transparent;
 	
}	
.MySaved
{
	color:yellow;
	text-align:center;
	background-color:Transparent;
	font-size: 12pt;
	font-style:oblique;
}

.MyInstruct
{
	color:yellow;
	text-align:left;
	background-color:Transparent;
	font-size: 10pt;
	font-style:italic;
}

.MyHeader2
{
	color:Aqua;
	font-size:small;
	background-color: Transparent;
}

.MyCheckBox
{
	color:White;
	background-color: Transparent;
	font-size: 10pt;
    margin-left: 0px;
}

.MyAssCheckBox
{
	color:White;
	background-color: Transparent;
	font-family: Verdana;
	font-size: 9pt;
}


.MyCalLabel
{
	font-weight: bolder;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: transparent;
	text-align: center;
}

.MyCalLabel2
{
	font-weight: bolder;
	font-size: 13pt;
	color:Blue;
	font-family: Verdana;
	background-color: transparent;
	text-align: center;
}

.MySchLabel3
{
	font-size: 10pt;
	margin-left: 5px;
	width: 90px;
	color: black;
	background-color: transparent;
	text-align: right;
}

.MySchedRB
{
	color:black;
	text-align:left;
	margin-right: 5px;
	background-color: Transparent;
	font-size: 10pt;
}

.MyCounter
{
	font-weight: normal;
	font-size: 10pt;
	color: Black;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: Transparent;
	text-align: center;
	border-bottom-style: none;
}

.MyGCounter
{
	font-weight: normal;
	font-size: 10pt;
	color: White;
	border-top-style: inset;
	font-family: Verdana;
	border-right-style: inset;
	border-left-style: inset;
	background-color: Green;
	text-align: center;
	border-bottom-style: inset;
}

.MyRCounter
{
	font-weight: normal;
	font-size: 10pt;
	color: White;
	border-top-style: inset;
	font-family: Verdana;
	border-right-style: inset;
	border-left-style: inset;
	background-color: Red;
	text-align: center;
	border-bottom-style: inset;
}
.MyObjective
{
	position: relative;
	text-indent: 0px;
	width: 720px;
	font-family: Verdana;
	color: white;
	font-size: 10pt;
	font-weight: normal;
	left: 50px;
}
.MyObjectiveAch
{
	position: relative;
	text-indent: 0px;
	width: 220px;
	font-family: Verdana;
	color: white;
	font-size: 10pt;
	font-weight: normal;
	left: 80px;
}
.MyGoal
{
	text-indent: 5px;
	font-weight: normal;
	font-size: 10pt;
	color: White;
	font-family: Verdana;
}

.MyOjectPrompt
{
	text-indent: 5px;
	font-weight: normal;
	font-size: 10pt;
	color: Yellow;
	font-family: Verdana;
}

.MyObjectiveQ
{
	position: relative;
	text-indent: 10px;
	width: 600px;
	font-family: Verdana;
	color: white;
	font-size: 10pt;
	font-weight: normal;
	left: 80px;
}

.MyObjectiveQ2
{
	position: relative;
	width: 600px;
	font-family: Verdana;
	color: white;
	font-size: 10pt;
	font-weight: normal;
}

.MyISP1
{
	color:White;
	text-align:left;
	background-color: #281D04;
	font-size: 10pt;
}

.MyISP2
{
	text-align: left;
	background-color: #493305;
	text-indent: 30px;
	color: white;
	font-size: 10pt;
}

.MyISP3
{
	text-align: left;
	background-color: #775409;
	text-indent: 60px;
	color: white;
	font-size: 10pt;
}

.MyISP4
{
	text-indent: 90px;
}


.MyISP5
{
	background-color: #775409;
}

.MyISP6
{
	margin-left: 90px;
}

.MyLabel8
{
	color:Black;
	text-align:left;
	margin-left: 20px;
	background-color: Transparent;
	font-size: 10pt;
}

.MyTableRow
{
	 background-image:url('images/Sign.jpg');

}
