@charset "utf-8";

body {background-color:#fff;margin:0px;font-size:.75em;}
p,th,td,select,form,input,textarea,option {
	color:#333;
	font-family:Malgun Gothic,Gulim,arial,Dotum,sans-serif;
	font-size:1em;
	word-break:kepp-all;
}

img {border:none;}
.vmiddle {vertical-align:middle;}

a:link, a:visited, a:active {
	color:#555;
	text-decoration:none
}
a:hover {
	color:#000;
	text-decoration:underline;
}

table {
	empty-cells:show;
}

p {margin:5px 0; padding:0;}
form {margin:0; padding:0;text-align:left;}
label.block {display:block;}

.float_clear {*zoom:1;}
.float_clear:after {content:""; display:block; clear:both;}

.skiptolink {margin:0 auto;background:#6a6a6a;text-align:center}
.skiptolink a {position:absolute;width:1px;height:1px;left:0;top:0;overflow:hidden;color:#fff;text-decoration:none;display:block;padding:5px 0;white-space:nowrap}
.skiptolink a:hover,
.skiptolink a:active,
.skiptolink a:focus {position:relative;height:auto;width:auto}

/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) 200812 */
#smartInput{ margin:0 5px 0 5px;}
.smartOutput{line-height:1.6; font-family:Dotum, AppleGothic, Sans-serif;}
/* ½º¸¶Æ® ¿¡µðÅÍÀÇ Ç³ºÎÇÑ Ç¥ÇöÀÌ Á¤»óÀûÀ¸·Î Ãâ·ÂµÇµµ·Ï ÇÏ·Á¸é ÄÜÅÙÃ÷°¡ Ãâ·ÂµÇ´Â °÷¿¡ ÀÌ Å¬·¡½º¸¦ Àû¿ëÇÏ¿©¾ß ÇÑ´Ù. ¿¹¸¦ µé¸é °Ô½Ã¹° ÀÐ±â ÆäÀÌÁöÀÇ º»¹®ÀÌ ÀÌ¿¡ ÇØ´çµÈ´Ù. */
.smartOutput p{ margin:0;}
.smartOutput blockquote.q1,
.smartOutput blockquote.q2,
.smartOutput blockquote.q3,
.smartOutput blockquote.q4,
.smartOutput blockquote.q5,
.smartOutput blockquote.q6,
.smartOutput blockquote.q7{ padding:10px; margin-left:15px; margin-right:15px;}
.smartOutput blockquote.q1{ padding:0 10px; border-left:2px solid #ccc;}
.smartOutput blockquote.q2{ padding:0 10px; background:url(/cgi_bank/lib/editor/img/bg_qmark.gif) no-repeat;}
.smartOutput blockquote.q3{ border:1px solid #d9d9d9;}
.smartOutput blockquote.q4{ border:1px solid #d9d9d9; background:#fbfbfb;}
.smartOutput blockquote.q5{ border:2px solid #707070;}
.smartOutput blockquote.q6{ border:1px dashed #707070;}
.smartOutput blockquote.q7{ border:1px dashed #707070; background:#fbfbfb;}
.smartOutput sup{ font:10px Tahoma;}
.smartOutput sub{ font:10px Tahoma;}
.smartOutput table th,
.smartOutput table td {font-size:12px; padding:4px;}

/* button color styles */
.ozbutton {
	display:inline-block;
	zoom:1; /* zoom and *display = ie7 hack for display:inline-block */
	*display:inline;
	overflow:visible;
	vertical-align:middle;
	margin:0;
	outline:none;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:.4em .8em .4em .8em;
	/* text-shadow:0 1px 1px rgba(0,0,0,.3); */
	/*
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	*/
}
.ozbutton:hover {text-decoration:none;}
.ozbutton:active {position:relative; top:0px;}
.ozbutton:focus {border:solid 2px #e3b016 !important;}
.ozbutton.small {padding:.1em .5em .1em .5em; font-weight:normal;}
.ozbutton.big {padding:.5em 1.2em .5em 1.2em; font-size:1.2em;}
.ozbutton.rounded { -webkit-border-radius:.3em; -moz-border-radius:.3em; border-radius:.3em;}
.ozbutton.bigrounded {-webkit-border-radius:2em; -moz-border-radius:2em; border-radius:2em;}
.ozbutton.noborder_right {border-right:none !important; border-top-right-radius:0; border-bottom-right-radius:0; -webkit-border-top-right-radius:0; -webkit-border-bottom-right-radius:0}
.ozbutton.noborder_left {border-left:none !important; border-top-left-radius:0; border-bottom-left-radius:0; -webkit-border-top-left-radius:0; -webkit-border-bottom-left-radius:0}
.ozbutton.noborder_left2 {border-top-left-radius:0; border-bottom-left-radius:0; -webkit-border-top-left-radius:0; -webkit-border-bottom-left-radius:0}
/* button color - white */
.ozbutton.white {
	color:#606060;
	border:solid 1px #b7b7b7;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background:-moz-linear-gradient(top,  #fff,  #ededed);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.ozbutton.white:hover {
	background:#ededed;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#cccccc));
	background:-moz-linear-gradient(top,  #fff,  #cccccc);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}
.ozbutton.white:active {
	background:-webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background:-moz-linear-gradient(top,  #ededed,  #fff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* black */
.ozbutton.black {
	color:#d7d7d7;
	border:solid 1px #333;
	background:#333;
	background:-webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background:-moz-linear-gradient(top,  #666,  #000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.ozbutton.black:hover {
	background:#000;
	background:-webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background:-moz-linear-gradient(top,  #444,  #000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.ozbutton.black:active {
	background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background:-moz-linear-gradient(top,  #000,  #444);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.ozbutton.gray {
	color:#e9e9e9;
	border:solid 1px #555;
	background:#6e6e6e;
	background:-webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background:-moz-linear-gradient(top,  #888,  #575757);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.ozbutton.gray:hover {
	background:#616161;
	background:-webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background:-moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.ozbutton.gray:active {
	background:-webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background:-moz-linear-gradient(top,  #575757,  #888);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* orange */
.ozbutton.orange {
	color:#fef4e9;
	border:solid 1px #da7c0c;
	background:#f78d1d;
	background:-webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background:-moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.ozbutton.orange:hover {
	background:#f47c20;
	background:-webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background:-moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.ozbutton.orange:active {
	background:-webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background:-moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
.ozbutton.red {
	color:#faddde;
	border:solid 1px #980c10;
	background:#d81b21;
	background:-webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background:-moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.ozbutton.red:hover {
	background:#b61318;
	background:-webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background:-moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.ozbutton.red:active {
	background:-webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background:-moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */
.ozbutton.blue {
	color:#d9eef7;
	border:solid 1px #0076a3;
	background:#0095cd;
	background:-webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background:-moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.ozbutton.blue:hover {
	background:#007ead;
	background:-webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background:-moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.ozbutton.blue:active {
	background:-webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background:-moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.ozbutton.rosy {
	color:#fae7e9;
	border:solid 1px #b73948;
	background:#da5867;
	background:-webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background:-moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.ozbutton.rosy:hover {
	background:#ba4b58;
	background:-webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background:-moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.ozbutton.rosy:active {
	background:-webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background:-moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
.ozbutton.green {
	color:#e8f0de;
	border:solid 1px #538312;
	background:#64991e;
	background:-webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background:-moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.ozbutton.green:hover {
	background:#538018;
	background:-webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background:-moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.ozbutton.green:active {
	background:-webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background:-moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */
.ozbutton.pink {
	color:#feeef5;
	border:solid 1px #d2729e;
	background:#f895c2;
	background:-webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background:-moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.ozbutton.pink:hover {
	background:#d57ea5;
	background:-webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background:-moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.ozbutton.pink:active {
	background:-webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background:-moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/* icon styles */
.add-icon-black {padding-left:18px; background:url(./images/icons-black.png) no-repeat;}
.add-icon-white {padding-left:18px; background:url(./images/icons-white.png) no-repeat;}
.icon-plus{background-position:-3px 50%}.icon-minus{background-position:-39px 50%}.icon-delete{background-position:-75px 50%}.icon-arrow-r{background-position:-111px 50%}.icon-arrow-l{background-position:-147px 50%}.icon-arrow-u{background-position:-183px 50%}.icon-arrow-d{background-position:-219px 50%}.icon-check{background-position:-255px 50%}.icon-gear{background-position:-291px 50%}.icon-refresh{background-position:-327px 50%}.icon-forward{background-position:-363px 50%}.icon-back{background-position:-399px 50%}.icon-grid{background-position:-435px 50%}.icon-star{background-position:-471px 50%}.icon-alert{background-position:-507px 50%}.icon-info{background-position:-543px 50%}.icon-home{background-position:-579px 50%}.icon-search{background-position:-615px 50%}.icon-checkbox-off{background-position:-687px 50%}.icon-checkbox-on{background-position:-651px 50%}.icon-radio-off{background-position:-759px 50%}.icon-radio-on{background-position:-723px 50%}

span.ozspeech  {position:relative; display:inline-block; text-align:center; padding:0 3px; background-color:#fff; border:1px solid #666; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:1px 1px 1px #888; -moz-box-shadow:1px 1px 1px #888; box-shadow:1px 1px 1px #888;}
span.ozspeech:before {content:' '; position:absolute; width:0; height:0; left:-10px; top:3px; border:5px solid;}
span.ozspeech:after {content:' '; position:absolute; width:0; height:0; left:-8px; top:4px; border:4px solid;}

.wiz_tip {background:url(/image_bank/icon/icn85.gif) no-repeat 4px 4px; margin:5px 0 0 0; padding:3px 3px 3px 23px; background-color:#fcfef0; border:dotted 1px #dadbad;}

.show_builtin_passwdbox {cursor:pointer;}

.oz_zoom {cursor:pointer;}
#oz_zoom_box {position:absolute;display:none;z-index:99999;margin:0;padding:0;cursor:pointer;background-color:#fff;box-shadow:0 0 20px #999; -moz-box-shadow:0 0 20px #999;-webkit-box-shadow:0 0 20px #999;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=5);}
#oz_zoom_box img {display:block;padding:3px; border:solid 1px #ddd;}

/* module config popup */
#config_tabs fieldset {margin-top:10px;}
#config_tabs dl, .config_dl {margin:0;}
#config_tabs dt, .config_dl dt {font-weight:normal; margin:10px 0 0 0;}
#config_tabs dd, .config_dl dd {margin:0; padding: 0 0 2px 0;}

.module_config {display:block; position:absolute; left:0; top:0; border:solid 1px #f00; background-color:#000;font-size:8pt;color:#fff;padding:1px;z-index:9999;cursor:pointer;opacity:.3;filter:alpha(opacity=30);}

.board_list {border:0; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; width:100%; margin-bottom:10px;}
.board_list tr.bg0{background-color:#ffffff;}
.board_list tr.bg1{background-color:#fdfdfd;}
.board_list tr.hover{background-color:#eeeeee;cursor:pointer;}
.board_list th{border:0; border-bottom:1px solid #ffffff; padding:5px 0; white-space:nowrap; text-align:center; font-size:pt; colr:#333333; line-height:normal; background:#ffffff; background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed)); background:-moz-linear-gradient(top,#ffffff,#ededed); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed');}
.board_list th span {display:block; position:relative; text-align:center; padding:0 5px;}
.board_list th div {position:absolute; width:0; left:0; border-left:solid 1px #cccccc; border-right:solid 1px #ffffff;}
.board_list td{border:0; border-top:1px solid #eeeeee; padding:6px; white-space:nowrap;text-align:center; line-height:120%; font-size:9pt; color:#333333;}
.board_list td.title {width:100%; word-break:break-all;word-wrap:break-word;white-space:normal;text-align:left;}
.board_list td.top {vertical-align:top;}
.board_list td a {color:#333333;text-decoration:none}
.board_list table td {white-space:normal;}

#page_container {position:relative;margin-left:auto;margin-right:auto;}
/*
#page_container>div, #page_container>div>div {border:none 1px #ddd;}
*/

#head_container {position:relative;clear:both;min-width:100px;height:109px;margin:0;padding:0;}
#head_container2 {position:relative;clear:both;width:1080px;_height:50px;min-height:50px;margin:0 auto;padding:0;}
	#head_logo {position:relative;float:left;_width:100px;min-width:100px;_height:20px;min-height:20px;margin:0;padding:0;}
	#top_menu {position:relative;float:right;_height:20px;min-height:20px;margin:0;padding:5px 0 0 0;}
	#head_search {position:relative;float:right;clear:right;height:29px;margin:0;padding:6px 0 0 0;}
		#search_key {width:224px;height:19px;border:solid 1px #e7e7e7;background:url(/img/search_input_bg.gif) right center no-repeat #fff;}
	#gnb {position:relative;float:right;_width:500px;min-width:500px;height:35pxmargin:0;padding:0;}
	#head_sns {position:relative;float:right;clear:right;_width:400px;min-width:400px;height:17px;margin:17px 0 0 0;padding:0;}
	#head_sns>img {float:right;padding-right:5px;}
		#twitter_etn {float:right;width:500px;overflow:hidden;margin:0;padding:0;}
		#twitter_etn ul {margin:0;padding:0;}
		#twitter_etn li {float:left;display:block;position:relative;list-style:none;margin:0;padding:0;margin-right:20px;}
		#twitter_etn a {text-decoration:none}
		#twitter_etn h3 {display:inline;font-size:9pt;color:#999;font-weight:normal;padding-left:12px;}
		#twitter_etn h3 a {color:#999;}
		#twitter_etn h3 a:hover,.twitter_etn h3 a:focus {color:#fff}

#body_container {position:relative;clear:both;width:1080px;_height:500px;min-height:500px;margin:0 auto;padding:0;}
	#body_box {position:relative;float:right;width:805px;_height:100px;min-height:100px;margin:0;padding:0;}
		#body_location {position:relative; text-align:right;padding:19px 0 20px 0;}
		#body_content {position:relative;padding-bottom:20px;}
	#body_smenu {position:relative;float:left;width:200px;_height:100px;min-height:100px;margin:44px 65px 0 0;padding:0;}

#footer_container {position:relative;clear:both;height:100px;border-top:solid 1px #e7e7e7;margin:0;padding:0;}
#footer_container2 {position:relative;clear:both;width:1080px;_height:50px;min-height:50px;margin:0 auto;padding:25px 0 0 0;}
	#copyright {position:relative;float:left;margin:0;padding:0;}
	#bottom_menu {position:relative;float:right;margin:0;padding:0;}
		#bottom_menu ul {margin:0;padding:0;}
		#bottom_menu li {margin:0;padding:0;list-style:none;display:inline;}
		#family_box {position:absolute;right:0;bottom:22px;display:none;width:140px;background-color:#ff203c;color:#fff;padding:10px;line-height:1.5em;}
		#family_box a {color:#fff;text-decoration:none;}
	#ssl_seal {position:absolute;display:block;left:550px;top:15px;}

.view_title {font-size:14pt;font-weight:bold;color:#2562c7;margin:0 0 10px 0;padding:0;}
#view_container {position:relative;width:933px;margin:66px auto 0 auto;padding:0;}
	#view_top {height:13px;background:url(/img/view_top_bg.gif) left bottom no-repeat;}
	#view_content {background:url(/img/view_body_bg.gif) left top repeat-y; padding:20px 54px 50px 48px;}
	#view_content a {color:#0072bc;}
		#view_title_box {border-bottom:solid 2px #898989;margin-bottom:2px;padding-bottom:6px;}
		#view_title_box .view_title {float:left;margin:0;padding:0;font-size:9pt;font-weight:normal;color:#888888}
		#view_title_box .view_sns {float:right;margin:0;padding:0;}
		#view_title_box .sns{display:inline;margin:0;padding:0;list-style:none;vertical-align:top}
		#view_title_box .sns li{display:inline;vertical-align:top}
		#view_title_box .sns a{display:inline-block;height:16px;line-height:16px}
		#view_title_box .sns .link a{width:16px;height:0;padding:16px 0 0 0;overflow:hidden;background:url(/img/icoSet.gif) no-repeat}
		#view_title_box .sns .twitter a{background-position:0 -270px}
		#view_title_box .sns .me2day a{background-position:0 -300px}
		#view_title_box .sns .facebook a{background-position:0 -330px}
		#view_title_box .sns .delicious a{background-position:0 -360px}

		#view_banner {border-top:solid 1px #d7d7d7;}

		#view_info {border-top:solid 2px #898989;padding:20px 10px 50px 10px;}
		#view_info th img {vertical-align:middle;}
		#view_info>table th {vertical-align:top;padding-top:4px;}
		#view_info table table td {padding:4px 0;}
		#view_info_btn {margin-top:20px;}
		#view_info_btn span {color:#ff203c;}

		#search_info_box {display:none;border:solid 1px #ddd;margin:10px 0; padding:10px;}

		#view_tab {border-left:solid 1px #c7c7c7; border-bottom:solid 2px #898989; margin:0 0 40px 0;padding:0;}
		#view_tab li {margin:0;padding:0;float:left;list-style:none;}
		#view_tab img {margin:0;padding:0;display:block;}

		#view_tab_content .session_title {font-size:11pt;font-weight:bold;margin-bottom:5px;color:#444444;}
		#view_tab_content .single_track {width:100%;border:none;background-color:#ddd;margin-bottom:15px;}
		#view_tab_content .single_track td {border:none;background-color:#fff;padding:3px;text-align:center;}
		#view_tab_content .single_track td.title2 {word-break:keep-all;word-wrap:break-word;white-space:normal;text-align:left;}
		#view_tab_content .single_track td div {margin-top:7px;}
		#view_tab_content .single_track td p {margin-top:7px;}
		#view_tab_content .multi_track {width:100%;border:none;background-color:#ddd;margin-bottom:15px;}
		#view_tab_content .multi_track td {border:none;background-color:#fff;padding:3px;word-break:keep-all;word-wrap:break-word;white-space:normal;text-align:center;vertical-align:top;}
		#view_tab_content .multi_track td:first-child {vertical-align:middle;}
		#view_tab_content .multi_track th {color:#fff;word-break:keep-all;word-wrap:break-word;white-space:normal;filter:none;background:none;}
		#view_tab_content .multi_track th.timestr {border:none;background-color:#555;}
		#view_tab_content .multi_track th.track1 {border:none;background-color:#49acd5; padding:3px 0 5px 0;}
		#view_tab_content .multi_track th.track2 {border:none;background-color:#75a51d; padding:3px 0 5px 0;}
		#view_tab_content .multi_track th.track3 {border:none;background-color:#409111; padding:3px 0 5px 0;}
		#view_tab_content .multi_track th.track4 {border:none;background-color:#869111; padding:3px 0 5px 0;}
		#view_tab_content .multi_track th.track5 {border:none;background-color:#915c11; padding:3px 0 5px 0;}
		#view_tab_content .multi_track td.alltrack {background-color:#eee;}
		#view_tab_content .multi_track td div {margin-top:7px;}
		#view_tab_content .multi_track td p {margin-top:7px;}
		#view_tab_content .multi_track table td{word-break:keep-all;word-wrap:break-word;white-space:normal;}
		#view_tab_content img {vertical-align:middle;}

		#table_guide {width:100%;border:none;background-color:#ddd;}
		#table_guide th {border:none;background-color:#eee;white-space:nowrap;}
		#table_guide td {border:none;background-color:#fff;width:100%;padding:3px;word-break:keep-all;word-wrap:break-word;white-space:normal;text-align:left;}
		#table_guide_fee {width:100%;border:none;background-color:#ddd;table-layout:fixed;}
		#table_guide_fee th {border:none;background-color:#333;color:#bbb;width:50%;text-align:center;}
		#table_guide_fee td {border:none;background-color:#fff;padding:3px;word-break:keep-all;word-wrap:break-word;white-space:normal;text-align:center;}

	#view_bottom {height:12px;background:url(/img/view_bottom_bg.gif) left top no-repeat;}
#view_footer {position:relative;width:933px;margin:20px auto 20px auto;padding:0;text-align:center;}

#aform_info {width:100%; border:none; background-color:#ddd;}
#aform_info th {text-align:center; background-color:#eee; white-space:nowrap; width:100px; padding:5px;}
#aform_info td {text-align:left; background-color:#fff; padding:5px;}

#aform_info2 {width:100%; border:none; background-color:#ddd;}
#aform_info2 th {text-align:center; background-color:#eee; padding:5px;}
#aform_info2 td {text-align:center; background-color:#fff; padding:5px;}
.aform_info2 {width:100%; border:none; background-color:#ddd;}
.aform_info2 th {text-align:center; background-color:#eee; padding:5px;}
.aform_info2 td {text-align:center; background-color:#fff; padding:5px;}

#aform_info3 {width:100%; border:none; background-color:#ddd;}
#aform_info3 th {text-align:center; background-color:#eee; white-space:nowrap; width:100px;padding:5px;}
#aform_info3 td {text-align:left; background-color:#fff; padding:5px;}

#quick {position:absolute;right:-110px; top:10px;width:100px;height:300px;}

#main_bn5 {width:944px; margin:10px auto 5px auto; padding:0;white-space:nowrap;}
#main_bn5 ul {margin:0;padding:0;}
#main_bn5 li {margin:0;padding:0;list-style:none;display:inline-block; *display:inline; *zoom:1;margin-right:5px;}
#main_bn5 li:last-child {margin-right:0;}

.small_sponsor_img {max-height:30px;_height:30px;}

.techweek_list {width:100% !important;background-color:#ddd;}
.techweek_list th, .techweek_list td {font-size:12px; vertical-align:middle !important; padding:3px;}
.techweek_list th {background-color:#146faa; color:#fff;}
.techweek_list td {background-color:#fff;word-break:break-all !important;word-wrap:break-word !important;white-space:normal !important;}
.techweek_list tr th:nth-child(1), .techweek_list tr td:nth-child(1) {white-space:nowrap !important; text-align:center !important;}
.techweek_list tr th:nth-child(2), .techweek_list tr td:nth-child(2) {width:100px !important; text-align:center !important;}
.techweek_list tr th:nth-child(3), .techweek_list tr td:nth-child(3) {width:100px !important; text-align:center !important;}
.techweek_list tr th:nth-child(4), .techweek_list tr td:nth-child(4) {width:150px !important; text-align:center !important;}
.techweek_list tr th:nth-child(6), .techweek_list tr td:nth-child(6) {white-space:nowrap !important; text-align:center !important;}
