/**
 *************************************************************************
 * @source  : Homepage.css
 * @desc    : 첫페지 스타일을 정의한다.
 *------------------------------------------------------------------------
 * VER  DATE         AUTHOR      DESCRIPTION                        
 * ---  -----------  ----------  -----------------------------------------
 * 1.0  2010.09.19   KING          최초작성
 * ---  -----------  ----------  -----------------------------------------
 * Copyright 2010 KITIC,  All rights reserved.
 *************************************************************************
 **/
body {
	background: #FAFAFA;
	margin: 0;	
}

.fSpecCs
{
	font-weight: bold;
	font-size: 110%;
}

.fSelSpecCs
{
	color: #FE9701;
}

UL {
	padding: 0;
	margin: 0;
	list-style: none;
}

LI {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hright_sidebar .features {
	background-color:#AE0101;
	margin-bottom:5px;
	padding-top:5px;
	position:relative;
	width:240px;
}

.hright_sidebar .features a, .hright_sidebar .features a:hover {
	color:white;
	font-size:18px;
	font-weight:bold;
}

.clear {
	clear: both;
}

.left_align {
	text-align: left;
}

.right_align {
	text-align: right;
}

.htop_area {
	width: 100%;
	height: 109px;
	background: #FFFEFF;
}

.htop_area .htop_wrap {
	width: 1024px;
}

.htop_banner {
	width: 100%;
	height: 75px;
	background: #AE0101;
	color: white;
}

.htop_banner .htop_wrap {
	background: #AE0101;
}

.htop_banner .htop_logo {
	float: left;
	width: 415px;
	margin-top: 5px;
	position: relative;
}

.htop_banner .htop_logo a {
	text-decoration: none;
	margin-left:45px;
}

.htop_logo object {
	display: inline;
	left: 60px;
	margin-right: 10px;
	position: absolute;
	top: 2px;
	display: none;
}

.htop_banner .htop_logo a:hover {
	text-decoration: none;
}

.htop_banner .htop_logo a IMG {
	cursor: pointer;
}

.htop_banner .hview_today_date {
	float: right;
	width: 290px;
	color: white;
	font-size: 14px;
	font-weight: normal;
	margin-right: 20px;
}

.htop_banner .htop_right_area {
	float: left;
	width: 600px;
	height: 70px;
	text-align: right;
	color: #E35D5D;
	margin-top: 4px;
}

.htop_banner .htop_right_area p {
	margin: 0px;
	padding: 0px;
	height: 24px;
	margin-top: 8px;
	overflow:hidden;
}

.htop_banner .htop_right_area p a {
	text-decoration: none;
	color: white;
	font-size: 12px;
	letter-spacing: 1px;
}

.htop_banner .htop_right_area p a:hover {
	text-decoration: none;
	color: white;
	font-size: 12px;
}

.htop_banner .htop_right_area p .hsearch_btn {
	width: 110px;
	height: 19px;
	background: white;
	color: #111;
	font-size: 12px;
}

.htop_banner .htop_right_area p a IMG {
	vertical-align: middle;
}

.htop_menu {
	width: 100%;
	height: 31px;
	margin-top: 3px;
	background: #083982;
	cursor: default;
}

.htop_menu .htop_wrap {
	background: #083982;
}

.htop_menu UL {
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: right;
}

.htop_menu A.hfirst_tag {
	border-left: 1px solid #083982;
}

.htop_menu .hmenu-mouse-hover {
	background: #F8F8F8;
}

.htop_menu .hmenu-mouse-hover A.rootMenuA {
	color: #1E1E1E !important;
}

.htop_menu .hmenu-mouse-hover A:hover {
	color: #DF150B !important;
}

.htop_menu LI {
	float: left;
	text-align: center;
	position: relative;
	z-index: 999;
}

.htop_menu LI A {
	color: white;
	text-decoration: none;
	padding: 2px 10px;
	padding-bottom: 3px;
	display: block;
	line-height: 26px;
	font-size: 13px !important;	
	border-left: 1px solid #999;
	border-right: 1px solid #083982;
}

.htop_menu LI A:hover {
	color: #DF150B !important;
	text-decoration: none;
	font-size: 13px;
	background: #F8F8F8;
}

.htop_menu LI A.hselected {
	color: #DF150B;
	background: #F8F8F8;
	border-left: 1px solid #C7C0C0;
	border-right: 1px solid #C7C0C0;
}

.htop_menu LI .hsub_menu {
	position: absolute;
	border: 1px solid #C7C0C0;
	border-top: none;
	top: 31;
	left: -9999;
	z-index: 999;
	background: #F8F8F8;
	z-index: 999;
}

/* DropDown 메뉴를 위하여 이부분을 열라 */
/*
.htop_menu LI:hover .hsub_menu {
	left: 0;
}

.htop_menu LI.h_over .hsub_menu {
	left: 0;
}
*/

.htop_menu LI .hsingle {
	
}

.htop_menu LI .hsingle UL {
	float: none !important;
	padding: 10px 9px 16px 9px;
}

.htop_menu LI .hsingle UL LI {
	border-bottom: 1px solid #C3C1C2;
	text-align: left !important;
	float: none !important;
}

.htop_menu LI .hsingle UL A {
	border: none !important;
	color: #1E1E1E;
}

.htop_menu LI .hdouble {
	width: 306px;
}

.htop_menu LI .hdouble UL {
	float: left;
	width: 135px;
	padding: 10px 9px 16px 9px;
}

.htop_menu LI .hdouble LI {
	width: 100%;
	border-bottom: 1px solid #C3C1C2;
	text-align: left !important;
}

.htop_menu LI .hdouble UL A {
	border: none !important;
	color: #1E1E1E;
}

.htop_menu LI .hdouble LI {
	width: 100%;
}

.hcontents {
	width: 1024px;
	background: white;
}

.hcontents .hquick_article {
	height: 20px;
	width: 100%;
	border-top: 3px solid #1E6AB5;
	border-bottom: 3px solid #1F6DB7;
	text-align: left;
	color: #004276;
	word-spacing: 2px;
	padding-top: 3px;
}

.hcontents .harticle_wrap {
	padding: 20px 36px;
	padding-bottom: 2px;
}

.hcontents .tarticle_wrap {
	padding: 20px 36px;
}

.tarticle_wrap .tbbar_article {
	width:945px;
	height: 75px;
	float:left;
	margin-left: 1px;
	background: #808080;
}

.tarticle_wrap .tm_article {
	width:945px;
	height: 75px;
	float:left;
	margin-left: 1px;
	background: #808080;
}
	
.tarticle_wrap .tmd_article {
	width:945px;
	height: 110px;
	float:left;
	margin-left: 1px;
	background: #808080;
}

.hcontents .harticle_wrap .himg_slide_div {
	width: 100%;
	height: 183px;
}

.himg_slide_bg {
	width: 100%;
	height: 172px;
	background: #616469;
}

.himg_slide_bg .left_slide_bg {
	width: 27px;
	height: 52px;
	float: left;
	margin-top: 12px;
}

.himg_slide_bg .right_slide_bg {
	width: 27px;
	height: 52px;
	float: left;
	margin-top: 56px;
}

.himg_slide_bg .center_slide_bg {
	float: left;
	width: 898px;
	height: 135px;
	margin-top: 20px;
	background: #3E454B;
}

.hfooter_menu {
	width: 100%;
	margin-top: 1px;
	border-top: 1px solid #5484C4;
}
.footer_start_line {
	border-bottom:3px solid #5583BE;
	margin-bottom:1px;
	width:1024px;
}
.subpage_footer {
	background: white;
	border-top: 2px solid #5484C4;
	width: 1024px !important;
	margin-top: 0px !important;
}

.smenu_div {
	width: 100%;
}

.pageLayout {
	padding-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #D0D0D0;
	border-top: none;
}

.menuTabBox_bg {
	background: url(../../images/tab_bg2_bg.gif) repeat-x 0 100%;
	width: 100%;
	height: 23px;
}

.menuTab {
	width: 150px;
	height: 23px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 7px;
	margin-right: 2px;
	z-index: 100;
	position: relative;
	cursor: pointer;
}

.menuTab a {
	color: #808080;
}

.menuTab_s {
	background: url(../../images/tab_bg2_s.gif) no-repeat 0 0;
	color: #444444;
}

.menuTab_n {
	background: url(../../images/tab_bg2_n.gif) no-repeat 0 0;
}

.hfooter_menu .hfooter_menu_content {
	width: 100%;
	margin-top: 7px;
	line-height: 20px;
	color: #0A5084;
}

.hfooter_menu .hfooter_menu_content a {
	text-decoration: none;
	color: #0A5084;
	font-size: 12px;
	letter-spacing: 0px;
}

.hfooter_menu .hfooter_menu_content a:hover {
	text-decoration: none;
	color: #0A5084;
}

.hbottom_area {
	width: 100%;
	height: 62px;
	background: #184890;
	border-top: 6px solid #5783C4;
}

.hbottom_content {
	width: 1024px;
}

.hbottom_content .b_con1 {
	float: left;
	width: 500px;
	margin-left: 35px;
	text-align: center;
	color: #FE9701;	
	font-size: 14px;
	font-weight: bold;
	margin-top: 22px;
	letter-spacing: 1px;
}

.hbottom_content .b_con2 {
	float: left;
	width: 340px;
	color: #FE9701;	
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	margin-top:22px !important;
	padding-right:15px;
	text-align:right;
	
}

.hbottom_content .b_con3 {
	float: left;
	width: 116px;
	height: 40px;
	margin-top: 11px;
	background: URL("../../images/home/footer_logo.jpg") no-repeat left top;
}

.hleft_article {
	float: left;
	width: 625px;
}

.hright_sidebar {
	float: left;
	width: 240px;
}

.sidebar_spacing {
	margin-left: 80px;
}

.hright_sidebar h4 {
	margin: 0px;
	padding: 0px;
	width: 225px;
	padding-left: 15px;
	background: #184890;
	border-bottom: 2px solid #88C0FD;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: left;
	letter-spacing: 1px;
	padding-top: 3px;
}

.hright_sidebar .relative_link {
	width: 240px;
	padding-top: 10px;
	text-align: center;
	background: #F9F9F9;
}

.hright_sidebar .relative_link IMG {
	cursor: pointer;
	border: none;
}

.hright_sidebar .sidebar_wrap {
	width: 233px;
	background: #F9F9F9;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	text-align: left;
}

.weather_text {
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	width: 180px;
	float: left;
	font-size: 12px;
	color: #111111;
	margin-left: 30px;
}

.hright_sidebar UL {
	margin-left: 15px;
}

.hright_sidebar LI {
	clear: both;
	background: URL("../../images/home/imp_arrow.gif") no-repeat scroll left 6px;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 3px;
	line-height: 16px;
	position: relative;
}


.hright_sidebar A {
	text-decoration: none;
	font-size: 12px;
	color: #003F79;
}

.hright_sidebar A:hover {
	color: #003F79;
}

.hright_sidebar .sidebar_img_tag {
	width: 220px;
	height: 150px;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
	text-align: left;
	margin-left: 9px;
}

.page_numbers {
	text-align: center;
}

.hright_sidebar #moveable-side1 {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 855px;
}

