@charset "utf-8";

@import url("/css/b.css");

/* 配色 */
.white,		.white a	{color:#FFF}
.black,		.black a	{color:#000}
.gray,		.gray a		{color:#999}
.lightgray,	.lightgray a{color:#EEE}
.red,		.red a		{color:#bc1013 !important}
.blue,		.blue a		{color:#005B9F}
.green,		.green a	{color:#009900}
.purple,	.purple a	{color:#481C87}
.yellow,	.yellow a	{color:#bc1013}
.orange,	.orange a	{color:#F8931D}

.bblue{border-color:#b5cfd9}

.bgwhite	{background-color:#FFF}
.bgblack	{background-color:#000}
.bggray		{background-color:#999}
.bglightgray{background-color:#F2F2F2}
.bgred		{background-color:#F00}
.bgblue		{background-color:#2366A8}
.bggreen	{background-color:#A9D58D}
.bgyellow	{background-color:#FFFEE2}



body, th, td{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}
a{
	color:#2366A8;
	text-decoration:none;
}
table.adminlist {
    background-color: #F3F3F3;
    border-spacing: 1px;
    color: #666666;
    width: 100%;
}
table.adminlist td, table.adminlist th {
    padding: 4px;
}
table.adminlist thead th {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    color: #666666;
    text-align: center;
}
table.adminlist thead th.left {
    text-align: left;
}
table.adminlist thead a:hover {
    text-decoration: none;
}
table.adminlist thead th img {
    padding-left: 3px;
    vertical-align: middle;
}
table.adminlist tbody th {
    font-weight: bold;
}
table.adminlist tbody tr {
    background-color: #FFFFFF;
    text-align: left;
}
table.adminlist tbody tr.row0:hover td, table.adminlist tbody tr.row1:hover td {
    background-color: #E8F6FE;
}
table.adminlist tbody tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
}
table.adminlist tbody tr.row1 td {
    background: none repeat scroll 0 0 #F0F0F0;
    border-top: 1px solid #FFFFFF;
}
table.adminlist tfoot tr {
    color: #333333;
    text-align: center;
}
table.adminlist tfoot td, table.adminlist tfoot th {
    background-color: #F7F7F7;
    border-top: 1px solid #999999;
    text-align: center;
}
table.adminlist td.order {
    text-align: center;
    white-space: nowrap;
    width: 200px;
}
table.adminlist td.order span {
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    text-align: center;
    width: 20px;
}
table.adminlist .pagination {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
table.adminlist td.indent-4 {
    padding-left: 4px;
}
table.adminlist td.indent-19 {
    padding-left: 19px;
}
table.adminlist td.indent-34 {
    padding-left: 34px;
}
table.adminlist td.indent-49 {
    padding-left: 49px;
}
table.adminlist td.indent-64 {
    padding-left: 64px;
}
table.adminlist td.indent-79 {
    padding-left: 79px;
}
table.adminlist td.indent-94 {
    padding-left: 94px;
}
table.adminlist td.indent-109 {
    padding-left: 109px;
}
table.adminlist td.indent-124 {
    padding-left: 124px;
}
table.adminlist td.indent-139 {
    padding-left: 139px;
}
table.adminlist tr td.btns a {
    text-decoration: underline;
}

.th{
	background:#f3f8fc;
	padding:5px 0 0 5px;
	height:25px;
	overflow:hidden;
}
.th, .row{
	border-bottom:1px dotted #CCC;
	padding:5px 0 0 5px;
	height:25px;
	overflow:hidden;
}
.bt{
	background:#141517;
	border:none;
	padding:2px 6px;;
	color:#78B2D8;
	-moz-border-radius: 5px;         // firefox 圆角
	-webkit-border-radius: 5px;      // shrome safari
	border-radius: 5px;              // opera ie
}


/* 翻页条 */
.pagebar{
	font-family:Verdana;
	font-size:11px;
}
.pagebar a{
	border:1px solid #2366A8;
	padding:2px 4px 1px;;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pagebar .isme{
	background-color:#2366A8;
	border:1px solid #2366A8;
	color:#FFF !important;
}
.pagebar2 a{
	padding:0 3px;
}
