.Main {
	margin: 0px auto 1% auto;
	background: #f4fbfe;
	text-align: left;
	height: auto;
	clear: both;
	overflow: hidden;
	border: solid 1px #4f799d;
 	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.Main table {
	margin: 0px auto 0px auto;
}

.Main h1.title, .Main h2.title, .Main th {
	background: #71b4ea url(../images/bg.png) repeat-x center center;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	white-space: nowrap;
	cursor: default;
	color: #fff;
	padding: 0px 4px 0px 4px;
}

.Main h1.title {
	/*border: solid 1px #4f799d;
 	border-radius-topleft: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-radius-topleft: 6px;
 	border-radius-topright: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topright: 6px;*/
}

.Main h1.title {
	text-align: left;
}

.Main h1.title a {
	color: #fff;
}

.Main h2.title {
	background: #71b4ea url(../images/bg.light.png) repeat-x top center;
	color: #507896;
}

.Main th a {
	color: #fff;
}

.Main .thbottom {
	background: #71b4ea url(../images/bg.light.png) repeat-x top center;
	cursor: pointer;
	border-right: solid 1px #ededed;
	border-bottom: solid 1px #ededed;
	color: #001822;
}

.Main .thbottom:last-child {
	border-right: none;
}

.Main a.print, .Main a.MainButton, .Main a.mark, .Main a.unmark, .Main a.deleteselected, .Main a.submit {
	display: block;
	float: left;
	background: #191919 url(../images/button.bg.png) repeat-x left center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 8px 8px 8px 8px;
	padding: 0px;
	cursor: pointer;
	color: #fff;
	line-height: 18px;
	padding: 2px;
	border: solid 1px #191b1d;
 	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.Main a.print img, .Main a.MainButton img, .Main input.action img, .Main a.mark img, .Main a.unmark img, .Main a.submit img {
	float: left;
	margin: 1px 8px 0px 8px;
}

.Main .data {
	vertical-align: top;
	color: #464646;
	padding: 3px 6px 3px 6px;
	text-align: left;
	border-right: solid 1px #ededed;
	border-bottom: solid 1px #ededed;
}

.Main .data:last-child {
	border-right: none;
}

.Main .data a {
	color: #363636;
}

.Main .html {
	display: none;
}

.Main tr.light, .Main td.light, .Main tr.alight, .Main td.alight {
	/*background-color: #FFFAFA;*/
}

.Main tr.dark, .Main td.dark, tr.adark, .Main td.adark {
	/*background-color: #F5F5F5;*/
}

.Main td.bottom {
	background-color: #4f6c9c;
	white-space: nowrap;
}

.Main .paginate a {
	color: #191970;
	padding: 4px;
	font-weight: bold;
}

.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, select {
	width: 512px;
}

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 {
	margin: 0px auto 1% auto;
	width: 100%;
}

.panelContentContainer {
  clear: both;
}

.panelheader {
	background: #4f799d url(../images/bg.png) repeat-x center center;
	display: block;
  float: left;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0px 8px 0px 8px;
	color: #fff;
	font-size: 13px;
	margin-left: 1px;
	border: solid 1px #4f799d;
 	border-radius-topleft: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-radius-topleft: 6px;
 	border-radius-topright: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topright: 6px;
}

.panelHover {
	color: #fff;
  cursor: pointer;
}

.panelSelected {
	background: #7da7ca url(../images/bg.png) repeat-x center center;
  cursor: auto;
}

.panelContent {
	overflow: auto;
}

#toggleCategTree {
   /*display:block;*/
   cursor:pointer;
   color:#666666;
}

#categtreebox {
	overflow: auto;
	height: 128px;
	width: 515px;
	text-align: left;
	font-size: 12px;
	cursor: pointer;
	border: solid 1px #7f9db9;
	float: left;
}

#categtree h2 {
	font-size: 12px;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	background: #666666;
	vertical-align: middle;
}

#categtree #close_tree {
   text-align: center;
   white-space: nowrap;
   cursor:pointer;
}

#categtree .categ-item {
   clear: both;
   display: block;
   cursor: pointer;
}

#categtree .categ-item img {
   margin-right: 2em;
}

#categtree .odd {
	background: #f0f0ee;
}

#categtree .even {
	background: #e3e3e3;
}

#categtree .categ-item:hover {
   background:#eee;
}

.imageinfo {
	text-align: center;
	color: #1e283c;
}

.messange {
	text-align: left;
	line-height: 24px;
	padding: 16px;
}
