@import url(solparmenu.css);
@import url(jdmenu.css);

/*===================================================*/
/*   Global Desing Elements override DNN default     */
/*===================================================*/
*
{
	margin: 0;
	padding: 0;
}

/* fix IE6 horizantial scroll bug */
html
{
	overflow-y: scroll;
	overflow-x: hidden;
}

body
{
	font-family: Arial,Helvetica,sans-serif;
	background: #FFFFFF url(bg.gif);
	min-width: 770px;
	text-align: center;
}

h1, h2, h3
{
	color: #FF9900;
	font-size: 13px;
}

ul li {
list-style-type:none;
}

img
{
border: none;
}

/*========================================================*/
/*     Layout Design Elements                             */
/*========================================================*/
/*-- Common position style      
     Use the combination of these style 
	 postion element             --*/
.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}
/*-- Most outer background wrapper --*/
#backgroundwraptop
{
	background: url(images/all_bg.jpg) left top repeat-x #d9f1ff;
	position: relative;
	min-width: 1000px;
	min-height: 100%;
}
#backgroundwraperbottom
{
	background: url(images/all_top.jpg) center top no-repeat;
}

.logo_h
{
	min-height: 55px;
	float: left;
}
.skinuser
{
	float: right;
	padding-top: 37px;
	margin-right: 10px;
}

.skinmenu
{
	height: 36px;
}

.banner_bg
{
	min-height: 193px;
	background: url(images/banner_bg.jpg) no-repeat 0 0px;
	background-color:#FFFFFF;
	margin-left: 4px;
	margin-right: 4px;

	padding-left: 620px;
}





/*-- Outer DIV wrapper           --*/.outerwrapper
{
	background: transparent;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

/*-- Provide a drop shadow for content pane                  --*/
.contentouterwrapper
{
	background: url(images/content_l.png) left top repeat-y;
}
.contentinnerwrapper
{
	background: url(images/content_r.png) right top repeat-y;
}

.maincontent
{
	margin-left: 4px;
	margin-right: 4px;
	min-height: 400px;
	background-color: #F7FAFC;
	padding: 8px;
}


/* TIPS: user overflow:hidden for each pane 
    to prevent content expand pane */
/*-- Right Pane                   --*/
.pane01
{
	width: 200px;
	margin-top: 5px;
}


/*-- Outer Wrapper for left part--*/
.wrapper01
{
	width: 668px;
	margin-top: 5px;
	overflow:hidden;
}

.wrapper01 .pane07
{
	width: 100%;
}

.wrapper01 .pane02
{
	width: 200px;
}

.wrapper01 .pane03
{
	width: 460px;
}



.wrapper01 .pane04
{
	width: 100%;
}

.wrapper01 .pane02A
{
	width: 330px;
	padding-top: 5px;
}

.wrapper01 .pane05
{
	width: 330px;
	padding-top: 5px;
}

.wrapper01 .pane06
{
	width: 330px;
	padding-top: 5px;
}

/*-- Container for hold friend links --*/
.firendlinks
{
	width: 100%;
}

/*-- Footer part on the bottom   --*/.footerwrapper
{
	height: 90px;
	background: url(foot_bg.gif) #f7fafc repeat-x left top;
	text-align: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
	line-height: 20px;
}

.footerwrapper td
{
	font-size: 12px;
}



/*-- Copyright on the center of footer --*/
span.COPYRIGHTobject
{
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
}




.skinobject
{
	color: #695547;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	text-decoration: none;
}


.LoginArea
{
	background-color: #8B7A70;
	border-top: 1px solid #FFFFFF;
	width: 100%;
	height: 62px;
	text-align: center;
}



.LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active
{
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.LOGIN_object:hover
{
	color: Yellow;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active
{
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.USER_object:hover
{
	color: Yellow;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* Style for second level link in left culume */
ul.second_level_link
{
	list-style-type: none;
	text-align: right;
}

ul.second_level_link li
{
	padding: 3px 20px 3px 0;
	border-bottom: dotted 1px #999999;
	background: url(http://www.nhrdc.cn/images/arrow.gif) no-repeat center right;
}
