﻿/*******************************************************************************************************************************
Blue Theme 
*******************************************************************************************************************************/

/*******************************************************************************************************************************
common 
*******************************************************************************************************************************/

div.mainBox
{

    margin: 15px 20px 15px 20px;
}

div.contentBox
{
    position: relative;
    margin-bottom: 10px;
    padding: 25px 17px 9px 17px;
    border: 3px solid #d1d9e4;
    zoom: 1;
    text-align: center;
    width: 900px;
}

div.infoBox
{
    margin-bottom: 10px;
    padding: 1px;
    border: 2px solid #b1b7c2;
    text-align: left;
    margin-top: 10px;
}

/*Title Style */
div.h1
{
    border: 1px solid #34740e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4ba614;
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.h2
{
    background: url('./Image/titlebullet.gif') no-repeat 0 50%;
    display: inline-block;
    float: left;
    clear: both;
    color: #335a93;
    font-size: 13px;
    text-indent: 16px;
    line-height: 30px;
    font-weight:bold;
}
div.h3
{
    display: inline-block;
    float: right;
    line-height: 20px;
    margin: 10px 0 0 8px;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
}

/*텍스트박스 기본 한글*/
input[type="text"] {
ime-mode:active;
}

textarea 
{
	ime-mode:active;
}
/**********************************************************************************************
검색테이블
*******************************************************************************************************************************/
.searchTable table
{
    border: 2px solid #335a93;
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
}

.searchTable td
{
    padding: 3px 5px 3px 5px;
    color: #335a93;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    background: #EBF0F8;
    border-width: 1px;
    border-color: #cccccc;
    border-top-style: solid;
    border-bottom-style: solid;
}

.searchTable th
{
    background-position: #f1f4ec;
    padding: 4px 3px 4px 3px;
    text-align: center;
    color: #335a93;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    background: #EBF0F8;
    border-width: 1px;
    border-color: #cccccc;
    border-top-style: solid;
    border-bottom-style: solid;
}


/*******************************************************************************************************************************
contentTable table
<table cellspacing="0" cellpadding="0" rules="all" border="0">
주의: border-width:0px 이면 안됨
*******************************************************************************************************************************/
.contentTable table 
{
    width: 100%;
    border-top: 2px solid #4587D8;
    border-collapse:collapse;
}

.contentTable th
{
    background-position: #EBF0F8 ;
    padding: 4px 3px 4px 3px ;
    text-align: center ;
    color: #335a93 ;
    font-weight: bold ;
    border-bottom: 1px solid #cccccc ;
    background: #EBF0F8 ;
    border-style: solid ;
    border-width: 1px ;
    border-color: #cccccc ;
}

.contentTable td
{
    padding: 3px 5px 3px 5px !important;
    text-align: left !important;
    border-bottom: 1px solid #cccccc !important;
    border: 1px solid #cccccc !important;
}

/*******************************************************************************************************************************
tableDef table
*******************************************************************************************************************************/
.tableDef table { 
	width :100%;
}

.tableDef th	
{
	background: #EBF0F8;
	font-weight:bold;
    color:#335a93;
    text-align:center;
    padding:4px 3px 4px 3px; 
    border-left:1px solid #9fb9de;
    border-right:1px solid #9fb9de;
    border-bottom:1px solid #9fb9de;
    border-top:1px solid #9fb9de;
}

.tableDef td { 
	/*background:white;*/
    padding:3px 3px 3px 5px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-top:1px solid #cccccc;
}

.tableDefFoot td { 
	background:EBF0F8;
    padding:3px 5px 3px 5px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-align:center;
}

.tableDefAlt td
{
	/*background:#F7F7F6;*/
	/*background:#f6f6f6;*/
    padding:3px 5px 3px 5px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}

/*******************************************************************************************************************************
tableHead table
*******************************************************************************************************************************/
.tableHead table { 
	width :100%;
}

.tableHead th
{
    background-position: #EBF0F8;
    background: #EBF0F8;
    font-weight: bold;
    color: #335a93;
    text-align: center;
    padding: 4px 3px 4px 3px;
    border-left: 1px solid #9fb9de;
    border-right: 1px solid #9fb9de;
    border-bottom: 1px solid #9fb9de;
    border-top: 2px solid #4587D8;
}

.tableHead td { 
	/*background:white;*/
    padding:3px 5px 3px 5px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-align:center;
}

.tableHeadFoot td { 
	background:EBF0F8;
    padding:3px 5px 3px 5px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-align:center;
}

.tableHeadAlt td
{
	/*background:#F7F7F6;*/
	/*background:#f6f6f6;*/
    padding:3px 5px 3px 5px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-align:center;
}

.tableHeadScroll th	
{
	background: #EBF0F8;
	font-weight:bold;
    color:#335a93;
    text-align:center;
    padding:4px 3px 4px 3px; 
    border-left:1px solid #9fb9de;
    border-right:1px solid #9fb9de;
    border-bottom:1px solid #9fb9de;
    border-top:2px solid #4587D8;
    position:relative;
	z-index:99;
}

/*******************************************************************************************************************************
Side Open 컨텐츠테이블
*******************************************************************************************************************************/
.tableSideOpen table
{
    width :100%;
}

.tableSideOpen th
{ 
    padding: 4px 3px 4px 3px;
    text-align: center;
    color:#335a93;
    font-weight: bold;
    border-bottom:1px solid #9fb9de;    
    background: #EBF0F8;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;    
    border-top-color: #cccccc;
    border-bottom-color: #cccccc;
}

.tableSideOpen td
{
    padding: 3px 5px 3px 5px;
    color: #555;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc #FFFFFF #cccccc #FFFFFF;
}

/*******************************************************************************************************************************
GridPager
*******************************************************************************************************************************/
   .GridPager a, .GridPager span
    {
        display: block;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        font-family: Arial;
        font-size: 10pt;
        margin:10% auto; 
        padding:2px 4px 4px 4px;        
    }
    .GridPager a
    {
        background-color: #f5f5f5;
        color: #335a93;
        border: 1px solid #9fb9de;
    }
    .GridPager span
    {
        background-color: #A1DCF2;
        color: #000;
        border: 1px solid #3AC0F2;             
    }
    .GridPager a:hover{
    background-color: #A1DCF2;
        color: #000;
        border: 1px solid #3AC0F2; 
}

/*******************************************************************************************************************************
tableNon
체크박스리스트,라디오버튼리스트에 테이블 라인 안보이게
*******************************************************************************************************************************/
.tableLineNon td, th
{
    border-left:0px ;    
    border-right:0px;     
    border-bottom:0px ;    
    border-top:0px;
}

/*******************************************************************************************************************************
기타
*******************************************************************************************************************************/
/* PageTitle Style */
.PageTitle {background:url('./Image/PageTitleBg.jpg') no-repeat 100% 100%;border-bottom:2px solid #1d6bc4;}
.PageTitle span {line-height:60px;font-size:23px;font-weight:bold;font-family:'Malgun Gothic';color:#1e6fc8;height:62px;}

.PopupPageTitle
{
	margin: 0px; 
	/*background: url('./Image/PopupPageTitleBg.gif');*/
	height: 35px;
	z-index: 999; /*position: absolute;*/
	width: 100%;
	background-color: #1E6FC7;
	text-align: center;
}
.PopupPageTitle span
{
	margin-left: 17px;
	padding-left: 15px;
	height: 35px;
	color: White;
	white-space: nowrap;
	line-height: 34px;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Malgun Gothic';
}

/*tooltip*/
.tooltipH { font:Verdana, Geneva, sans-serif; font-size:12px; color:#666; position:relative; }
.tooltipH:hover:after
{
	content: attr(data-tooltip);
	display: block;
	padding: 10px;
	color: #FFF;
	background: #000000;
	position: absolute;
	top: 20px;
	left: 50px;
	white-space:pre;
	z-index: 1;
	opacity: 0.8;

}
.tooltipH:hover:before{
 display:block;
 content:"";
 position:absolute; top:15px; left:50px;
 border-right:10px solid transparent; 
 border-bottom:10px solid #333; 
 border-left:10px solid transparent; 
 z-index: 1; 
 opacity: 0.8;
}
