body {
	background: rgb(100, 100, 100);
}

div.content {
	display: block;
	position: absolute;
	width: 900px;
	height: 550px;
}

a.logo {
	display: block;
	position: absolute;
	top: -6px;
	left: 0px;
	width: 173px;
	height: 102px;
	border: none;
	color: transparent;
	background: url(/images/logo.jpg) no-repeat transparent ;
}

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

a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

div.logo_admin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 173px;
	height: 90px;
	background-color: transparent;
	background-image: url(/images/logo_admin.jpg);
}

ul.intro_menu {
	color: rgb(100, 100, 100);
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
}

ul.intro_menu a {
	color: rgb(100, 100, 100);
}

ul.intro_menu a:hover {
	color: rgb(100, 100, 100);
}

div.menu {
	position: absolute;
	top: 60px;
	right: 0px;
	height: 30px;
	z-index: 10;
}

div.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
}

div.menu ul li {
	display: inline;
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div.menu ul li a {
	font-family: arial;
	font-size: 14px;
	/* font-weight: bold; */
	display: inline;
	color: rgb(173, 173, 173);
	margin-right: 20px;
	padding: 0px;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
}

div.menu ul li a:hover {
	color: rgb(146, 152, 0);
}

div.submenu {
	z-index: 10;
	background: rgb(216, 216, 216);
/*	-moz-opacity:.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;*/
	position: absolute; 
	top: 26px;
	padding: 0px;
	padding-bottom: 5px;
	border-top: 5px solid rgb(143, 155, 0);
}

div.submenu div.submenu_item {
	z-index: 11;
	display: block;
	height: 15px;
	line-height: 15px;
}

div.submenu div.submenu_item a {
	z-index: 12;
	color: rgb(100, 100, 100);
	border-left: 6px solid rgb(216, 216, 216);
	padding-left: 9px;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	margin-right: 5px;
	display: block;
}

div.submenu div.submenu_item a:hover {
	color: rgb(143, 155, 0);
	border-left: 6px solid rgb(143, 155, 0);
}

div.main_content {
	z-index: 1;
	position: relative;
	top: 91px;
	left: 0px;
	width: 900px;
	height: 400px;
	overflow: none;
	text-align: justify;
}

div.large_image {
	z-index: 2;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 398px;
	_height: 400px;
	border: 1px solid rgb(255, 255, 255);
	overflow: hidden;
}

div.small_image {
	z-index: 2;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 398px;
	_height: 400px;
	border: 1px solid rgb(255, 255, 255);
	overflow: hidden;
}


div.small_text {
	z-index: 3;
	width: 258px;
	_width: 298px;
	height: 358px;
	_height: 400px;
	border: 1px solid rgb(255, 255, 255);
	position: absolute;
	top: 0px;
	left: 600px;
	_left: 599px;
	background: rgb(222, 215, 200);
	padding: 20px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
	color: rgb(76, 76, 76);
	line-height: 160%;
	overflow: auto;
}


div.large_text {
	z-index: 3;
	width: 558px;
	_width: 598px;
	height: 358px;
	_height: 400px;
	border: 1px solid rgb(255, 255, 255);
	position: absolute;
	top: 0px;
	left: 300px;
	_left: 299px;
	background: rgb(222, 215, 200);
	padding: 20px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
	color: rgb(76, 76, 76);
	line-height: 160%;
	overflow: auto;
}

p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
}

div.news {
	padding-top: 0px;
	padding-left: 20px;
	margin-bottom: 15px;
	background: url(/images/title_icon.jpg) no-repeat 0px 3px;
}

div.news h2 {
	color: rgb(20, 20, 20);
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	color: rgb(20, 20, 20);
	background: url(/images/title_icon.jpg) no-repeat 0px 1px;
}

h2 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 7px;
}

div.language_selection {
	position: absolute;
	top: 495px;
	left: 0px;
	height: 30px;
}

div.language_selection ul {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
}

div.language_selection ul li {
	display: inline;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div.language_selection ul li a {
	font-family: arial;
	font-size: 12px;
	/* font-weight: bold; */
	display: block;
	float: left;
	color: rgb(173, 173, 173);
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
}

div.language_selection ul li a:hover {
	color: rgb(146, 152, 0);
}

div.bottom_menu {
	position: absolute;
	top: 495px;
	right: 0px;
	height: 30px;
}

div.bottom_menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
}

