/* Default CSS Stylesheet for a new Web Application project */
.font_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.headingtext
{
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #D94700;
	text-decoration: none;
}
.mimicpage
{
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
}
.mimicpagebold
{
	font-size: 12px;
	font-weight: bold;
	font-color: #D94700;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	text-decoration: underline;
}
.fontblackbold 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.fontblackregular 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.fontredsmall 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
}
.fontwhiteregular 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.fontwhitebold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.fontblueregular 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003658;
	text-decoration: none;
}
.fontblueregular:hover 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.input1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 17px;
	width: 150px;
	border: 1px solid #003366;
}
.input2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 17px;
	width: 300px;
	border: 1px solid #003366;
}
.grid
{
	background-repeat: no-repeat;
	color: #000000;
}
.gridEdit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.gridAlt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.gridItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.gridHeader
{
	height: 25px;
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
.gridPager
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 25px;
}
.gridPager span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
}
.gridPager: hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
}
.button1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	height: 19px;
	width: 60px;
	clear: none;
	float: none;
	font-size: 9px;
	border: 1px double #FFFFFF;
}

.link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1b6df6;
	text-decoration: underline;
}
.link:hover 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #103675;
	text-decoration: underline;
}
