﻿@import url(top.css);
@import url(left.css);
@import url(subtitle.css);
@import url(GridView.css);
@import url(DetailsView.css);
@import url(content.css);
@import url(footer.css);
@import url(profiles.css);

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 9pt;
	text-decoration: none;
}
body, div, ul, li, img, a, table, td, tr, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, span, iframe, p {
	margin: 0;
	padding: 0;
	font-family: "굴림";/* helvetica"; Verdana*/
	color: #555555;
	text-decoration: none;
}
img, form, fieldset {
	border: 0;
}
img
{
	vertical-align: text-bottom;
}
hr {
	display: none;	
}

a, table, div, ul{
	font-size: 1em;
}
a:link, a:visited, a:active {
	color: #5C5C5C;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
input, select,textarea {
	padding: 2px 2px 0px 2px;
    border: 1px solid #B6B6B6;
    font-size: 9pt;
}
input 
{
	height: 15px;
}

h1 {
	float:left;
	width: 306px;
	left: 67px;	
}
/* layout */
#wrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(/images/top/bar_bg.gif) repeat-x 0 84px;
}
/* TOP */

#headWrapper {
	float: left;
	padding-top: 5px;
	width: 1005px;
	height: 231px;
}
#headWrapper h2 
,#bodyWrapper h2
,#bottomWrapper h2
{
	display: none;
}

#topFlash  {
	float: left;
	width: 1000px;
	height: 121px;
}
/* BODY */
#bodyWrapper  
{
	float: left;
	width: 1000px;
	padding-bottom: 20px;
	
}
#leftWrapper {
	float: left;
	width: 215px;
	height:500px;
}
#leftMenu {
	float: left;
	margin-left:10px;
	width: 180px;
	height: 216px;
}
#contentWrapper {
	float: left;
	width: 785px;
}
#subTitle {
	
	float: left;
	width: 780px;
}
#boardWrapper {
	
	float: left;
	width: 690px;
	padding-top: 30px;
	padding-left: 40px;
}
div#boardWrapper h3 {
	display: none;
}
/* FOOTER */
#bottomWrapper 
{
	float: left;
	padding-left: 10px;
	width: 970px;
}



/* board */

#bv_list {
	clear: both;
	float: left;
	margin-top: 10px;
	padding: 0;
	width: 690px; /*645px;*/
	border: 1px solid #f2c6e1;
}
#bv_list dl {
	float: left;
	padding: 0;
	margin: 0;
	width: 100%; /*645px;*/
	border: 0 none;
}
#bv_list dl dt 
{
	clear: both;
	float: left;
	padding: 5px 0px 5px 0px;
	margin: 0;
	width: 80px; /*90px;*/
}
#bv_list dl dd {
	float: left;
	padding: 5px 0px 5px 10px;
	margin: 0;
	width: 600px; /*554px;*/
	/*border-left: 1px solid #CAE9EC;*/
}
#bv_list dl dt.bvc_prev {
    background: #fef4f5;
	border-top: 0 none;
	color: #b23924;
	text-align: center;
	border-bottom: 1px solid #fef4f5;
}
#bv_list dl dd.bvc_prev {

	border-top: 0 none;
}
.bvc_next 
{
	height: 15px;
	border-bottom: 1px solid  #f2c6e1;	
}
#bv_list dl dt.bvc_next 
{
	background: #fef4f5;
	color: #b23924; /*#c57a67;*/
	text-align: center;
}
#bvc_golist
{
	clear: both;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#bvc_btnReg
{
	clear: both;
	padding: 10px 0px 10px 0px;
	text-align:right;
	padding-right: 23px;
}
#bvc_btnRegs
{
	clear: both;
	padding: 10px 0px 10px 0px;
	text-align:right;
	padding-right: 23px;
}
#write
{
	clear: both;
	padding: 10px 0px 10px 0px;
	text-align: right;
}
