body {
	margin: 0 0 0 0;
}
img {
	border: 0;
	vertical-align: middle;
}
br {
	clear: both;
}
hr {
	color: #000000;
}
h1 {
	font-family: Tahoma;
	font-size: 21px;
}
h2 {
	font-family: Tahoma;
	font-size: 19px;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 0;
}
abbr { border: none; }
abbr:hover { text-decoration: underline; }

.clear { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.fl { float: left; }
.fr { float: right; }
.fl_mr { float: left; margin-right: 5px; }
.flex-box { display: table; table-layout: fixed; width: 100%; }

.padding1 { padding: 2px 2px 2px 2px; }
.padding2 { padding-top: 5px; }
.padding3 { padding: 2px 1px 2px 5px; }
.height1 { height: 1px; }
.line1 { border-bottom: solid 1px #d8e6eb; }

.text1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}
.text1 a:link {
	font-family: Tahoma;
	font-size: 13px;
	color: #40668c;
	text-decoration: none;
}
.text1 a:visited {
	font-family: Tahoma;
	font-size: 13px;
	color: #40668c;
	text-decoration: none;
}
.text1 a:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #40668c;
	text-decoration: underline;
}

.textbox {
	font-family: Tahoma;
	font-size: 13px;
}

.button {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}
.button1 {
	background: url("images/bg_button1.png") repeat scroll 0 0 #eeeeee;
	border-style: solid;
    border-width: 1px;
	font-weight: bold;
	padding: 4px 6px;
	background-color: #5b74a8;
    background-position: 0 -48px;
    border-color: #29447e #29447e #1a356e;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}
.button2 {
	background: url("images/bg_button1.png") repeat scroll 0 0 #eeeeee;
	border-style: solid;
    border-width: 1px;
	font-weight: bold;
	padding: 4px 6px;
	background-color: #eeeeee;
    background-position: 0 0;
    border-color: #999999 #999999 #888888;
	color: #000000;
	cursor: pointer;
	text-align: center;
}
.button_search1 {
	background: url("images/search1.gif") no-repeat;
	width: 25px;
	height: 25px;
	border: none;
	cursor: pointer;
	color: transparent;
}

.title1 {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	background: url("images/titlebg.jpg") repeat-x;
}
.title2 {
	color: #999999;
	background: #ffffff;
	padding-right: 10px;
	height: 20px;
}
.border1 { padding: 2px 2px 2px 2px; border: solid 1px #cccccc; }
.border2 { border: solid 2px  #dce5ee; padding: 3px; background: #ffffff; }

.icon1 { background: url("images/comment.jpg") no-repeat left; padding-left: 16px; }
.icon_print { background: url("images/print.png") no-repeat left; padding-left: 18px; }
.icon_fav { background: url("images/fav.gif") no-repeat left; padding-left: 18px; }

.facebook_icon { background: url("images/fb.png") no-repeat; width: 45px; height: 45px; overflow: hidden; text-indent: -1000px; display: block; outline: medium none; }
.twitter_icon { background: url("images/tt.png") no-repeat; width: 45px; height: 45px; overflow: hidden; text-indent: -1000px; display: block; outline: medium none; }
.google_icon { background: url("images/gp.png") no-repeat; width: 45px; height: 45px; overflow: hidden; text-indent: -1000px; display: block; outline: medium none; }
.youtube_icon { background: url("images/yt.png") no-repeat; width: 45px; height: 45px; overflow: hidden; text-indent: -1000px; display: block; outline: medium none; }

.box_msg {
	background: #edeff4;
	border: solid 1px #d8e0e8;
	padding: 5px 5px 5px 5px;
	margin: 5px 0 5px 0;
}

.content_link { padding: 10px 0 10px 0; text-align: right; }
.content_link a:hover { color: #ff9900; text-decoration: none; }

#contain {
	width: 1024px;
	margin: 0 auto;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}
#head {
	background: url("images/bg.gif") repeat-x;
	width: 100%;
}
#h_row1 {
	width: 1000px;
	margin: 0 auto;
	background: url("images/logo02.png") no-repeat;
	height: 55px;
}
#head2 {
	background: #f3f6f9;
	border-bottom: solid 1px #dce5ee;
	width: 100%;
}
#h_row2 {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
}
#h_row3 {
	width: 1000px;
	margin: 0 auto;
	font-size: 17px;
	font-weight: bold;
	color: #5381b1;
	padding: 10px 10px 10px 10px;
}
#h_link {
	display: block;
	width: 290px;
	height: 55px;
	float: left;
}
#banner_h {
	padding: 20px 0 30px 0;
}
#b_col1 {
	float: left;
	width: 728px;
}
#b_col2 {
	float: right;
	width: 244px;
}
#content {
	color: #5984ae;
	font-weight: normal;
	background: url("images/bar1.gif") repeat-y 327px 0;
}
#col1 {
	display: table-cell;
	vertical-align: top;
	width: 310px;
	padding: 20px 10px 10px 10px;
}
#col2 {
	display: table-cell;
	vertical-align: top;
	background: #f3f6f9;
	padding: 20px 5px 10px 10px;
}

