
/*****************************************************************************
New Header
*****************************************************************************/
#loading_updating {
	position: absolute;
	width: 70px;
	text-align: center;
	top: 0;
	right: 0;
	padding: 5px 10px 5px 10px;
	background: #008ee8;
	color: #fff;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#header_strip {
	padding-bottom: 6px;
	padding-top: 3px;
}

#leaderboard_container {
	width: 950px;
	/* height: 90px; */
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#header_nav {
	width: 950px;
	margin: 0 auto;
	height: 45px;
	padding-top: 15px;
	position: relative;
	/* padding-bottom: 12px; */
}

#header_nav_inner {
	width: 950px;
	height: 45px;
	background: url(../images/header_nav_bg.png) no-repeat;
}

#header_nav h1#salam_logo {
	width: 130px;
	height: 45px;
	display: block;
	position: relative;
	z-index: 99999;
}

#header_nav h1#salam_logo a {
	width: 130px;
	height: 45px;
	display: block;
	background: url(../images/salam_logo.gif) no-repeat;
	position: relative;
	z-index: 5000;
}

#header_nav h1#salam_logo a:hover {
	background-position: 0 -45px;
}




.header_nav_right {
	float: right;
	width: 300px;
	padding: 10px 21px 0 0;
	position: relative;
	z-index: 12;
	border: 0px solid red
}



/*****************************************************************************
New Header: Login / Signup
*****************************************************************************/

#header_nav .action_nav div.button_expand {
	margin: 0 0 0 10px;
}

#header_login_signup {
	float: right;
}

#header_nav_signup a, #header_nav_login a {
	background: #dbe5ea url(../images/button_expand_nav.png) no-repeat;
	color: #008ee8;

}

#header_nav_signup a span, #header_nav_login a span {
	background: #dbe5ea url(../images/button_expand_nav_right.png) no-repeat;
}

#header_nav_signup a:hover, #header_nav_login a:hover, #header_nav_signup a:hover span, #header_nav_login a:hover span {
	background-color: #008ee8;
	color: #FFFFFF;
}


/*****************************************************************************
New Header: Search
*****************************************************************************/



/*****************************************************************************
New Header: Logged In
*****************************************************************************/

#header_loggedin_container {
	float: right;
	height: 25px;
	width: 50px;
	margin-left: 10px;
	position: relative;
	z-index: 99999;
}

.header_loggedin {
	display: block;
	height: 25px;
	width: 25px;
	float: left;
	background: #ccc url(/_images_new/header_profile_link.gif) no-repeat;
}

#header_profile_link {
	position: relative;
}

.header_profile_link_overlay {
	background: url(../images/header_profile_link_overlay.png) no-repeat;
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 0;
	left: 0;
}


/*****************************************************************************
New Header: Dashboard Link and Dropdown
*****************************************************************************/


#dashboard_link_dropdown_container {
	width: 100%;
    position: absolute;
	top: 50px;
	right: 0;
	z-index: 500000;
}

#dashboard_link_dropdown {
	width: 950px;
	margin: auto;
}

#dashboard_link_dropdown_list {
	float: right;
	background: #1a1a1a;
	padding: 15px 10px 10px 10px;
	/* margin-right: 20px; */
	display: inline;
	border: 1px solid #141414;
	border-top: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	position: relative;
}


#dashboard_link_dropdown_iframe {
	width: 950px;
	height: 150px;
	position: absolute;
	border: none;
	z-index: -1;
	top: 0;
	margin: auto;
	filter:mask();
}

#header_dashboard_link {
	background: #ccc url(../images/header_dashboard_link.gif) no-repeat;
}

#header_dashboard_link:hover {
	background-position: 0 -25px;
}

.dashboard_link_dropdown_item {
	margin-bottom: 2px;
	width: auto !important;
	width: 300px;
}

.dashboard_link_dropdown_item a {
	display: block;
	padding: 3px 10px;
	text-align: right;
	color: #eee;
	z-index: 5000;
	position: relative;
}

.dashboard_link_dropdown_item a span {
	color: #999;
	letter-spacing: 0;
}

.dashboard_link_dropdown_item a:hover {
	background: #222;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	color: #fff;
}


/*****************************************************************************
Action Nav / Button Expand
*****************************************************************************/



.action_nav {
	height: 25px;
}

