/*message*/
.sf-error, .sf-alert, .sf-notice, .sf-success, .sf-desc, .sf-uploading{
	padding:15px;
	margin-bottom:4px;
	border:1px solid #ddd;
	-moz-box-shadow:inset 0 0 0 1px #fff;
	-webkit-box-shadow:inset 0 0 0 1px #fff;
	box-shadow:inset 0 0 0 1px #fff;
}
.sf-error, .sf-alert{
	background:#fbe3e4;
	color:#8a1f11;
	border-color:#fbc2c4;
}
.sf-notice{
	background:#fff6bf;
	color:#514721;
	border-color:#ffd324;
}
.sf-success{
	background:#e6efc2;
	color:#264409;
	border-color:#c6d880;
}
.sf-desc{
	background:#d5edf8;
	color:#205791;
	border-color:#92cae4;
}
.sf-uploading{
	background:#fff;
	color:#333;
	border-color:#eee;
}
.sf-error label, .sf-alert label, .sf-notice label, .sf-success label, .sf-desc label, .sf-uploading label{
	display:block;
	font-size:15px;
	font-weight:bold;
	margin:0 0 5px 0;
	text-shadow: 1px 1px 1px #FFF;
}
.sf-error a, .sf-alert a, .sf-notice a, .sf-success a, .sf-desc a, .sf-uploading a{
	text-shadow: 1px 1px 1px #FFF;
}
.sf-error a, .sf-alert a{
	color:#8a1f11;
}
.sf-notice a{
	color:#514721;
}
.sf-success a{
	color:#264409;
}
.sf-desc a{
	color:#205791;
}
.sf-uploading a{
	color:#333;
}
/*end message*/
/*tabs*/
.tab-outer {
	margin:20px 0 5px;
}
.tab-outer .tab-title{
	height:34px;
	border-bottom:1px solid #ccc;
	padding:0 0 0 15px;
}
.tab-outer .tab-title a{	
	float:left;
	border:1px solid #ccc;
	margin:0 7px 0 0;
	background:#f7f7f7;
	padding:8px 17px 0;
	height:25px;
	color:#666;
	font-weight:normal;
}
.tab-outer .tab-title a.active, .tab-outer .tab-title a:hover{
	background:transparent;
	border-bottom:1px solid #f0f0f0;
	color:#333;
}
.tab-outer .tab-container{
	overflow:hidden;
	line-height:18px;
	min-height:50px;
}
.tab-outer .tab-content{
	padding:10px;
	line-height:20px;
	font-size:14px;
}
.tab-outer .tab-content *{
	font-size:14px;
	line-height:20px;
}
.tab-outer .tab-content p{
	padding:0 0 5px;
}
/*end tabs*/
/*table data*/
table.tdata {
	margin-bottom:1.4em;
	width:100%;
}
table.tdata th {
	font-weight:bold;
}
table.tdata thead th {
	background:#c3d9ff;
}
table.tdata th, table.tdata td, table.tdata caption {
	padding:4px 10px 4px 5px;
}
table.tdata tbody tr:nth-child(even) td, table.tdata tbody tr.even td {
	background:#e5ecf9;
}
table.tdata tfoot {
	font-style:italic;
}
table.tdata caption {
	background:#eee;
}
/*end table data*/
/*table full*/
table.tfull{
	margin-bottom:10px;
	width:100%;
	border-right:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;
}
table.tfull th{
	font-weight:bold;
}
table.tfull thead th{
	background:#ff9900;
	border-top:2px solid #f2f2f2;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:15px 5px;
	text-align:center;
}
table.tfull th, table.tfull td, table.tfull caption {
	padding:20px 25px;
	border:none;
	border-bottom:2px solid #f2f2f2;
	font-size:12px;
	color:#666;
	font-family:Arial;
	border-right:2px solid #f2f2f2;
	text-align:left;
	background:#fff;
	vertical-align:middle;
}
table.tfull tbody a{
	font-weight:normal;
	color:#56c5c0;
}
table.tfull tbody span{
	color:#999;
}
table.tfull tfoot{
	text-align:right;
}
table.tfull tfoot td{
	border-bottom:2px solid #51b3b4;
	background:#e3e4e5;
}
table.tfull caption {
	background:#e5e5e5;
	border-bottom:none;
	font-weight:bold;
}
table.tfull tr:hover td{
	background:#fffbf4;
}
/*end table full*/
/*------------------------------*/
/*grid all*/
.grid{
	margin:0;
	padding:0;
	min-height:58px;
}
.grid .img{
	float:left;
	width:50px;
	/*height:50px;*/
	margin-top:3px;
}
.grid .g-content{
	margin-left:62px;
}
.grid .g-right{
	text-align:right;
}
.grid .g-row{
	line-height:16px;
	color:#333;
	padding-bottom:5px;
	font-size:12px;
}
.grid a{
	font-size:12px;
	font-weight:normal;
}
.grid .g-title{
	color:#2652ad;
	font-weight:bold;
	font-size:12px;
	margin-right:3px;
	line-height:16px;
	cursor: pointer;
}
.grid .g-smalltitle{
	color:#2652ad;
	font-weight:normal;
	font-size:12px;
	margin-right:3px;
	line-height:16px;
	cursor: pointer;
}
.grid span{
	font-size:12px;
	color:#999;
}
/*end grid all*/
/*winget*/
.winget{
	margin:0 0 10px;
}
.winget-title{
	height:52px;
	background:#8c6c46;
	margin:0 3px 0 0;
	position:relative;
	z-index:1;
}
.winget-title .lb-name{
	float:left;
	margin:15px 0 0 20px;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
}
.winget-title .lb-name a:hover{
	color:#fff;
}
/*end winget*/
/*page*/
.pages{
	overflow:hidden;
	padding:14px 0;
	clear:both;
}
.box .pages{
	padding:10px;
}
.pages .pages-inner{
	text-align:right;
}
.pages .pages-inner a, .pages .pages-inner h5{
	display:inline-block;
	padding:3px 2px;
	min-width:14px;
	margin:0 0 0 7px;
	text-align:center;
	font-size:13px;
	color:#a48b48;
	font-weight:normal;
	cursor:pointer;
}
.pages .pages-inner h5{
	color:#000;
	cursor:auto;
}
.pages .pages-inner a:hover{
	color:#000;
}
.pages .pages-inner ul{
	display:inline-block;
}
.pages .pages-inner ul li{
	display:inline-block;
}
.pages .pages-inner ul li:hover a{
	color:#000;
}
.pages .pages-inner ul li.active a{
	color:#000;
	cursor:auto;
}
/*end page*/
/*big title*/
.big-title{
	min-height:57px;
	border-bottom:1px solid #D8D8D8;
	margin:0 0 20px;
}
.big-title a, .big-title .lb-name{
	font-size:22px;
	font-weight:normal;
	color:#000;
	margin:20px 0 0;
	display:inline-block;
	vertical-align:top;
	/*text-transform:uppercase;*/
}
/*end big title*/
/*other list*/
.other-list{
	padding:0 10px 15px;
	border-top:1px solid #b6a58b;
}
.other-list .other-list-title{
	font-size:14px;
	color:#000;
	padding:20px 0 5px 0;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
}
.other-list ul{
	margin:5px 0 0 10px;
}
.other-list ul li{
	padding:4px 0 4px 15px;
	font-size:12px;
	color:#8f8f8f;
	background:url(../images/other-list-bullet.png) no-repeat 1px 10px;
}
.other-list ul li a{
	color:#02A89D;
	font-size:14px;
	font-weight:normal;
}
.other-list ul li span{
	color:#999;
	font-size:14px;
	margin:0 0 0 5px;
	font-style:italic;
}
.other-list ul li a:hover{
	text-decoration:underline;
}
/*end other list*/
.nodata{
	color:#333;
	font-size:16px;
	display:block;
	padding:15px 0;
	text-align:center;
}