.sidebar_wrap H3 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 9px;
	overflow: hidden;
	padding-left: 7px;
}

.sidebar_wrap H3 A {
	text-decoration: none;
	font-size: 13px;
	color: #004276;
}

.sidebar_wrap H3 A:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #004276;
}

.sidebar_wrap .a_item_div {
	margin-left: 7px;
	margin-bottom: 10px;
}

.sidebar_wrap .left_item {
	float: left;
	width: 50%;
}

.sidebar_wrap .right_item {
	float: left;
	margin-left: 2%;
	width: 50%;
}

.left_item A IMG {
	border: none;
}

.sidebar_wrap p {
	padding: 0px;
	text-align: justify;
	font-size: 11px;
	color: #222222;
	line-height:1.4;
	margin:0 0 12px;
}

.sidebar_wrap .image_item {
	margin-bottom: 10px;
	margin-left: 10px;
	width: 100px;
	height: 75px;
	float: left;
}

.sidebar_wrap .right_slide5 {
	width: 230px;
	margin-left: 7px;
	overflow: hidden;
	position: relative;
}

.sidebar_wrap P.weather1 {
	font-size: 11px;
	line-height: 18px;
	color: #2E88E3;
	letter-spacing: 2px;
	margin: 0;
}

.sidebar_wrap P.weather2 {
	font-size: 11px;
	line-height: 18px;
	color: #FC392A;
	letter-spacing: 2px;
	margin: 0;
	margin-top: 4px;
}

