/* Default CSS Stylesheet for a new Web Application project */
Body
{
	BACKGROUND-POSITION: 25px;
	background-attachment: scroll;
	background-image: url(../Images/MenuPole.jpg);
	background-repeat: repeat-y;
	position: absolute;
	background-color: #cccccc;
}

/* Begining of Header Info */
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	font-weight: bold;
	font-family: 'Times New Roman';
}
H3
{
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
}	
/* End of Header Info */
/* Begining of Images Infor */
img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


/* Begining of Footer */
#tblFooter
{
	left: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	border-bottom-style: none;
}
#tblFooterIndex
{
	position: absolute;
	left: 115px;
	top: 328px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	border-bottom-style: none;
}
/* The End of Footer */

div
{
	left: 144px;
	position: absolute;
	top: 88px;
	text-align: justify;
}
/* BeginingPage layout template */
#tblMain
{
	left: 0px;
	position: absolute;
	top: 0px;
	height:100%;
	width:100%;
	border:0;
	padding:0,0,0,0;
	table-layout:auto;	
}
#MainLeft
{
	width: 127px;
	position: relative;
	top: 100px;
	vertical-align:top;
}
#MainTop
{
	vertical-align:top;
}
#MainMiddle
{
	vertical-align:top;
}

#lblAgentSearch
{
	background-color:Yellow;
	width:50%;
	font-weight: bold;
	font-family: 'Times New Roman';
	font-style:italic;
	font-size:medium;
}

#tblAgent
{
	margin-left:5%;
}

#AgentRegion
{
	background-color:#003366;
	color:#FFFF00;
	font-weight: bold;
	font-family:Times New Roman;
	font-style:italic;
	font-size:medium;
}

#lblStateName
{
	background-color:#FFFF00;
	width:50%;
	font-weight: bold;
	font-family: Times New Roman;
	font-style:italic;
	font-size:medium;
}


