html {
    margin: 0;
	height: 100%;
	overflow: hidden;
}
body {
    margin: 0;
	height: 100%;
	overflow: hidden;
	font-size: 76%;
	font-family: Tahoma, Helvetica;
}
button, input, textarea, select {
	font-size: 100%;
	font-family: Tahoma, Helvetica;
}
a {
	color: black;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: red;
}
img {
	border-style: none;
}
#head {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 55px;
	background: #F6FCFE url(headbg.gif) no-repeat right top;
}
#head img {
	float: left;
	margin: 5px;
	border: 1px solid #D0E2F3;
}
#head a {
	float: right;
	margin: 5px;
}
#tool {
	position: absolute;
	left: 0px;
	top: 55px;
	width: 100%;
	height: 25px;
	background: url(mainbg.gif) repeat-x left top;
}
#tool #welcome {
	float: left;
	width: 156px;
	height: 24px;
	font-size: 112%;
	font-weight: bold;
	line-height: 24px;
	padding-left: 12px;
	border-bottom: 1px solid #ccc;
	background: url(leftbg.gif) no-repeat right -40px;
}
#tool a {
	display: block;
	float: left;
	padding: 4px 7px;
}
#tool a:hover {
	background-color: white;
	padding: 3px 6px;
	border: 1px solid #aaa;
}
#tool img {
	margin-right: 3px;
	vertical-align: middle;
}
#tool button {
	display: block;
	float: left;
	cursor: pointer;
	padding: 1px 4px;
	_height: 21px;
	margin: 2px 1px 1px 1px;
	border: 1px solid #aaa;
}
#tool label {
	display: block;
	float: left;
	line-height: 17px;
	padding: 1px 4px;
	margin: 2px 1px 1px 1px;
	border: 1px solid #aaa;
	background-color: white;
}
#itemtool {
	margin-left: 20px;
}
#itemtool img {
	margin-right: 3px;
	vertical-align: middle;
}
#itemtool a{
	padding: 4px 7px;
}
#toolbar {
	height: 35px;
	background-color: white;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
#toolbar .space {
	float: left;
	width: 1px;
	height: 28px;
}
#toolbar a {
	display: block;
	float: left;
	width: 54px;
	line-height: 22px;
	padding: 2px 6px;
	margin: 1px;
	white-space: nowrap;
	background-color: #F6F6F6; 
}
#toolbar a.right {
	width: 78px;
	float: right;
}
#toolbar a:hover {
	display: block;
	float: left;
	width: 54px;
	line-height: 22px;
	padding: 2px 6px;
	margin: 1px;
	white-space: nowrap;
	color: white;
	background-color: #CCCCCC;
}
table.photo {
	float: left;
	width: 250px;
	height: 260px;
	margin: 10px;
	border: 1px solid #ccc;
}
table td.img {
	padding: 4px;
}
table.photo .title {
	line-height: 1.4;
	text-align: left;
	padding-top: 4px;
	padding-left: 10px;
	border-top: 1px dashed #ccc;
	font-size: 12px;
}
table.photo input {
	float: right;
	margin-right: 5px;
}
.right {
	float: right;
}
.left {
	float: left;
}
#side {
	position: absolute;
	top: 80px;
	left: 0;
	bottom: 0;
	overflow: hidden;
    width: 168px;
	background: url(leftbg.gif) repeat-y left top;
}
#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side a {
	display: block;
	position: relative;
	line-height: 30px;
	height: 30px;
	padding-left: 25px;
}
#side a.hover,
#side a:hover {
	font-weight: bold;
	background: url(leftbg.gif) no-repeat right top;
}
#side span {
	display: block;
	height: 10px;
	font-size: 1px;
	background: url(leftbg.gif) no-repeat right -81px;
}
blockquote {
	border-top: 1px solid #ddd;
	padding: 4px 8px;
	margin: 8px -8px 0 -8px;
	background-color: #eee;
}
#body {
	position: absolute;
	left: 168px;
	top: 80px;
	right: 0;
	bottom: 0;
	overflow: auto;
}
.layout {
	padding: 15px;
}
#info {
	padding: 15px;
	margin: -15px -15px 15px -15px;
	border-bottom: 1px solid #ddd;
	background: url(mainbg.gif) repeat-x left bottom;
}
#tree {
	width: 200px;
	max-height: 380px;
	background: #fff;
	display: none;
}
#right {
	position: absolute;
	right: 0; top: 0;
	background: url(mainbg.gif) no-repeat left -130px;
}
#right img {
	max-width: 160px;
	max-height: 120px;
}
#upload {
	margin-left: -18px;
	width: 82px;
	padding: 2px 0;
}
#editor {
	position: relative;
	overflow: auto;
	border: 1px solid #A8E1F5;
}
#panel {
	border: 1px solid #A8E1F5;
	background-color: #eee;
}