.areaLabel {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #059B72;	
}

.side_item5 {
	width: 230px;
	float: left;
}

.img_area5 {
	width: 100%;
	margin-left: 3px;
	margin-bottom: 8px;
}

.img_area5 IMG {
	border: none;
	cursor: pointer;
}

.side_content5 {
	font-size: 11px;
	text-align: justify;
	margin-top: 3px;
	padding-left: 5px;
	width: 90%;
}

/* Image Slide Area */
DIV#image-slide {
	width: 880px;
	height: 118px;
	margin-top: 5px;
	border: 2px solid #333;
	position: relative;
	overflow: hidden;
	text-align: left;
}

DIV#movie-slide {
	width: 880px;
	height: 118px;
	margin-top: 5px;
	border: 2px solid #333;
	position: relative;
	overflow: hidden;
	text-align: left;
}

DIV#image-slide #moveable-area {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}

DIV#image-slide #moveable-area a.item {
	display: inline-block;
	float: left;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
	margin-right: 10px;
}

DIV#page-area {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 30px;
	margin-right: 5px;
}

DIV#page-area span.page_number.selected {
	color: #FFF;
}

/* Image Slide Area END */ /* CSS style for article page */
.articlepage_header {
	width: 1024px;
	height: 50px;
	background: #1B6AB5;
	border-bottom: 4px solid #83C2FC;
}

.article_logo {
	float: left;
	width: 166px;
	margin-left: 35px;
}

.article_logo A {
	text-decoration: none;
}

.article_logo A:hover {
	text-decoration: none;
}

.article_logo IMG {
	border: 0;
}

.articlepage_header .banner_text {
	float: left;
	width: 23%;
	height: 23px;
	margin-top: 25px;
	font-size: 12px;	
	color: #1E1E1E;
	text-align: left;
	font-weight: bold;
}