div.bottom_menu ul li {
	display: inline;
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div.bottom_menu ul li a {
	font-family: arial;
	font-size: 14px;
	/* font-weight: bold; */
	color: rgb(173, 173, 173);
	margin-left: 20px;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
}

div.bottom_menu ul li a:hover {
	color: rgb(146, 152, 0);
}

div.bottom_line {
	position: absolute;
	color: rgb(173, 173, 173);
	font-family: arial;
	font-size: 14px;
	border-top: 1px solid rgb(173, 173, 173);
	padding-top: 6px;
	width: 900px;
}

div.bottom_line a {
	text-decoration: none;
	color: rgb(146, 152, 0);
}

ul {
	padding-left: 20px;
	margin-left: 0px;
}

div.gallery_container {
	z-index: 4;
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 400px;
	border: 1px solid rgb(255, 255, 255);
	overflow: auto;
}

div.gallery_image {
	z-index: 4;
	width: 200px;
	height: 200px;
	margin: 10px;
	_margin: 7px;
	float: left;
	background: rgb(173, 173, 173);
	position: relative;
}

div.gallery_image a {
	position: absolute;
	display: block;
}

div.gallery_image a img.thumbnail {
	 border: none;
}

div.gallery_image img.image {
	display: none;
}

div.pic_img {
	z-index: 22;
}

div.pic_left_arrow {
	z-index: 23;
	width: 50px;
	height: 50px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/left_arrow.png');
	background: url(/images/left_arrow.png) transparent;
	_background: none transparent;
	position: absolute;
	left: 0px;
	cursor: pointer;
}

div.pic_right_arrow {
	z-index: 23;
	width: 50px;
	height: 50px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/right_arrow.png');
	background: url(/images/right_arrow.png) transparent;
	_background: none transparent;
	position: absolute;
	right: 0px;
	cursor: pointer;
}

div.pic_close_btn {
	z-index: 23;
	width: 30px;
	height: 30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/close_btn.png');
	background: url(/images/close_btn.png) transparent;
	_background: none transparent;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

div.slideshow_container {
	width: 600px;
	height: 398px;
	padding: 0px;
	margin: 0px;
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

form {
}

fieldset {
	border: none;
	padding: 10px;
}

label {
	display: block;
	float: left;
	width: 100px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin: 3px;
}

input.text {
	font-family: arial;
	font-size: 11px;
	width: 150px;
	border: 1px solid rgb(0, 0, 0);
	margin: 3px;
}

input.time {
	font-family: arial;
	font-size: 11px;
	width: 20px;
	border: 1px solid rgb(0, 0, 0);
	margin: 3px;
}

select {
	font-family: arial;
	font-size: 11px;
	border: 1px solid rgb(0, 0, 0);
	width: 150px;
	margin: 3px;
}

input.button {
	border: none;
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	margin: 10px;
}

textarea {
	font-family: arial;
	font-size: 11px;
	width: 150px;
	height: 50px;
	border: 1px solid rgb(0, 0, 0);
	margin: 3px;
}

table.admin {
	margin: 10px;
}

table.admin tr th {
	padding: 5px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background: rgb(50, 50, 50);
	color: rgb(173, 173, 173);
}

table.admin tr td {
	padding: 5px;
	font-family: arial;
	font-size: 11px;
	background: rgb(200, 200, 200);
	color: rgb(0, 0, 0);
}


div.instructor_thumb {
	margin: 2px;
	width: 140px;
	height: 160px;
	background: rgb(173, 173, 173);
	display: block;
	float: left;
	position: relative;
}

div.instructor_thumb a.picture {
	display: block;
	width: 140px;
	height: 140px;
	background: none transparent;
}

div.instructor_thumb a.name {
	position: absolute;
	top: 140px;
	left: 0px;
	display: block;
	width: 140px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: none transparent;
}


div.instructor_thumb a img {
	border: none;
	position: relative;
}

div.schedule_container {
	z-index: 4;
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 400px;
	border: 1px solid rgb(255, 255, 255);
	background: rgb(223, 216, 200);
	overflow: none;
}

table.schedule_table {
	border-collapse: collapse;
	empty-cells: show;
	table-layout: auto;
	border: none;
	position: absolute;
	top: 48px;
	left: 42px;
	_left: 49px;
	_width: 800px;
	width: 899px;
}

table.schedule_table tr td {
	background: rgb(195, 188, 172);
	color: rgb(30, 30, 30);
	text-align: center;
	overflow: visible;
	height: 24px;
	width: 116px;
	_width: 99px;
	font-family: arial;
	font-size: 11px;
	border: 1px solid rgb(180, 173, 157);
}

table.schedule_table tr.title {
	height: 36px;
	_height: 33px;
}

table.schedule_table tr.title td.title {
	padding: 0px; 
	margin: 0px;
	height: 36px;
	border-right: none;
	border-top: none;
	text-align: left;
}

table.schedule_table tr.title td.title a {
	position: absolute; 
	color: white;
	font-weight: bold;
	font-size: 14px;
}

table.schedule_table tr.title td.title img {
	padding: 0px; 
	margin: 0px;
}

table.schedule_table tr.title td.title a.largeroom {
	left: 72px;
	top: 53px;
	_left: 30px;
	_top: 5px;
}

table.schedule_table tr.title td.title a.smallroom {
	left: 184px;
	top: 53px;
	_left: 142px;
	_top: 5px;
}

table.schedule_table tr td.time {
	background: rgb(202, 197, 191);
	color: rgb(100, 100, 100);
}

table.schedule_table tr td.time_cell {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

table.schedule_table tr td.time_cell div.one_class_container {
	position: relative; 
	left: -1px; 
	top: -1px;
	padding: 0px; 
	margin: 0px;
	z-index: 1;
}

table.schedule_table tr td.time_cell div.one_class_container a.one_class {
	display: block;
	position: absolute;
	border: 1px solid rgb(180, 173, 157);
	background: rgb(223, 216, 200);
	color: rgb(50, 50, 50);
	padding: 5px;
	left: 0px;
	width: 91px;
	_width: 100px; 
	overflow: hidden;
}

div.tooltip_title {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: rgb(50, 50, 50);
	font-size: 120%;
	font-weight: bold;
}

div.tooltip_time {
	color: rgb(146, 152, 0);
	padding: 0px;
	margin: 0px 0px 13px 0px;
}

div.tooltip_text {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: rgb(100, 100, 100);
	text-align: justify;
}

div.tooltip_img {
	float: left;
	height: 60px;
	display: block;
	vertical-align: baseline;
}

div.tooltip_instructor {
	margin: 0px
	padding: 0px;
	margin-top: 10px;
	height: 60px;
	text-align: left;
}

div.tooltip_instructor_img {
	float: left;
}

div.tooltip_instructor_img img {
	height: 60px;
}

div.tooltip_instructor_name {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: rgb(50, 50, 50);
	font-size: 120%;
	font-weight: bold;
}

div.tooltip_instructor_title {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	color: rgb(100, 100, 100);
	overflow: hidden;
}

table.price_table {
	border-collapse: collapse;
	empty-cells: show;
	table-layout: auto;
	border: 1px solid rgb(180, 173, 157);
	width: 497px;
}

table.price_table tr td {
	background: rgb(195, 188, 172);
	color: rgb(40, 40, 40);
	height: 25px;
	font-family: arial;
	font-size: 10px;
	border: 1px solid rgb(180, 173, 157);
	padding: 5px 0px 5px 10px;
}

table.price_table tr th {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid rgb(180, 173, 157);
}

table.price_table tr th.title {
	background: rgb(100, 100, 100) url(/images/schedule_title.jpg) 0px 0px no-repeat;
	padding-left: 30px;
	color: rgb(173, 173, 173);
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

table.price_table tr td.divider {
	background: rgb(100, 100, 100);
	height: 5px;
	line-height: 5px;
	padding: 0px;
}

table.price_table tr th.price_title {
	background: rgb(202, 197, 191);
	color: rgb(100, 100, 100);
	padding-left: 10px;
	text-align: left;
}

table.price_table tr th.time_title {
	background: rgb(202, 197, 191);
	color: rgb(100, 100, 100);
	padding-right: 15px;
	text-align: right;
}

table.price_table tr td.price {
	padding-right: 15px;
	text-align: right;
}

table.price_table tr td.long_price {
	padding-right: 40px;
	text-align: right;
}

a.filter_btn {
	color: rgb(0, 0, 0);
	font-weight: bold;
	background: url(/images/filter_btn.jpg) right center no-repeat;
	padding-right: 16px;
	padding-left: 5px;
}

div.filter {
	position: absolute;
	background: rgb(216, 216, 216);
	padding: 5px;
	border: 1px solid rgb(180, 173, 157);
}

