/* @override 
	http://allyaisa.com:8080/~Stomvi/blog/html/blog.css
	http://allyasia.com:8080/~Stomvi/eno/html2/eno.css
	http://www.eno.com.tw/stomvi_test_001/eno.css
	http://localhost/eno.css
	http://allyasia.com:8080/eno.css
	http://rightson.idv.tw/eno/eno.css
	http://eno.com.tw/eno.css
	http://www.eno.com.tw/eno.css
*/

html{
	background: url(images/bg.jpg);
	overflow-x: hidden;
}

body{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
}

.clear{
	overflow: hidden;
	width: 0;
	height: 0;
	clear: both;
}

.text_input{
	height: 18px;
	width: 125px;
	padding: 1px;
	border: 1px solid #999;
}

.long_text_input{
	height: 18px;
	width: 220px;
	padding: 1px;
	border: 1px solid #999;
}

.panel_input{
	background: #111;
	border: 1px solid #333;
}

.message_content{
	margin: 0;
	width: 300px;
	height: 120px;
}

img{
	vertical-align: bottom;
}

a img{
	border: none;
}

a{
	text-decoration: none;
}

h2{
	margin: 0;
	padding: 0;
}

#banner_bg{
	width: 2360px;
	height: 900px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: -1000px;
	background: url(images/banner_bg.png) no-repeat;
	behavior: url(iepngfix.htc);
}

#container{
	width: 1000px;
	margin: auto;
	position: relative;
	z-index: 10;
}

/* @group header */

#header{
	width: 1000px;
	height: 160px;
	position: relative;
}

#logo{
	width: 470px;
	height: 110px;
	position: absolute;
	top: 40px;
	left: 10px;
	background: url(images/logo.png) no-repeat;
	behavior: url(iepngfix.htc);
}

#login_panel{
	width: 270px;
	height: 120px;
	position: absolute;
	top: -80px;
	right: 0;
}

#login_panel .background{
	background: url(images/login_panel.png) no-repeat;
	behavior: url(iepngfix.htc);
	width: 270px;
	height: 120px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

#login_panel ul{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 13px;
	font-size: 11px;
}

#login_panel ul li{
	float: left;
	width: 90px;
	text-align: center;
}

#login_panel ul li a{
	color: #fff;
}

#login_block{
	height: 80px;
	border-bottom: 1px solid #111;
}

#login_table{
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 15px;
	left: 20px;
	width: 230px;
	border-collapse: collapse;
}

#login_table th{
	padding: 5px;
}

#login_table td{
	padding: 3px;
}

#login_table input{
	color: #fff;
}

#login_button{
	background: url(images/login_button.png) no-repeat;
	behavior: url(iepngfix.htc);
	display: block;
	width: 50px;
	height: 20px;
	cursor: pointer;
}

/* @end */

/* @group banner */
#banner{
	width: 1000px;
	height: 545px;
	position: relative;
	margin-bottom: 20px;
}

#video_container{
	position: absolute;
	top: 52px;
	left: 275px;
	z-index: 20;
}

#player{
	position: absolute;
	z-index: 20;
}

#video_info{
	position: absolute;
	top: 350px;
	left: 10px;
	width: 400px;
	font: bold 9px "Gill Snas";
	color: #fff;
}

#video_info span{
	font-size: 9px;
	font-weight: bold;
	color: #fff;
}

#video_shadow{
	width: 510px;
	height: 402px;
	position: absolute;
	top: -5px;
	left: -30px;
	background: url(images/video_shadow.png) no-repeat;
	z-index: 0;
	behavior: url(iepngfix.htc);
}

#page_buttons{
	position: absolute;
	z-index: 10;
	list-style: none;
	font: bold 12px "Tahoma";
	top: 410px;
	right: 20px;
	margin: 0;
	padding: 0;
}

#page_buttons li{
	float: left;
	padding: 0 2px;
}

#page_buttons li .button_bg{
	width: 23px;
	height: 23px;
	background: url(images/page_button.png) no-repeat;
	behavior: url(iepngfix.htc);
	position: absolute;
}

#page_buttons .button_on_bg{
	background: url(images/page_button_on.png) no-repeat;
	width: 23px;
	height: 23px;
	behavior: url(iepngfix.htc);
	position: absolute;
	display: none;
}

#page_buttons .current .button_bg{
	display: none;
}

#page_buttons .current .button_on_bg{
	display: block;
}

#page_buttons li a{
	display: block;
	width: 23px;
	height: 23px;
	padding: 4px 0 0 0;
	text-align: center;
	position: relative;
	color: #fff;
}

#banner_ads{
	width: 1000px;
	height: 450px;
	behavior: url(iepngfix.htc);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	overflow: hidden;
}

#ads_container{
	width: 1000px;
	position: absolute;
	top: 0;
}