.articlepage_header .top_menu {
	float: right;
	width: 770px;
	margin-top: 1px;
}

.articlepage_header .top_menu LI {
	float: left;
	padding: 21px 3px 0px 3px;
	position: relative;
	background: URL("../../images/home/seperate.jpg") no-repeat right top;
}

.articlepage_header .top_menu A {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	padding: 7px 10px 7px 10px;
}

.articlepage_header .top_menu A:hover {
	text-decoration: none;
	font-size: 12px;
	color: #FFF600;
}

.top_menu LI .hsub_menu {
	position: absolute;
	border: 1px solid #C7C0C0;
	border-top: none;
	top: 49;
	left: -9999;
	z-index: 999;
	background: #F8F8F8;
	z-index: 9999;
}

.top_menu LI .hsub_menu LI {
	padding-top: 0px !important;
}

/* DropDown 메뉴를 위하여 이부분을 열라 */
/*
.top_menu LI:hover .hsub_menu {
	left: 0;
}

.top_menu LI.h_over .hsub_menu {
	left: 0;
}
*/
.top_menu LI .hsingle {
	
}

.top_menu LI .hsingle UL {
	float: none !important;
	padding: 10px 9px 16px 9px;
}

.top_menu LI .hsingle UL LI {
	border-bottom: 1px solid #C3C1C2;
	text-align: left !important;
	float: none !important;
	background: none !important;
}

.top_menu LI .hsingle UL A {
	border: none !important;
	color: #1E1E1E;
	padding: 2px 10px 3px;
	line-height: 26px;
}

.top_menu LI .hsingle UL A:hover {
	color: red;
}

.top_menu LI .hdouble UL A:hover {
	color: red;
}

.top_menu LI .hdouble {
	width: 306px;
}

.top_menu LI .hdouble UL {
	float: left;
	width: 135px;
	padding: 10px 9px 16px 9px;
}

.top_menu LI .hdouble LI {
	width: 100%;
	border-bottom: 1px solid #C3C1C2;
	text-align: left !important;
	background: none !important;
}

.top_menu LI .hdouble UL A {
	border: none !important;
	color: #1E1E1E;
	padding: 2px 10px 3px;
	line-height: 26px;
}

.top_menu LI .hdouble LI {
	width: 100%;
}

.articlepage_wrap {
	width: 1024px;
	background: #FFFFFF;
	padding-top: 20px;
	min-height: 550px;
	position: relative;
	z-index: 10;
}

.articlepage_wrap .left_area {
	float: left;
	width: 470px;
	margin-left: 60px;
	text-align: left;
	margin-top: 0px;
	position: relative;
	z-index: 10;
}

.articlepage_wrap .left_area h4 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 270px;
	padding-left: 15px;
	background: #184890;
	border-bottom: 2px solid #88C0FD;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: left;
	letter-spacing: 0px;
	padding-top: 5px;
	margin-left: 3px;
	margin-right: 30px;
	margin-top: 10px;
}

.articlepage_wrap .left_area .searchbar_div {
	width: 288px;
	margin-top: 7px;
	margin-left: 3px;
}

.articlepage_wrap .left_area .searchbar_div UL {
	margin-left: 1px;
}

.articlepage_wrap .left_area .searchbar_div .left_w {
	width: 5px;
	height: 44px;
	float: left;
	background: URL("../../images/home/left_div1.jpg") no-repeat right top;
}

.articlepage_wrap .left_area .searchbar_div .right_w {
	width: 5px;
	height: 44px;
	float: left;
	background: URL("../../images/home/right_div1.jpg") no-repeat left top;
}

.articlepage_wrap .left_area .searchbar_div .center_w {
	width: 277px;
	height: 44px;
	float: left;
	background: URL("../../images/home/center_div1.jpg") repeat-x left top;
}

.searchbar_div .search_img {
	float: left;
	width: 23px;
	height: 20px;
	margin-left: 1px;
	margin-top: 16px;
	background: URL("../../images/home/search_icon.jpg") no-repeat left top;
}

.searchbar_div .search_input {
	float: left;
	width: 188px;
	height: 20px;
	margin-top: 15px;
	margin-left: 2px;
	text-align: left;
}

.searchbar_div .search_input INPUT {
	width: 188px;
	border: 1px solid #787878;
	height: 19px;
}

.searchbar_div .search_btn_div {
	float: left;
	width: 56px;
	height: 24px;
	margin-top: 13px;
	margin-left: 3px;
	text-align: left;
}

.searchbar_div .search_btn_div IMG {
	cursor: pointer;
}

