a{
	text-decoration: none;
	color:black;
}

a:hover{
	color:red;
}
*{
	font-family: 'gulim';
	font-size:12px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
#yesterday-curr-table{
	width:100%;
}
.point{
	width: 13px;
	height: 13px;
	background:url(../images/fxinput_point.png) no-repeat;
	float:left;
	padding-right:10px;
	margin-top:3px;
}
textarea{
	width:100%;
	height:150px;
	overflow-y:scroll;
	border:2px solid #aaa;
}
.header{
	height:20px;
	width:19%;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding: 13px 0px 13px 0px;
	color: #d44144;
	font-weight:bold;
	font-size: 15px;
	background:#faf9f9;
}
#yesterday-title,#today-title{
	height:20px;
	padding:13px 5px 13px 5px;
}
#yesterday-container-header,#today-container-header{
	border-bottom:1px solid #d7d7d7;
}

.notice-container{
	border-top:2px solid #aeaeae;
}
.notice-title{
	font-weight:bold;
	padding:5px 0px 5px 0px;
}
.notice-content{
	padding:5px 0px 5px 0px;
}

.body{
	width:75%;
}
.yesterday-title,.today-title{
	width:100%;
	border:1px solid #aaa;
}
.fxnewsview{
	cursor:pointer;
	background:url(../images/fxinput_news_open.png);
	width: 120px;
	height: 23px;
}
.fxnewsview-container{
	text-align:right;
	margin-bottom:20px;
}
.underline{
	border-top:3px solid #7b7b7b;
}
#yesterday-container{
	padding-bottom:6px;
}
#yesterday-curr{
	height:69px;
	width: 100%;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	margin-bottom:30px;
	border-collapse: collapse;
}
#yesterday-curr>.header{
	height:69px;
}
img{
	border:0px;
}
.currheader{
	color:#666666;
	font-weight:bold;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding: 10px 0px 10px 0px;
	margin-top:auto;
	margin-bottom:auto;
	background:#faf9f9;
	text-align:center;
}
.curr-table-container{
	padding:0px 20px 0px 20px;
	
}

/*전일환율 테이블*/
#yesterday-curr-table{
	border-collapse: collapse;
	color:#5a5a5a;
	font-weight: bold;
	text-align:center;
}
#yesterday-curr-table td{
	border:1px solid #d0d0d0;
	padding-top:3px;
	padding-bottom:3px;
}
#yesterday-curr-table thead{
	background:#eec7c7;
}

/*금일전망*/
#today-curr{
	border-top:1px solid #d7d7d7;
	padding-bottom: 5px;
}

.expect-curr-table{
	border-collapse: collapse;
	width:100%;
	color:#666666;
	font-weight:bold;
	padding-bottom:20px;
}

.expect-curr-table td{
	border:1px solid #d7d7d7;
	padding:10px 0px 10px 0px;
}
.expect-header{
	width:213px;
	text-align:center;
}
.expect-curr-table-container{
	padding-bottom:10px;
}

/* 체크포인트 */
.title{
	color: #d44144;
	font-weight:bold;
	font-size: 15px;
	width:100%;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #d7d7d7;
}
#etc-item div{
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #d7d7d7;
	font-size:10pt;
}
.yesterday-content-container,.today-content-container{
	padding:20px;
	line-height: 20px;
}
.submit{
	cursor:pointer;
	background:url(../images/submit.png);
	width:72px;
	height:23px;
	margin-right:10px;
	float:left;
}
.cancel{
	cursor:pointer;
	background:url(../images/cancel.png);
	width:72px;
	height:23px;
	float:left;
}
.submit-container{
	width:200px;
	/*text-align:center;*/
	margin-left:40%;
	/*margin-right:auto;*/
}

td.expect-body{
	padding-left:10px;
	margin-left:10px;
}