*
{
	margin:0px;
	padding:0px;
	font-family: Tahoma;
	font-size: 11px;
}

body
{
	background: #f5f5f5;
	text-align:center;
}

a:active
{
	color: gray;
} 

a:visited
{
	color: gray;
} 

a:hover
{
	color: gray;
}
 
a:link
{
	color: gray;
}

#header
{
	margin:5px;
	padding:5px;
	border-right: darkgray 2px solid;
	border-bottom: darkgray 2px solid;
	border-left: darkgray 2px solid;
	border-top: darkgray 2px solid;
}

#content
{
	margin: 5px;
	padding: 5px;
}

#tblLogin
{
	background: #f5f5f5;
	border-right: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-top: darkgray 1px solid;
}

#gridheader1
{
	color: White;
	background: #e68b00;
	height: 20px;
}

#pagetitle
{
	
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color:  black;
	height: 20px;
	background-repeat : no-repeat;
	padding: 2px;
	text-align: left;
	text-indent: 2px;
}

#txtHelpMessage
{
	font-size: 12px;
}

.body1
{
	background: white;
	text-align:center;
	margin: 2px;
}

.textbox
	{
		border-right: darkgray 1px solid;
		border-top: darkgray 1px solid;
		border-left: darkgray 1px solid;
		border-bottom: darkgray 1px solid;
		color: black;
		text-align: left;
	}

.errormessage
{
    color: #ff0000;
}

.button
	{
		border-right: darkgray 1px solid;
		border-top: darkgray 1px solid;
		border-left: darkgray 1px solid;
		border-bottom: darkgray 1px solid;
		cursor: hand;
		background-color: gainsboro;
	}
	
.header1
	{
		padding: 2 5 2 5;
		cursor: hand;
		line-height: 16px;	
		background-color: #f5f5f5;
		border-right: darkgray 1px solid;
		border-top: darkgray 1px solid;
		border-left: darkgray 1px solid;
		border-bottom: darkgray 1px solid;
	}
	
.header2
	{
		padding: 2 5 2 5;
		cursor: hand;
		line-height: 16px;
		background-color: FFFFCC;
		border-right: darkgray 1px solid;
		border-top: darkgray 1px solid;
		border-left: darkgray 1px solid;
		border-bottom: darkgray 1px solid;
		
	}

.grid1
	{
		background: #f5f5f5;
		border-right: darkgray 1px solid;
		border-bottom: darkgray 1px solid;
		border-left: darkgray 1px solid;
		border-top: darkgray 1px solid;
		padding: 1 1 1 1;
		line-height: 18px;
		text-align: center;
	}
	
.gridheader
{
	color: White;
	background: gray;
	height: 20px;
}

.gridheader1
{
	background: gainsboro;
}

.alternativeItem
{
	background: lightblue;
	height: 15px;
}

.content
{
    width: 800px;
	background: #ffffff;
	height: auto !important;
	height:550px;
	color: White;
	border: 1px solid black;
	margin-left : auto;
	margin-right : auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