.articlepage_wrap .left_articles {
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.articlepage_wrap .left_articles LI {
	padding-left: 13px;
	background: URL("../../images/home/imp_arrow.gif") no-repeat 0px 6px;
	/*height: 18px;*/
	margin-top: 5px;
}

.articlepage_wrap .left_articles LI div {
	/*height: 18px;*/
	overflow: hidden;
	width: 95%;
}

.articlepage_wrap .left_articles LI A {
	text-decoration: none;
	font-size: 12px;
	color: #5B76A7;
	line-height: 20px;
}

.articlepage_wrap .left_articles LI A:hover {
	text-decoration: none;
	color: #A66637;
}

.articlepage_wrap .right_area {
	float: right;
	width: 480px;
	margin-left: 0;
	text-align: left;
}

.articlepage_wrap .right_area H1 {
	width: 400px;
	margin-left: 65px;
	font-weight: bold;
	font-size: 20px;
	color: #004276;
	text-align: center;
	margin-top: 22px;
	margin-bottom: 0px;
	float: left;
}

.articlepage_wrap .right_area H1 A {
	text-decoration: none;
	color: #004276;
}

.articlepage_wrap .right_area .detail_article {
	text-align: left;
	border-left: 1px dotted #C8C8C8;
	width: 99%;
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.detail_article .d_a_smenu {
	float: left;
	width: 38px;
	margin-left: 2px;
}

.detail_article .d_a_smenu UL {
	float: left;
	width: 38px;
}

.detail_article .d_a_smenu LI {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	width: 38px;
	height: 37px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.detail_article .d_a_smenu IMG {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.detail_article .d_a_content {
	float: left;
	width: 420px;
}

.detail_article .d_a_img {
	text-align: center;
	margin-left: 19px;
	width: 95%;
	font-size: 15px;
	font-weight: bold;
	color: #E287A0;
	letter-spacing: 1px;
}

.detail_article .d_a_img A {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #E287A0;
	line-height: 35px;
	letter-spacing: 0px;
}

.detail_article .d_a_img A:hover {
	color: #E287A0;
}

.detail_article .d_a_content IMG {
	border: 3px solid #DADADA;
}

.detail_article .d_a_content .d_a_text {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #343434;
	line-height: 18px;
	padding-left: 3px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0 3px;
	text-align: justify;
	height: 300px;
	overflow: auto;
	width: 95%;
}

.width_1024 {
	width: 1024px !important;
	height: 55px !important;
}

.width_1024 .b_con1 {
	margin-top: 15px !important;
}

.width_1024 .b_con2 {
	margin-top:15px !important;
	padding-right:15px;
	text-align:right;
}

.hbottom_content .b_con2 a {
	color: #fff;
	margin-right:70px;
}

.hbottom_content .b_con2 a:hover {
	color: #FE9701;
}

.width_1024 .b_con3 {
	margin-top: 8px !important;
}

.item_style {
	position: absolute;
	left: 0;
	top: 28px;
	z-index: 99;
}

/* CSS Style for Login page */
.login_bg {
	background: #ECEFF3;
}

.login_div {
	width: 660px;
	height: 441px;
	background: URL("../../images/home/login_bg.gif") no-repeat left top;
	position: absolute;
	display: none;
	z-index: 2000;
}

.alpha_div {
	width: 100%;
	height: 120%;
	position: absolute;
	display: none;
	z-index: 999;
	top: 0;
	left: 0;
	opacity: 0.3 !important;
	background: #FEFEFE;
}

.login_div .login_input_div {
	float: left;
	width: 360px;
	height: 134px;
	margin-top: 160px;;
	margin-left:150px;
	position: relative;
	z-index: 9999;
}

.login_div .blank_div {
	float: left;
	width: 100%;
	height: 210px;
}

.login_div .left_blank_div {
	float: left;
	width: 250px;
	height: 134px;
}

.login_div .login_input_div TD {
	letter-spacing: 3px;	
	font-weight: bold;
	font-size: 17px;
	color: white;
}

.login_div .login_input_div IMG {
	cursor: pointer;
}

.login_div .login_input_div .login_input {
	width: 100%;
	height: 22px;
	border: 1px solid #747474;
}

.login_btn {
	display: block;
	text-decoration: none;
	height: 26px;
	float: right;
	cursor: pointer;
}

.login_btn_over {
	display: block;
	text-decoration: none;
	height: 26px;
	float: right;
	cursor: pointer;
}

.login_btn UL LI.btn_first {
	width: 15px;
	height: 26px;
	float: left;
	background: URL("../../images/home/confirm_btn_left.png") no-repeat
		right top;
}

.login_btn UL LI.btn_bg {
	padding: 0px;
	margin: 0px;
	padding-left: 4px;
	padding-top: 4px;
	height: 26px;
	background: URL("../../images/home/confirm_btn_bg.png") repeat-x left
		top;
	font-size: 15px;
	font-weight: bold;
	color: #711207;
	float: left;
	width: 100px;
	text-align: center;
}

.login_btn UL LI.btn_last {
	width: 6px;
	float: left;
	height: 26px;
	background: URL("../../images/home/confirm_btn_right.png") no-repeat
		left top;
}

.login_btn_over UL LI.btn_first {
	width: 15px;
	height: 26px;
	float: left;
	background: URL("../../images/home/confirm_btn_clicked_left.png")
		no-repeat right top !important;
}

.login_btn_over UL LI.btn_bg {
	padding: 0px;
	margin: 0px;
	height: 26px;
	float: left;
	background: URL("../../images/home/confirm_btn_clicked_bg.png") repeat-x
		left top !important;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF !important;
	padding-left: 4px;
	padding-top: 4px;
	width: 100px;
	text-align: center;
}

.login_btn_over UL LI.btn_last {
	width: 6px;
	height: 26px;
	float: left;
	background: URL("../../images/home/confirm_btn_clicked_right.png")
		no-repeat left top !important;
}

.login_btn:hover {
	text-decoration: none;
}

.login_btn_over:hover {
	text-decoration: none;
}

.regionSelect {
	width: 120px;
	border: 1px solid #AAAAAA;
	font-size: 12px;
	font-weight: bold;
	color: #031E47;		
}

/* User Register Style */
.user_register {
	width: 480px;
	margin-top: 30px;
	text-align: center;
}

.user_register h2 {
	font-size: 28px;
	font-weight: bold;
	color: #2B4FC5;	
	width: 280px;
	padding-bottom: 4px;
	margin: 0 auto;
	letter-spacing: 0px;
	border-bottom: 3px solid #90B7E6;
	margin-bottom: 25px;
}

.user_register TD {
	font-size: 11px;
	color: #06206F;	
}

.user_register .reg_input {
	width: 110px;
	height: 20px;
	border: 1px solid #94A2DD;
}

.user_register .benefit_margin {
	margin-right: 31px !important;
}

.user_register .reg_input_long {
	width: 350px;
}

.user_register select {
	width: 110px !important;
	height: 20px;
	border: 1px solid #94A2DD;
}

.user_register .register_btn {
	text-decoration: none;
	display: block;
	float: right;
	width: 63px;
	height: 19px;
	background: URL("../../images/home/register_btn.gif") no-repeat left top
		;
	color: #608ED5;
	text-align: center;
	line-height: 18px;
	margin-right: 10px;
}

.user_register .register_btn:hover {
	text-decoration: none;
}

.user_register .register_btn_hover {
	background: URL("../../images/home/register_clicked_btn.gif") no-repeat
		left top !important;
	color: #4E56C8 !important;
}

/* movies page style */
.movies_flvs {
	width: 1000px;
	padding-bottom: 15px;
	border-bottom: 2px solid #828282;
	height:380px;
}

.movies_flvs .movies_left {
	float: left;
	width: 590px;
}

.movies_flvs .movies_left H3 {
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.movies_flvs .movies_left H4 {
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.movies_flvs .movies_right {
	float: right;
	width: 390px;
	padding-left: 10px;
}

.movies_right .movies_right_top {
	width: 100%;
	border-bottom: 2px solid #828282;
	padding-bottom: 4px;
	float: right;
}

.movies_right_top H4 {
	text-align: left;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-left: 15px;
	padding-bottom: 6px;
	float: left;
	width: 200px;
}

.movies_right_border {
	border-bottom: 1px solid #CFCFCF;
	float: right;
	width: 100%;
}

.movies_right_items {
	width: 100%;
	text-align: center;
}

.movies_right_item {
	float: left;
	width: 152px;
	height: 100px;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	background: #D8DAD7;
	margin-top: 10px;
	margin-left: 16px;
}

.movies_items {
	width: 1000px;
}

.movies_items H3 {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.movies_items .movies_a_item {
	float: left;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	height:150px;
}

.movies_a_item .movies_a_image {
	width: 236px;
	height: 148px;
	padding-top: 5px;
	background: #D8DAD7;
}

.movies_a_item A {
	text-decoration: none;
	color: #004276;
	font-size: 13px;
}

.movies_a_item A:hover {
	text-decoration: underline;
	color: #004276;
	font-size: 13px;
}

.movies_a_item H4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 236px;
	overflow: hidden;
	height: 45px;
}

.movies_pagenum {
	width: 170px;
	margin-top: 4px;
	float: right;
}

.movies_pagenum IMG {
	border: none;
	vertical-align: bottom;
}

.media_wrap {
	width: 31%;
	float: left;
	margin-left: 2%;
	text-align: left;
}

.media_wrap H2 {
	font-size: 14px;
}

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

.media_wrap LI {
	padding-left: 15px;
	background: URL("../../images/home/list-style1.gif") no-repeat scroll
		left 4px transparent;
	margin-top: 3px;
	letter-spacing: 2px;
}

.media_wrap LI IMG {
	border: none;
	cursor: pointer;
	vertical-align: bottom;
}

.media_wrap LI A {
	text-decoration: none;
	font-size: 12px;
	color: #004276;
}

.media_wrap LI A:hover {
	text-decoration: underline;
	color: #004276;
	font-size: 12px;
}


/* Calendar CSS */
DIV#calendar {
	z-index: 100;
	width: 100%;
	height: 217px;
	padding: 2px 0 0 0;
	margin-left: 4px;
}

/* all tables in calendar */
DIV#calendar table {
	width: 100%;
	/*border: 1px solid silver;*/
	border-collapse: collapse;
	background-color: white;
}

/* navigation table */
DIV#calendar table.ctrl {
	border-bottom: 0;
}

/* navigation buttons */
DIV#calendar table.ctrl TD {
	width: 20px;
	height: 26px;
}

/* month year header */
DIV#calendar table.ctrl TH {
	background-color: white;
	color: #004276;
	border: 0;
}

/* week days header */
DIV#calendar TH {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;	
	font-size: 14px;
	background-color: gray;
	color: white;
}

