/*basic
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family:Verdana, Helvetica, sans-serif;
	background:#fff;
	color: #333;
}

.clear {
	clear:both;
	display:none;
	height:0;
}

.GrayBg {
	background-color: #F2F2F2;
}

dt {
	float: left;
	width: 8em;
	/*line-height: 1.8em;*/
	text-align: right;
	padding-right: 0.8em;
	/*line-height: 1.5em;*/
	text-align: right;
}

dl {
	line-height: 1.6em;
	text-align: left;
	margin:0pt 0pt 1em 1em;
}

dd {
	overflow:hidden;
}

#container {
	width: 900px;
	text-align:left;
	margin-bottom: 15px;
	overflow: auto;
	
}
/*forms
----------------------------------------*/

textarea,input{
	font-family: "宋体";
	font-size: 14px;
	
	background:#FFFFFF url(/images/input_bg.gif) no-repeat scroll left top;
	border:1px solid #CFCFCF;
	color:#585858;
	padding:3px 2px 2px;
	margin:0pt;
	overflow:hidden;
}

textarea:focus,input:focus 
{
	background: #FFFFFF url(/images/input_focus_bg.gif) no-repeat left top;
	border: #bababa 1px solid;
	color: #3c3c3c;
	padding: 3px 2px 2px 2px;
	opacity: 1 !important;
}

input:hover,input:focus:hover,textarea:hover,textarea:focus:hover  {
	background: #FFFFFF url(/images/input_focus_bg.gif) no-repeat left top;
	border: #bababa 1px solid;
	color: #3c3c3c;
	padding: 3px 2px 2px 2px;
	opacity: 1 !important;
}

.Btn {
	font-weight: bold;
	color: #fff;
	padding: 2px 2px 0px 2px;;
	background: #666;
	border-top: 1px solid #999;;
	border-left: 1px solid #999;;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
}


input.receiver { width: 400px; }
input.subject { width: 400px; }
input.name { width: 120px; }
input.password { width: 120px; }
input.gameTitle { width: 120px; }
input.link { width: 300px; }
input.file { width: 300px; }
input.tag { width: 120px; }
input.email { width: 240px; }

.dialogFrame {
	padding: 10px;
	background-color: #F2F2F2;
	margin: 5px;
	/*float: left;*/
	margin-left: 60px;
	text-align: left;
}

/*ie6*/
* html select{
	margin-right: 2px;
}

select, input, textarea {
	margin-right:5px;
	vertical-align:middle
}


/*font
----------------------------------------*/
.mini, .small, .middle, .big {
	margin: 1.2em 0 0.4em 0;
}

.mini {
	font-size: 11px;
	color: #333;
}

.small {
	font-size: 12px;
	color: #333;
}

.middle {
	font-size: 13px;
	color: #333;
}

.big {
	font-size: 14px;
	color: #333;
}


.miniBlue {
	font-size: 11px;
	color: #0099CC;
}

.smallBlue {
	font-size: 12px;
	color: #0099CC;

}

.middleBlue {
	font-size: 13px;
	color: #0099CC;
}

.smallGray {
	font-size: 12px;
	color: #999;
}

.smallPink {
	font-size: 12px;
	color: #FF00FF;
	font-weight:bold;
}

.smallBlack {
	font-size: 12px;
	color: #999;
	font-weight:bold;
}

.bigBlue {
	font-size: 24px;
	color: #0066CC;
	line-height: 0.4em;
}


.middleBlack {
	font-size: 13px;
	color: #333333;
}

.bigWhite {
	font-size: 18px;
	color: #FFFFFF;
}

.explain {
	font-size: 12px;
	color: #999999;
	padding: 3px 0px 0px 0px;
}

.middleGray {
	color: #999;
	font-size: 14px;
}

.adminText,.adminText a:link, .adminText a:visited, .adminText a:hover{
	font-size: 12px;
	color: #FF00FF;
}

/*t��
----------------------------------------*/	
a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img {
	border: 0;
}

.bigBlue a:link, .bigBlue a:visited, .bigBlue a:hover {
	color: #0066CC;
	border-bottom: 2px solid #0066CC;
	text-decoration: none;
}



/*���
----------------------------------------*/	
#header {
	background-image: url(bar_bg.jpg);
	background-repeat: repeat-x;
	height: 75px;
	width: 100%;
}

#bar {
	width: 300px;
	background-color: #0099FF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-top-color: #000066;
	height: 21px;
	margin-top: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000066;
	padding-top: 6px;
	margin-right: 90px;
	float: right;
	clear: right;
}


#barButton {
	font-family: "����";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	float: left;
}

#barButton a:link,#barButton a:visited {
	font-family: "����";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	float: left;
}



/*
#barButton a:active,#barButton a:hover, #barButton a:focus {
	background-color: #FFFFFF;
	border-bottom: 2px solid #A9E355;
	color: #0066FF
}
*/

