/*
 *
 * MHPD Default Style Sheet
 *
 */

/******************
 * GENERAL STYLES *
 ******************/

body {
	background-color: #374FAF;
	/*background-color: #4B5370;*/
	text-align:left;
}

.module_title {
	color: #FFFFFF;
	font-size: 18px;
}

.module_logo {
	background: url("mhpd_logo.gif") left top no-repeat;
	width: 200px;
	height: 44px;
}



/*****************
 * BORDER STYLES *
 *****************/
.main_bottom {
	background: url("main_bottom.jpg") repeat-x;
	height: 11px;
}

.main_bottom-left {
	background: url("main_bottom-left.jpg") left top no-repeat;
	width: 10px;
	height: 11px;
}

.main_bottom-right {
	background: url("main_bottom-right.jpg") left top no-repeat;
	width: 11px;
	height: 11px;
}

.main_left {
	background: url("main_left.jpg") repeat-y;
	width: 10px;
	/*height: 7px;*/
}

.main_right {
	background: url("main_right.jpg") repeat-y;
	width: 11px;
	/*height: 8px;*/
}

.main_top {
	background: url("main_top.jpg") left top no-repeat;
	width: 10px;
	height: 12px;
}

.main_top-left {
	background: url("main_top-left.jpg") left top no-repeat;
	width: 10px;
	height: 12px;
}

.main_top-right {
	background: url("main_top-right.jpg") left top no-repeat;
	width: 11px;
	height: 12px;
}

.main_head_top-left {
	background: url("main_head_top-left.gif") left top no-repeat;
	width: 10px;
	height: 16px;
}

.main_head_top-center {
	background-color: #B81118;
	/*background-color: #6A4748;*/
}

.main_head_top-right {
	background: url("main_head_top-right.gif") left top no-repeat;
	width: 11px;
	height: 16px;
}

/***************************
 * TEMPLATE CONTENT STYLES *
 ***************************/
 
.template_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}

.template_ol {
	list-style-type: decimal;
	padding-left:1em;
	margin-left:16px;
	margin-top:0;
	padding-top:0;
}

.template_li_n {
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}

.template_ul {
	padding-left:0em;
	margin-left:16px;
	margin-top:0;
	padding-top:0;
}

.template_li {
	list-style: url(bullet.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}



/**************
 * TAB STYLES *
 **************/

#tab_top a {
	background: url("mhpd_tabs_left.gif") left top no-repeat;
	text-decoration: none;
	padding-left: 8px;
}

#tab_top a span {
	background: url("mhpd_tabs_right.gif") right top no-repeat;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#tab_top a, #tab_top a span {
	display: block;
	float: left;
}

#tab_top a font {
	background: url("mhpd_tabs_center.gif");
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#tab_top a, #tab_top a span {
	float: none
}
/* End IE5-Mac hack */

#tab_top a:hover {
	color: #fff;
	background: url("mhpd_tabs_left_on.gif") left top no-repeat;
	text-decoration: none;
	padding-left: 8px;
}

#tab_top a:hover span {
	background: url("mhpd_tabs_right_on.gif") right top no-repeat;
	padding-right: 8px;
}

#tab_top a:hover font {
	background: url("mhpd_tabs_center_on.gif");
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	height:24px;
}

#tab_top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tab_top li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#tab_top #current a {
	color: #fff;
	background: #FFF url("mhpd_tabs_left_on.gif") left top no-repeat;
	text-decoration: none;
	padding-left: 8px;
}

#tab_top #current a span {
	background: #FFF url("mhpd_tabs_right_on.gif") right top no-repeat;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#tab_top #current a font {
	background: #FFF url("mhpd_tabs_center_on.gif");
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	height:24px;
	padding: 2px;
}