/* date cells */
DIV#calendar TD {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 7px 0;	
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}

/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
DIV#calendar TD.othermonth {
	color: silver; /*#613816*/
}



DIV#calendar TD.weekend {
	background-color: #f4f5ac;
	color: #ae3232;
}

DIV#calendar TD.today {
	/*border: 1px solid red;*/
	font-weight: bold;
	font-size: 14px;
}

DIV#calendar TD.selected {
	background-color: #FFB3BE;
}

FORM {
	margin: 0;
	padding: 0;
}

.sitemap {
	width: 100%;
	margin-top: 15px;
}

.sitemap_noborder {
	border: none !important;
}

.sitemap_sub {
	float: left;
	width: 300px;
	margin-left: 3%;
	text-align: left;
	background: URL("../../images/home/sitemap_seperate.png") repeat-y right top;
}

.sitemap_sub UL {
	list-style: none;
	margin-left: 30px;
}

.sitemap_sub LI {
	list-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background: URL("../../images/home/list-style1.gif") no-repeat left 11px;
}

.sitemap_sub LI A {
	text-decoration: none;
	color: #004276;
	margin-top: 4px;
	padding-bottom: 1px;
	line-height: 16px;
}

.sitemap_sub LI A:hover {
	text-decoration: underline;
	color: #004276;
	margin-top: 4px;
	padding-bottom: 1px;
	line-height: 16px;
}