#logo {
	padding-top: 15px;
	padding-left: 45px;
}

#subTitle {
	background-image: url(/images/dashline.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 20px;
	width: 450px;
	padding-top: 0px;
	margin-bottom: 15px;
	margin-left: 60px;
	font-weight: bold;
	font-size: 12px;
	color: #0099FF;
	margin-top: 10px;
}

/*
#container {
	height: 450px;
	width: 800px;
	position: relative;
}*/

#foot {
	background-image: url(dashline.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
	width: 900px;
	margin-top: 60px;
}

/*paginator
----------------------------------------*/
#pageNav {
	width: 360px;
	margin-top: 30px;
}
	
.pagination {
    padding: 3px;
    margin: 3px;
  }
  
  .pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    
    text-decoration: none;
    color: #0
	text-decoration: none;00099;
  }
  
  .pagination a:hover, .pagination a:active {

  }
  
  .pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    font-weight: bold;
    background-color: #0066CC;
    color: #FFF;
  }
  
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
  }


/*explore
----------------------------------------*/	

#exploreRightColumnFrame {
	width: 270px;
	float: right;
}

#exploreGameListFrame {
	height: 600px;
	width: 570px;
}

#newGameListFrame {
	width: 570px;
	margin-top: 20px;
	margin-bottom: 12px;
}

#randomGameListFrame {
	margin-bottom: 12px;
	width: 570px;
}


#gameIconFrame {
	border: 1px solid #E1E1E1;
	height: 132px;
	width: 132px;
	float: left;
	margin: 8px 3px;
	color: #CCCCCC;
}

#gameIconUp {
background-color:#F8F8F8;
margin:6px;
height: 80px;
width:120px;
overflow:hidden;
}



#tagOnExplore {	
	/*height: 150px;*/
	width: 260px;
	margin: 30px 10px 10px 0px;
	text-align: center;
	/*background-image: url(/images/tagTitle.jpg);*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

#tagFrame {
	text-align: left;
	padding: 20px;
	border: 2px dashed #E1E1E1;
}



#adverOnExplore {
	/*border: 1px solid #CCCCCC;*/
	margin-top: 30px;
	width: 250px;
	text-align:left;
	size: 12px;
	height: 160;
	/*text-align:center;*/
}

#adverOnExploreFriend {
	/*border: 1px solid #CCCCCC;*/
	margin-top: 30px;
	width: 270px;
	text-align:left;
	size: 12px;
	
}


#recentRecord {
padding-left:10px;	
    width:220px;
	height:80px;
	background-color: #F2F2F2;
}

#recentList {
	padding-left:10px;
    width:260px;
	height:90px;
	background-color: #F2F2F2;
}

#topList {
	padding-left:10px;
    width:260px;
	background-color: #F2F2F2;
	overflow:auto;
}

#recentList li,#recentList li.date, #recentRecord li,#recentRecord li.date, #recentPosts li,#recentPosts li.date ,#topList li {
    list-style-type:none;
    width:90px;
    line-height:30px;
    text-align:left;
    float:left;
    margin-left:1px;
    margin-bottom:1px;
	overflow:hidden;

}

#topList li.hit,#recentRecord li.hit   {
	width:160px;
	text-align:center;
}

#recentList li.date,#recentRecord li.date ,#recentPosts li.date  {
	width:70px;
}

#recentPosts {
	padding-left:10px;
    width:260px;
	overflow: auto;	
	
		background-image: url(/images/dashline.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#recentPosts li.postbody{
	width:250px;
	padding-bottom:12px;
	margin-bottom: 3px;
	background-image: url(/images/dashline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	word-wrap:break-word;
	overflow:hidden;
}

#recentPosts li.postinfo{
    width:180px;
}


	
/*detail
----------------------------------------*/	
#gameDescription {
	height: 300px;
	width: 240px;
	float: right;
	margin-right: 30px;
}

#gameContainer {
	height: 310px;
	width: 870px;
}

#gameContainerOnHome {
	margin: 6px;
}

#gamePic {
	height: 290px;
	width: 500px;
	border: 1px solid #000000;
	overflow:hidden;
}

#tagRelative {
	border: 2px dashed #E1E1E1;
	/*height: 90px;*/
	width: 210px;
	margin: 30px 10px 30px 0px;
	padding: 20px;
}

#commentContainer {
	
	width: 700px;
}

#commentNav {
	font-size: 12px;
	color: #666666;
	background-color: #F2F2F2;
	height: 30px;
	width: 700px;
	padding-top: 8px;
}

#comment {
	background-image: url(/images/dashline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 680px;
	margin: 0px 0px 15px 15px;
	padding: 15px 0px 15px 0px;
	overflow: auto;
}

#commentOnHome {
	width: 560px;
	margin: 0px 0px 15px 15px;
	padding: 15px 0px 15px 0px;
	word-wrap:break-word;
	overflow:hidden;
}