ul.action_nav {
	padding-top: 0;
}

.action_nav li, .action_nav div.button_expand {
	float: left;
	height: 25px;
	display: inline;
	margin: 0 8px 0 0;
}

.action_nav.align_right li {
	float: right;
	margin: 0 0 0 8px;
}

.button_expand a {
	padding: 6px 8px 0 8px;
	height: 19px;
	float: left;
	display: block;
	background: #ddd url(../images/button_expand.png) no-repeat;
	position: relative;
	font-size: 10px;
	color: #555;
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-weight: bold;
	line-height: auto;
	z-index: 10;
}

.button_expand a span {
	display: block;
	width: 5px;
	height: 25px;
	background: #ddd url(/_images_new/button_expand_right.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 6px !important;
	right: -1px !important;
}

.action_nav.small {
	height: 18px;
}

.action_nav.small li {
	height: 18px;
}

.button_expand a:hover, .button_expand a:hover span {
	background-color: #ccc;
	text-decoration: none;
	color: #333;
} 

.button_expand.colored a, .button_expand.colored a span {
	background-color: #008ee8;
	color: #fff;
}

.button_expand.colored a:hover, .button_expand.colored a:hover span {
	background-color: #007dcf;
	text-decoration: none;
	color: #fff;
}

.button_expand.colored a.selected, .button_expand.colored a.selected span {
	background-color: #333;
	color: #fff;
}

.button_expand.colored a.selected:hover, .button_expand.colored a.selected:hover span {
	background-color: #111;
	color: #fff;
}





/*****************************************************************************
Footer
*****************************************************************************/

div.footer_list h4 {
	margin: 0 0 7px 0px;
	display: block;
	font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #666;
}

div.footer_list {
	float: left;
	width: 205px;
	margin: 20px 0 0 20px;
	display: inline;
}

div.footer_list ul {
	margin-bottom: 10px;
}

div.footer_list ul li {
	margin: 5px 0 0px 0px;
	clear: left;
	padding-bottom: 1px;
}

div.footer_list ul li a {
	color: #aaa;
	border: none;
	text-decoration: none;
}

div.footer_list ul li a:hover {
	text-decoration: underline;
	color: #008ee8;
}

div#footer_container {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 30px;
}

div#megaboard_ad_container {
	background: #0c0c0c;
	margin: 0 auto;
}

div#megaboard_ad {
	width: 950px;
	margin: 0 auto;
}

div#footer_links_container {
	width: 950px;
	background: #1a1a1a;
	padding-bottom: 20px;
}

div#footer {
	background: url(../images/footer.png) no-repeat;
	display: block;
	width: 950px;
	height: 39px;
	clear: left;
}

a#footer_logo {
	background: transparent url(../images/footer_logo.gif) no-repeat;
	position: relative;
	z-index: 5;
	display: block;
	height: 38px;
	margin: 0 0 0 14px;
}

a:hover#footer_logo {
	background-position: 0 -38px;
}


/*****************************************************************************
Footer: Profile Jump
*****************************************************************************/

div#profile_jump {
	background: #fff url(../images/page_gradient.gif) repeat-x;
    height: 48px;
	margin: 0 1px 0 1px;
}

div#profile_jump_container {
    background: url(../images/profile_jump.gif) no-repeat 0px 21px;
	height: 48px;
	width: 360px;
	margin: 0 auto;
	padding-left: 120px;
}

div#profile_jump_container select {
	width: 300px;
	float: left;
	margin: 14px 0 0 0px;
}

div#profile_jump_container input {
	float: left;
	margin: 8px 0 0 8px;
}

/*****************************************************************************
Footer: Band Promo
*****************************************************************************/

div#profile_jump {
	background: #fff url(../images/page_gradient.gif) repeat-x;
    height: 48px;
	margin: 0 1px 0 1px;
}

div#profile_jump_container {
    background: url(../images/profile_jump.gif) no-repeat 0px 21px;
	height: 48px;
	width: 360px;
	margin: 0 auto;
	padding-left: 120px;
}

div#profile_jump_container select {
	width: 300px;
	float: left;
	margin: 14px 0 0 0px;
}

div#profile_jump_container input {
	float: left;
	margin: 8px 0 0 8px;
}

