body, td, p, input, button, textarea, select, .c1 { font-family:verdana; font-size:11px; color:#666666; line-height:18px;}

img {border:0px;}

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

a.menu:link, a.menu:visited, a.menu:active { text-decoration:none; color:#ffffff;}
a.menu:hover { text-decoration:underline; color:#ffffff; }

.left_menu {width:150px; background:url('images/sub_menubg.gif') no-repeat; margin-left:35px; height:30px;}

.member {font-weight:bold;color:#888888;}
.guest  {font-weight:normal;color:#888888;}

.lh { line-height: 150%; }
.jt { text-align:justify; }

.li { font-weight:bold; font-size:18px; vertical-align:-4px; color:#66AEAD; }

.ul { list-style-type:square; color:#66AEAD; }

.ct { font-family:Tahoma,arial,돋움; color:#222222; } 

.ed { border:1px solid #CCCCCC; } 
.tx { border:1px solid #CCCCCC; } 

.small { font-size:8pt; font-family:Tahoma,arial,돋움; }
.cloudy, a.cloudy {color:#888888;} /* 흐림 */
.title { font-size:12pt; font-family:Tahoma,arial,돋움; color:black}


.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
TABLE.black {
       border-width: 1px  ;
	   border-style: solid ;
	   border-color:black;
	 }

TABLE.grey {
       border-width: 1px  ;
	   border-style: solid ;
	   border-color:e7e7e7;
	 }

.lian_top    {  border-top-width:1; border-top-color:#c6cae1; border-top-style:solid; }
.lian_bottom {  border-bottom-width:1; border-bottom-color:#c6cae1; border-bottom-style:solid; }
.lian_right  {  border-right-width:1; border-right-color:#c6cae1; border-right-style:solid; }
.lian_left   {  border-left-width:1; border-left-color:#c6cae1; border-left-style:solid; }

.lian_green_t   {  border-top-width:1; border-color:#dcf5a2; border-top-style:solid; }
.lian_green_b   {  border-bottom-width:1; border-color:#dcf5a2; border-bottom-style:solid; }
.lian_green_r   {  border-right-width:1; border-color:#dcf5a2; border-right-style:solid; }
.lian_green_l   {  border-left-width:1; border-color:#dcf5a2; border-left-style:solid; }


.lian_input { border:1px solid #ccc; }



/* bukyoung jung 2009.7.23*/
.sub_title     {font-size:14pt; font-family:tahoma,돋움; color:7584d3; font-weight:bold;}
.b             {font-weight:bold;}
.underline     {text-decoration:underline;}
.cgray         {color:#999999}
.corg          {color:#f39010}
.cgreen        {color:#8ad51f}

.f14           {font-size:14px;}

.torg_l        {background-color:#e4e399;}
.torg_t        {background-color:#f3f2ad;}
.torg_b        {background-color:#fafac9;}

.tgreen_l      {background-color:#cfe298;}
.tgreen_t      {background-color:#dff1ad;}
.tgreen_b      {background-color:#edfac9;}






ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 350px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}


.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 350px;
	background: #fff;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
}



