/* Default CSS Stylesheet for a new Web Application project */

body{
	
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    
}

h5
{
	color: blue;
		color: #3366cc;
		
	border: 0px solid #015EC6;
	border-bottom-width: 1px;
	 border-bottom: 1px dotted;
	display: block;
	width: 100%;
	font-size: 90%;
	font-variant:small-caps;
	
	
}
a.menulink:active,a.menulink:link,a.menulink:visited{
	font-size:12px;
	color:Blue;
	text-decoration:none;
	font-weight:bold;	
	font-family:Arial, Times New Roman, Helvetica, sans-serif;
}
a.menulink:hover{
	font-size:12px;
	color:Maroon;
	font-variant:small-caps;	
	text-decoration:underline;
	font-weight:bold;	
	font-family:Arial, Times New Roman, Helvetica, sans-serif;
}

.header
{
	color:Orange;
	font-family:Times New Roman , Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;	
	text-align:center;
	
}

.heading1
{
	color:Black;
	font-size:x-large;
	font-weight:bold; 
	text-align:center;	
}
.heading2
{
	color:Black;
	font-size:large;
	font-weight:bold; 
	text-align:center;	
}
.tdcaption
{
text-align:left;
font-family:arial,Times New Roman CE,Arial;
color:#0000FF;
font-weight:bold;
font-size:12px;
}



.mytitle{
	color:Silver;
	font-size:32px;	
	text-align:center;
	font-family:Comic Sans MS;
}

.myError{
	color:Maroon;
	font-size:10px;
	font-weight:bold;		
}

.myHeader
{
	font-size:12px;
    color:Black;
    font-variant:small-caps;
    font-weight:bold;
    font-style:italic;
    text-align:center; 
}

.myTableData
{
	font-size:12px;
	text-align:LEFT;
}

.myTableData1
{
	font-size:12px;
	text-align:justify;
}
.myTable
{
font-size:12px;
color:White;
text-align:left;

}
.footer
{
    font-size:10px;
    color:Black;
    font-variant:small-caps;
    font-weight:bold;
    font-style:italic;
    text-align:justify; 
}

.links
{
font-size:11px;
text-align:center;
}

.gridTable
{
	font-size:12px; 
}


.tdHeader
{
font-size:12px; 
font-weight:bold;
text-align:left;
}

.tdData
{
font-size:12px; 
font-family:Arial,Times New Roman, Comic Sans MS;
text-align:left;
font-weight:bold;

}



.tdData1
{
font-size:12px; 
font-family:Arial,Times New Roman, Comic Sans MS;
text-align:right;
font-weight:bold;
}


.multiLineBox
{
	height:210px;
	width:450px;
}


.profileData
{
font-size:12px; 
font-family:Comic Sans MS;
text-align:justify;
}


.msg
{
color:White;
font-family:arial, Times New Roman, Arial, Comic Sans MS;
font-size:14px; 
font-weight:bold;
text-align:left;
}
.msg1
{
color:Black ;
font-size:10px; 
font-weight:bold;
font-style:italic;
font-variant:small-caps;
text-align:center;
}


.myTable1
{
font-size:24px; 
}

a.csslink:active,a.csslink:link,a.csslink:visited
{
	color:Silver;
	font-size:small;
	text-decoration:none;
	text-align:left;
}

a.csslink:hover
{
	font-size:small;	
	color:Silver;
	text-decoration:underline;
}


a.gridlink:active,a.gridlink:link,a.gridlink:visited{
	font-size:12px;
	color:#C50C28;
	text-decoration:none;
	font-weight:bold;

}


a.gridlink:hover
{
	font-size:12px;
	color:Orange;
	text-decoration:underline;	
}

.button
{
		background-color: #a4c9ff;
}

.buttonOver
{		
		background-color: #ffd497;
}
.frame
{
	width: 400px;
	height: 130px;
	border-style:solid;
	border-width:1px;
	display: inline;
}
