﻿/* CSS Document */



.top_on {
	font-family:"굴림";
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
	font-size:12px;
	background-image:url(../imgs/top/top_on.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-bottom:5px;
	color: #FFFFFF;
	height:30px;
	width:80px;
}
.top_off { 
	font-family:"굴림";
	font-weight:bold;
	color:#333333;
	text-align:center;
	vertical-align:bottom;
	font-size:12px; 
	background-image:url(../imgs/top/top_off.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-bottom:3px;
	height:23px;
	width:79px;
}

.lefttop_on{
	background-image:url(../imgs/top/lefttop_on.gif);
	background-repeat: no-repeat;
	width:10px;
}
.lefttop_off{
	background-image:url(../imgs/top/lefttop_off.gif);
	background-repeat: no-repeat;
	background-position:top;
	width:10px;
}
.righttop_on{
	background-image:url(../imgs/top/righttop_on.gif);
	background-repeat: no-repeat;
	width:9px;
}
.righttop_off{
	background-image:url(../imgs/top/righttop_off.gif);
	background-repeat: no-repeat;
	width:9px;
}
.righttop_off2{
	background-image:url(../imgs/top/righttop_off.gif);
	background-repeat: no-repeat;
	background-position:top;
	width:9px;
}
.linebottom{
	border-bottom:solid 1px #0A72BB; 
	background-color:#FFFFFF; 
	vertical-align:bottom; 
}
.linetop{
	border-top:solid 1px #5596D8;
}
.barleft{background-image:url(../imgs/top/leftbottom.gif); width:10px; background-repeat:no-repeat}

.bottom{
	background-image:url(../imgs/top/bottom.gif); 
	background-repeat: repeat-x;
	background-position:top;
}
.barbg{background-image:url(../imgs/top/bg.gif);background-repeat:repeat-x}