@charset "utf-8";

/*------ A-Tag linkText -----*/

#news a:link,
#releaseBox a:link{
	color: #2f7d41;
	text-decoration: underline;
}
#news a:visited,
#releaseBox a:visited{
	color: #6B7281;
	text-decoration: underline;
}
#news a:hover,
#releaseBox a:hover{
	color: #db5700;
	text-decoration: underline;
}
#news a:active,
#releaseBox a:active{
	color: #db5700;
	text-decoration: none;
}

/*----- Contents Style ------*/
	
#pagecontentsTop {
	clear: both;
	background-image: url(/kr/common/wr-img/top_subnavi_bg.gif)!important;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 7px;
	}

.topImg {
	text-align: center;
	margin:12px auto 12px auto;
}

#newsContainer {
	float:left;
	width: 420px;
	padding-left:13px;
	margin: 0px;
}

#newsContainer .newslink {
	float:right;
	background-image:url(/kr/common/wr-img/icon_atag.gif)!important;
	background-repeat: no-repeat;
	background-position:0px 2px;
	padding-top:2px;
	padding-left:20px;
	font-size:small;
}

#news,
#releaseBox{
	width: 391px;
	background-color: #fbefed;
	padding:8px 10px 8px 10px;
	margin-bottom:20px;
}

#news ul,
#releaseBox ul{
	width:100%;
	text-align:left;
	margin-top:5px;
	margin-left:0px;
	padding:5px 0px 5px 0px;
	clear: both;
}

#news li,
#releaseBox li{
	padding-left:22px;
	background: url("/kr/common/wr-img/top_pointer.gif") no-repeat 5px 4px;
	padding-top:5px;
	padding-bottom:4px;
	list-style-type:none;
}

#news li.white,
#releaseBox li.white{
	background-color:#ffffff;
}

#news li img,
#releaseBox li img{
	display: block;
}

#news li img.new,
#releaseBox li img.new{
	margin-left:5px;
	vertical-align:middle;
	display:inline!important;
}

#news li .date,
#releaseBox li .date{
	margin-right:7px;
	width: 75px;
	float: left;
}

#news li .txt,
#releaseBox li .txt{
	width: 280px;
	float: left;
}

.newsArrow a{
	background:url(/kr/common/wr-img/icon_atag.gif) no-repeat left;
	padding:0 0 0 17px;
}

#graphContainer1{
	float:left;
	width:267px;
}

#graphContainer2{
	display:none;
	float:left;
	width:267px;
}

#graphContainer3{
	display:none;
	float:left;
	width:267px;
}

.graphSwitch{
	background-image: url(/kr/common/wr-img/top_graph_bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:10px;
	height:45px;
}

.topixbox{
	width:195px;
	height:15px;
	margin-top:5px;
	padding:3px;
	border-left:1px solid #B9B9B9;
	border-top:1px solid #B9B9B9;
	border-right:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	text-align:center;
	font-size:95%;
}

.graphFoot{
	width:100%;
	background-color:#C52B02;
}

/* basic */
.margin10{
	margin-top:10px !important;
}
.margin20{
	margin-top:20px !important;
}
.margin40{
	margin-top:40px !important;
}		

.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}

.floatL{
	float:left;
	}
	
.floatR{
	float:right;
	}

.boxCenter{
	margin-left:auto !important;
	margin-right:auto !important;
}

.clearFloat{
	clear:both;
	line-height:0px;
}

/*----- IE -----\*/
*html #pagecontentsTop {
	background-position: 0px -1px;
	height: 1%;
	padding-top:7px;
	}
	
*html #news li{
	padding-bottom:0px;
}

*html #news li .date{
	margin-right:5px;
	width: 60px;
}

*html #news li .txt{
	width: 300px;
}