#adverOnDetail {
/*
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	*/
	height: 600px;
	width: 120px;
	float: right;
	margin-right: 20px;
}

#avatar {
	height: 60px;
	width: 50px;
	float: left;
}

#postTitle {
	height: 20px;
	padding-left:10px;
}
#commentBody {
	padding-left:60px;
}

/*firefox*/
html>/**/body #postTitle {
	padding-left:60px;
}

#addCommnent {
	background-color: #F2F2F2;
	
	width: 650px;
	padding: 8px 40px 15px 10px;
	font-size: 13px;
	overflow:hidden;
	text-align: left;
}

/*user
----------------------------------------*/

#userGameListFrame {
	width: 580px;
	height: 200px;
	margin-left: 45px;
}

#leftBar {
	margin: 20px;
	width: 240px;
	height: 240px;
	float:right;
}

#leftFrame {
	width: 580px;
	margin-left: 45px;
}

#profile {
	padding: 20px 10px 5px 20px;
	margin-bottom: 5px;
}

#userDetail {
	height: 40px;
	width: 180px;
	float: right;
}
#barLeftButton {
	margin: 15px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #0066CC;
	width: 90px;
	text-align:left;
}

#barLeftButtonAdmin {
	margin: 15px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF00FF;
	width: 90px;
	text-align:left;
}


#userStat {
	margin: 0px 5px 5px 15px;
	padding: 5px;
	background-color: #F2F2F2;
	text-align:left;
}

#favouriteFrame {
	height: 300px;
	width: 420px;
	float: right;
	margin: 0px 90px 60px 0px;
	padding: 30px;
}

#messageFrame {
	width: 520px;
	margin: 15px;
}


#messageDetailFrame {
	/*height: 180px;*/
	width: 500px;
	
	margin: 15px;
	padding: 0px 30px 30px 30px;
	background-color: #F2F2F2;
}

#messageHeader {
	width: 500px;
	height: 60px;
	background-image: url(/images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 8px;
	padding: 8px 8px 0px 8px;
}

#messageBody {
width: 500px;
overflow: auto;
}

#newMessage {
	background-color: #F2F2F2;
	
	padding: 5px 15px 15px 15px;
	height: 300px;
	width: 500px;
}

#titleOnMessage{
	float: right;
	margin-left: 16px;
}

.admin a{
	color: #FF00FF;	
}

/*login
----------------------------------------*/

.cancel {
	padding-left: 24em;
}

.loginCancel {
	padding-left: 6em;
}

#info {
	background-color: #00CCFF;
	padding: 10px 30px 10px 30px;
	margin: 5px;
	text-align: left;
	overflow: auto;
	width: 350px;
}

/*textarea.text {width: 420px;}*/
#loginFrame {
	height: 160px;
	width: 350px;
	padding: 30px;
	background-color: #F2F2F2;
	margin: 5px;
}

#regFrame {
	height: 240px;
	width: 380px;
	padding: 30px;
	background-color: #F2F2F2;
	margin: 5px;
}

#regRightFrame {
	float:right;
}


/*account info
----------------------------------------*/

#account-menu {
	float: right;
	height: 24px;
}





.menu {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	margin-top: 6px;
	margin-right: 15px;
}

.menu li {
	float:left;
	margin-left: 1.2em;
	list-style: none;
	line-height: 24px;
}

.menu ul {
	padding-left: 1.2em;
}

/*proposal
----------------------------------------*/
#proposalFrame {
	width: 600px;
	padding: 10px;
	background-color: #F2F2F2;
	margin: 5px;
	/*float: left;*/
	text-align: right;
}
#propposalHelp {
	font-family: "����";
	font-size: 12px;
	float: right;
	margin: 10px;
	height: 120px;
	width: 150px;
	padding: 12px;
	text-align: left;
	line-height: 1.8em;
}

/*auto complete text field*/
div.auto_complete {
    width: 350px;
    background: #fff;
}
div.auto_complete ul{
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;   
}
div.auto_complete ul li{
    margin: 0;
    padding: 3px;
}
div.auto_complete ul li.selected{
    background-color: #ffb;
}
div.auto_complete ul strong.hightlight {
    color: #800;
    margin: 0;
    padding: 0;
}

#help {
	margin-left: 120px;
	width: 480px;
	height: 300px;
}

.coinHelp {
	margin-top: 15px;
}

.foot_link {
	text-align: right;
	padding-right: 30px;
}

/*dong
----------------------------------------*/

#bar_gamegou {
	width: 300px;
	background-color: #FFFFFF;
	height: 21px;
	margin-top: 10px;
	padding-top: 6px;
	margin-right: 90px;
	float: right;
	clear: right;
}

/*tag cloud
----------------------------------------*/
  .css1 { font-size: 0.8em; }
  .css2 { font-size: 1.0em; }
  .css3 { font-size: 1.2em; }
  .css4 { font-size: 1.4em; }


