﻿/* JJY V 1.0 */

/* ======================================================== GLOBAL ==========================================================*/
* {
    margin: 0;
}

html, body{
height: 100%;
}

html, body, form, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family:Arial,Helvetica,sans-serif; /* user-defined : body_font */
	font-size:12px;/* user-defined : body_txt_size */
	color:#393939; /* user-defined : body_txtcolor */
	background-color:#FFF; /* user-defined : body_bgcolor */
    background-image:;/* user-defined : body_bgimage */
	background-repeat:no-repeat; /* user-defined : body_bgimage_repeat */
}

ul, button, .global_gloss, input, textarea, li.more, div.language{
	behavior: url(data/IEFixes.htc); /* cannot have (../data/IEFixes.htc) */
}

img.user{
padding-right: 15px;
}

input[type=text]:focus, input[type=text].focus, textarea:focus, textarea.focus, select:focus, select.focus{
color:#333;											/* USER DEFINED */		/* input_focus_txt_color */ 	/* color picker */
background-color:#feffd8;							/* USER DEFINED */		/* input_focus_bg_color */ 		/* color picker */
border-color:#0099CC;
}

a:link img.screenshot, a:visited img.screenshot{
padding:1px;
border:2px solid #eee;  /* user-defined : img_bordercolor */
}

a:focus img.screenshot, a:hover img.screenshot, a:active img.screenshot{
padding:1px;
border:2px solid #bbe7ef;;  /* user-defined : img_bordercolor_hover */
}