#banner_ads .ads{
	width: 1000px;
	height: 450px;
	behavior: url(iepngfix.htc);
}

#banner_ads .ads a{
	display: block;
	width: 1000px;
	height: 450px;
}

.thumb_arrow{
	width: 25px;
	height: 60px;
	position: absolute;
	cursor: pointer;
	behavior: url(iepngfix.htc);
}

#thumb_right_arrow{
	background: url(images/thumb_right_arrow.png) no-repeat;
	top: 470px;
	right: -30px;
}

#thumb_left_arrow{
	background: url(images/thumb_left_arrow.png) no-repeat;
	top: 470px;
	left: -30px;
}

#thumbnail_container{
	width: 1000px;
	height: 105px;
	position: absolute;
	top: 440px;
	background: url(images/thumbnail_bg.jpg) no-repeat;
	overflow: hidden;
}

#thumbnails{
	margin: 0;
	padding: 0 10px;
	list-style: none;
	position: absolute;
	top: 20px;
	height: 75px;
}

#thumbnails li{
	float: left;
	margin-right: 10px;
	position: relative;
}

#thumbnails li a{
	width: 100px;
	height: 75px;
	display: block;
	cursor: pointer;
	behavior: url(iepngfix.htc);
}

#thumbnails .empty_thumb{
	width: 100px;
	height: 75px;
	background: url(images/empty_video.png);
	behavior: url(iepngfix.htc);
}

#info_panel{
	position: absolute;
	width: 180px;
	height: 90px;
	z-index: 100;
	top: 0;
	left: 0;
	background: url(images/video_info_panel.png);
	color: #fff;
	behavior: url(iepngfix.htc);
	display: none;
}

#info_panel .title{
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 160px;
	height: 30px;
	overflow: hidden;
}

#info_panel .date{
	font-size: 10px;
	position: absolute;
	top: 55px;
	left: 10px;
}

/* @end */


/* @group menu */

#menu{
	width: 1000px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#menu li{
	position: absolute;
	top: 0;
}

#menu a{
	display: block;
	width: 120px;
	height: 30px;
	behavior: url(iepngfix.htc);
	cursor: pointer;
}

#menu_01{
	background: url(images/menu_1.png) no-repeat;
}

#menu_02{
	background: url(images/menu_2.png) no-repeat;
}

#menu_03{
	background: url(images/menu_3.png) no-repeat;
}

#menu_04{
	background: url(images/menu_4.png) no-repeat;
}

#menu_05{
	background: url(images/menu_5.png) no-repeat;
}

#menu_06{
	background: url(images/menu_6.png) no-repeat;
}

#menu_07{
	background: url(images/menu_7.png) no-repeat;
}

#menu_08{
	background: url(images/menu_8.png) no-repeat;
}

#menu_09{
	background: url(images/menu_9.png) no-repeat;
}

#menu_10{
	background: url(images/menu_10.png) no-repeat;
}


/* @end */

/* @group body */

#body{
	width: 1000px;
	background: #fff;
	position: relative;
	margin-bottom: 7px;
	padding-bottom: 40px;
	font-size: 12px;
}

#body .bottom_border{
	width: 1000px;
	height: 7px;
	background: url(images/body_bottom_border.png) no-repeat;
	position: absolute;
	bottom: -7px;
	overflow: hidden;
}

#body .left_col{
	float: left;
	width: 720px;
	padding: 20px 0 0 0;
	margin-right: 30px;
}

#body .block{
	margin-bottom: 30px;
}

#body .block_title{
	border-bottom: 1px solid #ccc;
	position: relative;
}

#body .show_all_button{
	width: 80px;
	height: 20px;
	display: block;
	position: absolute;
	top: 55px;
	right: 0;
}

#body .show_all_button img{
	float: left;
}

#post_image_container{
	position: relative;
	height: 415px;
	margin: 20px 0;
}

#post_image_container ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

#image_thumbnails{
	width: 105px;
	float: left;
}

#image_thumbnails li{
	margin-bottom: 5px;
	position: relative;
}

#image_thumbnails .play_button{
	position: absolute;
	top: 38px;
	left: 38px;
	width: 23px;
	height: 23px;
	background: url(images/play_button.png) no-repeat;
	behavior: url(iepngfix.htc);
	cursor: pointer;
}

#image_originals{
	position: absolute;
	left: 105px;
	width: 585px;
	height: 415px;
	overflow: hidden;
}

#image_originals img{
	position: absolute;
	top: 0;
	left: 0;
}

#post_container{
	border-bottom: 1px solid #ccc;
	padding: 20PX 0 10px 30px;
	position: relative;
}

#post_pager_buttons{
	text-align: right;
}

.top_pager_buttons{
	position: absolute;
	top: 10px;
	right: 0;
}