#profile .col1 {
	float: left;
	text-align: center;
}
#profile .col2 {
	margin-left: 130px;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
#profile .col2 br { clear: none; }
#pic_box {
	display: block;
	position: relative;
	width: 108px;
	margin: 0 auto 10px auto;
}
#change_pic {
	color: #ffffff;
	background: url("images/edit1.png") #000000 no-repeat 5px center;
	opacity: 0.7;
	position: absolute;
	padding: 5px 5px 5px 23px;
	top: 5px;
	right: 5px;
	display: none;
}
#change_pic:hover {
	opacity: 0.9;
}
#profile_pic { border: solid 2px  #dce5ee; padding: 3px; background: #ffffff; }
#stat_detail { color: #999999; margin-bottom: 5px; }
#blog_name_link {
	font-size: 17px;
	font-weight: bold;
	color: #5381b1;
}
#social_box { margin: 0 0 0 0; padding: 0 0 0 0; list-style: none; }
#social_box li { float: left; margin-right: 10px; }
.rsslink { background: url("images/rssfeed.png") no-repeat; padding-left: 20px; color: #8a8c8e!important; display: block; height: 16px; }

#bloglink { text-align: right; }
#bloglink a { font-weight: bold; }
#bloglink a:hover { color: #ff9900; text-decoration: none; }

div.preview { float: left; width: 139px; height: 139px; border: 2px dotted #cccccc; overflow: hidden; position: relative; }
div.preview.loading { background: url("/scripts/jquery/ajaxupload/loading.gif") no-repeat 39px 40px; }
div.preview.loading img {display: none; }
div.upload_pic { float: left; padding-left: 10px; }
div.upload_pic * { margin-top: 5px; float: left; }

#staff_r { margin: 0 0 0 0; padding: 0 0 0 0; list-style: none; }
#staff_r li { border-bottom: dotted 1px #999; padding: 10px 0 10px 0; }
#staff_r .col2 { float: left; padding-left: 10px; }
#staff_r .title { width: 155px; height: 60px; }
#staff_r a:hover { color: #ff9900; text-decoration: none; }
#staff_r .view { color: #cccccc; }

#top_sw { margin: 0 0 0 0; padding: 0 0 0 0; list-style: none; }
#top_sw li { border-bottom: dotted 1px #999; padding: 10px 0 10px 0; }
#top_sw .col2 { float: left; padding-left: 10px; }
#top_sw .title { width: 155px; height: 60px; }
#top_sw a:hover { color: #ff9900; text-decoration: none; }
#top_sw .view { color: #cccccc; }

.content_title { margin-right: 50px; }
.content_desc { float: left; padding-left: 20px; }
.content_desc .date { color: #cccccc; font-weight: bold; }
.content_desc a.name { color: #999999; font-weight: bold; }
#contentlist .social { padding: 10px 0 10px 0; }

#add_content {
	border: solid 1px #bcc8d8;
	padding: 5px 5px 5px 5px;
	color: #666666;
	width: 660px;
}

.edit_content {
	width: 15px;
	height: 15px;
	display: none;
	background: url("images/edit2.jpg") no-repeat 0 0;
	outline: medium none;
	float: right;
	margin-right: 5px;
}
.edit_content:hover  { background-position: -0px -15px; }
.edit_content span { margin-left: -1000px; }

.delete_content,
.delete_comment,
.delete_comment2 {
	width: 15px;
	height: 15px;
	display: none;
	background: url("images/close1.gif") no-repeat 0 0;
	outline: medium none;
	float: right;
}
.delete_content:hover,
.delete_comment:hover,
.delete_comment2:hover { background-position: -0px -45px; }
.delete_content span,
.delete_comment span,
.delete_comment2 span { margin-left: -1000px; }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width: auto;
	font-family: Tahoma;
}
#tooltip h3, #tooltip div { margin: 0; }

.box_comment { padding: 0 0 10px 0; }
.w_comment {
	border: solid 1px #bcc8d8;
	padding: 2px 4px 2px 4px;
	color: #666666;
	width: 660px;
}
#comment_title { color: #555; }
.commentlist .col2 { margin-left: 70px; }
.commentlist .postname { border-bottom: dotted 1px #999; padding: 5px 0 5px 0; }
.commentlist .postname,
.commentlist .postname a { font-weight: bold; color: #184883; }
.commentlist .detail { color: #000000; padding: 5px 0 5px 0; }
.commentlist .postdate { color: #ccc; padding: 0 0 20px 0; }
#comment_page { color: #666666; padding: 0 0 10px 0; }

#contentlist .col2 { margin: 0 170px 0 145px; }
#contentlist .col3 { float: right; width: 150px; border-left: dotted 1px #999; padding-left: 10px; }
#contentlist .title a { font-size: 15px; font-weight: bold; }
#contentlist a:hover { color: #ff9900; text-decoration: none; }
#contentlist .date { color: #cccccc; font-weight: normal; }
#contentlist .comment a { color: #cccccc; }
#contentlist .comment a:hover { text-decoration: underline; }
#addthis_c { margin: 0 0 0 0; padding: 0 0 0 0; list-style: none; }
#addthis_c li { padding-bottom: 5px; }
#content_page { padding: 20px 0 10px 0;}
#content_page .page_detail { border: solid 1px #c8d5e0; padding: 5px 10px 5px 10px; }
#content_page .page_link { border: solid 1px #c8d5e0; padding: 5px 10px 5px 10px; font-weight: bold; }
#content_page a { border: solid 1px #c8d5e0; padding: 5px 10px 5px 10px; }
#content_page a:hover { background: #c8d5e0; text-decoration: none; }
.j_content_warp { border-bottom: dotted 1px #999; padding: 10px 0 10px 0; }
#content_post_warp {
	color: #000000;
}
.content_post label {
	float: left;
	padding-top: 2px;
	width: 80px;
	margin-bottom: 5px;
}
.content_post label.caption2 {
	text-align: center;
}
.content_post label.caption3 {
	width: 100px;
}
.content_post input,
.content_post textarea {
	margin-bottom: 5px;
	overflow-y: auto;
}
.content_post input[type=text],
.content_post textarea {
	border: solid 1px #d8e0e8;
}
.content_post input[type=text] {
	float: left;
	width: 576px;
	height: 19px;
}
.content_post .content_desc {
	width: 660px;
	height: 400px;
}
.content_post .keyword {
	width: 660px;
	height: 50px;
}
.send_content {
	outline: medium none;
}
#content_post_foot {
	text-align: right;
}
#content_post_foot * {
	vertical-align: middle;
}

.comment_post {
	color: #000000;
	background: #f5fcfe;
	border: solid 1px #d8e6eb;
	padding: 10px 10px 10px 10px;
}
.comment_post .col2 {
	margin-left: 60px;
}
.txt_comment {
	width: 640px;
	height: 50px;
	margin: 10px 0 10px 0;
}
.add_comment {
	background: url("images/submit1.jpg") no-repeat;
	border: none;
	width: 134px;
	height: 30px;
	cursor: pointer;
	color: transparent;
}

#login_social {
	width: 400px;
	margin: 50px auto 50px auto;
}
#login_facebook {
	background: url("images/logo-fb.png") no-repeat;
	width: 90px;
	height: 20px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 3px 0 3px 0;
}
#login_facebook span { margin-top: -100px; display: block; }
#login_twitter {
	background: url("images/logo-tw.png") no-repeat;
	width: 90px;
	height: 20px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 3px 0 3px 5px;
}
#login_twitter span { margin-top: -100px; display: block; }
#login_google {
	background: url("images/logo-gg.png") no-repeat;
	width: 90px;
	height: 20px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 3px 0 3px 5px;
}
#login_google span { margin-top: -100px; display: block; }
#login_eduzones {
	background: url("images/logo-ed.png") no-repeat;
	width: 90px;
	height: 20px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 3px 0 3px 5px;
}
#login_eduzones span { margin-top: -100px; display: block; }

