
#wrapper{
	background:url(../images/bg.jpg) white no-repeat top center;
}
.wrapperIn{
	width:1000px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.head{
	float:left;
	clear:both;
	overflow:hidden;
	width:100%;
	position:relative;
	height:380px;
}
h1#logo{
	float:left;
	clear:both;
	margin-left: 30px;
}
h1#logo a{
	background:url(../images/logo.png) no-repeat;
	overflow:hidden;
	width:210px;
	height:134px;
	display:block;
	color:transparent;
}
ul.shortLink{
	list-style:none;
	float:left;
	clear:both;
	padding:5px 10px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 49%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(49%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 49%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 49%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 49%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 49%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
ul.shortLink li{
	text-align:center;
	float:left;
	padding: 0 10px;
	position:relative;
}
ul.shortLink li:after{
	content:"|";
	position:absolute;
	top:0px;
	right:0px;
	color:#fff;
}
ul.shortLink li:last-child:after{
	content:"";
}
ul.shortLink li a{
	float:left;
	display:inline-table;
	color:#fff;
}
ul.shortLink li a:hover{}
ul.shortLink li:nth-child(2) a{
	width:60px;
}
.codeBank{
	float:left;
	clear:both;
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
.userInfo{
	width:217px;
	border:1px solid #000;
	background:#370203;
	overflow:hidden;
}
.userInfoWrap{
	border-top:1px solid #d20304;
	border-bottom:1px solid #4d0102;
	position:relative;
	width:100%;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
.userInfoWrap:before,
.userInfoWrap:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	border-left:1px solid #610203;
}
.userInfoWrap:before{
	left:0px;
}
.userInfoWrap:after{
	right:0px;
}
#userInfoLogin legend.title-login,
.userInfoWrap h2.title-login{
	background:url(../images/title-login.jpg) no-repeat top center;
	width:100%;
	height:29px;
	color:transparent;
	margin-bottom:10px;
}
.userInfoWrap p{
	padding:0 20px;
	float:left;
	clear:both;
	display:block;
	width:180px;
	margin-bottom:10px;
}
.userInfoWrap p span{
	color:white;
	float:left;
	margin-right:5px;
	display: inline-table;
}
.userInfoWrap p span:first-child {
	width: 69px;
}
.userInfoWrap p span.abs{
	color:#fbd608;
}
.userInfoWrap p a.reload{
	background:url(../images/reload.png) no-repeat;
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
}
#userInfoLogin fieldset{
	padding:0 17px;
}
#userInfoLogin label{
	color:#fff;
	font-size:14px;
	clear:both;
	width:182px;
	float:left;
}
#userInfoLogin input[type='text'],
#userInfoLogin input[type='password']{
	border:1px solid #5d1111;
	background:#240102;
	width:182px;
	height:27px;
	float:left;
	clear:both;
	margin-bottom:5px;
	color:white;
	padding:0 5px;
}
#userInfoLogin select{
	float:left;
	clear:both;
	border:1px solid #5d1111;
	width:182px;
	height:27px;
	background:#fbf6f6;
	margin-bottom:10px;
}
#userInfoLogin input[type='submit']{
	background:url(../images/dangnhap.jpg) no-repeat;
	display:block;
	border:0px solid transparent;
	width:85px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
	color:transparent;
	float:left;
}
#userInfoLogin input[type='submit']:hover{
	background-position:0 -30px;
}
#userInfoLogin input[type='button']{
	background:url(../images/dangnhap.jpg) no-repeat;
	display:block;
	border:0px solid transparent;
	width:85px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
	color:transparent;
	float:left;
	margin: 20px 0px 20px 0px;
}
#userInfoLogin input[type='button']:hover{
	background-position:0 -30px;
}
#userInfoLogin a.giftcode,
.userInfoWrap .giftcode{
	background:url(../images/giftcode.jpg) no-repeat;
	display:block;
	width:85px;
	height:30px;
	overflow:hidden;
	color:transparent;
	float:right;
}
#userInfoLogin a.giftcode:hover,
.userInfoWrap .giftcode:hover{
	background-position:0 -30px;
}
.userInfoWrap .logout{
	background:url(../images/dangxuat.jpg) no-repeat;
	display:block;
	width:85px;
	height:30px;
	overflow:hidden;
	color:transparent;
	float:left;
}
.userInfoWrap .logout:hover{
	background-position:0 -30px;
}
.codeBankContent{
	width:765px;
	overflow:hidden;
}
.codeBankContent .tabHead{
	float:left;
	clear:both;
	overflow:hidden;
}
.codeBankContent .tabHead ul.listTabHead{
	list-style:none;
}
ul.listTabHead li{
	float:left;
	font-size:18px;
	background: rgb(115,8,2); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(115,8,2,1) 0%, rgba(65,2,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(115,8,2,1)), color-stop(100%,rgba(65,2,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(115,8,2,1) 0%,rgba(65,2,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(115,8,2,1) 0%,rgba(65,2,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(115,8,2,1) 0%,rgba(65,2,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(115,8,2,1) 0%,rgba(65,2,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#730802', endColorstr='#410201',GradientType=0 ); /* IE6-9 */
	margin-right:2px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
ul.listTabHead li:last-child{
	margin-right:0px;
}
ul.listTabHead li a{
	color:#fff;
	border-top:1px solid #940802;
	border-right:1px solid #8f0702;
	border-left:1px solid #8f0702;
	border-bottom:1px solid #6e0200;
	padding:10px 15px;
	display:block;
	text-align:center;
	width:100px;
	height: 35px;
}
ul.listTabHead li a:hover,
ul.listTabHead li.active a{
	text-decoration:none;
	color:#560502;
	background:white;
	border-bottom:1px solid white;
}
.codeBankContent .content{
	background:white;
}
.content .infoShowHide{
	overflow:hidden;
	margin: 0 0 0 30px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #906f6f;
}
.content .infoShowHide.hide{
	border-bottom:0px solid transparent;
}
.content .infoShowHide a.show{
	background:url(../images/arrow.png) no-repeat;
	display:block;
	overflow:hidden;
	height:18px;
	color:#820902;
	text-decoration:none;
	font-weight:bold;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom:10px;
	border-bottom:1px solid #e7e5e5;
}
.content .infoShowHide a.show.hide{
	background-position:0 -44px;
}
.content {min-height: 300px;}
.content .infoShowHide .contentShowHide{
	overflow:hidden;
}
	.contentShowHide span.getcode{
		background:url(../images/chuadu.jpg) no-repeat;
		width:197px;
		height:41px;
		display:block;
		float:left;
		margin-right:5px;
	}
	.contentShowHide a.getcode{
		background:url(../images/nhapcode.jpg) no-repeat;
		width:197px;
		height:41px;
		display:block;
		float:left;
		margin-right:5px;
		cursor:pointer;
	}
	.contentShowHide input[type='text'], .contentShowHide .showcode{
		border:1px solid #8d8076;
		background:#e8e8e4;
		line-height: 39px;
		padding: 0 5px;
		width:350px;
		display: block;
		float: left;
	}
	.contentShowHide table.myTable{
		margin:10px 0 10px 3%;
		width:95%;
	}
	.contentShowHide table.myTable th{
		background:#dadada;
		color:#6b0202;
	}
	.contentShowHide table.myTable th, 
	.contentShowHide table.myTable td{
		font-weight:bold;
	}
	.contentShowHide table.myTable .light{
		background:#f4f2f2;
	}
	.contentShowHide table.myTable .dark{
		background:#d4d1d1;
	}
	.contentShowHide table.myTable span.important1{
		color:red;
	}
.codeBankContent .titleContent .time{float: right;margin-right: 20px;}
.codeBankContent .titleContent {
	padding: 15px 0;
	clear: both;
	overflow: hidden;
	position: relative;
	background:url(../images/title.png) no-repeat #fff 24px 13px;
	padding-bottom:20px;
}
.codeBankContent .titleContent h1{
	border-bottom: 1px dotted #906f6f;
	padding: 6px 0 10px 35px;
	color: #410302;
	font-size: 22px;
	margin: 0 25px;
}