#modal {
	opacity: 0.1;
	filter: alpha(opacity=10);
	background-color: #666;
}
#dialog {
	width: 400px;
	height: 160px;
	position: absolute;
	background: white;
	border: 1px solid #A8E1F5;
}
#dialog .head {
	height: 22px;
	background: url(mainbg.gif) repeat-x;
}
#dialog .body {
	border-top: 1px solid #D9F3FC;
	border-bottom: 1px solid #D9F3FC;
}
#dialog .foot {
	height: 38px;
	text-align: right;
	background-color: #D9F3FC;
}
#dialog .info {
	height: 54px;
	line-height: 1.5;
	padding-left: 18px;
	padding-right: 64px;
	background: url(dialog.gif) no-repeat right top;
}
#dialog .head img {
	float: right;
	margin-right: 5px;
}
#dialog .head b {
	line-height: 20px;
	padding-left: 18px;
	background: url(icon.gif) no-repeat 1px -1px;
}
#dialog button {
	width: 80px;
	margin-right: 10px;
}
#dialog p {
	margin: 8px 0 0 0;
}
#listbox {
	width: 200px;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #aaa;
	overflow-x: hidden;
	display: none;
}
#dropdown {
	width: 200px;
	float: right;
	margin-top: 1px;
	margin-right: 5px;
	padding-left: 1px;
	border: 1px solid #aaa;
	background: url(dropdown.gif) no-repeat right top;
}
#dropdown img {
	margin: 2px 0;
	vertical-align: middle;
}
#dropdown span {
	margin: 2px 3px;
	vertical-align: middle;
}
#dropdown input {
	width: 162px;
	border-width: 0;
	padding: 0;
	margin: 2px 1px;
	_margin-top: 1px;
	color: #aaa;
	vertical-align: middle;
}
#dropdown input.focus {
	color: #000;
}
.check {
	margin-left: -2px;
	vertical-align: middle;
}
.hidden {
	display: none;
}
.eng {
	ime-mode: disabled;
}
.full {
	width: 100%;
}
.error {
	color: red;
}
error {
	color: red;
}
gray {
	color: #aaa;
}	
error {
	color: red;
}
.grey {
	color: #aaa;
}
.grey * {
	color: #aaa;
}
.clear {
	clear: both;
}
div.pager {
	float: right;
	line-height: 18px;
}
div.pager a {
	float: left;
	margin-left: 3px;
	border: 1px solid #cccccc;
	padding: 1px 4px;
	text-decoration: none;
}
div.pager a:hover {
	background-color: #cccccc;
}
div.pager a.current {
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #a2a2a2;
	background-color: #a2a2a2;
}
table.grid {
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
table.grid .head {
	background: url(mainbg.gif) repeat-x left -40px;
}
table.grid img {
	margin: 0 2px;
}
table.grid .select {
	background-color: #D9F3FC;
}
table.grid tr:hover, table.grid .hover {
	background-color: #F0FAFC;
}
table.grid td {
	padding: 2px 1px;
	min-height: 20px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	white-space: nowrap;
	border-color: #fff #ddd #ddd #fff;
}
table.grid .notfound {
	color: #aaa;
	padding: 40px 20px;
	text-align: left;
	font-weight: bold;
	background-color: #F0FAFC;
}
ul.treeview {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	border: 1px solid #aaa;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
ul.treeview img {
	border-style: none;
	vertical-align: middle;
}
ul.treeview ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.treeview img.icon {
	margin: 1px 3px 1px 1px;
}
ul.treeview div {
	width: auto !important;
	line-height: 18px;
	_height: 19px;
	padding: 0 3px;
	cursor: default;
	white-space: nowrap;
}
ul.treeview div:hover,
ul.treeview div.hover {
	background-color: #eee;
}
ul.treeview div.active {
	background-color: #ddd;
}
.listbox {
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
.listbox img {
	border: none;
	margin: 1px 3px 1px 1px;
	vertical-align: middle;
}
.listbox div {
	width: auto !important;
	width: 100%;
	line-height: 18px;
	_height: 19px;
	padding: 0px 2px;
	cursor: default;
	white-space: nowrap;
}
.listbox div:hover,
.listbox div.hover {
	background-color: #eee;
}
.listbox div.active {
	background-color: #ddd;
}
.calendar {
	display: none;
	position: absolute;
	border: 2px solid #C0DAF3;
	background-color: #F0FAFC;
}
.calendar td {
	width: 25px;
	font-size: 9pt;
	cursor: default;
	text-align: center;
	border: 1px solid #F0FAFC;
	background-color: #F0FAFC;
}
.calendar .btnUp {
	border-width: 1px;
	border-style: solid;
	border-color: #fff #C0DAF3 #C0DAF3 #fff;
}
.calendar .btnDown {
	border-width: 1px;
	border-style: solid;
	border-color: #C0DAF3 #fff #fff #C0DAF3;
}
.calendar .month {font-weight: normal;}
.calendar .hover {border: 1px solid #C0DAF3;}
.calendar .sunday {color: red;}
.calendar .satday {color: red;}
.calendar .today {color: blue;}
.calendar .notday {color: lightgrey;}
.lineedit {
	padding: 2px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #0066CC;
	background-color: transparent;
}
.combobox {
	overflow-x: hidden;
	overflow-y: auto;
	border: 2px solid #C0DAF3;
	background-color: white;
}
.combobox .hover {
	background-color: #F0FAFC;
}
.combobox div {
	width: 100%;
	cursor: default;
	padding: 1px 2px;
	font-family: verdana;
	line-height: 140%;
	white-space: nowrap;
}
.current {
	font-size: 10.5pt;
	font-weight: bold;
	background-color: #F0FAFC;
	font-family: 'Tahoma';
	line-height: 1.5;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}
button.c_common {
	vertical-align: middle;
	background: url(c_login.gif) no-repeat;
	border: none;
	width: 64px;
	height: 21px;
	line-height: 21px;
}
button {
	width: 80px;
	font-size: 9pt;
}
.required {
	border: 1px solid #7F9DB9;
}
.click {
	cursor: pointer;
}
#scroll {
	position:relative;
	height: 160px;
	overflow-y: auto;
}

.new-pro1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.video2 {
	border: 1px solid #ccc;
	height: 224px;
	width: 248px;
	float: left;
	margin: 10px;
	line-height: 30px;
}
.video-photo {
	width: 196px;
	padding-top: 29px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 27px;
}