@charset "UTF-8";
* { 
	margin:0px auto;   
	padding:0px;

	scrollbar-face-color:#ff930d; /*(立体滚动条凸出部分的颜色)*/
	scrollbar-highlight-color:#505050; /*(滚动条空白部分的颜色) */
	scrollbar-shadow-color:#ff930d; /*(立体滚动条阴影的颜色) */
	scrollbar-arrow-color:#666666; /*(上下按钮上三角箭头的颜色) */
	scrollbar-base-color:#ff930d; /*(滚动条的基本颜色) */
	scrollbar-dark-shadow-color:#b4fc48;/* (立体滚动条强阴影的颜色) */
}

body {   
	border:0px; 
	text-align:center; 
	color:#222; 
	font-size:11px; 
	font-family:Arial,Verdana,Helvetica,sans-serif;
	line-height:18px; 
	background:#f4f4f4; 
}
h1,h2,h3,h4 { 
	font-size:12px; 
	color:#FFCC33; 
	margin:0px; 
	padding:0px; 
}
div,dd,p,span,li,{
	margin:0px; 
	padding:0px; 
}
div,form,ul,li,ol,dl,dd,dt,cite,span,p,label,input,blockquote,samp,strong,textarea { 
	margin:0px; 
	padding:0px; 
} 
legend { color:#fff; }
img { 
	border:0px; 
}

input,#logout,.font { font-family:Arial,Helvetica,sans-serif; } 
.assis { font-family:Arial,Verdana, Helvetica,sans-serif; }

textarea {  
	overflow-y:scroll;
	text-align:left; 
	width:566px;
	height:100px; 
	float:left; 
	margin:2px;  
}
li { 
	list-style-type:none; 
}
/********* A href 链接的定义 *******/
a:link,a:visited,a:active { font-size:14px; color:#ffcc33; font-weight:bold; text-decoration:underline; } 
a:hover { text-decoration:underline; }

.left { float:left; }
.right { float:right; }
.red { color:#000000; font-weight:bold; background:url(/images/s-c.gif) no-repeat left;}
.redes { color:#000000; font-weight:bold; background:green;}
.green { color:green; font-weight:bold; background:#ccc; }
.greens { color:#FFCC33; font-weight:bold; background:#333; border-bottom:1px solid #808080; }
.blue { color:blue }
.deep { background-color:#EBF5FF; } 
.r { margin-left:330px; }
.bc { text-decoration:underline; }
.abc { background:#2b425e; }
.ccp { border:1px solid #ccc; }
.clear { height:5px; font-size:1px line-height:1px; clear:both; }
.space { margin-top:5px; float:left; clear:both; } 
.find-game { cursor:pointer; }

/** framework css begin **/
#wrap { width:1000px; margin:0px auto; }
#head { width:1000px; height:27px; float:left; background:url(/Images/head.jpg) top left no-repeat; }
#main { width:1000px; float:left; }
	#main-top { width:1000px; height:121px; float:left; background:url(/Images/top.jpg) 33px 0px no-repeat; }
	#main-unit { width:933px; float:left; margin-left:33px !important; margin-left:16px;clear:both; }
		#main-left { width:205px; float:left; }
			#main-left-top { width:205px; height:7px; float:left; clear:both; background:url(/Images/accHandle_top_1.jpg) top center no-repeat; } 
			#main-left-center { width:205px; height:auto; margin-top:0px !important; margin-top:-7px; float:left; background:url(/Images/accHandle_back.jpg) top center repeat-y; }
			#main-left-bottom { width:205px; height:9px; float:left; background:url(/Images/accHandle_bottom.jpg) top center no-repeat; }
		#main-right { width:719px; float:right; }
			#main-right-top { width:719px; height:36px; float:left; background:url(/Images/navigation_back.jpg) top right no-repeat;}
			#main-right-top span { width:110px; height:36px; line-height:36px; float:left; background:#fff; color:#cc3840; font-weight:bold; }
			#main-right-middle { width:719px; height:auto; background:#fff; font-size:12px; }
			#main-right-bottom { width:719px; height:71px; float:left; background:url(/Images/content_back.jpg) top center no-repeat;}
#foot { width:1000px; height:71px; float:left; margin-top:10px; color:#fff; font-weight:bold; line-height:37px; background:url(/Images/copy_back.jpg) top left no-repeat; }