.sitemap_sub LI UL LI {
	padding-left: 15px;
	background: URL("../../images/home/next_year.gif") no-repeat left 11px
		!important;
}

.sitemap_sub H5 {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 18px;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	background: URL("../../images/home/mark2.gif") no-repeat left 2px
		!important;
}

.sitemap_sub A {
	cursor: pointer;
}

.sitemap_top {
	width: 100%;
	height: 30px;
	border: 1px solid red;
}

.sitemap_body {
	background: none !important;
}

.article_left_area {
	width: 370px;
	margin-top: 0px;
	position: relative;
	z-index: 10;
}


.left_articles ul li {
	line-height: 20px;
}

.empty_panel {
	top:20px;
	left: 310px;
	margin-top: 70px;
	position: absolute;
}

.movie_panel {
	top:20px;
	left: 40px;
	margin-top: 70px;
	position: absolute;
}

.image_panel {
	top:20px;
	position: absolute;
	left: 40px;
	margin-top: 70px;
}

.music_panel {
	top:20px;
	position: absolute;
	left: 40px;
	margin-top: 70px;
}

.active {
	display: block;
}

.deactive {
	display: none;
}

.article_right_area {
	margin-left: 50px;
}

.activex_section {
	display: none;
	width: 700px;
	height: 300px;
	line-height: 300px;
	text-align: center;
}

.page_navigation {
	text-align: center;
	margin-left:190px;
	margin-top: 18px;
}

.movies_right_border .page_navigation {
	margin-top: 12px !important;
}

.page_navigation a {
	padding: 0;
	margin: 0 5px;
	text-decoration: none;
	float: left;
	cursor: default;
}

.page_navigation a span {
	cursor: pointer;
}

.page_navigation .cur_page {
	width: 35px;
	float: left;
	line-height: 15px;
}

.disabled {
	cursor: default;
	color: #888;
}

.alarm_header {
	background: URL("../../images/home/alarm_top.jpg") no-repeat left top;
	width: 100%;
	height: 8px;
}

.alarm_footer {
	background: URL("../../images/home/alarm_footer.jpg") no-repeat left
		bottom;
	width: 100%;
	height: 8px;
}

.alarm_panel {
	background: URL("../../images/home/alarm_bg.jpg") repeat-y left top;
	font-size: 13px;
	left: 1200px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 130px;
	color: #FEFEFE;
	z-index: 10000;
}

.alarm_title {
	font-weight: bold;
	color: #FEFEFE;
	padding: 10px 15px;
}

.alarm_icon {
	background:url("../../images/home/alarm.gif") no-repeat scroll left top transparent;
	cursor:pointer;
	height:47px;
	left:1391px;
	position:absolute;
	width:42px;
	z-index:10000;
}

.alarm_icon_over {
	background: URL("../../images/home/alarm_opened.gif") no-repeat left top !important;
}

