/* Common in Board*/
#boardWrapper {
    border: 0 solid red;
    padding: 0 13px;
}
#boardWrapper .Btn {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #DADADA;
    border: 1px solid #AAAAAA;
    color: #444444;
    cursor: pointer;
    display: table;
    font-size: 11px;
    min-width: 50px;
    padding: 2px 5px;
    text-align: center;
}
#boardWrapper .Clear {
	clear:both;
}

/* Board Info*/
#boardHeaderWrapper {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    width: 100%;
}
#boardHeaderWrapper .LogoUrl{    
	display: block;
	float: left;
	max-width: 200px;
	margin-right: 10px;
}
#boardHeaderWrapper .BoardDesc{clear:right; color: #888888; font-size: 13px; padding: 5px;}
#boardHeaderWrapper .BoardTitle{
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
	line-height: 30px;
}
#boardHeaderWrapper .BoardDescription{
	line-height: 20px;
}

/* Board Menu*/
#boardMenuWrapper {width:100%;  margin: 0 0 10px; }
#boardMenuWrapper .btnWrite, #boardMenuWrapper .btnEdit, #boardMenuWrapper .btnDel,
#boardMenuWrapper .btnAdmin, #boardMenuWrapper .btnSpam, #boardMenuWrapper .btnUnspam  {float: right; margin: 0 3px;}


/* Board Notice */
/*
#boardNoticeWrapper {width:100%; display:none;}
#boardNoticeWrapper .Title{color:#983B59;}
*/

/* Board List */
#boardListWrapper {width:100%; border-bottom: 1px solid #AAAAAA;}
.boardListRow{ width: 100%; color: #888888; font-size: 12px; line-height: 30px; }
.boardListRow span{margin:0 5px;}
.boardListRow .Bno{margin-right:0; }
.boardListRow .UserID, .boardListRow .Name{ cursor:pointer;}
.boardListRow .Title{    color: #707070;
    cursor: pointer;
    font-family: dotum,dotumche,¹ÙÅÁ;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;}
.boardListRow .Title.Current{color:#3B5998; font-weight: bold;}
.boardListRow .Title.nrow{color:#983B59; font-weight: bold;}
.boardListRow .Title.srow{color:RED;}
.boardListRow .CmtCount{color: #0072BC;font-size: 11px;}
.boardListRow .Content{display:none;}
.boardListRow .ReadCount{}
.boardListRow .UserInfoBox{display:none; border:1px solid #999999; width:100px; height:100px;}
.boardListRow .UserUpload{color: #3B5998;font-size: 10px;}

/* Board paging */
#boardPagingWrapper{text-align:center; width:100%; margin: 15px 0;}
#boardPagingWrapper .boardPaging{}
#PagingFirst, #PagingPrev, #PagingNum, #PagingNext, #PagingLast{     
	color: #888888;
    cursor: pointer;
    display: inline;
    font: bold 12px verdana;
    margin: 0 5px;
}

#PagingNum  li{
	color: #888888;
    cursor: pointer;
    font: bold 12px verdana;
	margin: 0 3px;
	display: inline;
    list-style: none;
}

#PagingNum  li.currentpage{ color:#3B5998; cursor:default;}




/* Board footer */
#boardFooterWrapper {width:100%;}

/* Board Read */
#boardReadWrapper {width:100%; display:none;}
#boardReadWrapper .header { border-bottom: 1px solid #AAAAAA;
    color: #AAAAAA;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 10px;}
#boardReadWrapper .title { font-size: 14px; font-weight: bold; color:#000; padding:0; width:inherit;}
#boardReadWrapper .content{
    color: #333333;
    font-size: 12px;
    line-height: 18px;
    min-height: inherit;
    padding: 0 5px;
	margin-bottom: 15px;
}
#boardReadWrapper .content a{color: #3B5998; text-decoration: underline;}
#boardReadWrapper .content a:hover{color:#AAAAAA;}
#boardReadWrapper .content b{font-weight:bold;}
#boardReadWrapper .footer{
	margin: 5px 0 10px 5px;
    color: #888888;
}
#boardBackToList{
	width:80px;
}
#boardReadWrapper .footer .Btn{
	width:80px;
}

#boardReadWrapper .UserUpload{color: #3B5998;font-size: 10px;margin: 0 5px;cursor:pointer;}
#boardReadWrapper .filelist{display:none; padding: 5px; color: #888888; font-size: 11px; line-height: 17px;margin: 0 0 10px;}
#boardReadWrapper .filelist .file{    
	background-color: #EEEEEE;
	margin: 0 4px 0 0;
    border: 1px solid #999999;
	display: inline-block;
    padding: 0 4px;
	color:#3B5998;
	cursor:pointer;
}
	
#boardReadWrapper .imagelist{
	margin:0 0 15px 0;
}
#boardReadWrapper .imagelist img{max-width:965px; margin:5px}

/* Board Write Form */
#boardWriteWrapper table {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    width: 100%;
}
#boardWriteWrapper td{
	vertical-align:top;
	padding:5px;
	line-height:20px;
}
#boardWriteWrapper  input, #boardWriteWrapper  textarea{
	border:1px solid #CCCCCC;
}
#boardWriteWrapper .bottom{
	margin:15px 0 0;
}
#boardWriteWrapper .long{
	width:100%;
	min-width: 220px;
}
#boardWriteWrapper .short{
	width: 220px;
}
#boardWriteWrapper .msg{ color: red; display: none; font-size: 11px; margin-left:10px; }
#boardWriteWrapper .msg2{ color: #996666; display: none; font-size: 11px; margin-left:10px; }
#boardWriteWrapper .uploadedFiles{
    display: none;
    font-size: 11px;
}
#boardWriteWrapper .uploadedFiles li{list-style: none;}
#boardWriteWrapper .uploadedFiles span{text-decoration:underline;color:#0000ff;cursor:pointer;}



#boardPasswordForm  {
    font-size: 11px;
	text-align:center;
	line-height:17px;
	display:none;
}
/*
#boardPasswordForm  .close{
    clear: both;
    cursor: pointer;
    float: right;
	text-decoration:underline;
	color:#3B5998;
}
*/