a.formbutton {
    background: transparent url('../images/panda/button_r.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 1.1em arial, sans-serif;
    height: 32px;
	margin-top:3px;
    margin-right: 6px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
}

a.formbutton span {
	color:#000;
    background: transparent url('../images/panda/button_l.gif') no-repeat;
    display: block;
    line-height: 26px;
    padding: 3px 3px 3px 47px;
	text-decoration: none;
}

a.formbutton:link, a.formbutton:visited, a.formbutton:active{
	text-decoration: none;
}
a.formbutton:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.formbutton:hover span {
	color:#333;
    background-position: bottom left;
    padding: 3px 3px 3px 47px; /* push text down 1px */
}

a.formbutton_back {
    background: transparent url('../images/panda/backbutton_r.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 1.1em arial, sans-serif;
    height: 32px;
	margin-top:3px;
    margin-right: 6px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
}

a.formbutton_back span {
	color:#000;
    background: transparent url('../images/panda/backbutton_l.gif') no-repeat;
    display: block;
    line-height: 26px;
    padding: 3px 3px 3px 26px;
	text-decoration: none;
}

a.formbutton_back:link, a.formbutton_back:visited, a.formbutton_back:active{
	text-decoration: none;
}
a.formbutton_back:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.formbutton_back:hover span {
	color:#333;
    background-position: bottom left;
    padding: 3px 3px 3px 26px; /* push text down 1px */
}


.centered, p.centered {
	text-align:center;
}
.txtright{
text-align:right;
}

.right {
	float:right;
}

.left {
	float:left;
}
.clear {
	clear:both;
}
.block{
display:block;
clear:both;
padding:0px;
}

input, textarea, select {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size:1em;
	line-height:1.3em;
	vertical-align:middle;
	color:#00;
}

h1 {
	font-size:1.4em;
	line-height:32px;
	color:#444; /* user-defined : title_txtcolor */
	float:left;
	padding-left: 1%;
	margin: 5px 0px;
}
h1 b {
	font-size:1.3em;
	color:#222; /* user-defined : title_txtcolor */
}
h2 {
	font-size:1.4em;
	line-height:30px;
	color:#444; /* user-defined : title_txtcolor */
}
h3 {
	font-size:1.2em;
	line-height:22px;
	color:#444; /* user-defined : title_txtcolor */
}

h6 { font-size:0.9em; }

.smallinfo{
font-size:1em;
font-weight:normal;
color:#555;
}

img {
	border:0px;
	vertical-align:middle;
}
.icon {
	margin-right:3px;
	vertical-align:middle;
}

.cfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow:hidden;
	clear: both;
	visibility: hidden;
}

.cfix {display: inline-table;}

/* Hides from IE-mac \*/
.cfix {height:1px;}
/* End hide from IE-mac */


/* ======================================================== FORM SIZE =========================================================*/
.large{width:270px;}

.bigger{width:230px;}

.big{width:150px;}

.med{width: 110px;}

.zwidth{width:100%;}

.xywidth{width:600px;}

.xxwidth{width:550px;}

.xlwidth{width:500px;}

.ywidth{width:420px;}

.lwidth{width:315px;}

.fwidth{width:220px;}

.eqwidth{width:205px;}

.ewidth{width:180px;}

.mwidth{width:165px;}

.nwidth{width:140px;}

.twidth{width:138px;}

.pwidth{width:120px;}

.powidth{width:110px;}

.owidth{width:100px;}

.swidth{width:80px;}

.xswidth{width:60px;}

.vxswidth{width:40px;}
.zxswidth{width:30px;}

.edit{
font-size:1em;
color:#555;
}

/* ======================================================== GLOBAL ==========================================================*/

.box{
	clear:both;
	border:0px;  /* user-defined : box_border_color */
	margin-top:5px;
	margin-bottom:25px;
}

.titlebox{
	clear:both;
	float:left;
	border-top: 2px solid #444;
	margin-bottom:25px;
	padding: 0px 0px;
}

.breadcrumbs{
font-family:"Lucida Sans Unicode", Arial;
color:#888;
font-size:1em;
margin-bottom:15px;
margin-left: 16px;
}

.breadcrumbs a:link, .breadcrumbs a:visited{
color:#888;
text-decoration:underline;
}
.breadcrumbs a:hover, .breadcrumbs a:active{
text-decoration:none;
}

.pagination{
	clear:both;
	width:98%;
	padding: 1%;
	height:22px;
	line-height:22px;
	font-family:"黑体", "宋体", "Arial Unicode MS";
	font-size:14px;
}

* html .pagination{
\width: 100%; /* for IE5 and IE6 in quirks mode */
w\idth: 98%; /* for IE6 in standards mode */
}


.paging a{
padding: 2px 5px;
font-weight:normal;
}
.paging a:link, .paging a:visited{
	color:#333;
	}

.paging a.activated{
font-weight:bold;
color:#fff;
background-color:#863C00;
}

.search_status{
padding-bottom: 5px;
font-size:1.2em;
color:#888; /* user-defined : smallinfo_color */
font-style:italic;
}

.search_status span{
color:#0071B6;
font-weight:bold;
}


.header{
	float:left;
	width:98%;
	font-size: 1.6em; 
	font-weight:bold;
	color:#111;  /* user-defined : header_txtcolor */
	background-color:transparent;  /* user-defined : header_bgcolor */
	height: auto;
	line-height:43px;
	padding: 0px;
	background-image:url(../images/panda/title_dotted.gif);
	padding-left:1%;
	padding-bottom:5px;
}

.RightHome_Content .header{
background-image:none;
font-size: 1.2em;
line-height:20px;
}

.RightHome_Content .header .right{
font-size: 0.85em;
}


.content{
width: 94%;
padding: 3%;
font-size:1.1em;
line-height:20px;
}

* html .content{
\width: 100%; /* for IE5 and IE6 in quirks mode */
w\idth: 94%; /* for IE6 in standards mode */
}

.header ul.button {
	font-size:1.2em;
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	float:right;
}

.header ul.button:after {
	content: ".";
	display: block;
	height: 0;
	overflow:hidden;
	clear: both;
	visibility: hidden;
}

.header ul.button li.tab {
	float:right;
	display:inline;
	margin:0;
	padding:0;
	font-size:0.65em;
	font-weight:normal;
	width:auto;
	border:0px;
	background-color:transparent;
	margin:0px 4px;
}

.header ul.button li.tab a {
	float:left;
	color:#bbb; /* user-defined : title_txtcolor */
	margin:0px;
	padding:0 3px 0 3px;
	text-decoration:none;
	background-color:transparent;
	background-position:0 -22px;
}
.header ul.button li.tab a span {
	float:left;
	display:block;
	color: #bbb; /* user-defined : maincol_tab_linkcolor */ 
	margin:0px;
	padding:0px 4px 0px 4px;
	text-decoration:none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.header ul.button li.tab a span {
	float:left;
	background-color:transparent;
	background-position:100% -22px;
}
/* End IE5-Mac hack */
.header ul.button li.tab a:hover span, .header ul.button li.tab a.hover span{
	color:#999; /* user-defined : maincol_tab_linkcolor_hover */
	background-color:transparent;
}
.header ul.button li.tab a:hover, .header ul.button li.tab a.hover {
	color:#fff; /* user-defined : maincol_tab_linkcolor_hover */
	background-position:0% -22px;
	text-decoration:none;
	background-color:transparent;
	cursor: pointer;
	cursor: hand;

}
.header ul.button li.tab a:hover span, .header ul.button li.tab a.hover span {
	background-position:100% -22px;
	text-decoration:none;
	background-color:transparent;
	cursor: pointer;
	cursor: hand;
}


.header ul.button li.activated {
	float:right;
	display:inline;
	margin:0;
	padding:0;
	font-size:0.65em;
	font-weight:bold;
	width:auto;
	border:0px;
	line-height:37px;
	background-color:transparent;
	border-bottom:3px solid #602b00;
	margin: 0px 4px;
}

.header ul.button li.activated a {
	float:left;
	margin:0px;
	padding:0 3px 0 3px;
	text-decoration:none;
	background-color:transparent;
}
.header ul.button li.activated a span {
	float:left;
	display:block;
	margin:0px;
	padding:0px 4px 0px 4px;
	color:#000; /* user-defined : maincol_tab_linkcolor */
	text-decoration:none;
}


.header .right{
color:#602B00;
font-size:0.7em;
}


.header .right select{
color:#602B00;
font-size:0.9em;
}

.header .right a{
color:#863C00;
}


.subtitle{
position:relative;
float:left;
display:block;
width: 93%;
font-size:1.1em;
font-weight:bold;
margin: 10px 8px 10px 8px;
padding-left: 25px;
height: 22px;
line-height:22px;
border-bottom:1px solid #ddd;
background-image:url(../images/panda/subtitle_arrow.gif); /* user-defined : subtitle_arrow */
background-position: bottom left;
background-repeat:no-repeat;
}

.subtitle a{
width: 100%;
height: 100%;
}

.subtitle .info {
position:absolute;
right:0;
top:0;
}

.expand{
color:#333; /* user-defined : subtitle_active_txtcolor */
background-position: bottom left;
}

.collapse{
color:#888; /* user-defined : subtitle_inactive_txtcolor */
background-position: top left;
}

.alertbox{
clear:both;
float:left;
width: 92%;
height:auto;
padding: 1% 2%;
background-color:#f4f4f4; /* user-defined : alertbox_bgcolor */
border: 1px solid #ddd; /* user-defined : alertbox_borderwidth, alertbox_borderstyle, alertbox_bordercolor*/
margin: 8px 0%;
font-size:11px;
}

* html .alertbox{
\width: 96%; /* for IE5 and IE6 in quirks mode */
w\idth: 92%; /* for IE6 in standards mode */
}

.uploadbox{
float:left;
width: 92%;
height:auto;
padding: 2%;
background-color:#f2f8fa; /* user-defined : sidebar_alt_bgcolor */
border: 1px solid #ddd; 
margin: 3px 1%;
}
* html .uploadbox{
\width: 96%; /* for IE5 and IE6 in quirks mode */
w\idth: 92%; /* for IE6 in standards mode */
}

.altbg{
background-color:#f8f8f8;
}

.altbg2{
background-color:#FFFFCC; /* default light yellow hilite */
}

.altbg3{
background-color:#CCFFCC; /* default light green hilite */
}


.uploadbar{
float: left;
width: 75%;
color:#0071b6; /* user-defined : sidebar_function_linkcolor */
line-height: 2em;
}

.uploadbar .bar{
width: 100%;
height:2px;
background-color:#0071b6;  /* user-defined : sidebar_header_bgcolor */
}

.uploadbox .info2{
float:left;
width: 75%;
margin-left:8px;
}

.uploadbox .info2 .r{
float:left;
width:510px;
font-size:1.3em;
margin: 1px 0px;
padding:2px 0px;
}

.uploadbox .info2 .r input{
font-size:0.9em;
font-style:normal;
padding:2px;
}

.uploadbox .info2 .r input.edit{
background-color:#FFFFCC;
}

.uploadbox .info2 .r input:focus, .uploadbox .info2 .r input.focus{
background-color:#fff;
}



.uploadbox .info2 .txt{
font-size:1.3em;
color:#888;
font-style:italic;
}

.correct{
font-size:0.9em;
color:#009900;
line-height: 1.2em;
font-weight:normal;
}

.Getown .error{
font-size:0.9em;
}

.error{
font-size:0.9em;
color:#e30000;
line-height: 1.2em;
font-weight:normal;
}

.time{
float:right;
font-style:italic;
font-size: 0.9em; 
color:#888; /* user-defined : smallinfo_color */
padding: 2px;
}

.thumb{
float:left;
display:block;
width: 60px;
}

.photothumb{
float:left;
display:block;
width: 90px;
}

.smallinfo{
color:#666; /* user-defined : smallinfo_color */
}

.functions{
width:auto;
padding: 6px;
text-align:right;
line-height:20px;
}

.functions:after {
content: ".";
display: block;
height: 0;
overflow:hidden;
clear: both;
visibility: hidden;
}

.functions a{
margin: 0px 5px;
}

ul.button {
	float:right;
	font-size:1.2em;
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.button:after {
content: ".";
display: block;
height: 0;
overflow:hidden;
clear: both;
visibility: hidden;
}

ul.button li.but {
	float:right;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:0.8em;
	width:auto;
	border:0px;
	height: 29px;
}

ul.button li.but a {
	float:left;
	background:transparent url(../images/panda/buttonleft.gif) no-repeat left top; /* user-defined : button_bg_color, button_image_left */
	color:#444; /* user-defined : title_txtcolor */
	margin:0;
	padding:0 3px 0 3px;
	text-decoration:none;
	background-color:#fff;
}
ul.button li.but a span {
	float:left;
	display:block;
	color:#444; /* user-defined : button_txtcolor */
	background: transparent url(../images/panda/buttonright.gif) no-repeat right top; /* user-defined : button_bg_color, button_image_right */
	padding:5px 15px 3px 12px;
	text-decoration:none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul.button li.but a span {
	float:none;
	color:#444; /* user-defined : button_txtcolor */
}
/* End IE5-Mac hack */
ul.button li.but a:hover span, ul.button li.but a.hover span{
	color:#fff; /* user-defined : button_txtcolor_hover */
	background-color:transparent;
}
ul.button li.but a:hover, ul.button li.but a.hover {
	background-position:0% -29px;
	text-decoration:none;
	background-color:transparent;
}
ul.button li.but a:hover span, ul.button li.but a.hover span {
	background-position:100% -29px;
	text-decoration:none;
	background-color:transparent;
}


a.actionbutton {
    background: transparent url('../images/panda/bigactionbutt_r.gif') no-repeat scroll top right;
	float: left;
    display: block;
    font: normal 0.7em arial, sans-serif;
    height: 35px;
    margin-right: 6px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
	cursor: pointer;
	cursor: hand;
	text-decoration:none;
}

a.actionbutton span {
	color: #fff;
	font-weight:bold;
    background: transparent url('../images/panda/bigactionbutt_l.gif') no-repeat;
    display: block;
    line-height: 25px;
    padding: 5px 4px 5px 18px;
	text-decoration: none;
	font-size:14px;
}

a.actionbutton:link, a.actionbutton:visited, a.actionbutton:active{
	text-decoration: none;
}
a.actionbutton:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration:none;
}

a.actionbutton:hover span {
	color: #fff;
	font-weight:bold;
    background-position: bottom left;
    padding: 5px 0px 5px 18px; /* push text down 1px */
}


.star{
font-size:0.9em;
font-style:italic;
color: #e30000;
}

.none{
display:none;
}


/* ===================================================== GLOBAL LINKS =======================================================*/
a:link, a:visited {
	color:#790042;
	text-decoration:none;
}
a:hover, a:active {
	color:#863c00;
	text-decoration:underline; 
}


a:link img.border, a:visited img.border{
padding:1px;
border:1px solid #ddd;  
}

a:focus img.border, a:hover img.border, a:active img.border{



padding:1px;
border:1px solid #9ec5e7;  
}

a.userlink:link, a.userlink:visited{
font-weight:bold;
color:#2a7674; 
text-decoration:none;
}
a.userlink:hover, a.userlink:active{
color:#555;/* user-defined : user_linkcolor_hover */
}

a.subjectlink:link, a.subjectlink:visited{
font-weight:bold;
color:#162d5c; /* user-defined : subject_linkcolor */
text-decoration:none;
}
a.subjectlink:hover, a.subjectlink:active{
color:#555; /* user-defined : subject_linkcolor_hover */
}

a.titlelink:link, a.titlelink:visited{

font-size:1.1em;
font-weight:bold;
color:#162d5c; /* user-defined : subject_linkcolor */
text-decoration:none;
}
a.titlelink:hover, a.titlelink:active{
color:#555; /* user-defined : subject_linkcolor_hover */
}

a.featurelink:link, a.featurelink:visited{
font-size:1.4em;
font-weight:bold;
color:#162d5c; /* user-defined : subject_linkcolor */
text-decoration:none;
}
a.featurelink:hover, a.featurelink:active{
color:#555; /* user-defined : subject_linkcolor_hover */
}

a.deletelink:link, a.deletelink:visited{
font-size:0.9em;
font-weight:bold;
color:#ec0000; /* user-defined : delete_linkcolor */
text-decoration:none;
}
a.deletelink:hover, a.deletelink:active{
color:#555;/* user-defined : delete_linkcolor_hover */
}

a.editsetlink:link, a.editsetlink:visited{
display:block;
font-size:1em;
font-weight:bold;
color:#006600; /* user-defined : edit_linkcolor */
text-decoration:none;
padding:6px 0px;
}
a.editsetlink:hover, a.editsetlink:active{
color:#555; /* user-defined : edit_linkcolor_hover */
background-color:#FFFFCC;
}

a.editsetbutt:link, a.editsetbutt:visited{
display:block;
font-size:1em;
font-weight:bold;
color:#006600; /* user-defined : edit_linkcolor */
text-decoration:none;
padding:6px;
border:1px solid #ddd;
background-color:#FFFFCC;
}
a.editsetbutt:hover, a.editsetbutt:active{
color:#555; /* user-defined : edit_linkcolor_hover */
background-color:#e6f1f5;
}


/* ==================================================== JJY BAR =========================================================*/
.JJY_bar {
	position:relative;
	width: 100%;
	height:30px;
	background-color:#000; /* user-defined : JJYbar_bgcolor */
}
.JJY_bar .global_gloss {
	position: absolute;
	width:100%;
	height:15px;
	background:transparent url(../images/global/gloss.png) 0 0 repeat-x; /* user-defined : JJYbar_glossy Yes or No */
	top:0;
	left:0;
}
.JJY_bar .small_txt{
font-size:0.9em;
}
.JJY_bar .status {
	width:auto;
	color:#eee; /* user-defined : JJYbar_linkcolor */
	background-color:transparent;
	font-size:1.1em;
	height:22px;
	margin:4px 20px 0px 20px;
	position: relative;
	z-index: 100;
}
.JJY_bar span {
	padding: 0px 6px;
}
.JJY_bar a:link, .JJY_bar a:visited {
	color:#eeeeee; /* user-defined : JJYbar_linkcolor */
	background-color:transparent;
}
.JJY_bar a:hover, .JJY_bar a:active {
	color:#8ed4ff; /* user-defined : JJYbar_linkcolor_hover */
	background-color:transparent;
}
/* ======================================================= CONTAINERS =========================================================*/
.Wrapper {
	width:985px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	display:block;
	padding-bottom:4em;
}
.Header {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding: 0px;
	font-size:2.2em; /* user-defined : header_font_size */
	color:#ddd; /* user-defined : header_txt_color */;
	margin-top:20px;
}

.Header div.language{
width: 95px;
height: 20px;
position:absolute;
right:0;
top:-20px;
background:url(../images/panda/lang_bg.gif) no-repeat;
font-size:0.4em;
font-weight:bold;
color:#555;
text-align:center;
padding-top:6px;
cursor: pointer;
cursor: hand;
z-index:10;
}
.Header div.language:hover, .Header div.language.hover{
color:#000;
background:url(../images/panda/lang_bg.gif) no-repeat;
background-position:bottom;
}

.Header div.language .select{
position:relative;
display:none;
}
.Header div.language select{
position:absolute;
top: 5px;
right:0px;
width:120px;
border:1px solid #ddd;
background-color:#e8e8e8;
color:#555;
font-size:1em;
}

.Header .searchbar{
position:absolute;
top:0;
right:0;
width:215px;
height:30px;
background:url(../images/panda/search_bg.png) no-repeat;
}

.Header .searchbar input{
font-size: 1em;
color:#666;
border:1px solid #999;
}

.Header .searchbar input.search{
color:#999;
padding:2px;
margin-left:10px;
}

.Menu {
	position:relative;
	width:auto;
	height:108px;
	background-color:transparent;/* user-defined : main_menu_bgcolor */
}

.Menu .inner{
	position:absolute;
	top:50px;
	left:220px;
	height:30px;
	*height: 29px;
}

.Search{
	position:absolute;
	top:50px;
	right:0px;
	padding-left:5px;
	font-size:0.5em;
	background-image:url(../images/panda/search_bar.jpg);
	background-position:top left;
}


.Actionbar{
	clear:both;
	position:relative;
	width:100%;
	height:95px;
	background:#fff url(../images/panda/action_bg.gif) repeat-x bottom;
}


.Content {
	clear:both;
	float:left;
	width:100%;
	height:auto;
	background-color:#fff;/* user-defined : body_content_bgcolor */
	margin:0px 0px 15px 0px;
	margin-right:-10px;
}

.CenterCol {
float:left;
width: 716px;
padding-top:15px;
background-image:url(../images/panda/CenterCol_content.gif);
background-repeat:no-repeat;
padding: 15px 11px;
}

.wide{
width: 736px;
}

.SideCol {
float:left;
width:231px;
height:auto;
padding: 0px 0px 0px 8px;
margin-top:4px;
}

.SideCol .box{
float:left;
width: 231px;
margin:0;
padding:0;
margin-bottom:15px;
}

* html .SideCol .box{
\width: 231px; /* for IE5 and IE6 in quirks mode */
w\idth: 230px; /* for IE6 in standards mode */
}

.SideCol .header{
background-image:url(../images/panda/sidecol_top.gif);
background-position:top;
background-repeat:no-repeat;
margin:0px;
padding:0px;
font-size:1.2em;
width:90%;
padding: 5% 5% 0% 5%;
line-height:20px;
}

.SideCol .content{
width:90%;
font-size:1em;
padding: 6% 5%;
background-image:url(../images/panda/sidecol_content.gif);
background-position:bottom;
background-repeat:no-repeat;
}

.Footer {
height: 4em;
clear:both;
width:96%;
height: auto;
color:#888; /* user-defined : footer_txtcolor */
/*border-top: 1px solid #ddd;*/ /* user-defined : footer_bordercolor */
/*border-bottom: 1px solid #ccc;*/ /* user-defined : footer_bordercolor */
/*background-color:#eee;*/  /* user-defined : footer_bgcolor */
padding: 50px 0 20px 0;
text-align:center;
}
* html .Footer{
\width: 100%; /* for IE5 and IE6 in quirks mode */
w\idth: 96%; /* for IE6 in standards mode */
}

.Footer a:link, .Footer a:visited{
color:#888; /* user-defined : footer_linkcolor */
text-decoration:none;
}
.Footer a:hover, .Footer a:active{
color:#444; /* user-defined : footer_linkcolor_hover */
text-decoration:none;
}


/* ======================================================== MENUS ==========================================================*/
.Menu .global_gloss {
	position: absolute;
	width:985px;
	height:15px;
	background:transparent url(../images/global/gloss.png) repeat-x; /* user-defined : main_menu_glossy, yes or no */
}
ul.tabs {
	float:left;
	font-size:0.55em;	
	font-weight:bold;
	margin:0;
	list-style:none;
	height:30px;
}
ul.tabs li.activated {
	display:inline;
	margin:0;
	padding:0;
	font-weight:bold;

}
ul.tabs li.activated a {
	float:left;
	display:block;
	background:url(../images/panda/tableft.gif) no-repeat left top; 
	margin:0;
	line-height:30px;
	text-decoration:none;
}
ul.tabs li.activated a span {
	float:left;
	display:block;
	background: transparent url(../images/panda/tabright.gif) no-repeat right top; 
	line-height:32px;
	color:#000; /* user-defined : main_menu_active_linkcolor */
	text-decoration:none;
}

ul.tabs li.grey a {
	float:left;
	display:block;
	margin:0;
	line-height:32px;
	text-decoration:none;
	background:url(../images/panda/grey_tableft.gif) no-repeat left top; 
}

ul.tabs li.grey a span {
	float:left;
	display:block;
	line-height:32px;
	color:#888;  /* user-defined : main_menu_linkcolor */
	background: transparent url(../images/panda/grey_tabright.gif) no-repeat right top;
	text-decoration:none;
}

ul.tabs li {
	float:left;
	display:block;
	margin:0;
	padding:0;
	line-height:32px;
	margin:0px 0px;
	cursor: pointer;
	cursor: hand;
}
ul.tabs li a {
	float:left;
	background:none;
	margin:0;
	padding:0px 4px 0 3px;
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
}

ul.tabs li a span {
	float:left;
	display:block;
	width:auto;
	margin:0px;
	padding:0px 12px;
	color:#666;  /* user-defined : main_menu_linkcolor */
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul.tabs li a span {
	float:none;
}
/* End IE5-Mac hack */
ul.tabs li a:hover span {
	color:#333; /* user-defined : main_menu_linkcolor_hover */
	background-color: transparent;
}
ul.tabs li a:hover {
	text-decoration:none;
}
ul.tabs li a:hover span {
	text-decoration:none;
}

/* ======================================================== MAIN LOGIN ==========================================================*/

.MainLogin{
float:left;
width:100%;
}

.MainLogin .section{
clear:both;
padding:15px 0px;
}

.MainLogin td{
padding:5px 3px;
font-size:1.1em;
}

.MainLogin .small{
font-size:1em;
font-style:normal;
font-weight:normal;
}

.MainLogin .correct, .MainLogin .error{
font-size:0.9em;
}
.MainLogin td .correct, .MainLogin td .error{
font-size:0.8em;
}


.MainLogin .instruct{
font-size:0.8em;
font-weight:normal;
color:#888;
}

.MainLogin p{
font-size:1em;
font-weight:normal;
color:#333;
margin: 8px;
}

.MainLogin .logo{
width:40%;
height:40%;
margin-right:10px;
}

.MainLogin input.textbox, .MainLogin textarea, .MainLogin select{
font-size:1.0em;
padding:3px;
color:#888;
}

.MainLogin input.verify{
font-size:1.8em;
height:30px !important;
padding:10px;
margin-right:5px;
color:#888;
}

.MainLogin input.textbox:focus, .MainLogin input.textbox.focus, .MainLogin input.verify:focus, .MainLogin input.verify.focus{
background-color:#FFFFCC;
}


/* ========================= SIDE COL ADS ========================*/
.SideCol .Ads{
clear:both;
font-size: 1em; 
color:#888; /* user-defined : smallinfo_color */
line-height:1.2em;
margin-bottom: 25px;
}

.SideCol .Ads .title{
display:block;
font-size: 1.1em;
font-weight:bold;
margin-top:8px;
}

.SideCol .Ads a:link, .SideCol .Ads a:visited{
color:#678cbf; /* user-defined : ads_link */ 
line-height:1.6em;
}
.SideCol .Ads a:hover, .SideCol .Ads a:active{
color:#0071b6; /* user-defined : ads_link_hover*/
background-color:transparent;
line-height:1.6em;
}

/* ======================================================== Jujuya COLORS==========================================================*/
.darkbrown{
color:#602b00;
}

.green{
color:#61a608;
}

.darkgreen{
color:#fe6a00;
}

/* ======================================================== Jujuya ==========================================================*/

.Jujuya ul.list{
float:left;
list-style-type:none;
width: 100%;
}

.Jujuya ul.list li{
float:left;
width: 31%;
height:165px;;
padding: 10px 1%;
text-align:center;
}

.Jujuya ul.list li img{
border: 2px solid #ddd;
}

.Jujuya ul.list li img:hover{
border: 2px solid #f2f8fa;
}


* html .Jujuya ul.list li{
\width: 33%; /* for IE5 and IE6 in quirks mode */
w\idth: 31%; /* for IE6 in standards mode */
}

.Jujuya select.head{
margin-right:25px;
}

.Jujuya ul.list li span{
display:block;
font-size:1em;
font:#888;
font-style:normal;
}


.Jujuya ul.list li span.title{
display:block;
font-size:1em;
font-weight:bold;
}


 .url{
font-size:13px;
font-weight:bold;
}

* html .Getown .content{
\width: 100%; /* for IE5 and IE6 in quirks mode */
w\idth: 90%; /* for IE6 in standards mode */
}


.Features ul{
width: 96%;
list-style:none;
margin:1%;
padding:0px;

}

.Features ul li{
padding: 8px 0px;
}

.Features ul li:hover, .Features ul li.hover{
background-color:#FFFFCC;
}

.Features ul li span.activate{
float:left;
width: 150px;
text-align:left;
font-size:13px;
font-weight:600;
color:#333;
margin-left:15px;
}

.Features ul li span.desc{
font-size:11px;
color:#666;
}

.Features ul li span.home{
float:right;
width: 100px;
margin-left:15px;
text-align:center;
}

.Features ul li span.items{
font-size:11px;
font-style:italic;
font-weight:bold;
color:#666;
}

.Features ul li:after {
content: ".";
display: block;
height: 0;
overflow:hidden;
clear: both;
visibility: hidden;
}

.Features .altbg{
background-color:#eee; /* default light yellow hilite */
}


/* ======================================================== INTRO ==========================================================*/
.Intro{
position:relative;
width:985px;
height:260px;
float:left;
}

.Intro .hide{
position:absolute;
right:10px;
bottom: 15px;
color:#90c085;
cursor: pointer;
cursor: hand;
text-decoration:none;
}

.Intro .leftintro{
width:650px;
float:left;
}

.Intro .title{
font-size:1.1em;
}

.Intro .leftintro a{
cursor: pointer;
cursor: hand;
text-decoration:none;
}

.Intro .leftintro .steps:hover .m .desc, .Intro .leftintro .steps.hover .m .desc{
color:#602B00;
}

.Intro .leftintro .steps{
float:left;
width:155px;
margin: 0px 15px 0px 0px;
}

.Intro .leftintro .steps .l{
float:left;
width:9px;
height:151px;
background:url(../images/panda/step_l.gif) no-repeat;
}
.Intro .leftintro .steps .m{
position:relative;
float:left;
width: 125px;
height:151px;
background:url(../images/panda/step_m.gif) repeat-x;
padding:0px 3px;
}


.Intro .leftintro .steps .m .title{
position:absolute;
width:100%;
font-size:14px;
line-height:32px;
color: #fff;
text-align:center;
}
.Intro .leftintro .steps .m .img{
position:absolute;
width:100%;
top:35px;
text-align:center;
}
.Intro .leftintro .steps .m .desc{
width: 125px;
position:absolute;
top: 95px;
text-align:center;
font-size:1em;
color:#666;
line-height:15px;
}

.Intro .leftintro .steps .r{
float:left;
width:9px;
height:151px;
background:url(../images/panda/step_r.gif) no-repeat;
}

.Intro .rightintro{
width:320px;
float:left;
font-size:1.8em;
font-weight:bold;
color:#ff7e00;
background:url(../images/panda/rightintro.jpg) no-repeat;
padding-left: 15px;
padding-top:30px;
}

.Intro .tag{
position:absolute;
top:0;
right:0;
color:#ff6c00;
font-size: 1.3em;
font-weight:bold;
width:200px;
text-align:right;
}

.Intro .rightintro .create{
color:#666;
font-size:0.6em;
font-weight:normal;
}

.Intro .rightintro .create td{
padding: 7px 0px;
}

.Intro .hilite{
color:#000;
}

.Intro .actionbutton, .Intro .url{
font-size:1.2em;
}


/* ======================================================== LEFT HOME CONTENT ==========================================================*/
.LeftHome_Content{
float:left;
width:660px;
/*background-image:url(../images/panda/LeftHome_content.gif);
background-repeat:repeat-x;
padding:20px 10px;*/
}


/* ======================================================== RIGHT HOME CONTENT ==========================================================*/
.RightHome_Content{
float:left;
width:306px;
padding-top:4px;
padding-left:14px;
}


.Network .title{
font-size:1.7em;
font-weight:bold;
vertical-align:middle;
}

.Network .featured{
width: 420px;
border-right:1px solid #ddd;
padding:0px 7px;
}

.Network .featured .screen{
width: 404px;
margin-left:auto;
margin-right:auto;
position:relative;
display:block;
}


.Network .featured .screen .logo{
position:absolute;
top:2px;
right:2px;
z-index:10;
}


.Network .featured a.title:link, .Network .featured a.title:visited{
font-size:1.4em;
color:#000;
text-decoration:none;
}
.Network .featured a.title:hover, .Network .featured a.title:active{
color:#005d02;
text-decoration:none;
}

.Network .featured .desc{
width: 90%;
margin-left:auto;
margin-right:auto;
margin-top:8px;
}

.Network .featured span.data{
font-size:1em;
line-height:16px;
color:#555;
display:block;
margin:3px 0px;
}

.Network .featured span.smallinfo{
color:#666;
}


.Network .norm{
padding-bottom:18px;
}

.Network .norm .screen{
width: 154px;
margin-left:auto;
margin-right:auto;
position:relative;
display:block;
}


.Network .norm .screen .logo{
position:absolute;
top:2px;
right:2px;
z-index:10;
}

.Network .norm a.title:link, .Network .norm a.title:visited{
font-size:1.2em;
color:#000;
text-decoration:none;
}
.Network .norm a.title:hover, .Network .norm a.title:active{
color:#005d02;
text-decoration:none;
}

.Network .norm .desc{
width: 70%;
margin-left:auto;
margin-right:auto;
margin-top:8px;
}

.Network .norm span.data{
font-size:1em;
line-height:16px;
color:#555;
display:block;
margin:3px 0px;
}

.Network .norm span.smallinfo{
color:#666;
}


/*.Network .list{
width: 96%;
min-height:155px;
float:left;
padding:2%;
}*/

.Network .searchkey{
font-size:1.2em;
color:#602B00;
}

.Network .searchlist{
width: 96%;
min-height:100px;
float:left;
padding:2%;
}


* html .Network .searchlist{
\width: 100%; /* for IE5 and IE6 in quirks mode */
w\idth: 96%; /* for IE6 in standards mode */
/*  \width: 100%;  for IE5 and IE6 in quirks mode */
/*  w\idth: 96%;  for IE6 in standards mode */
}

.Network .searchlist:hover, .Network .searchlist.hover{
background-color:#FFFFD9;
}

.Network .searchlist .screen{
width: 154px;
height:94px;
margin-left:auto;
margin-right:auto;
display:block;
float:left;
}

.Network .searchlist .screen .logo{
position:absolute;
top:2px;
right:2px;
z-index:10;
}

.Network .searchlist a.title:link, .Network .searchlist a.title:visited{
font-size:1.2em;
color:#000;
font-weight:bold;
text-decoration:none;
}
.Network .searchlist a.title:hover, .Network .searchlist a.title:active{
color:#005d02;
text-decoration:none;
}

.Network .searchlist .desc{
float:left;
width: 510px;
margin-left:15px;
line-height: 20px;
}

.Network .searchlist .data{
display:block;
color:#333;
}

.Network .list{
width: 155px;
padding:8px;
vertical-align:top;
}

.Network .list:hover, .Network .list.hover{
background-color:#FFFFD9;
}

.Network .list .screen{
width: 154px;
margin-left:auto;
margin-right:auto;
position:relative;
display:block;
float:left;
}

.Network .list .screen .logo{
position:absolute;
top:2px;
right:2px;
z-index:10;
}

.Network .list a.title:link, .Network .list a.title:visited{
font-size:1.2em;
color:#000;
font-weight:bold;
text-decoration:none;
}
.Network .list a.title:hover, .Network .list a.title:active{
color:#000000;
text-decoration:none;
}

.Network .list .desc{
clear:both;
width: 154px;
margin-top:8px;
overflow:hidden;
}

.Network .list .star{
width: 12%;
margin-top:45px;
margin-left:3%;
float:left;
}

.Network .list span.data{
font-size:1em;
line-height:16px;
color:#555;
display:block;
margin:3px 0px;
}

.Network .list span.smallinfo{
color:#666;
}


/* ========================= FEEDS ICONS ========================*/

ul.feeds{
float:left;
list-style-type:none;
width: 74%;
margin-left:3%;
}

ul.feeds li{
width: 96%;
float:left;
border-bottom: 1px dotted #ccc;
padding:1% 2%;
}

* html ul.feeds li{
\width: 100%; /* for IE5 and IE6 in quirks mode */
w\idth: 96%; /* for IE6 in standards mode */
}

ul.feeds li:hover, ul.feeds li.hover{
background-color:#fff; /* user-defined : global_list_hoverbg */
}

ul.feeds li:after {
content: ".";
display: block;
height: 0;
overflow:hidden;
clear: both;
visibility: hidden;
}

ul.feeds li span.grp .feed, ul.feeds li span.photo .feed, ul.feeds li span.member .feed, ul.feeds li span.news .feed, ul.feeds li span.blog .feed, ul.feeds li span.reply .feed {
display:block;
width:100%;
}

ul.feeds li span.grp{
display:block;
float:left;
width:auto;
height:auto;
padding: 0px 0px 0px 18px;
background: transparent url(../images/icons/feeds_newgrp.png) no-repeat;
margin : 4px 0px;
width:97%;
}

ul.feeds li span.vid{
display:block;
float:left;
width:auto;
height:auto;
padding: 0px 0px 0px 18px;
background: transparent url(../images/icons/feeds_newvid.png) no-repeat; 
margin : 4px 0px;
width:97%;
}

ul.feeds li span.photo{
display:block;
float:left;
width:auto;
height:auto;
padding: 0px 0px 0px 18px;
background: transparent url(../images/icons/feeds_newphoto.png) no-repeat; 
margin : 4px 0px;
width:97%;
}

ul.feeds li span.member{
display:block;
float:left;
width:auto;
height:auto;
padding: 0px 0px 0px 18px;
background: transparent url(../images/icons/feeds_newmember.png) no-repeat; 
margin : 4px 0px;
width:97%;
}

ul.feeds li span.reply{
display:block;
float:left;
float:left;
width:auto;
height:auto;
padding: 0px 0px 0px 18px;
background: transparent url(../images/icons/feeds_newreply.png) no-repeat; 
margin : 4px 0px;
width:97%;
}

ul.feeds li span.comment{
display:block;
float:left;
float:left;
width:auto;
height:auto;
padding: 0px 0px 0px 18px;
background: transparent url(../images/icons/feeds_newcomments.png) no-repeat; 
margin : 4px 0px;
width:97%;
}

ul.feeds li span.news{
display:block;
float:left;
width:auto;
height:auto;
padding: 0px 0px 0px 18px;
background: transparent url(../images/icons/feeds_newnews.png) no-repeat; 
margin : 4px 0px;
width:97%;
}

ul.feeds li span.blog{
display:block;
float:left;
width:auto;
height:auto;
padding: 0px 0px 0px 18px;
background: transparent url(../images/icons/feeds_newblog.png) no-repeat; 
margin : 4px 0px;
width:97%;
}

ul.feeds li a.subjectlink{
font-style:italic;
}

ul.feeds li .time {
float:none;
padding:0;
color:#888888;
font-size:0.8em;
font-style:italic;
}

ul.feeds li span.speech{
display:block;
font-style:italic;
color:#666;
margin:5px;
}

ul.feeds li img{
margin-top:5px;
margin-right:5px;
}

ul.feeds li span.vid .feed, ul.feeds li span.comment .feed {
display:block;
float:left;
width:85%;
}

ul.feeds li span.vid img, ul.feeds li span.comment img {
float:right;
}

ul.profile{
list-style:none;
margin:0;
padding:0;
}

ul.profile li {
padding:6px 0px;
clear:both;
}

ul.profile .hilite1{
width:98%;
background-color:#feffd1; /* default light yellow hilite */
border: 2px solid #fccb42;
margin:0;
padding:6px 0px;
margin-bottom:8px;
}

ul.profile li .lwidth{
width:305px;
}

ul.profile .hilite2{
width:98%;
background-color:#feffd1; /* default light yellow hilite */
border: 2px solid #fccb42;
margin:0;
padding:6px 0px;
margin-bottom:8px;
}

ul.profile li span.qns{
float:left;
display:block;
width:135px;
font-weight:bold;
font-size:1em;
line-height:20px;
padding-left: 25px;
text-align:right;
}

ul.profile li span.ans {
float:left;
display:block;
padding-left: 5px;
font-size: 1.1em;
width:530px;
}

ul.profile li span.ans input.error{
background-color:#fff;
}

ul.profile li span.ans .name{
font-size:1.2em;
font-weight:bold;
color:#666;
}

ul.profile li .ans .alert{
width:210px;
float:right;
}

ul.profile li span.enable{
display:block;
font-size:1.0em;
margin:3px 0px;
}

ul.profile li span.enable i{
font-size:0.9em;
margin-left:20px;
}

ul.profile li span.add{
padding-left: 20px;
}

ul.profile li span.set{
font-size:1.2em;
color:#666;
}

ul.profile li span.setlist{
display:block;
margin-left: 25px;
font-size:1.2em;
color:#666;
}

ul.profile li:after {
content: ".";
display: block;
height: 0;
overflow:hidden;
clear: both;
visibility: hidden;
}


ol.question{
list-style-type:decimal;
color:#863C00;
list-style-position:inside;
margin:0;
padding:0;
margin-left:2%;
width:96%;
font-weight:bold;
font-size:1em;
}

ol.question li {
margin:0% 0% 2% 1%;
}
ol.question li .answer{
display:block;
line-height:18px;
font-weight:normal;
color:#393939;
}

.header .smallinfo{
font-size:0.7em;
}

/* ======================================================== ABOUT US ==========================================================*/

.About p{
font-size:1.1em;
line-height:1.6em;
margin:10px 0px;
}

.About ul{
padding:0;
margin:0;
list-style-position:inside;
list-style:none;
line-height:1.6em;
}

.About ul li{
font-size:1.3em;
font-weight:bold;
padding: 3px 0px;
}

.About ul li ul li{
font-size:0.85em;
font-weight:normal;
margin: 3px auto;
padding-left:15px;
list-style:disc; 
list-style-position:inside;
}

.About ul li ul li ul li{
font-size:1em;
font-weight:normal;
margin: 3px auto;
padding-left:15px;
list-style:circle; 
list-style-position:inside;
}

.About .hilite{
color:#863C00;
}

.About ol{
padding:0;
margin:0;
list-style-position:inside;
line-height:1.6em;
}

.About ol li{
padding: 3px 0px;
}

.About .section {
padding:0px 15px;
}

.header .smallinfo{
font-size:0.65em;
}


/* ======================================================== ERROR PAGE ==========================================================*/
.WrapContent {
float:left;
width:90%;
padding:3% 5%;
height:auto;
background-color:#fff;							/* USER DEFINED */		/* body_content_bgcolor */ 			/* color picker */ 
}

* html .WrapContent{
\width: 90%; /* for IE5 and IE6 in quirks mode */
w\idth: 80%; /* for IE6 in standards mode */
}

.WrapContent .break {
line-height: 0.5em;
}

.WrapContent .header {
float: left;
width: 100%;
line-height: 1.6em;
height: auto;
font-size: 1.1em;
background:none;
text-align:center;
}

.WrapContent .header .title{
font-size:2.3em;
color:#222;
line-height: 1.8em;
}

.WrapContent .header .desc2{
font-size:1em;
color:#222;
font-weight:normal;
}

.WrapContent .header .photo {
float: left;
width: 190px;
height: auto;
margin: 15px 50px 0 0;
display: block;
}

.WrapContent .header .desc {
float: left;
width: 500px;
}

.WrapContent .linkBreak {
margin: 15px 0 0 0;
float: left;
}

.WrapContent .header .desc p.title {
font-size: 4em;
color: #fd0303;
padding: 10px 0;
margin: 15px 0;
}

.WrapContent .header .desc p {
font-size: 1em;
padding-bottom: 5px;
color:#393939;
font-weight:normal;
}

.WrapContent .searchBox {
float: left;
width: 98%;
background-color: #FEFFD1;                           /* USER DEFINED */         
border: 1px solid #FCCB42;							 /* USER DEFINED */			
padding: 1%;
margin: 20px 0;
}

.WrapContent .searchBox .title {
float: left;
width: 33%;
text-align: right;
margin: 3px 10px;
font-size:1.6em;									/* USER DEFINED */		
font-weight: bold;
color:#111; 										
}

.WrapContent .searchBox .fillbox {
float: left;
width: 55%;
}

.WrapContent .searchBox .textbox {
width: 300px;
margin:2px 0;
}

.WrapContent .searchBox .select {
width: 70px;
}

.WrapContent .searchBox input:focus, .WrapContent .searchBox input.focus{
background-color:#fff;
}

.WrapContent .sitemap {
width: 100%;
}

.WrapContent .sitemap a:link, .WrapContent .sitemap a:visited{
color:#666;
}
.WrapContent .sitemap a:hover, .WrapContent .sitemap a:active{
color:#FF7200;
}

.WrapContent .sitemap td {
width: 20%;
padding: 0 5px 25px 5px;
font-size: 0.95em;
line-height: 1.5em;
vertical-align:top;
}

.WrapContent .sitemap td .title {
display:block;
font-size: 1.1em;
font-weight: bold;
color: #000;									/* USER DEFINED */       /* Site Map Menu Title */
padding: 4px 0px;
}

/* ===================================================  TEMPLATE POPUP =====================================================*/
.ajax_box_temp_wrap{
position:fixed;
_position:absolute;
left:50%;
top:50%;
margin-left: -440px;
margin-top: -260px;
width:880px;
overflow:hidden;
z-index:1000;
}

.ajax_box_temp_wrap iframe{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 1000px;/*must have for any big value*/
height: 1000px;/*must have for any big value*/;
}

.ajax_box_temp_wrap_top{
display:block;
width:880px;
height: 12px;
background-image:url(../images/global/ajax_temp_shadow_top.png);
background-repeat: no-repeat;
}
.ajax_box_temp_wrap_bot{
clear:both;
display:block;
width:880px;
height: 12px;
background-image:url(../images/global/ajax_temp_shadow_bot.png);
background-repeat: no-repeat;
}
.ajax_box_temp_wrap_mid{
width:880px;
height:485px;
display:block;
padding: 0px 12px;
background-image:url(../images/global/ajax_temp_shadow_mid.png);
background-repeat: repeat-y;
border: 0px;
float:left;
}

.ajax_box_temp{
width:856px;
height:505px;
background-color:#FFFFFF;
float:left;
display:block;
position:relative;
z-index:5555;
overflow: hidden;
}

.ajax_box_temp a.close{
position:absolute;
top:8px;
right:8px;
font-size:1.2em;
font-weight:bold;
}

.ajax_box_temp a.close:link, .ajax_box_temp a.close:visited{
color:#fff;
text-decoration:none;
}
.ajax_box_temp a.close:hover, .ajax_box_temp a.close:active{
color:#222;
text-decoration:none;
}

.template_menu{
display:block;
float:left;
width:100%;
height: 30px;
background-color:#c8e8f2;
}

.template_menu ul.menu, .template_submenu ul.submenu{
list-style-type:none;
padding:0;
margin:0;
}

.template_menu ul.menu li{
float:left;
font-size:1.1em;
line-height: 29px;
padding: 0px 20px;
font-weight:bold;
border-right: 1px solid #fff;
}

.template_menu ul.menu li a:link, .template_menu ul.menu li a:visited{
color: #666;
text-decoration:none;
}
.template_menu ul.menu li a:hover, .template_menu ul.menu li a:active{
color: #000;
text-decoration:none;
}

.template_menu ul.menu li.activated{
color:#fff;
line-height: 30px;
background-image:url(../images/global/templating_menu_tab.png);
background-repeat:repeat-x;
border-bottom: 0px solid #bbb;
}


.template_menu ul.menu li.activated .small_txt{
color:#ccc;
}

.template_menu ul.menu li.activated a:link, .template_menu ul.menu li.activated a:visited{
color: #fff;
text-decoration:none;
}
.template_menu ul.menu li.activated a:hover, .template_menu ul.menu li.activated a:active{
color: #fff;
text-decoration:none;
}

.template_submenu{
display:block;
float:left;
width:100%;
min-height:2px;
background-color:#262626;
}

* html .template_submenu { 
   height: expression( this.scrollHeight < 3 ? "2px" : "auto" ); /* sets min-height for IE */
   min-height: 2px; /* sets min-height value for all standards-compliant browsers */
}

.template_submenu ul.submenu {
display:block;
list-style:none;
padding: 6px 0px;
height: 16px;
}

.template_submenu ul.submenu li{
float:left;
display:block;
font-size:1em;
padding: 0px 19px;
font-weight:normal;
border-right: 1px solid #999;
height:auto;
line-height:14px;
}

.template_submenu ul.submenu li a:link, .template_submenu ul.submenu li a:visited{
color: #999999;
text-decoration:none;
}
.template_submenu ul.submenu li a:hover, .template_submenu ul.submenu li a:active{
color: #ddd;
text-decoration:none;
}

.template_submenu ul.submenu li.activated a:link, .template_submenu ul.submenu li.activated a:visited{
font-weight:bold;
color: #fff;
text-decoration:none;
}
.template_submenu ul.submenu li.activated a:hover, .template_submenu ul.submenu li.activated a:active{
font-weight:bold;	
color: #fff;
text-decoration:none;
}

.templatevalues{
float:left;
width:500px;
}

.preview{
width:330px;
height:420px;
float:right;
margin-right:10px;
_margin-right:6px;
position:relative;
}

.refresh{
position:absolute;
top:50%;
left: 50%;
margin-left: -64px;
margin-top: -64px;
z-index:2500;
}

.previewscreen{
position:relative;
width:310px;
max-width: 310px;
height:370px;
border-width: 2px;
border-color:#BBB;
border-style: solid;
margin-top:10px;
margin-bottom:7px;
padding: 3px 5px;
}

* html .previewscreen { 
   width: expression( document.body.clientWidth > 309 ? "310px" : "auto" ); /* sets max-width for IE */
   max-width: 310px; /* this sets the max-width value for all standards-compliant browsers */
}

.preview .help{
position:absolute;
bottom: 32px;
left:0;
width:304px;
max-width: 304px;
padding: 1px 4px;
background-color:#EEE;
margin-left:5px;
color:#888;
font-size:11px;
border: 1px dotted #ddd;
}

/* ===================================================  ADMIN =====================================================*/

.Admin{
float:left;
width: 100%;
height:auto;
margin-bottom:15px;
}

.Admin .pagination{
width: 810px;
padding: 0% 2%;
}

.Admin .pagination a:link, .Admin .pagination a:visited{
color: #666;
}
.Admin .pagination a:hover, .Admin .pagination a:active, .Admin .pagination a.activated{
color: #000;
}

.Admin .subtitle .right{
font-size:11px;
}

.Admin .subtitle .right select{
margin-bottom:3px;
}

.Admin p{
font-size:1.1em;
padding: 5px 0px;
}

.Admin p input{
margin: 0px 4px;
vertical-align:middle;
}

.Admin .section{
float:left;
width: 100%;
height:auto;
padding: 0px 0px 20px 0px;
}


.Template .choose_templates{
clear:both;
float:left;
width:100%;
height:auto;
padding:8px 0% 8px 0%;
}

.Template .choose_templates .tempshadow{
float:left;
width:550px;
height:377px;
background:url(../images/global/template_shadow.gif) no-repeat;
padding:4px;
}

.Template .choose_templates .tempused img{
border: 1px solid #FFD10A;
}

.Template .choose_templates .tempused .star {
top:35px;
left:5px;
position:absolute;
width:18px;
height:18px;
background-image:url(../images/global/icons/featured.png);
}

.Template .choose_templates .details{
float:left;
padding:10px 0px 10px 9px;
line-height: 18px;
}

.Template .choose_templates .prompt{
float:left;
width: 550px;
padding:10px 0px 10px 10px;
line-height: 22px;
}

.Template .choose_templates .correct{
font-size: 1em;
font-weight:bold;
}

.Template .choose_templates .prompt input[type=text]{
color:#666;
}

.Template .choose_templates .title{
font-size:18px;
color:#000;
}

.Template .choose_templates .tempthumb{
display:block;
height: 108px;
padding-top:8px;
}

.Template .choose_templates a:link img.activated, .Template .choose_templates a:visited img.activated, .Template .choose_templates a:focus img.activated, .Template .choose_templates a:hover img.activated, a:active img.activated{
padding:1px;
border-width: 2px;
border-style:solid;
border-color:#FFD10A;										/* img_border_color_hover */
}


* html .Template .choose_templates{
\width: 98%; /* for IE5 and IE6 in quirks mode */
w\idth: 96%; /* for IE6 in standards mode */
}

.Template .choose_templates ul.template{
float:left;
list-style-type:none;
width: 98%;
padding-left:1%;
padding-right:1%;
margin-bottom:2%;
margin-top:-5px;
}

* html .Template .choose_templates ul.template{
\width: 100%; /* for IE5 and IE6 in quirks mode */
w\idth: 98%; /* for IE6 in standards mode */
}

.Template .choose_templates ul.template li .left{
width: 100%;
text-align: left;
line-height: 16px;
margin-top:3px;
}

.Template .choose_templates ul.template li .left a{
color:#000;
}

.Template .choose_templates ul.template li.public, .Template .choose_templates ul.template li.private{
position:relative;
display:block;
float:left;
width:230px;
_width:224px;
height: 150px;
padding: 0;
font-size:1.1em;
line-height: 1.3em;
text-align:center;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

.Template .choose_templates ul.template li.orient{
position:relative;
display:block;
float:left;
width:375px;
height: 310px;
padding: 12px 0px 0px 24px;
}

.Template .choose_templates ul.template li.orient .left{
width:500px;
}

.Template .choose_templates ul.template li.desc{
width:775px;
height: 310px;
padding: 12px 0px 0px 24px;
}

.Template .choose_templates ul.template .actions{
clear:both;
display:block;
width:96%;
padding: 0% 2%;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font-size:10px;
line-height:25px;
background-color:#f7f7f7;
}

.Template .choose_templates .details .actions{
clear:both;
display:block;
width:96%;
padding: 0% 2%;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font-size:10px;
line-height:25px;
background-color:#f7f7f7;
margin-top:8px;
}

.Template .choose_templates .details .actions a{
text-decoration:none;
padding: 0px 3px;
}

.Template .choose_templates .actions a:link, .Template .choose_templates  .actions a:visited{
color:#777;
padding: 0px 4px;
}
.Template .choose_templates .actions a:hover, .Template .choose_templates .actions a:active{
color:#000;
text-decoration:none;
}

.Template .choose_templates .details .actionsbutt{
clear:both;
display:block;
width:96%;
padding: 0% 2%;
font-size:10px;
line-height:25px;
margin-top:8px;
}

.Template .choose_templates .actionsbutt a:link, .Template .choose_templates  .actionsbutt a:visited{
display:block;
float:left;
color:#777;
padding: 0px 6px;
border: 1px solid #ddd;
background-color:#f7f7f7;
line-height:25px;
margin-right:5px;
}
.Template .choose_templates .actionsbutt a:hover, .Template .choose_templates .actionsbutt a:active{
color:#000;
text-decoration:none;
}


.Template .choose_templates ul.template li .details{
width:210px;
float:left;
text-align:center;
line-height:25px;
padding: 3px 0px 4px 14px;
}

.Template .choose_templates ul.template li.activated .star {
top:3px;
left:4px;
position:absolute;
width:18px;
height:18px;
background-image:url(../images/global/icons/featured.png);
}

.Template .choose_templates ul.template li.orient .star{
top:5px;
left:16px;
position:absolute;
width:18px;
height:18px;
background-image:url(../images/global/icons/featured.png);
}

.Template .choose_templates ul.template li.orient:hover{
background:none;
}

* html .Template .choose_templates ul.template li{
\width: 33%; /* for IE5 and IE6 in quirks mode */
w\idth: 29%; /* for IE6 in standards mode */
}

.Template .choose_templates ul.template li span{
text-align:center;
line-height: 1.3em;
}

.Template .choose_templates ul.template li:hover, .Template .choose_templates ul.template li.hover{
background-color:#fffcdc;
}

.Template ul.customize{
clear:both;
list-style:none;
padding-left:10px;
font-size:0.95em;
}

.Template ul.customize li.wide{
width:100%;
padding: 4px 0px;
_padding: 2px 0px;
margin:0px;
_margin: 0px;
}

.Template ul.customize li input[type=text]{
border: 1px solid #bbb;
}

.Template ul.customize li .txt, .Template ul.customize li strong{
font-size:1.1em;
}

.Template ul.customize li .lwidth{
width:300px;
}

.Template ul.customize li .smallinfo{
font-size:0.95em;
line-height:20px;
}

.Template ul.customize li span.px{
float:left;
display:block;
margin-right: 8px;
border-right: 2px solid #ddd;
padding-right:8px;
}

.Template ul.customize li img.mage{
float:left;
padding:0px;
margin: 0px 2px;
cursor: pointer;
cursor: hand;
}

.Template ul.customize li img.activated{
float:left;
margin: 0px 2px 2px 2px;
border-bottom:3px solid #000;
cursor: pointer;
cursor: hand;
}

.Template ul.customize li input, .Template ul.customize li select, .Template ul.customize li textarea{
float:left;
font-style:normal;
font-size:1em;
margin:0px 2px;
color:#aaa;
}

.Template ul.customize li.choose label{
font-size:0.9em;
color:#888;
}
.Template ul.customize li.choose input{
float:none;
vertical-align:text-bottom;
}

.Template ul.customize li:after {
content: ".";
display: block;
height: 0;
overflow:hidden;
clear: both;
visibility: hidden;
}

.Template ul.customize li .image{
float:left;
width: 48px;
height:20px;
margin:0px 3px;
border: 1px solid #ccc;
}
.Template ul.customize li .color{
float:left;
display:block;
width: 12px;
height:16px;
margin:0px 3px;
border: 1px solid #ccc;
}
.Template ul.customize li .browse{
font-size:1em;
}

.Template .functions{
float:left;
width: 92%;
height:auto;
padding:5px 0px 5px 12px;
text-align:left;
}

.Template ul.customize li .file{
width:60%;
float:left;
margin-right:2%;
}

.Template ul.customize li span .nwidth{
padding-top: 3px;
color:#666;      /* LING TAKE NOTE */
font-size:1.1em;
font-weight:bold;
text-align:right;
margin-right:10px;
}

.load_status{
position: absolute;
bottom: 0;
right: 0;
background-color:#feffe8;
padding:5px;
font-size: 1.2em;
}

.small_txt {
font-size: 0.9em;										/* body_txt_size */
font-weight:normal; 
color:#777777;										/* smallinfo_color */
}

input.error, select.error, textarea.error{
border: 2px solid #e30000;
background-color: #FFFFCC;
}

.cancel{
font-size:0.95em;
line-height: 25px;
}

.cancel a:link, .cancel a:visited{
font-size:0.95em;
color:#CC0000;
}

input.save{				
	overflow:visible;				
	font-weight:bold;
	padding: 0px 3px;
	line-height:auto;	
}
input.cancel{
	overflow:visible;
	padding: 0px 3px;					
}


/* ===================================================  NORMAL AJAX POP UP BOX =====================================================*/
#overlay{
position:fixed;
width: 100%;
height: 100%;
z-index:999;
background:#000;
_width: 1250px;
_height: 850px;
_position: absolute;
_top:0;
_left:0;
_overflow-x:hidden;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

.ajax_box{
position:fixed;
_position:absolute;
left:50%;
top:28%;
margin-left: -300px;
width:700px;
z-index:1000;
}

.ajax_box iframe.hack{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 856px;/*must have for any big value*/
height: 480px;/*must have for any big value*/
}

.ajax_box_top{
display:block;
width:600px;
height: 12px;
background-image:url(../images/global/ajax_shadow_top.png);
background-repeat: no-repeat;
}
.ajax_box_bot{
clear:both;
display:block;
width:600px;
height: 12px;
background-image:url(../images/global/ajax_shadow_bot.png);
background-repeat: no-repeat;
}
.ajax_box_mid{
position: relative;
width:576px;
display:block;
padding: 0px 12px;
background-image:url(../images/global/ajax_shadow_mid.png);
background-repeat: repeat-y;
border: 0px;
float:left;
}

.ajax_box_mid .content{
width:100%;
background-color:#fff;
float:left;
padding:0px 0px 15px 0px;
}

.ajax_box .closex{
position:absolute;
top:8px;
right:30px;
font-size:1.2em;
font-weight:bold;
}

.ajax_box .closex a:link, .ajax_box .closex a:visited{
color:#fff;
text-decoration:none;
}
.ajax_box .closex a:hover, .ajax_box .closex a:active{
color:#222;
text-decoration:none;
}

.ajax_box .altbg{
background-color:#F4F4F4; /* user-defined : sidebar_list_altbg */
}

.ajax_box ul.requests{
width: 100%;
list-style:none;
padding:0px;
margin:0;
float:left;
}

.ajax_box ul.requests li{
	float:left;
	width:96%;
	padding: 2% 1%;
	border-width: 0px 0px 1px 0px;						/* divider_width */	
	border-style: dotted;								/* divider_style */	
	border-color: #BBB;									/* divider_color */ 
}
* html #ajax_box ul.requests li{
\width: 98%; /* for IE5 and IE6 in quirks mode */
w\idth: 96%; /* for IE6 in standards mode */
}


.ajax_box ul.requests li:after {
content: ".";
display: block;
height: 0;
overflow:hidden;
clear: both;
visibility: hidden;
}

.ajax_box ul.requests li:hover, #ajax_box ul.requests li.hover{
background-color:#fff4f6;                                         /* global_list_hoverbg */
}

.ajax_box ul.requests li .pic{
float:left;
width:50px;
margin-right:10px;
text-align:center;
}

.ajax_box ul.requests li .descwide{
float:left;
width:70%;
}

.ajax_box ul.requests li .desc{
float:left;
width:50%;
}
.ajax_box ul.requests li .desc2{
float:left;
width:35%;
}
.ajax_box ul.requests li .keyin{
float:left;
width:25%;
}

#ajax_box ul.requests li .confirm{
width:40%;
float:right;
text-align:right;
}

.ajax_box ul.requests li .desc span{
display:block;
margin: 5px 0px;
}

.top_title{
margin:0 0 0 20px;
font-size:1.1em;
font-weight:bold;
line-height:30px;
}

.ajax_box .top_bg{
float:left;
background:url(../images/global/gloss.png) repeat-x;
background-color:#007e82; /* LING TAKE NOTE */
color:#fff;
width:100%;
height:30px;
}

.ajax_box .help{
float:left;
width:670px;
padding:10px 10px 0 0;
text-align:right;
font-size:1.4em;
color:#A296AF;
font-weight:bold;
background-color:#1a1a1a;
}

.ajax_content{
float:left;
width:100%;

}

.ajax_content img.left{
margin-right: 15px;
margin-bottom:20px;
}

.ajax_left{
float:left;
width:348px;
padding:1% 0 0 2%;
}

.ajax_left .alertbox{
width:93%;
}

.ajax_wide{
width: 98%;
}

.ajax_right{
float:right;
width:200px;
margin-right:8px;
font-size:12px;
}
.ajax_rightC{
margin:0 0px 10px 0;
padding:10px 10px 10px 10px;
}
.cue{
font-weight:bold;
font-size:1em;
}
.ajax_current{
font-size:0.9em;
color: #666666;
font-weight:bold;
margin:5px 0 0 0;
}
.ajax_currentL{
float:left;
width:100px;
}
.ajax_currentR{
font-weight:normal;
}

.email_input{
height:12px;
font-size:1em;
}

.cue_p{
float:left;
color:#666;
width:320px;
}
.cue_pw{
float:left;
width:100px;
}
.cue_pEmail{
font-weight:bold;
}
.ajax_back{
margin: 10px 2%;
}
.ajax_content .photothumb{
width:90px;
float:left;
margin-right:10px;
}


.email_input{
height:12px;
font-size:1em;
}

.cue_p{
float:left;
color:#666;
width:320px;
}
.cue_pw{
float:left;
width:100px;
}
.cue_pEmail{
font-weight:bold;
}
.ajax_back{
margin: 10px 2%;
}
.ajax_content .photothumb{
width:90px;
float:left;
margin-right:10px;
}


.Template .Search ul.list li .wide{
width: 68%;
}

.preview input.cancel, .preview input.save{
font-size:11px;
margin-right: 3px;
}

.LiveTags .functions{
text-align:right;
}

.divider{
display:block;
width:100%;
height:3px;
background:url(../images/panda/dotted.gif) repeat-x;
margin-top:8px;
}

ul.count{
list-style:	none;
padding:0;
margin:0;
margin-top:10px;
}

ul.count li{
float:left;
width:27%;
padding:1% 2%;
line-height:18px;
}

ul.News{
width:100%;
list-style:none;
padding:0px;
clear:both;
padding-bottom:4px;
}

ul.News li{
padding:4px 2%;
border-bottom:1px dotted #bbb;
}
ul.News li span{
display:block;
padding:1px 0px;
}

.news{
width:96%;
padding:2%;
margin-bottom:3%;
background-image:url(../images/panda/divider.gif);
background-position: bottom;
background-repeat:no-repeat;
}

.news .title {
font-size: 1.8em;
color: #000;
display:block;
float:left;
}

.news .date{
font-size: 1.6em;
color: #602B00;
display:block;
float:right;
}

.news .content {
clear:both;
font-size: 1.1em;
display:block;
padding:2%;
width:96%;
}
.news .content ol{
padding: 2% 6%;
}
.news .content img{
display:block;
margin:5px;
}
.news .content a:link img, .news .content a:visited img{
padding:2px;
border: 2px solid #ddd;
}
.news .content a:hover img, .news .active a:link img{
border: 2px solid #aaa;
}

.RightHome_Content .channel{
float:left;
width: 305px;
padding:0px;
padding-bottom:16px;
}

.RightHome_Content .channel .header {
float:left;
display:block;
background-image:url(../images/panda/channel_header.gif);
background-repeat:no-repeat;
width:281px;
height:24px;
padding:12px 12px 6px;
}

.RightHome_Content .channel .content {
float:left;
display:block;
background-image:url(../images/panda/channel_content.gif);
background-position:top;
background-repeat:no-repeat;
width:285px;
height:auto;
font-size:1em;
line-height:20px;
padding:5px 5px 5px 15px;
}
.RightHome_Content .channel .content-news {
	background-image:url(../images/panda/channel_content_news.gif);
	}
.RightHome_Content .channel .content-bulletin .bulletin{
	color:#790042;
	}	

.RightHome_Content .channel .bot {
float:left;
display:block;
width:305px;
background-image:url(../images/panda/channel_footer.gif);
background-repeat:no-repeat;
height:16px;
padding:0;
}

.SideCol .sidebox .header {
float:left;
display:block;
background-image:url(../images/panda/side_header.gif);
background-repeat:no-repeat;
width:206px;
height:18px;
padding:0;
padding: 12px;
}

.SideCol .sidebox .content {
float:left;
display:block;
background-image:url(../images/panda/side_content.gif);
background-position:top;
background-repeat:no-repeat;
width:200px;
height:auto;
font-size:1em;
line-height:20px;
padding:5px 15px 5px 15px;
}

.SideCol .sidebox .bot {
float:left;
display:block;
width:230px;
background-image:url(../images/panda/side_footer.gif);
background-repeat:no-repeat;
height:16px;
padding:0;
}



.RightHome_Content .content .title{
font-size:1.3em;
font-weight:bold;
color:#000;
line-height:20px;
padding: 10px 10px 0px 10px;
}

.RightHome_Content .content .right a{
font-weight:normal;
color:#863C00;
}


a.channelbutton {
    background: transparent url('../images/panda/channel_but_r.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: 1em arial, sans-serif;
    height: 24px;
	margin-top:3px;
    margin-right: 8px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
}

a.channelbutton span {
	color:#000;
    background: transparent url('../images/panda/channel_but_l.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 3px 3px 3px 12px;
	text-decoration: none;
}

a.channelbutton:link, a.channelbutton:visited, a.channelbutton:active{
	text-decoration: none;
}
a.channelbutton:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.channelbutton:hover span {
	color:#000;
    background-position: bottom left;
    padding: 3px 3px 3px 12px; /* push text down 1px */
}

.LeftHome_Content .table, .CenterCol table{
clear:both;
}

.header .right select.channelselect{
font-size:1.1em;
}

.section1 {
clear:both;
padding:15px 0;
}

.LeftHome_Content .layer_left{
	padding:5px 0px;
	/*overflow:auto;*/
	clear:both;
	width:660px;
	position:relative;
	/*_float:left;*/
	display:table;
	}
.LeftHome_Content .layer_left h2{
	float:left;
	font-size:26px;
	/*margin:12px 0 0 10px;
	font-family: "黑体", "宋体", "Arial Unicode MS";
	font-weight:normal;*/
	color:#000;
	position:relative;
	z-index:10;
	top:12px;
	left:10px;
	}
.LeftHome_Content .layer_left h2 .orange{
	color:#ff7e00;
	}	
.LeftHome_Content .layer_left h2 .orange .strong{
	font-size:30px;
	}	
.LeftHome_Content .layer_left h5{
	font-size:16px;
	float:left;
	color:#309e00;
	/*margin:16px 0 0 10px;*/
	font-family: "黑体", "宋体", "Arial Unicode MS";
	font-weight:normal;
	position: relative;
	top:40px;
	left:20px;
	}
/*.LeftHome_Content .layer_left .readmore{
	position:relative;
	top:18px;
	right:8px;
	}*/	
.LeftHome_Content .layer_left .layer_table{
	width:100%;
	}	
.LeftHome_Content .layer_left .layer_content{
	padding:20px 15px;
	clear:both;
	float:left;
	width:630px;
	position:relative;
	top:3px;
	background-image:url(../images/panda/LeftHome_content.gif);
	background-repeat:repeat-x;
	/*overflow:auto;*/
	}
.LeftHome_Content .layer_left .layer_table tr td{
	width:25%;
	padding:15px 0;
	text-align:center;
	vertical-align: bottom;
	border-bottom:1px #ccc dotted;
	}
.LeftHome_Content .layer_left .layer_table tr td.border_none{
	border:none;
	}	
.LeftHome_Content .layer_left .layer_table tr td p{
	height:16px;
	margin:8px 0 0;
	overflow:hidden;
	width:95%;
	line-height:18px;
	text-overflow:ellipsis;
	margin-right:-5px;
	}	
/*.LeftHome_Content .layer_left .layer_table .dotted{
	border-bottom:1px #ccc dotted;
	padding:0 0 15px;
	}	
	*/
.LeftHome_Content .layer_left .hot_photo tr td img{
	border:1px solid #FFE43F;
	padding:1px;
	}	
.LeftHome_Content .layer_left .hot_photo tr td a:hover img, .layer_right .user_heart a:hover img.photo, .layer_right .event li .event-thumb a:hover img {
	border:1px #9ec5e7 solid;
	}	
.LeftHome_Content .layer_left .layer_content .forum_list ul{
	padding:8px 10px;
	overflow:auto;
	_float:left;
	border-bottom:1px #ccc dotted;
	}	
.LeftHome_Content .layer_left .layer_content .forum_list ul.head{
	background-color:#ffffee;
	font-family:"黑体", "宋体", "Arial Unicode MS";
	font-size:15px;
	font-weight:bold;
	}
.LeftHome_Content .layer_left .layer_content .forum_list ul.bg{
	background-color:#faf5ff;
	}
.LeftHome_Content .layer_left .layer_content .forum_list ul li{
	width:50%;
	float:left;
	list-style:none;
	}	
.LeftHome_Content .layer_left .layer_content .forum_list ul li p{
	margin:3px;
	line-height:18px;
	}	
.LeftHome_Content .layer_left .layer_content .forum_list ul li .title{
	font-weight:bold;
	}	
.LeftHome_Content .layer_left .layer_content .forum_list ul li .date{
	font-size:11px;
	}	
.LeftHome_Content .layer_left .layer_content .pagination{
	background-color:#e0ffd1;
	padding:5px 15px;
	width:auto;
	}
	
.LeftHome_Content .layer_left .layer_content .featured_thumb{
	/*border:1px #ffe43f solid;
	padding:1px;*/
	width:300px;
	/*height:178px;*/
	float:left;
	position:relative;
	top:10px;
	z-index:1;
	}
.LeftHome_Content .layer_left .layer_content .featured_thumb .thumb{
	width:300px;
	/*height:178px;*/
	position:relative;
	_position:absolute;
	}
.LeftHome_Content .layer_left .layer_content .featured_thumb .thumb img.top-screenshot{
        width:300px;
        /*max-height:200px;*/
        border:1px solid #FFE43F;
        padding:1px;
        }
	
.LeftHome_Content .layer_left .layer_content .featured_thumb .featured{
	position: absolute;
	top:-8px;
	left:-8px;
	z-index:100;
	}	
.LeftHome_Content .layer_left .layer_content .featured_thumb a.prev{
	position:absolute;
	left:10px;
	top:45%;
	}	
.LeftHome_Content .layer_left .layer_content .featured_thumb a.next{
	position: absolute;
	right:10px;
	top:45%;
	}	
.LeftHome_Content .layer_left .layer_content .featured_network{
	width:312px;
	float:right;
	padding:10px 0 0;
	}	
.LeftHome_Content .layer_left .layer_content .featured_network ul li{
	list-style:none;
	padding:5px 10px 0px 0px;
	float:left;
	height:20px;
	width:302px;
	text-indent:20px;
	}	
.LeftHome_Content .layer_left .layer_content .featured_network ul li a{
	font-size:14px;
	}	
.LeftHome_Content .layer_left .layer_content .featured_network ul li a:hover{
        text-decoration:none;
        }	
.LeftHome_Content .layer_left .layer_content .featured_network ul li.selected{
	background-color:#ff9800;
	background-image:url(../images/homepage/arrow_orange_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#fff;
}
.LeftHome_Content .layer_left .layer_content .featured_network ul li.selected a{
	color:#fff;
	}

.layer_right{
	width:306px;
	margin:20px 0;
	}
	/*	
.layer_right img.duck, .layer_left img.duck{
	position:relative;
	z-index:10;
	float:left;
	}	

.layer_right h2{
	float:left;
	margin:15px 0 0 10px;
	font-size:26px;
	}*/	
/*.layer_right .readmore{
	position:relative;
	top:25px;
	right:8px;
	}	*/
.layer_right .layer_content{
	background-image:url(../images/homepage/layer_right_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
	padding:20px 15px 0 15px;
	position:relative;
	z-index:0;
	top:-5px;
	/*float:left;*/
	display:table;
	width:276px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0)
{.layer_right .layer_content {width:100%; }}

.layer_right .layer_bottom{
	background-image:url(../images/homepage/layer_right_bottom.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	clear:both;
	margin:0 0 20px;
	}	
.layer_right .user_heart img.photo{
	float:left;
	border:1px solid #FFE43F;
	padding:1px;
	margin:0 10px 0px 0;
1
	}
.layer_right .layer_content .info{
	position:relative;
	left:10px;
	width:62%;
	float:left;
	}	
.layer_right .layer_content .info p{
	line-height:18px;
	margin:5px 0 0;
	}	
.layer_right .user_heart .name{
	font-size:18px;
	}
.layer_right .user_heart small{
	font-size:12px;
	}	
.layer_right .user_heart .highlight{
	display:table;
	margin-left:-5px;
	}	
.layer_right .layer_content blockquote{
	background-image:url(../images/homepage/blockquote-open.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0 30px;
	font-size:12px;  /* Rio edit on 20091214 */
 	margin:10px 0 0;
	clear:both;
	float:left;
	width:90%;
	}	
.layer_right .layer_content blockquote p{
	background-image:url(../images/homepage/blockquote-close.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	line-height:25px;
	}	
.layer_right .blog li{
	list-style:none;
	padding:0px 0 0px 20px;
	margin:8px 0;
	background-repeat:no-repeat;
	background-position:left top;	
	line-height:18px;
	float:left;
	width:256px;
	}
	
/*  Homepage Event  */ 	
.layer_right .event ul{
	float:none;}
.layer_right .event{
	float:none;
	clear:both;
	display:table;
	overflow:auto;
	}	
.layer_right .event ul li{
	list-style:none;
	border-bottom:1px #ccc dotted;
	clear:both;
	float:left;
	width:100%;
	padding:10px 0;
	}	
.layer_right .event li.last-event{
	border:0;
	}	
.layer_right .event li .event-info{
	width:65%;
	float:left;
	}
.layer_right .event li .event-thumb{
	float:left;
	width:35%;
	}
.layer_right .event li .event-thumb img{
	border:1px #ccc solid;
	padding:1px;
	float:left;
	}	

.layer_right .event li .event-info .title, .layer_right .event li .event-info .start-date, .layer_right .event li .event-info .address, .layer_right .event li .event-info .type, .layer_right .event li .event-info .network{
	width:100%;
	display:block;
	margin:2px 0;
	}	
.layer_right .event li .event-info .title{
	font-size:13px;
	margin:0 0 8px;
	font-weight:bold;
	}	
.layer_right .event li .event-info .network{
	margin:5px 0 0;
	float:left;
	width:auto;
	}	
	
/*====  layer  ====*/	
.Homepage .layer_head{
	clear:none;
	position:relative;
	z-index:30;
	float:left;
	width:100%;
	}	
.Homepage .layer_head .readmore{
	position:absolute;
	bottom:10px;
	right:8px;
	}	
.Homepage .layer_left .layer_head .readmore{
	bottom:0;
	}	
.Homepage h2{	
	position:relative;
	z-index:50;
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0;
	padding-bottom:5px;
	font-size:26px;
	}	
.Homepage h2.heart{
	background-image:url(../images/homepage/duck_heart.gif);
	padding-left:96px;
	padding-top:18px;
}	
.Homepage h2.world{
	background-image:url(../images/homepage/duck_earth.gif);
	padding-left:100px;
	padding-top:5px;
}
.Homepage h2.why{
	background-image:url(../images/homepage/duck_doctor.gif);
	padding-left:75px;
	padding-top:25px;
}
.Homepage h2.forum{
	background-image:url(../images/homepage/duck_forum.gif);
	padding-left:104px;
	padding-top:20px;
}
.Homepage h2.photo{
	background-image:url(../images/homepage/duck_photo.gif);
	padding-left:94px;
	padding-top:20px;
}
.Homepage h2.video{
	background-image:url(../images/homepage/duck_video.gif);
	padding-left:96px;
	padding-top:20px;
}
.Homepage h2.feed{
	background-image:url(../images/homepage/duck_leaf.gif);
	padding-left:103px;
	padding-top:20px;
}
.Homepage h2.featured{
	background-image:url(../images/homepage/duck_star.gif);
	padding-left:110px;
	padding-top:20px;
}



/* Feeds */
.Feeds ul {
clear:both;
display:inline;
float:left;
list-style-type:none;
width:100%;
}
.Feeds ul li {
overflow:hidden;
padding:6px 2%;
/*width:96%;*/
border-bottom:1px dotted #BBBBBB;
border-color:#BBBBBB;
border-style:dotted;
border-width:0 0 1px;
/*display:inline;
float:left;*/
}
.Feeds ul li span.comment{
background-image:url(../../../../Themes/5/images/bg_icons/light/feeds_newcomments.png);
background-repeat:no-repeat;
display:inline;
float:left;
height:auto;
margin:4px 0;
padding:0 0 0 18px;
width:92%;
}
.Feeds ul li span.comment .feed {
display:inline;
float:left;
width:97%;
}
.Feeds ul li span.speech {
color:#777777;
display:inline;
float:left;
margin:10px;
width:76%;
}
.Feeds ul li span.member{
background-image:url(../images/imagepack/light/feeds_newphoto.png);
background-repeat:no-repeat;
display:inline;
float:left;
height:auto;
margin:4px 0;
padding:0 0 0 25px;
}
.Feeds ul li span.feed {
display:block;
width:97%;
margin:0px 0 8px 0;
}
.Feeds ul li .time {
padding-left:5px;
float:none;
font-style:normal;
}
.Feeds ul li img{
	margin:0 0 8px;
	}
.Feeds ul li.photo, .Feeds ul li.member, .Feeds ul li.comment, .Feeds ul li.blog, .Feeds ul li.vid, .Feeds ul li.reply{
	background-repeat:no-repeat;
	background-position:10px 10px;
	/*display:inline;
	float:left;*/
	height:auto;
	padding:10px 0 10px 35px;
	}
.Feeds ul li.photo{
	background-image: url(../images/imagepack/light/feeds_newphoto.png);
}
.Feeds ul li.member{
	background-image: url(../images/imagepack/light/feeds_newmember.png);
}
.Feeds ul li.comment, .layer_right .blog li.comment{
	background-image: url(../images/imagepack/light/feeds_newcomments.png);
}
.Feeds ul li.blog, .layer_right .blog li.blog{
	background-image: url(../images/imagepack/light/feeds_newblog.png);
}
.Feeds ul li.vid{
	background-image: url(../images/imagepack/light/feeds_newvid.png);
}
.Feeds ul li.reply{
	background-image: url(../images/imagepack/light/feeds_newreply.png);
}

.Feeds a.userlink:link, a.userlink:visited{
font-weight: normal;
color:#863C00; 
text-decoration:none;
}
/*
.Feeds a.userlink:hover, a.userlink:active{
color:#555;
}
*/
.Feeds a.subjectlink:link, a.subjectlink:visited {
color:#790042;
}
.Feeds a.subjectlink:hover, .Feeds a.subjectlink:active, .Feeds a.userlink:hover, a.userlink:active{
	text-decoration:underline;
	}

.friend_link tr td{
	width:25%;	
	}
.friend_link tr td a{
	text-decoration:underline;
	}	

.search-keywords{
	border:1px #d38807 solid;
	background-color:#ffffe2;
	float:left;
	height:19px;
	margin:0 5px 0 0;
	padding:2px 0 0;
	width:130px;
	color:#777;
	}
a.search-button{
	background-image:url(../images/homepage/button_search_left.gif);
	background-repeat:no-repeat;
	padding:0 0 0 6px;
	height:24px;
	font-weight:bold;
	display:block;
	float:left;
	cursor:pointer;
	}
a.search-button:link, a.search-button:visited{	
	color:#666;
	}
a.search-button:hover, a.search-button:active{	
	color:#000;
	text-decoration:none;
	}	
a.search-button span{
	background-image:url(/images/homepage/button_search_right.gif);
	background-position:right top;
	height:20px;
	padding:4px 8px 0 2px;
	float:left;
	}
a.search-button span img{
	vertical-align:top;
	margin:0 5px 0 0;
	}	

.highlight{
	background-color:#feed91;
	padding:2px 5px;
	}		
a.readmore:link, a.readmore:visited{
	color:#682f00;
	/*font-size:14px;
	font-family:"黑体", "宋体", "Arial Unicode MS";*/
	}	


/* ======================================================== Online Help =========================================================*/
.online-help a{
	background-image:url(../images/global/askJJY_hide.gif);
	width:128px;
	height:111px;
	display:block;
	position: fixed;
	right:0;
	bottom:0;
	_position: absolute;
	}
.online-help a:hover{
	background-image:url(../images/global/askJJY_show.gif);
	/*right:-10px;
	bottom:-15px;*/
	}	
	

	