﻿body 
{
    font-size:small;
    background-color:#2e2e2e;
    text-align:center;
    font-family:돋움;
    font-size:small;
    color:#999999;
}

a {
	text-decoration: none;
	color:#cccccc;
}

/* 갤러리 쓰기 페이지 */

.bottomborder
{
    border-bottom-style:solid;
    border-bottom-width:1px; 
    border-bottom-color:White;
}

.png24 { tmp:expression(setPng24(this)); }

.left
{
    float:left;
    width:100px;
}

.right
{
    float:left;
}

.clear
{
    clear:both;
    height:1px;
}

/* 필수항목 팝업창 */
.popup
{
    font-size:larger;
}

/* 삭제 팝업창 */
.delconfirm
{
    background-color : Gray;
    filter : Alpha(Opacity=90);
    opacity:0.7;
}

/* 게시판 상세보기 */
.item
{
    font-family:돋움체;
    font-size:8pt;
    padding-right:10px;
}

.itemcontent
{
    text-align:left;
    font-family:돋움체;
    font-size:10pt;
    padding-left:10px;
}

/*갤러리 사진 테두리*/
.photo_border
{
    Filter:Alpha(opacity=100);
}

/*무비 리스트*/
.acdPane
{
    font-size:medium;
    font-weight:bold;
    width:600px;
    height:30px;
    background-color:#006699;
    text-align:left;
    vertical-align:middle;
    color:Black;
}

.acdPaneSel
{
    font-size:medium;
    font-weight:bold;
    width:600px;
    height:30px;
    background-color:#6699cc;
    text-align:left;
    vertical-align:middle;
    color:Black;
}

.acdCont
{
    background-color: #d3f2fe;
    width: 600px;
    text-align: left;
    color: Black;
    padding-top: 10px;
}

.vspace
{
    height:8px;
}
