/* Default CSS Stylesheet for a new Web Application project */

*
{
}

BODY
{
	font-size: 11px;
	color: black;
	font-family: Tahoma; /*filter: alpha(opacity=40);*/
}

.PersonalHeader
{
	height: 20px;
	margin-bottom: 5px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	background-color: #656565;/*#2E4D7B;*/
}

.PersonalDetail
{
	padding: 1px;
	border: solid 1px #8a8a8a; /*lightblue;*/
	background-color: #dddddd; /*aliceblue;*/
	font-size: 11px;
	color: black;
	width: 100%;
}

.PersonalTable
{
	padding: 1px;
	margin-bottom: 5px; /*border: solid 1px lightblue;*/
	background-color: #dddddd; /*aliceblue;*/
	font-size: 11px;
	color: black;
	width: 100%;
}

.Extra
{
	padding: 5px;
	border: solid 1px #8a8a8a; /*lightblue;*/
	background-color: #dddddd; /*aliceblue;*/
	font-size: 11px;
	color: black;
	width: 100%;
	text-align: left;
	height: 70px;
}

.textbox
{
	border: 1px solid #8a8a8a; /*#deb887;*/
	font-size: 11px;
	color: black;
}

.button
{
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	color: #fff;
	border: 0px;
	font-family: Tahoma;
	background-color: #000; /*#2e4d7b;*/
	height: 19px;
}

.Grid
{
	font-size: 11px;
	border:1px solid #deb887;
}
.GridHeader
{
	font-size: 11px;
	background-color: #336600;
	color: #fff;
	font-weight: bold;
	height: 22px;
}

.Header
{
	background: url(Images\register-top.jpg) center center;
	width: 100%;
	height: 126px;
	border: 1px solid #8a8a8a;
}
.Advert
{
    background: url(Images\banner_img.jpg) center center;
	width: 741px;
	height: 192px;
	border: 1px solid #8a8a8a;
}

.More
{
	font-size: 10px;	
}

.Footer
{
	background: url(Images\register-bottom.jpg) center center;
	width: 100%;
	height: 201px;
	border: 0px solid #8a8a8a;
}
