.alertdiv
{
	position:absolute;
	top: 100px; 
	left: 500px;
	background-image:url('images/bg.jpg');
	background-repeat:repeat;
	width:400px;
	height:400px;
	border:solid 1px #CCC;
	padding:5px;
	z-index:1;

	

}

body
{
	background-color:white;
	background-image:url('images/bg.gif');
	background-repeat:repeat-x;
}
.maindiv
{
	width:950px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
}
.header
{
	height:40px;
	background-image:url('images/tab.gif');
	background-repeat:no-repeat;
}
.font
{
	font-family:Arial, Sans-Serif;
	font-size:11pt;
}
.hyperlink
{
	text-decoration: none;
	color: #3B3B3B;
}

.seperator
{
	background-image:url('Images/seperator.gif');
	height:30px;
	background-repeat:repeat-y;
	vertical-align:middle;
}
.cellwidth
{
	width:150px;
	text-align:center;
	vertical-align:middle;
}
.seperatorwidth
{
	width:2px;
}

.footerdiv
{
 background-image :url('images/footer_bg.gif');
 height :30px;
}

.links
{
 text-decoration :none;
 	color:#7E7A7E;
	font-weight:bold;
}
.links:Hover
{
	text-decoration:underline;
      color:Navy;    
}
.searchtextbox
{ 
 background-image :url('images/search_bg.gif');
}
.copyright
{
   font-size:10pt;
   vertical-align :middle ;
   text-align :center ;
}
.textbox
{
	background-image:url('images/textbox_bg.gif');
	background-repeat:repeat-x;
	border:Solid 1px #D6D6D6;
	height:22px;
}
.textbox2
{
	background-image:url('images/textbox_bg.gif');
	background-repeat:repeat-x;
	border:Solid 1px #D6D6D6;
	height:22px;
	width:300px;
}

.lastname
{
	visibility:hidden;
}
.searchdiv
{
 width :200px;
 float :right ;
 margin-top :3px;
}
.textbox:hover
{
	 border:Solid 1px Silver;
}

.mainContent
{
	height:400px;
	background-image:url('images/details_bg.gif');
}

.mainContent1
{
	height:101px;
	background-image:url('images/details_top.gif');
	background-repeat:no-repeat;
}
.mainContent2
{
	height:26px;
	background-image:url('images/details_bottom.gif');
	background-repeat:no-repeat;
}
.centerdiv
{
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #A4A2A4;
	border-left-color: #A4A2A4;
	width:948px;
	min-height:550px;
}
.rightborder
{
	height:104px;
	width:100px;
	border-right:Solid 2px Silver;
	
}
.bottomrightborder
{
	height:26px;
	width:253px;
	border-right:Solid 2px Silver;
}
.personaldiv
{
	width:500px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
}
.detailstable
{
	width:100%;
	vertical-align:middle;
}

.ddl
{
	
	height:25px;
	border:Solid 1px #CCC;
}
.ddl:hover
{
	
	height:25px;
	border:Solid 1px Silver;
}


.hovermenu table
{
	margin-top:2px;
	margin-bottom:2px;
	margin-left:10px;
	width:710px;
	 float :left ;
}

.hovermenu table tr{
font: bold 13px arial;
height: 30px;
text-align:center;

}

.hovermenu table tr td
{
	background-color:#C4C2C4;
	text-align:center;
	vertical-align:middle;
	color:Black;
	border-right:Solid 1px #CCC;
}
.hovermenu table tr td:Hover
{
	background-color: #7E7A7E;
	color: White;
}

.hovermenu table tr td a
{
text-decoration: none;
color:Black;
text-align:center;

}
.hovermenu  table tr td a:hover{
height:30px;
width:150px;
font-weight:bolder;
color:White;

}
.searchimg
{
 height :22px;
 width :25px;
}
