/* Default CSS Stylesheet for a new Web Application project */
.introbackg
{
	background-position: 50% top;
	background-image: url(images/backg.gif);
	margin: 0px;
	background-repeat: repeat-x;
	font-family: Tahoma, arial;
	background-color: #ffffff;
}

.home
{
	background-position: 50% top;
	background-image: url(images/backghome.gif);
	margin: 0px;
	background-repeat: repeat-x;
	font-family: Tahoma, arial;
	background-color: #ebeae5;
}

A
{
	font-weight: normal;
	font-size: 12px;
	color: #2c2624;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}

A:link
{
	font-weight: normal;
	font-size: 12px;
	color: #2c2624;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}

A:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #2c2624;
	font-family: Verdana, Tahoma;
	text-decoration: underline;
}

.title
{
	font-weight: bold;
	font-size: 16px;
	color: #f78f1e;
	font-family: Verdana, Tahoma;
}

.footer
{
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Tahoma;
	background-color: #2c2624;
}

.text
{
	font-weight: normal;
	font-size: 13px;
	color: #2c2624;
	font-family: Verdana, Tahoma;
	text-align:justify;
	line-height:1.5;
}

.textboxlabel
{
	font-weight: bold;
	font-size: 10px;
	color: #2c2624;
	font-family: Verdana, Tahoma, sans-serif;
}

.intextbox
{
	font-size: 13px;
	color: #2c2624;
	font-family: Verdana, Tahoma, sans-serif;
}

.button
{
	color: white;
	background-color: #f78f1e;
	border-style: none;
	border-width: thin;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
	height: 21px;
	width: 150px;
}

.disabledbutton
{
	color: white;
	background-color: silver;
	border-style: none;
	border-width: thin;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
	height: 21px;
	width: 150px;
	border-color: #2c2624;
}

.errormsg
{
	color: Red;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.confirmmsg
{
	color: Green;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.gridbody
{
	background-color: #FFFFCC;
	color: #2c2624;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

.gridbodyalternate
{
	background-color: #FFCC66;
	color: #2c2624;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

.gridbodyblue
{
	font-weight: normal;
	font-size: 13px;
	color: #2c2624;
	font-family: Verdana, Tahoma, sans-serif;
	background-color: #ccccff;
	text-align: left;
}

.gridbodyalternateblue
{
	font-weight: normal;
	font-size: 13px;
	color: #2c2624;
	font-family: Verdana, Tahoma, sans-serif;
	background-color: #9999ff;
	text-align: left;
}

.gridheader
{
	background-color: #2c2624;
	color: white;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

