@charset "utf-8";

.color {
	filter: none;
	-webkit-filter: grayscale(0%);
	/* [disabled]float: right; */
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #999999; */
	display: block;
}
.color2 {
	filter: none;
	-webkit-filter: grayscale(0%);
	/* [disabled]float: right; */
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #999999; */
	display: block;
}



.bw{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	
	/* [disabled]float: left; */
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #999999; */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	display: block;
}
.bw2 {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	
	/* [disabled]float: left; */
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #999999; */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	display: block;
}
#avatar {
	width: 120px;
	border: 1px solid #000000;
	margin: 3px;
}


#color_box {
	display: block;
	border: 1px solid #333333;
	height: 20px;
	width: 20px;
}

#color_box_small {
	display: block;
	border: 1px solid #333333;
	height: 7px;
	width: 7px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
}
.cancel_line {
	color: #CCCCCC;
	text-decoration: line-through;
	background-color: #7D0000;
	display: block;
	padding-left: 3px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.cancel_line2 {
	text-decoration: line-through;
	padding-left: 3px;
	font-style: italic;
	color: #FF0000 !important ;
}


.block {
	/* [disabled]background-color: #6881AE; */
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(../_images/global/back_3.jpg);
}
.blockRed {
	background-color: #790000;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #999999;
	font-size: 16px;
}
.content hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.content h1 .tools {
	float: right;
	margin-left: 15px;
}

.content .alert {
	background-color: #FFA8A4;
	color: #CC0000;
	font-size: 12px;
	border: 1px solid #CC0000;
}
.content .eval_l {
	float: left;
	width: 400px;
}
.content .eval_r {
	float: right;
	width: 500px;
}

.content table#info {
	background-image: url(../_images/global/back_4.jpg);
	/* [disabled]width: 980px; */
	border: 1px solid #666666;
	/* [disabled]-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5); */
	/* [disabled]box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5); */
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333333;
}



.content table#list {
	/* [disabled]background-image: url(../_images/global/back_4.jpg); */
	width: 100%;
	border: 1px solid #666666;
	/* [disabled]-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5); */
	/* [disabled]box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5); */
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
	color: #333333;
	background-color: #F3F3F3;
}

.content table#list tr th{
	background-color: #666666;
	font-size: 16px;
	font-weight: 200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 35px;
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: middle;
	color: #DADADA;
	background-image: url(../_images/global/back_3.jpg);
}
.content table#list tr th a {
	color: #FFFFFF;
	text-decoration: none;
}
.content table#list tr td img{
	height: 23px;
	width: 23px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}



.content table#list tr td, table#info tr td{
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 14px;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


.content table#list tr:nth-of-type(even) {
	background-color: rgba(0,153,255,0.1);
}

.content table#list tr:hover {
	background-color: rgba(0,102,0,0.1);
}
.content table#list tr th a{
	text-decoration: none;
}

.content table#list2 {
	/* [disabled]background-image: url(../_images/global/back_4.jpg); */
	width: 100%;
	border: 1px solid #666666;
	/* [disabled]-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5); */
	/* [disabled]box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5); */
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
	color: #333333;
	background-color: #F3F3F3;
}

.content table#list2 tr th{
	background-color: #666666;
	font-size: 12px;
	font-weight: 200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 35px;
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: middle;
	color: #DADADA;
	background-image: url(../_images/global/back_3.jpg);
}
.content table#list2 tr th a {
	color: #FFFFFF;
	text-decoration: none;
}
.content table#list2 tr td img{
	height: 23px;
	width: 23px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}



.content table#list2 tr td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 10px;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


.content table#list2 tr:nth-of-type(even) {
	background-color: rgba(0,153,255,0.1);
}

.content table#list2 tr:hover {
	background-color: rgba(0,102,0,0.1);
}
.content table#list2 tr th a{
	text-decoration: none;
}


.content table#data2 {
	/* [disabled]background-image: url(../_images/global/back_3.jpg); */
	width: 100%;
	border: 1px solid #990000;
	/* [disabled]-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5); */
	/* [disabled]box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5); */
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E2E2E2;
}
.content table#data2 tr th {
	font-size: 14px;
	font-weight: normal;
	height: 35px;
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: middle;
	background-image: url(../_images/global/back_3.jpg);
	color: #CCCCCC;
}
.content table#data2 tr td {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	border: 1px dotted #666666;
}
.content table#data2 img {
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 23px;
	width: 23px;
}

.content table#data {
	/* [disabled]background-image: url(../_images/global/back_4.jpg); */
	width: 100%;
	border: 1px solid #666666;
	/* [disabled]-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5); */
	/* [disabled]box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5); */
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E5E5E5;
}




.content table#data tr th {
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 35px;
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: middle;
	color: #CCCCCC;
	background-image: url(../_images/global/back_3.jpg);
}



.content table#data tr td {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


.content table#data #avatar {
	display: inline;
	border: 1px solid #333333;
}

.content table#st_data {
	/* [disabled]background-image: url(../_images/global/back_3.jpg); */
	width: 31.5%;
	border: 1px solid #666666;
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,.5);
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-right: 15px;
	font-size: 0.8em;
	height: 200px;
	background-color: #DFDFDF;
}
.content table#st_data tr td img{
	border: 1px solid #CCCCCC;
}

#st_data tr td {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
