@charset "utf-8";
html,body { padding:0;margin:0;}
body, div, p, a, input, h1, h2, h3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
body { 
	background-image: url('../../../images/layout/page_grey_bg.gif');
	text-align: center;
}
#wm_page {
	width: 1010px;
	margin: 5px auto;
	background-color: #ffffff;
	text-align: left;
}

#wm_page_header {
	margin:0;
	padding:0;
	position: relative;
	height:41px;
	clear:both;
}

#wm_page_header h1.logo {
	position: absolute;
	text-indent: -3000px;
	height: 73px;
	width: 288px;
	background-image: url('../../images/layout/header_logo2.gif');
	background-repeat: no-repeat;
	top: 14px;
	right:10px;
}

#wm_page_border_top {
	width: 100%;
	height: 8px;
	background-image: url('../../images/layout/page_grey_bg_top.gif');
	background-repeat: no-repeat;
	line-height: 0px;
	font-size:0px;
	margin:0;
	padding:0;	
}

#wm_page_border_bottom {
	width: 100%;
	height: 8px;
	background-image: url('../../images/layout/page_grey_bg_bottom.gif');
	background-repeat: no-repeat;
	line-height: 0px;
	font-size:0px;
	margin:0;
	padding:0;
}

#wm_page_inner {
	background-image: url('../../images/layout/header_background.gif');
	background-repeat: no-repeat;
	height: 100%;
	width: 990px;
	margin: 0 15px;
	
}

#wm_page_left_content {
	margin-top: -1px;
	background-image: url('../../images/layout/main_content_repeat_border.gif');
	height: 100%;
	width: 678px;
	float:left;
}

#wm_page_left_content div.wm_page_left_content_content {
	background-image: url('../../images/layout/content_background.gif');
	background-repeat: no-repeat;
	height: 100%;
	padding:24px 14px 4px 12px;
}
#wm_page_left_content div.wm_page_left_content_bottom {
	background-image: url('../../images/layout/main_box_footer.gif');
	background-repeat: no-repeat;
	height: 26px;
	padding:0; 
	margin:0;
}

#wm_page_footer {
	clear: left;
	margin-top: 20px;
	text-align: center;
}

/* Right Content*/
#wm_page_right_content {
	width:300px;
	overflow:hidden;
	padding-left:4px;
	top:0px;
}

#wm_login_box {
	width:295px;
	height:143px;
	background-image: url('../../images/layout/login_box.gif');
	background-repeat: no-repeat;
	margin-top:53px;
	margin-left:3px;

}
#wm_login_box h3 {
	font-weight:bold;
	height:23px;
	width:295px;
	line-height: 22px;
	text-indent: 12px;
	margin-top:0px;
	font-size:11px;
}

/* Navigation Top */
div.wm_menu {
	padding-top: 18px;
	padding-left:6px;
	height:23px;
}

ul.wm_menu {
	height:23px;
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.wm_menu li{
	position: relative;
	height:23px;
	float:left;
	padding:0;
	margin:0;
	margin-left: 1px;
	margin-right: 1px;

}

.wm_menu_active {
	background-image: url('../../images/layout/active_menu_repeat.gif');
	height:23px;
}
.wm_menu_active a {
	font-weight:bold;
}
.wm_menu_inactive {
	background-image: url('../../images/layout/inactive_menu_repeat.gif');
	height:22px;
}

ul.wm_menu li a {
	line-height:23px;
	margin: 0 8px;
	text-decoration:none;
}
.wm_menu_border_left {
	position: absolute;
	display: block;
	width:8px;
	height:22px;
	top:0px;
	left:0px;
	line-height:0px;
	font-size:0px;
	background-repeat: no-repeat;
}

.wm_menu_active_left {
	background-image: url('../../images/layout/active_menu_left.gif');
	height: 23px !important;
}

.wm_menu_inactive_left {
	background-image: url('../../images/layout/inactive_menu_left.gif');
}

.wm_menu_border_right {
	position:absolute;
	display: block;
	width:8px;
	height:22px;
	top:0px;
	right:0px;
	line-height:0px;
	font-size:0px;
	background-repeat: no-repeat;
}

.wm_menu_active_right {
	background-image: url('../../images/layout/active_menu_right.gif');
	height: 23px !important;
}

.wm_menu_inactive_right {
	background-image: url('../../images/layout/inactive_menu_right.gif');
}

/*300px box*/
div.wm_small_box {
	margin-left:3px;
	width:295px;
	background-image:url(../../images/layout/box_repeat.gif);
}
div.wm_small_box h3 {
	background-image:url(../../images/layout/box_header.gif);
	font-weight:bold;
	height:23px;
	width:295px;
	line-height: 22px;
	text-indent: 12px;
	margin-top:0px;
	font-size:11px;
}
div.wm_small_box span {
	margin-left:20px;
	width:295px;
}
div.wm_small_box div.wm_small_box_footer {
	width:295px;
	height:14px;
	background-image:url(../../images/layout/box_footer.gif);
	background-repeat: no-repeat;
	line-height: 0px;
	font-size:0px;
	margin:0;
	padding:0;
}
div.wm_small_box div.wm_small_box_content {
	padding: 0px 15px;	
}

/*665px box*/
div.wm_big_box {
	width:654px;
}
div.wm_big_box span {
	margin-left:20px;
	width:665px;
}
div.wm_big_box h3 {
	background-image:url(../../images/layout/blue_line.gif);
	background-repeat:repeat-x;
	width:654px;
	margin-top:0px;
}
div.wm_big_box h3 span {
	background-color:#fff;
    margin:0;
	padding: 0 5px 0 0;
    font-size:14px;
    font-family: Trebuchet MS, Tahoma, Arial, serif;
	font-weight:bold;
}
div.wm_big_box div.wm_big_box_footer {
	width:654px;
	height:30px;
	line-height: 0px;
	font-size:0px;
	margin:0;
	padding:0;
}
div.wm_small_box div.wm_big_box_content {
	padding: 0px 15px;	
}

/* login button */
.login_btn {
	background-image: url(../../images/layout/login_button.gif);
	background-repeat: no-repeat;
	width: 52px;
	height: 20px;
	border: 0;
	cursor: pointer;
}

/*content ad*/
#wm_contentad {
	width:300px;
	height:250px;
}
#wm_contentad_top {
	width:300px;
	height:250px;
	margin-top:53px;
}

.portal_signup_container1 {
	width:265px;
	margin-left:18px;
}