.back_to_list_button{
	position: absolute;
	top: 5px;
	right: 10px;
}

.block ul{
	width: 690px;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

.block ul.post_list li{
	width: 680px;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 5px 0;
	position: relative;
}

.block h3{
	font: 13px "Gill Sans";
	font-weight: normal;
	margin: 20px 0 10px 0;
	width: 450px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.block h3.inner_title{
	font-size: 18px;
}

.block .post_list h3{
	margin: 0;
}

.block h3 a{
	color: #000;
}

.block h3 a:hover{
	color: #333;
	text-decoration: underline;
}

.block h3 .date, .block h3 .teacher{
	font-size: 11px;
	color: #d9144b;
	margin: 0 0 0 10px;
}

.block h3.eno{
	background: url(images/eno_logo.jpg) no-repeat;
	padding-left: 120px;
}

.block h3.eno_garden{
	background: url(images/eno_garden_logo.jpg) no-repeat;
	padding-left: 120px;
}

.block h4{
	background: url(images/dot_light.gif) 0 100% repeat-x;
	padding: 0 0 10px 0;
	margin: 40px 0 10px 0;
}

.block .creative_spaces h4{
	background: url(images/dot_light.gif) 0 100% repeat-x;
	margin: 0 0 10px 0;
	color: #333;
}


.block h5{
	padding: 0 0 10px 0;
	margin: 40px 0 10px 0;
	font-size: 12px;
}

#post_container ul{
	margin: 0;
	padding: 0 0 0 25px;
	list-style: disc;
	width: 600px;
}

#post_container ul.media_list{
	margin: 0;
	padding: 20px 0 0 0px;
	list-style: none;
	width: 660px;
}

#post_container ul.creative_spaces{
	list-style: none;
	padding: 0;
}

#post_container ul li{
	padding: 3px 0;
	color: #333;
	width: 600px;
}

#post_container ul.media_list li{
	float: left;
	margin: 0 10px 20px 0;
	width: auto;
}

#post_container ul.creative_spaces li{
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
}

.creative_spaces{
	margin-bottom: 20px;
}

.creative_spaces .image{
	float: left;
	margin: 0 20px 0 0;
}

.creative_spaces .intro{
	float: left;
	width: 300px;
	line-height: 18px;
	color: #666;
}


#guestbook{
	padding: 0 0 0 10px;
	color: #333;
	line-height: 18px;
}

#guestbook .message{
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ddd;
	width: 600px;
}

#guestbook .info{
	padding: 0 0 5px 0;
	font-size: 11px;
}

#guestbook .date{
	color: #000;
}

#guestbook .id{
	color: #d9144b;
}


#guestbook .reply{
	padding: 5px 0;
}

.block p{
	line-height: 20px;
	margin: 10px 0;
	padding: 0 5px;
	color: #666;
}

.block a{
	color: #000;
}

.block a:hover{
	color: #d9144b;
	text-decoration: underline;
}

.block .read_more_button, .block .learn_more_button{
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
}

ul.course_teacher_list{
	margin: 0;
	padding: 5px;
	width: 500px;
}

ul.course_teacher_list li{
	float: left;
}

ul.course_teacher_list li a{
	padding: 0 15px 0 12px;
	background: url(images/arrow.gif) 0 5px no-repeat;
	color: #d9144b;
}

ul.course_teacher_list li a:hover{
	color: #333;
	text-decoration: underline;
}

ul.media_list li{
	float: left;
	margin: 0 10px 20px 0;
}

#body .right_col{
	float: left;
	width: 250px;
	padding: 125px 0 0 0;
}

#body .widget{
	margin-bottom: 20px;
}

#body .widget_title{
	width: 230px;
	margin: 0 0 5px 0;
}

.pager{
	list-style: none;
	margin: 0;
	padding: 0;
}

.pager li{
	float: left;
	padding: 0 3px;
}

.pager li a{
	display: block;
	width: 23px;
	height: 19px;
	padding: 4px 0 0 0;
	text-align: center;
	font: bold 12px "Tahoma";
	color: #333;
	background: url(images/pager_bg.jpg) no-repeat;
	behavior: url(iepngfix.htc);
}

.pager .current a{
	background: url(images/page_button_on.png) no-repeat;
	color: #b8a47b;
}

#submenu{
	margin: 10px 0;
	padding: 10px 0 0 30px;
}

#submenu li{
	float: left;
}

#submenu li a{
	padding: 0 20px 0 15px;
	background: url(images/arrow.gif) 0 no-repeat;
}

.pager_container{
	width: 472px;
	height: 30px;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 10px;
}

.pager_container .previous_button, .pager_container .next_button{
	float: left;
	margin: 0 10px;
}

.normal_table{
	border-collapse: collapse;
	margin: 30px;
	width: 440px;
}