.follow1 { background: url("images/follow1.jpg") no-repeat center; width: 47px; height: 29px; overflow: hidden; text-indent: -1000px; display: block; outline: medium none; }
.follow1w { background: url("images/wait2.gif") no-repeat center; width: 47px; height: 29px; overflow: hidden; text-indent: -1000px; display: block; outline: medium none; }
.follow1b { background: url("images/follow1b.gif") no-repeat center; width: 47px; height: 29px; overflow: hidden; text-indent: -1000px; display: block; outline: medium none; }

.follow2 { background: url("images/follow2.jpg") no-repeat left center; width: 60px; height: 16px; overflow: hidden; text-indent: -1000px; display: block; outline: medium none; }
.follow2w { background: url("images/wait2.gif") no-repeat center; width: 60px; height: 16px; overflow: hidden; text-indent: -1000px; display: block; outline: medium none; }
.follow2b { background: url("images/follow2b.gif") no-repeat center; width: 60px; height: 16px; overflow: hidden; text-indent: -1000px; display: block; outline: medium none; }

#txt_blog_desc { width: 680px; height: 80px; margin-bottom: 5px; }

#social_wrap { margin: 0; padding: 0; list-style: none; float: left; position: relative; left: 50%; }
#social_wrap li { float: left; margin: 0 5px 0 5px; position: relative; right: 50%; }
#youtube_wrap { text-align: center; }
#youtube_wrap a:hover { color: #ff9900; text-decoration: none; }
#youtube_wrap .link { width: 570px; margin: 5px auto; text-align: right; }

