﻿body 
{
    margin:0px;
	font-size: 9pt;
    font-family: 굴림, Verdana, Tahoma, Arial;
}
input[type=text]
{
    font-family: 굴림, Verdana, Tahoma, Arial;
}
#wrapper {
    margin: 0 auto;
    width: 1000px;
    position: relative; 
}  
#header {
     
}
#header .logo 
{
	margin-bottom: 7px;
}
#sub {
    float: left; 
    width: 200px;
    margin-top: 10px; 
}
#body {
    float: right;
    width: 780px;
    margin-top: 10px; 
    min-height: 550px; 
    border: 0px solid #258adc;            
}
#footer {
    clear: both;
    text-align: center;
    margin-top: 40px;
    padding-top: 10px;
    border-top: 2px solid #258adc;
}

/* Common Menu */
.horizontal 
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.horizontal li 
{
	float: left;
	list-style: none;
}

/* Dropdown Menu */
#dropmenudiv
{
    position:absolute;
    border:1px solid gray;
    /*border-bottom-width: 0;*/
    font:normal 9px;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    /*border-bottom: 1px solid gray;*/
    padding: 1px 0;
    text-decoration: none;
    background-color: white;
    color: black;
}

#dropmenudiv a:hover
{
	background-color: #e0e0e0;
}

#dropmenudiv span
{
	width: 100%;
	display: block;
	text-indent: 3px;
	font-weight: bold;
	padding: 1px 0;
    text-decoration: none;
    background-color: white;
	color: Black;
}

#dropmenudiv iframe 
{ 
	position: absolute; 
	top: 0; left: 0; 
	z-index: -1; 
	filter:mask(); 
}

/* SubTitle */
#subtitle
{
	height: 30px;
}
#subtitle .title
{
	padding: 10px 5px;
	font-size: 1.2em;
	font-weight: bold;
}
#subtitle .title img
{
	vertical-align: middle
}
#subtitle .sep 
{
	color: #d1d1d1;
}

/* Popup Window */
#popuptitle
{
    padding: 5px 0 2px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
}
#popuptitle img
{
    vertical-align: middle;
}
#popuptitle .title
{
	padding: 10px 5px;
	font-size: 1.2em;
	font-weight: bold;
}

/* Grid Menu */
.GridMenu
{
	padding: 5px 0 2px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	height: 1%;
}
.GridMenu img
{
	border: 0;
}
.GridMenu .LeftItems 
{
	float: left;
}
.GridMenu .RightItems
{
	float: right;
}
.NoRecords 
{
	height: 24px;
	padding: 13px 10px 0 10px;
}
/* Grid  Type1 */
.MasterTable_Type1
{
	border-collapse: collapse;
	color: #27413e;
	border: solid 1px #d0d7e5;
}
.MasterTable_Type1 th
{
	padding:0 5px 0 4px;
}
.MasterTable_Type1 td
{
	padding:0 4px;
}
.GridHeader_Type1 
{
	font: bold 10px;
	background: #d3dbe9 url(Images/GridHeaderBg.gif) repeat-x;
	padding-left: 6px; /*more than items to compensate for item borders!*/
	height: 20px;
	color: #27413e;
	border-bottom: solid 1px #9eb6ce;
}
.GridHeader_Type1 a
{
	color: #27413e;
	text-decoration: none;
}
.GridRow_Type1
{
	background: transparent;
	height: 19px;
}
.GridRow_Type1 td
{
	border-right: solid 1px #d0d7e5;
	border-bottom: solid 1px #d0d7e5;
}


/* Grid  Type2 */
.MasterTable_Type2
{
	border-collapse: collapse;
	color: #27413e;
	border: solid 1px #d0d7e5;
}
.MasterTable_Type2 th
{
	padding:4px;
}
.MasterTable_Type2 td
{
	padding:4px;
}
.GridHeader_Type2 
{
	font: bold 10px;
	background: #d3dbe9 url(Images/GridHeaderBg.gif) repeat-x;
	padding-left: 6px; /*more than items to compensate for item borders!*/
	height: 20px;
	color: #27413e;
	border-bottom: solid 1px #9eb6ce;
}
.GridHeader_Type2 a
{
	color: #27413e;
	text-decoration: none;
}
.GridRow_Type2
{
	background: transparent;
	height: 19px;
}
.GridRow_Type2 td
{
	border-right: solid 1px #d0d7e5;
	border-bottom: solid 1px #d0d7e5;
}

/* Grid  Default */
.GridView_Default 
{
    width: 100%;
	clear: both;
	color: #333333;
}
.GridView_Default th
{
	color: #333333;
}
.GridView_Default td
{
    padding:3px;
	color: #333333;
	border-bottom: 1px solid #f2f2f2;
}
.GridView_Default th a,
.GridView_Default th a:hover,
.GridView_Default td a,
.GridView_Default td a:hover
{
	color: #333333;
}
.GridView_Default th a,
.GridView_Default td a
{
	text-decoration: none;
}
.GridView_Default td a:hover
{
	text-decoration: underline;
}
.GridHeader_Default 
{
	height: 25px;
	background: url(Images/bg_th.gif) repeat-x 0 0;
}
.GridRow_Default
{
	
}
.GridPager_Default
{
	height: 20px;
	background: url(Images/bg_th.gif) repeat-x 0 0;
}
.GridPager_Default span
{
	font-weight: bold;
}
.GridFooter_Default 
{
	height: 25px;
	background: url(Images/bg_th.gif) repeat-x 0 0;
	font-weight: bold;
}

/* Attachment List Panel */
.AttachListPanel
{
	border: solid 1px #d0d7e5;
	overflow-x: none;
	overflow-y: auto;
	padding-left: 2px;
	padding-top: 2px;
}
.NewMsg 
{
}
.NewMsg .sep
{
    padding: 5px; 
    border-bottom: 1px dotted #cccccc; 
}  
.NewMsg th {
    text-align: left;
    width: 70px;
}
.NewMsg input {
    height: 17px; 
    background: #f6f6f6;  
    border: 1px solid #c7c7c7; 
}
.MsgResultTerm 
{
	color: #fd6a24; 
	font-weight: bold;
	margin: 10px; padding: 10px; 
	background: #f6f6f6; 
}
.MsgResultDesc
{
	width: 350px;
	height: 100px;
	overflow: auto;
	color: #666666; 
	border: 1px solid #cccccc;
	margin: 10px; padding: 10px; 
}
.ListPanel
{
    border: solid 1px #c7c7c7;
    overflow-x:none;
    overflow-y:auto;
    padding: 2px 5px 2px 5px;
} 
.reToolbar.Office2007 .SelectImage
{
    background-image: url('../../Images/SelectImage.gif');
}
.reToolbar.Office2007 .MovieDirector
{
    background-image: url('../../Images/MovieDirector.gif');
}
.reToolbar.Office2007 .Filebox
{
    background-image: url('../../Images/Filebox.gif');
}
.text-ellipsis 
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}