html, body, div, p, table, tr, td, p{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
}

body{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	text-align: center;
	background-image: url('../../img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #515151;
}

.page{
	width: 760px;
	margin: auto;
}

	.header{
		background-image: url('../../img/header.jpg');
		height: 202px;
	}

	.menu{
		background-image: url('../../img/menu-bg.jpg');
		height: 40px;
		text-align: center;
		margin: 0px;
		padding: 0px;
	}

	.content{
		background-image: url('../../img/page-bg.jpg');
		background-repeat: repeat-y;
		text-align: left;
		padding-left: 25px;
		padding-right: 25px;
	}

	.footer{
		height: 96px;
		background-image: url('../../img/footer.jpg');
	}

	.footer div {
		color: #666666;
	}

	.footer div a {
		color: #666666;
		font-size: 12px;
		text-decoration: none;
	}

	a img{
		border: 0px;
	}

	a {
		font-size: 12px;
		font-weight: bold;
		color: #063553;
		text-decoration: none;
	}

	a:hover{
		text-decoration: underline;
	}


	h1{
		color: #AD0000;
		font-size: 14px;
		font-weight:bold;
		margin:4px;
		margin-left:10px;		
	}

	h2{
		color: #AD0000;
		font-size: 12px;
		font-weight:bold;
		margin:4px;
		margin-left:10px;
	}


	.err{
		color: #D20001;
		font-size: 11px;
		font-weight: bold;
	}

	.ok{
		color: #006C00;
		font-size: 11px;
		font-weight: bold;
	}

	.left{
		text-align:left;
	}
	.center{
		text-align:center;
	}
	.right{
		text-align:right;
	}
	.border{
	  border:1px solid #ff0000;
	}


	.btn{
		background-image: url('../../img/btn.jpg');
		background-repeat: repeat-x;
		height: 28px;
		color: white;
		font-weight: bold;
		font-size: 12px;
		line-height: 28px;
		border: 1px;
	}

	.hint{
		color: #515151;
		font-size: 10px;
		font-weight: bold;
	}




/*menu start */
.chromestyle{
	margin-left:0px;
	margin-right:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	width: 700px;
	text-align: center; /*set value to "left", "center", or "right"*/
	margin: 0px 0px 0px 0px;
	height:34px;
	line-height:32px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font-family: Verdana, Arial, Tahoma;
font-weight: bold;
font-size: 12px;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
	background: url(../../img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	font-weight: bold;
	text-decoration: underline;
	color: #FFFF63;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	text-align: left;
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:13px;
	z-index:100;
	background-color: white;
	width: 170px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #B60000;
	color: #FFFF63;
}


.table{
	font-size:11px;
	border: 1px solid #A23B3C;
}

.tr0{
	background-color:#fff;
	font-size:11px;
	padding-left:2px;
}

.tr1{
	background-color:#eee;
	font-size:11px;
	padding-left:2px;
}


.table tr th{
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
	background-repeat: repeat-x;
	background-image: url(../../img/table-th.jpg);
	color: white;
}

.tdHeader{
	font-weight:bold;
	color:#fff;
	background-color:#022F82;
	text-align:center;
	height:25px;
}

.w200{
	width:200px;
}

.boxMyProfile{
	border: 1px solid #aaa;
	margin-top: 10px;
	padding: 10px;
}
