/*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:0 0 10px 0;
}
.tab-outer .tab-title{
	height:25px;
}
.tab-outer .tab-title a{	
	font-size:13px;
	font-weight:normal;
	color:#acacac;
	padding:0 10px;
	line-height:24px;
	height:23px;
	margin:0 0 0 12px;
	border:1px solid #b8b8b8;
	border-bottom:none;
	float:left;
	background:#ecebeb;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.tab-outer .tab-title a.active, .tab-outer .tab-title a:hover{
	background:#fff;
	color:#000;
	border:1px solid #787878;
	border-bottom:none;
	height:24px;
}
.tab-outer .tab-container{
	overflow:hidden;
	line-height:18px;
	min-height:50px;
}
.tab-outer .tab-content{
	padding:10px 10px 10px 0;
}
/*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*/
/*box*/
.box{
	margin:0 0 10px;
}
.box-title{
	min-height:35px;
	background:url(../images/box-title-line.png) repeat-x bottom left;
}
.box-title .lb-name{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: 22px;
    padding-left: 10px;
	padding-top: 6px;
	display: inline-block;
	vertical-align: top;
}
.box-title .lb-name a:hover{
	color:#f60;
}
.cat-title{
    background: none;
    border-bottom: 1px #e4e4e4 solid;
	padding: 0 0 10px;
}
.cat-title label{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
    padding-left: 25px;
    color: #333;
    background: url(../images/menu-left-bullet.png) no-repeat 3px 3px;
	display: inline-block;
	vertical-align: top;
}
/*end box*/
/*boxgray*/
.boxgray{
	margin:0 0 15px;
	background:#f5f5f5;
	border:1px solid #e2e2e2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.boxgray-title{
	height:44px;
	background:url(../images/box-title-line.png) repeat-x bottom left;
}
.boxgray-title .lb-name{
	float:left;
	margin:10px 0 0 10px;
	font-size:18px;
	text-transform:uppercase;
	color:#005ead;
	font-weight:bold;
}
/*end boxgray*/
/*boxblue*/
.boxblue{
	margin:0 0 10px;
	background:#005ead;
}
.boxblue-title{
    height: 38px;
    border-bottom: 1px dotted #c1c1c1;
}
.boxblue-title .lb-name{
    float: left;
    line-height: 38px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}
/*end boxblue*/
/*page*/
.pages{
	overflow:hidden;
	padding:14px 0;
	clear:both;
}
.box .pages{
	padding:10px;
}
.pages .pages-inner{
	text-align:center;
}
.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:14px;
	color:#0169b3;
	font-weight:bold;
}
.pages .pages-inner h5{
	color:#ff9018;
}
.pages .pages-inner a:hover{
	color:#ff9018;
}
.pages .pages-inner ul{
	display:inline-block;
}
.pages .pages-inner ul li{
	display:inline-block;
}
/*end page*/
/*big title*/
.big-title{
	height:65px;
	border-bottom:1px dashed #ccc;		
}
.big-title a, .big-title label{
	font-size:20px;
	font-weight:bold;
	color:#666;
	float:left;
	margin:20px 0 0 25px;
	font-family:Arial;
}
/*end big title*/
/*other list*/
.other-list{
	margin:0 0 15px;
	/*background:url(../images/box-title-line.png) repeat-x top left;*/
}
.other-list h2{
	font-size:16px;
	color:#005ead;
	padding:10px 0 5px 10px;
	text-transform:uppercase;
	display:block;
}
.other-list ul{
	margin:5px 0 0 17px;
}
.other-list ul li{
	padding:4px 0 4px 20px;
	font-size:12px;
	color:#8f8f8f;
	background:url(../images/menu-left-bullet.png) no-repeat 1px 8px;
}
.other-list ul li a{
	color:#5d5d5d;
	font-size:12px;
	font-weight:normal;
    line-height: 24px;
}
.other-list ul li span{
	color:#999;
	font-size:12px;
	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;
}