@CHARSET "UTF-8";

/* basic */
body,html {
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 2px auto;
	background-color: #FFFFFF;
	min-height: 101%;
	word-wrap: break-word;
}

input,label,select,option,textarea,button,fieldset,legend {
	font-size: 12px;
}

img {
	border: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

label.error {
	font-size: 10px;
	color: red;
}

/* text */
.t-l-xxx {
	font-size: 20px;
}

.t-l-xx {
	font-size: 18px;
}

.t-l-x {
	font-size: 16px;
}

.t-l {
	font-size: 14px;
}

.t-m {
	font-size: 12px;
}

.t-s {
	font-size: 10px;
}

.t-s-x {
	font-size: 8px;
}

.t-s-xx {
	font-size: 6px;
}

/* text style */
.indent {
	text-indent: 1cm;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.line-through {
	text-decoration: line-through;
}

/* color */
.white {
	color: white;
}

.black {
	color: black;
}

.orange {
	color: #FFCC00;
}

.gray {
	color: gray;
}

.red {
	color: red;
}

.green {
	color: green;
}

.blue {
	color: blue;
}

.c-main {
	color: #990000;
}

/* bg color */
.bg-error {
	background-color: #f9e4e4;
}

/* table */ /* table */
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

/* other */
label.error {
	display: block;
}

/* button */
button {
	padding: 5px 10px; *
	padding: 2px 5px;
	margin: 0 5px;
}

.img-button {
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
}

.hand {
	cursor: pointer;
}

/* main-div */
.main-div {
	margin: auto;
	width: 1000px;
}

.main-div .menu-col {
	width: 200px;
	float: left;
}

.main-div .body-col {
	float: left;
	width: 800px;
}

.clear-div {
	clear: both;
}

.left-div {
	float: left;
}

/* header div*/
.header-div {
	margin: auto;
	width: 1000px;
	height: 200px;
	background-image: url(images/header-bg.png);
}

.header-logo {
	margin: 10px 20px;
	float: left;
}

.header-logo-right {
	margin: 40px;
	float: right;
}

.header-nav {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-top: -15px; *
	margin-top: -20px;
}

.header-nav ul {
	list-style: none;
}

.header-nav ul li {
	float: left;
	width: 105px;
	padding: 5px;
	text-align: center;
}

.header-nav ul li:hover {
	background-color: #575757;
}

.header-nav ul li a {
	color: #FFFFFF;
}

#copyright {
	clear: both;
}

/* toolbar-main */
.toolbar {
	padding: 0;
	margin: 5px auto;
	border: solid 1px #ddd;
	color: #444444;
	background-color: #F1F1F1;
	height: 100%;
	width: 100%;
}

/* y-menu */
.y-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.y-menu li {
	padding: 5px;
}

.y-menu li:hover {
	background-color: #F1F1F1;
}

/* x-menu */
.x-menu {
	padding: 0;
	margin: 2px auto;
	list-style: none;
	height: 24px;
	position: relative;
	z-index: 10;
}

.x-menu a {
	color: #444444;
}

.x-menu .item-group {
	height: 20px;
	position: relative;
	float: left;
	padding: 2px 10px;
	cursor: pointer;
	border: solid #F1F1F1;
	border-width: 1px 1px 0 1px;
}

.x-menu .item-group:hover {
	background-color: #DDDDDD;
	border: solid 1px #aaa;
}

.x-menu .item-group ul {
	display: none;
	list-style: none;
	background-color: #E1E1E1;
	position: absolute;
	top: 24px;
	left: -1px;
}

.x-menu .item-group:hover ul {
	margin: 0 auto;
	display: block;
	color: #000;
	background-color: #DDDDDD;
	border: solid 1px #aaa;
	padding: 0;
}

.x-menu .item-group ul li {
	white-space: nowrap;
	margin: 0;
	padding: 5px 30px;
}

.x-menu .item-group ul li.separate {
	border: solid #fff;
	border-width: 0 0 1px 0;
}

.x-menu  .item-group ul li:hover {
	background-color: #F1F1F1;
}

.x-menu  .item-group ul li:hover a {
	color: #990000;
	text-decoration: none;
}

.x-menu .item-group ul li img {
	margin: 0 5px -3px -22px;
}

/* x-button-menu*/
.x-button-menu {
	height: 24px;
	padding: 2px 5px;
}

.x-button-menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.x-button-menu ul li {
	float: left;
	padding: 2px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: solid 1px #F1F1F1;
}

.x-button-menu ul li:hover {
	background-color: #DDD;
	border: solid 1px #aaa;
}

.x-button-menu ul li img {
	margin: 1px 0 0 1px;
}

.x-button-menu ul li.separate {
	padding: 0;
	margin: 2px;
	width: 1px;
	height: 20px;
	background-color: #bbb;
}

/* default-panel */
.default-panel {
	margin: 5px;
}

.default-panel .header {
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #4A4A4A;
}

.default-panel .body {
	padding: 5px;
	border: solid 1px #ddd;
	background-color: #FFFFFF;
	overflow: hidden;
	height: 100%;
}

.default-panel .part-div {
	float: left;
	margin: 5px;
	padding: 5px;
	border: solid 1px #ddd;
	background-color: #FFFFFF;
}

/* content-panel */
dl.content-panel {
	margin: 0 auto 10px auto;
	pandding: 0;
	overflow: hidden;
	height: 100%;
}

dl.content-panel dt.title {
	padding: 2px 5px;
	color: #990000;
	font-weight: bold;
	font-variant: small-caps;
	position: relative;
	background-color: #F1F1F1;
	border: solid 1px #ddd;
	height: 24px;
	line-height: 24px;
}

dl.content-panel dt.title .icon {
	margin: 3px 5px -3px 0;
}

dl.content-panel dt.title strong {
	position: absolute;
	right: 50%;
	color: blue;
	font-size: 14px;
}

dl.content-panel dt.title .button {
	float: right;
	margin: 5px 0 0 0; +
	margin: -18px 0 0 0;
}

dl.content-panel dt.title .button img {
	padding: 0 3px;
}

dl.content-panel dd.body {
	margin: 0;
	padding: 5px;
	border: solid #ddd;
	border-width: 0 1px 1px 1px;
	height: 100%;
}

/* form-row */
dl.form-row {
	margin: 2px;
	padding: 2px; +
	padding: 0;
	clear: both;
	overflow: hidden;
}

dl.form-row dt.label {
	margin: 0;
	padding: 2px;
	width: 80px;
	float: left; +
	line-height: 24px;
	overflow: hidden;
	font-weight: bold;
}

dl.form-row dd.content {
	margin: 0;
	padding: 2px;
	height: 100%;
	float: left;
	width: 680px; +
	line-height: 24px;
	overflow: hidden;
}

dl.form-row dd.content input.m {
	width: 300px;
}

dl.form-row dd.content select.m {
	width: 305px;
}

dl.form-row dd.content textarea.m {
	width: 300px;
}

dl.form-row dd.content input.l {
	width: 400px;
}

dl.form-row dd.content select.l {
	width: 405px;
}

dl.form-row dd.content textarea.l {
	width: 400px;
}

dl.form-row dd.content label.help {
	margin: 0 0 0 5px;
	padding: 2px; +
	line-height: 24px;
	overflow: hidden;
	color: gray;
	font-size: 10px;
}

dl.form-row label.error {
	margin: 0 0 0 5px;
	padding: 2px; +
	line-height: 24px;
	display: inline;
}

/* data-row */
dl.data-row {
	margin: 0;
	padding: 2px;
	line-height: 20px;
	clear: both;
	overflow: hidden;
}

dl.data-row dt.label {
	margin: 0;
	padding: 0;
	width: 50px;
	float: left;
	line-height: 20px;
	font-weight: bold;
}

dl.data-row dt.label-l {
	margin: 0;
	padding: 0;
	width: 100px;
	float: left;
	line-height: 20px;
	font-weight: bold;
}

dl.data-row dd.data {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
}

dl.data-row label.error {
	margin: 0 0 0 5px;
	padding: 2px; +
	line-height: 24px;
	display: inline;
}

/* p row*/
p.text {
	margin: 0;
	padding: 0;
}

p.alert {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background-color: #f9e4e4;
}

p.separate {
	margin: 2px;
	padding: 0;
	clear: both;
	height: 0;
	border: dotted #ddd;
	border-width: 0 0 1px 0;
}

p.button {
	margin: 5px 0 0 0;
	text-align: right;
}

p.headlines {
	margin: 0 auto;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.nav {
	margin: 2px;
	padding: 5px;
}

.nav-right {
	margin: 2px;
	padding: 0;
	float: right;
}

label.help {
	margin: 0 0 0 5px;
	padding: 2px;
	color: gray;
	font-size: 10px;
}

select.s {
	width: 200px;
}

select.m {
	width: 300px;
}

/* list-table */
table.list-table {
	border-collapse: collapse;
	word-wrap: break-word;
	width: 100%;
	margin: 5px auto; *
	table-layout: fixed;
}

table.list-table tr:hover {
	background-color: #F1F1F1;
}

table.list-table td {
	padding: 5px;
	border: solid 1px #DDD;
	line-height: 20px;
}

table.list-table td.ordering-col {
	width: 40px;
	text-align: center;
}

table.list-table td.checkbox-col {
	width: 20px;
	text-align: center;
}

table.list-table td.operate-col-2B {
	width: 40px;
	text-align: center;
}

table.list-table thead td {
	color: #444;
	font-weight: bold;
	background-color: #DDD;
	border: solid 1px #FFF;
}

table.list-table tfoot td {
	color: #444;
	background-color: #EEE;
	border: solid 1px #ddd;
	font-weight: bold;
}

table.list-table div.photo-small {
	float: left;
	margin-right: 10px;
}

table.list-table .selected {
	background-color: #F1F1F1;
}

/* list-table */
table.list-table-2 {
	border-collapse: collapse;
	word-wrap: break-word;
	margin: 5px auto; *
	table-layout: fixed;
}

/* data-table */
table.form-table {
	border-collapse: collapse;
	word-wrap: break-word;
	width: 100%; +
	table-layout: fixed;
	padding: 5px;
	line-height: 20px;
}

table.form-table thead td {
	color: #444;
	font-weight: bold;
	background-color: #DDD;
	border: solid 1px #FFF;
}

table.form-table tfoot td {
	color: #444;
	background-color: #EEE;
	border: solid 1px #ddd;
	font-weight: bold;
}

table.form-table td {
	margin: 0;
	padding: 5px;
	border: solid 1px #CCC;
}

table.form-table td.label-cell {
	width: 100px;
	vertical-align: top;
	font-weight: bold;
}

table.form-table p {
	margin: 0;
	padding: 0;
}

/* list */
ul.data-list {
	margin: 2px;
	padding: 2px;
	list-style: none;
}

ul.data-list li {
	padding: 1px;
}

ul.data-list li.category {
	float: left;
	margin: 2px;
	width: 80px;
}

ul.data-list li.title {
	float: left;
	margin: 2px;
	width: 310px;
}

ul.data-list li.date {
	float: left;
	clear: right;
	margin: 2px;
	width: 35px;
}

/* content */
.content-div {
	font-size: 14px;
	line-height: 20px;
}

.content-div p,.content-div div {
	
}

/* image */
.homepage-image {
	max-width: 300px;
	max-height: 250px;
}