/* ---------------------------------------------------------------------------------------------------*/
/* CSS styles for Poseidon
/* Author	: Chaminda Subasinghe
/* Date		: 31 January 2007
/* ---------------------------------------------------------------------------------------------------*/

body{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	border: 0;
	padding: 0;
	text-align: center;
	background-color: #F1DCC8;
	width: 795px;
}

/* ---------------------------------------------------------------------------------------------------*/
/* Styles for Tables
/* ---------------------------------------------------------------------------------------------------*/

#tbl_Container{
	background-color: #ffffff;
}

#tbl_ContainerLeftCol{
	background-image: url(../images/MHWR_10_NavBck.jpg);
	background-repeat: repeat-y;
}

#tbl_Nav{
	
	
}
#tbl_Footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	background-color: #315ED0;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #FFA757;
}

#tbl_Footer a{
	color: #ffffff;
	text-decoration:none;
}

#tbl_Footer a:hover{
	text-decoration:underline;
}
/* ---------------------------------------------------------------------------------------------------*/
/* Styles for Content
/* ---------------------------------------------------------------------------------------------------*/
#Content_Wrapper{
	padding-bottom: 27px;
	padding-left: 11px;
	padding-right: 27px;
}
#tbl_Content{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color: #000000;
	text-align:justify;
}
#tbl_Content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	text-align: left;
	color: #CF7226;
	padding-bottom: 4px;
	border-bottom: 1px solid #FF9230;
}
#tbl_Content h2{

	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	color:#0066CC;
	margin: 0px;

	/*
	background-image: url(/images/Spanner01.gif);
	text-indent: 52px;
	height:50px;
	background-repeat: no-repeat;
	*/
}

#tbl_Captions{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-align: left;
	color: #000000;
	width: 175px;
	padding-left: 15px;
}
.Caption_Title{
	font-style:italic;
}
.Caption_Header{
	font-size:small;
	color: #CF7226;
}
.frmTextField{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;	
}

#tbl_Content ul{
	margin-top: 2px;
	
	margin-left: -5px;
	/* Hide from IE-Mac \*/
	margin-left: -25px;
	/* End hide */
	#margin-left: 18px; /*Hack - Applies to IE 7 */
	_margin-left: 18px;/* Hack - Applies to IE browsers 6.0 and older*/	
}
#tbl_Content li{
	text-align:left;
	/*list-style-image:url(/images/BulletBlue.gif);*/
		margin-top: 5px;
}

.LC_Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-align:	center;	
}

/* ---------------------------------------------------------------------------------------------------*/
/* Styles for Button Roll over - Normal
/* ---------------------------------------------------------------------------------------------------*/

.Btn_Rollover a {
	display: block;
	width: 175px;
	height: 27px; 
	padding-top: 15px;
	padding-left: 25px;
	font: bold 13px sans-serif;
	color: #ffffff;
	background: url(../images/MHWR_10_MenuBtn_Normal.jpg) no-repeat 0 0;
	text-decoration: none;
	text-align: left;
}
.Btn_Rollover a:hover {
	background: url(../images/MHWR_10_MenuBtn_Hover.jpg) no-repeat 0 0;
	color: #ffffff;
}
.Btn_Rollover a:active {
	background: url(../images/MHWR_10_MenuBtn_Selected.jpg) no-repeat 0 0;
	color: #000000;
}

/* ---------------------------------------------------------------------------------------------------*/
/* Styles for Buttons - Selected
/* ---------------------------------------------------------------------------------------------------*/
.Btn_Selected a {
	display: block;
	width: 175px;
	height: 27px; 
	padding-top: 15px;
	padding-left: 25px;
	font: bold 13px sans-serif;
	color: #000000;
	background: url(../images/MHWR_10_MenuBtn_Selected.jpg) no-repeat 0 0;
	text-decoration: none;
	text-align: left;

}

/* ---------------------------------------------------------------------------------------------------*/
/* Styles for List
/* ---------------------------------------------------------------------------------------------------*/

#Header_List{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-align: left;
	padding-left: 95px;
	margin: 0;
	line-height: 12px;
	padding-top: 15px;
	
}