.Main {
	width: 99%;
	margin: 1%;
	background: #fff;
}

.Main table {
	margin: 0px auto 0px auto;
}

.Main th {
	background: #96968c;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	white-space: nowrap;
	cursor: default;
	color: #fff;
	padding: 0px 4px 0px 4px;
	text-align: center;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-collapse: collapse;
}

.Main th:last-child {
	border-right: none;
}

.Main th a {
	color: #fff;
	margin: 0px 8px 0px 8px;
}

.Main a.button, .Main input.button, .Main a.mark, .Main a.unmark, .Main a.deleteselected, .Main a.submit, .Main a.print {
	background: url(../images/button.bg.gif) no-repeat right center;
	border: none;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	margin: 2px 8px 2px 8px;
	padding: 0px 16px 0px 0px;
	cursor: pointer;
	color: #889659;
}

.Main a.button img, .Main input.button img, .Main a.mark img, .Main a.unmark img, .Main a.submit img {
	position: relative;
	margin-left: -2px;
	padding: 1px;
}

.Main .data {
	background-color: #f7f7f7;
	padding: 2px 4px 2px 4px;
	text-align: left;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #96968c;
}

.Main .data:last-child {
	border-right: none;
}

.Main tr.light, .Main td.light, .Main tr.alight, .Main td.alight {
	background-color: #f5f5f5;
}

.Main tr.dark, .Main td.dark, tr.adark, .Main td.adark {
	background-color: #e0deef;
}

.Main td.bottom {
	background-color: #4f6c9c;
	white-space: nowrap;
}

.Main .search, .paginate {
	color: #cf6921;
	font-size: 12px;
}

.Main .paginate a {
	color: #313131;
	padding: 4px;
	font-size: 10px;
}

.Main .paginate .limit {
	width: 100px;
	white-space: nowrap;
}

.Main .paginate .limit {
	width: 100px;
	white-space: nowrap;
}

td.field {
	text-align: right;
	padding: 4px;
	line-height: 24px;
}

td.field label {
	cursor: help;
}

td.value {
	text-align: left;
	padding: 4px;
	line-height: 24px;
}

td.value input, textarea {
	width: 320px;
}

td.value textarea {
	height: 150px;
}

.Main .validate {
	padding: 4px;
	color: red;
	font-size: 11px;
}

.Main .leave {
	font-weight: bold;
}

.Main input.leave {
	margin-left: 4px;
	width: 64px;
	font-weight: bold;
}

.Main input.date {
	margin-left: 4px;
	width: 128px;
	font-weight: bold;
}

img.date {
	position: realtive;
	margin: 0px 0px 4px 4px;
	cursor: pointer;
}

.fckeditor {
	background: #fff;
}

.Main label.red {
	margin-left: 8px;
	display: block;
	width: 120px;
	background: #ff6666;
	text-align: center;
	font-weight: bold;
}

.Main label.green {
	margin-left: 8px;
	display: block;
	width: 120px;
	background: #66ff66;
	text-align: center;
	font-weight: bold;
}

.titleBar {
	background: #D1D1D1;
	text-align: left;
	padding: 4px;
	margin: 1px;
	cursor: pointer;
	color: #402080;
}

#tabsExample {
	width: 99%;
}

.panelContentContainer {
  clear: both;
}

.panelheader {
	background: url(../images/tab.default.png) no-repeat left top;
	display: block;
	float: left;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	width: 125px;
	color: #fff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 21px;
	line-height: 21px;
	z-index: 10;
	margin: 0px 0px 0px 1px;
}

.panelHover {
	color: #fff;
	cursor: pointer;
}

.panelSelected {
	color: #fff;
	background: url(../images/tab.png) no-repeat left top;
	cursor: auto;
}

.panelContent {
	overflow: hidden;
}