#footer_band_promo {
	float: left;
	margin-right: 20px;
	width: 160px;
	height: 90px;
	display: block;
	zoom: 1;
	position: relative;
}

#footer_band_promo_link {
	display: block;
	width: 160px;
	height: 90px;
	color: #fff;
}

#footer_band_promo_link img {
	display: block;
}

#footer_band_promo_name {
	padding: 6px 10px 0 10px;
	width: 140px;
	height: 17px;
	display: block;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/_images/trans.png);
	font-size: 10px;
	zoom: 1;
}

#footer_band_promo_tag {
	position: absolute;
	width: 160px;
	height: 15px;
	display: block;
	top: 0;
	left: 0;
	background: url(/_images/footer_band_promo_tag.png) no-repeat;
}

#footer_band_promo a:hover, a:hover #footer_band_promo_name {
	text-decoration: underline;
}

#footer_band_promo_name_inner {
	width: 140px;
	overflow: hidden;
}

#footer_band_promo_name_inner p {
	width: 140px;
	line-height: 100%;
	zoom: 1;
	height: 17px;
	margin-bottom: 0;
	padding-bottom: 0;
}


/*****************************************************************************
Footer: Debug Footer & Host Name
*****************************************************************************/

div#host_name {
	width: 910px;
	padding: 20px;
	background: #333;
	font-size: 18px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	margin: 0 auto;
	color: #fff;
}

div#debug_footer {
    display: block;
    width: 910px;
    margin: 0 auto 50px auto;
    background: #ddd;
    padding: 20px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	overflow: scroll;
}

/*****************************************************************************
Remove After Global New goes in
*****************************************************************************/

#page_container, .page_container {
	font-family: "Lucida Grande", Arial, Sans-serif;
	background: #fff url(../images/page_bg.gif) repeat-y;
	zoom:1;
}

.page_gradient {
	background: #fff url(../images/page_gradient.gif) repeat-x;
}

.page_sub_body {
	padding: 20px;
	margin: 0 1px 0 1px;
	border-bottom: 1px solid #d7d7d7;
	zoom: 1;
	text-align: left;
}

/*****************************************************************************
Profiles: Persistent Box
*****************************************************************************/



#persistent {
	padding-left: 20px;
	height: 35px;
}

/*****************************************************************************
IE PNG FIX
*****************************************************************************/

* html #header_above_nav {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/transparent_50_percent.png', sizingMethod='crop');
}

* html #header_nav_inner {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_nav_bg.png', sizingMethod='scale');
}

* html #header_nav_signup a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/button_expand_nav.png', sizingMethod='crop');
}

* html #header_nav_login a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/button_expand_nav.png', sizingMethod='crop');
}

* html #header_nav_signup a span {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/button_expand_nav_right.png', sizingMethod='crop');
}

* html #header_nav_login a span {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/button_expand_nav_right.png', sizingMethod='crop');
}

* html .header_profile_link_overlay {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_profile_link_overlay.png', sizingMethod='scale');
}

* html div#footer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer.png', sizingMethod='image');
}

* html span#footer_band_promo_name {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/trans.png', sizingMethod='scale');
}

* html span#footer_band_promo_tag {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/footer_band_promo_tag.png', sizingMethod='scale');
}



* html .button_expand a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/button_expand.png', sizingMethod='crop');
}

* html .button_expand a span {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images_new/button_expand_right.png', sizingMethod='crop');
}

* html .button_expand.small_button a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images_new/button_expand_small.png', sizingMethod='crop');
}

* html .button_expand.small_button a span {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images_new/button_expand_small_right.png', sizingMethod='crop');
}


<!------------------->


#userdisplayname {border: 1px solid red; float: left; width: 580px; text-align: left; margin-top: 6px;font-size: 15px; font-weight: bold; text-transform: uppercase;}
.userdisplayname {border: 1px solid red; float: left; width: 580px; text-align: left; margin-top: 6px;font-size: 15px; font-weight: bold; text-transform: uppercase;}

.more {
    float: right;
    display: block;
    font-size: 11px;
    line-height: 14px;
    padding-right: 18px;
    margin-left: 9px;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: right top;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#noobWelcome {
background-color: #ededed;
border: 1px solid #dddee2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 8px 5px 1px 5px;
}

#ajax_status {
	}
	
#ajax_status small {

	}