#gallery .list {
	float: left;
	width: 50%;
	height: 150px;
	padding: 10px 0 10px 0;
	position: relative;
}
#gallery .cell {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#videolist {
	width: 100%;
	border: solid 1px #e1eaf7;
}
#videolist caption {
	font-weight: bold;
	padding: 2px 0 2px 0;
}
#videolist th {
	text-align: center;
	color: #ffffff;
	background: #5281b0;
}
#videolist td {
	background: #f0f4f7;
}
#videolist tr.alt td {
	background: #dce5ee;
}
#videolist td.col1 {
	width: 60px;
	text-align: center;
	vertical-align: top;
}
#videolist td.col2 {
	width: 160px;
	text-align: center;
}
#videolist td.col3 {
	vertical-align: top;
}
#videolist a {
	font-weight: bold;
}

#boardlist {
	width: 100%;
	border: solid 1px #e1eaf7;
}
#boardlist caption {
	font-weight: bold;
	padding: 2px 0 2px 0;
}
#boardlist th {
	text-align: center;
	color: #ffffff;
	background: #5281b0;
}
#boardlist td {
	background: #f0f4f7;
}
#boardlist tr.alt td {
	background: #dce5ee;
}
#boardlist td.col1 {
	width: 60px;
	text-align: center;
}
#boardlist td.col3,
#boardlist td.col4 {
	width: 50px;
	text-align: center;
}
#boardlist td.col5 {
	width: 130px;
	text-align: center;
}

#board_quest {
	border: solid 1px #d8e0e8;
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
}

form#board_post label {
	float: left;
	padding-top: 2px;
	width: 100px;
}
form#board_post label.caption2 {
	text-align: center;
}
form#board_post input,
form#board_post textarea {
	margin-bottom: 5px;
}
form#board_post input[type=text],
form#board_post textarea {
	border: solid 1px #d8e0e8;
}
form#board_post input[type=text] {
	float: left;
	width: 150px;
}
form#board_post textarea {
	width: 380px;
	height: 200px;
}
form#board_post #code_box {
	float: left;
}
form#board_post #post_title,
form#board_post #post_file {
	width: 382px;
}
form#board_post #post_name,
form#board_post #post_mail {
	width: 150px;
}

form#ans_post label {
	float: left;
	padding-top: 2px;
	width: 100px;
}
form#ans_post label.caption2 {
	text-align: center;
}
form#ans_post input,
form#ans_post textarea {
	margin-bottom: 5px;
}
form#ans_post input[type=text],
form#ans_post textarea {
	border: solid 1px #d8e0e8;
}
form#ans_post input[type=text] {
	float: left;
	width: 150px;
}
form#ans_post textarea {
	width: 380px;
	height: 200px;
}
form#ans_post #code_box {
	float: left;
}
form#ans_post #post_file {
	width: 382px;
}
form#ans_post #post_name,
form#ans_post #post_mail {
	width: 150px;
}

div#code_box img#siimage {
	float: left;
}
div#code_box input#code {
	float: left;
	width: 80px;
	margin-left: 5px;
}
div#code_box span {
	float: left;
	margin-left: 5px;
}

div.commentlist .no_member {
	background: inherit;
	padding: 5px 5px 5px 5px;
}
div.commentlist .member {
	background: #e0e0e0;
	padding: 5px 5px 5px 5px;
}
div.commentlist .owner {
	background: #cee7ff;
	padding: 5px 5px 5px 5px;
}

div.line2 {
	border-bottom: solid 1px #d8e0e8;
	height: 1px;
}

#frmSearch { color: #000000; width: 300px; margin: 0 auto; }
#frmSearch label, 
#frmSearch input,
#frmSearch div { margin-bottom: 4px; }
#frmSearch #keyword { width: 270px; height: 21px; border: solid 1px #cccccc; }