.normal_table tbody td, .normal_table tbody th{
	padding: 8px;
	line-height: 18px;
}

.normal_table tbody th{
	width: 80px;
	text-align: left;
	background: #f3f3f3 url(images/dot_light.gif) 0 100% repeat-x;
}

.normal_table tbody td{
	background: url(images/dot_light.gif) 0 100% repeat-x;
}

.normal_table tfoot td{
	padding: 5px;
	line-height: 14px;
	color: #333;
	font-size: 10px;
}

#co_ads{
	padding: 0 0 0 30px;
}

#co_ads2{
	padding: 0;
}

/* @end */

#footer{
	height: 120px;
	width: 1000px;
	position: relative;
}

#footer_logo{
	width: 315px;
	height: 60px;
	background: url(images/footer_logo.png);
	position: absolute;
	top: 30px;
	left: 10px;
	behavior: url(iepngfix.htc);
}

#copyright{
	width: 415px;
	height: 30px;
	background: url(images/copyright.png) no-repeat;
	position: absolute;
	top: 30px;
	right: 0;
	behavior: url(iepngfix.htc);
}

#msn_button{
	width: 230px;
	height: 35px;
	position: absolute;
	top: 20px;
	right: 20px;
}

#album_button{
	width: 230px;
	height: 35px;
	position: absolute;
	top: 70px;
	right: 20px;
}

/* @group timetable */

#calendar{
	border-collapse: collapse;
	width: 225px;
	color: #2d2a25;
	font: 12px "Tahoma";
	text-align: center;
	position: relative;
	left: 2px;
}

#calendar thead{
	text-align: center;
}

#calendar thead th{
	height: 29px;
	background: url(images/calendar_title.jpg) no-repeat;
}

#calendar tbody th{
	width: 32px;
	height: 20px;
	background: #eee;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0;
}

#calendar tbody .saturday{
	color: green;
}

#calendar tbody .sunday{
	color: red;
}

#calendar tbody td{
	width: 32px;
	height: 20px;
	padding: 0;
	overflow: hidden;
	background: #eee;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	cursor: pointer;
}

#calendar tbody td a{
	color: #333;
}

#calendar tbody td a:hover{
	color: #d9144b;
}

#calendar .top_left_corner{
	background: url(images/calendar_top_left_corner.jpg) no-repeat;
}

#calendar .top_right_corner{
	background: url(images/calendar_top_right_corner.jpg) no-repeat;
}

#calendar .bottom_left_corner{
	background: url(images/calendar_bottom_left_corner.jpg) no-repeat;
}

#calendar .bottom_right_corner{
	background: url(images/calendar_bottom_right_corner.jpg) no-repeat;
}

/* @end */

/* @group our member */

.member_thumbnails{
	margin: 0 4px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}

.member_thumbnails li{
	float: left;
	margin: 0 4px 4px 0;
}

/* @end */

/* @group our customers */

.customers_logos{
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	width: 230px;
}

.customers_logos li{
	width: 230px;
	margin-bottom: 5px;
}

/* @end */

/* @group events show */

.event_banners{
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	width: 230px;
}

.event_banners li{
	width: 230px;
	margin-bottom: 5px;
}

/* @end */

/* @group creative spaces */

#space_photos{
	margin: 0;
	padding: 0;
	width: 230px;
	height: 173px;
	list-style: none;
}

#photo_intro{
	width: 230px;
	padding: 5px 0 5px 20px;
	background: url(images/arrow.gif) 5px 10px no-repeat;
}

#photo_intro a{
	color: #333;
}

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

/* @end */

/* @group teacher list, start list */

.index_photo_container{
	width: 690px;
	height: 175px;
	overflow: hidden;
	position: relative;
	left: 30px;
	top: 20px;
}

.block ul.teacher_list, .block ul.star_list{
	width: 690px;
	padding: 20px 0 0 30px;
}

.block ul.index_teacher_list, .block ul.index_star_list{
	height: 155px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.block ul.teacher_list li, .block ul.star_list li{
	position: relative;
	float: left;
	height: 155px;
}

.block ul.index_teacher_list li, .block ul.index_star_list li{
	position: relative;
	float: left;
	height: 155px;
}

.block ul.teacher_list li{
	padding-bottom: 10px;
}

.block ul.star_list li{
	padding-bottom: 15px;
}

.block ul.index_teacher_list li{
	margin: 0;
	padding: 0;
	width: 175px;
}

.block ul.index_star_list li{
	padding: 0 15px 0 0;
}

.teacher_list .title{
	position: absolute;
	top: 135px;
	left: 5px;
	color: #333;
}

.star_list .title{
	position: absolute;
	top: 135px;
	left: 5px;
	color: #fff;
	font-weight: bold;
}

/* @end */