.alarm_icon_opened {
	background: URL("../../images/home/alarm_opened.gif") no-repeat left top !important;
}

.first span {
	background: URL("../../images/home/page_first.png") no-repeat scroll 0 0
		transparent;
	height: 20px;
	padding: 2px 7px;
}

.first span.disabled {
	background: url("../../images/home/page_first_disabled.png") no-repeat scroll
		0 0 transparent;
}

.prev span {
	background: url("../../images/home/page_prev.png") no-repeat scroll 0 0
		transparent;
	height: 20px;
	padding: 2px 7px;
}

.prev span.disabled {
	background: url("../../images/home/page_prev_disabled.png") no-repeat scroll
		0 0 transparent;
}

.next span {
	background: url("../../images/home/page_next.png") no-repeat scroll 0 0
		transparent;
	height: 20px;
	padding: 2px 7px;
}

.next span.disabled {
	background: url("../../images/home/page_next_disabled.png") no-repeat scroll
		0 0 transparent;
}

.end span {
	background: url("../../images/home/page_end.png") no-repeat scroll 0 0
		transparent;
	height: 20px;
	padding: 2px 7px;
}

.end span.disabled {
	background: url("../../images/home/page_end_disabled.png") no-repeat scroll 0
		0 transparent;
}

.page_navigation span.disabled {
	cursor: default;
}

.none_border {
	border: none !important;
}

.dic_content {
	border:1px solid #E287A0;
	background-color: #DDDDDD;
	width: 220px;
	height: auto;
	position: absolute;
	text-align: left;
	display: none;
	font-size: 12px;
	z-index: 900;
	overflow:auto;
	color:#343434;
	line-height:18px;
	margin:0px 0 0 0px;
	overflow:auto;
	padding:5 10px;
}

.advanced_search_panel {
	position: absolute;
	background: none repeat scroll 0 0 #D1D1D1;
	left: 0;
	top: 0;
	width: 1022px;
	z-index: 900;
	display: none;
	color: #272727;
	font-weight: bold;
	font-size: 12px;
	border:1px solid #1B6AB5;
}
.advanced_search_panel .sub_panel {
	border:1px solid #FFFFFF;
	margin:1px;
	padding:10px 0 2px;
}

.advanced_search_panel .advan_input {
	border: 1px solid #919191;
}

.advanced_search_panel .input_panel {
	margin-bottom: 5px;
	float: left;
	margin-left: 20px;
}

.advanced_search_panel .input_panel label {
  display: block; float: left; text-align: right; margin-right: 5px; width: 90px;
}

.advanced_search_panel .art_type {
	padding-left:46px;
	text-align:left;
}

.ads_arrow_photo {
	left: 957px;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: 901;
	cursor: pointer;
}

.ads_arrow_movie {
	left: 975px;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: 901;
	cursor: pointer;
}

.ads_arrow_up {
	left: 1000px;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: 901;
	cursor: pointer;
}

.ads_arrow_down {
	left: 1013px;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: 901;
	cursor: pointer;
}

.btn_search img {
	cursor: pointer;
}

.alarm_panel li {
	font-size: 12px;
	padding: 3px 5px;
	text-align: center;
}

.alarm_panel li a {
	color: #fff;
	text-decoration: none;
}
.alarm_panel li a:hover {
	color: #0A5084;
}

.articleContents {
	border-top:1px dotted #AAAAAA;
	margin-top:30px;
	padding:30px 30px 60px 60px;
}

.top_menu ul {
	float:right;
	margin:0;
	padding:0;
	text-align:center;
}

.table_line_complex {
	background-color: #D0D0D0;
	border: 1px solid grey;
	border-bottom: none;
	border-right: none;
}

.table_layout {
	clear: both;
	font-size: 11px;
	/*border-top: 2px solid #8DAFB1;*/
	padding: 0px;
	margin: 0px 0px 0px 0px;
	empty-cells: show;
}

.table_layout TD {
	border: 1px solid;
	border-color: white Gray Gray white;
	empty-cells: show;
	font-size:12px;	
}

div.layout_page_popup {
	margin: 10px 10px 10px 20px;
	font-size:12px;	
}

.layout_title {
	width: 100%;
	border-bottom: 2px solid #8DAFB1;
	padding:10px 0;
}

.button_default {
	background:none repeat scroll 0 0 #EFEFEF;
	border-color:#BFBFBF #9D9D9D #9D9D9D #BFBFBF;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-size:12px;
	height:20px;
	width:62px;
	margin:0 0 7px 4px;
	text-align:center;	
}

.artpage_link {
	color: #1B6AB5;
	font-size: 13px;
	font-weight: bold;
	margin-right: 70px;
	margin-top: 5px;
	text-align: right;
	text-decoration: none;
}

.artpage_link a:hover {
	color: #FE9701;
}

span.ischecked {
	color: #FF0000;
	/*background-color: #0000ff;*/
}
