﻿
/* === Tab =============================================================================== */  

#pagetitle
{ 
    width: 100%;
    height: 25px;
    border-bottom: 1px solid #a4abb2; 
    background-color: #FFFFFF;
    clear: both;
}

#bgtab
{
    float: left;
    margin: 0px auto;
    background-image: url(../Images/Page/tab_tt_3.png) no-repeat;
    background: url(../Images/Page/tab_tt_3.png) no-repeat;
    font-weight: bold;
    color: #555555;  
    text-align: left;
    line-height: 25px;
    padding: 2px 0 0 25px;
    text-shadow: 0 0 5px #FBFBFB;
    zoom: 1;
}

#bgtab_tail
{
    float: left;
    margin: 0px auto;
    background-image: url(../Images/Page/tab_tail_tt_2.png) no-repeat;
    background: url(../Images/Page/tab_tail_tt_2.png) no-repeat;
    height: 25px;
    width: 14px;
    zoom:1;
}

.pagetitle
{ 
    width: 100%;
    height: 25px;
    border-bottom: 1px solid #a4abb2;
    background-color: #FFFFFF;
    clear: both;
}

.bgtab
{
    float: left;
    margin: 0px auto;
    background-image: url(../Images/Page/tab_tt_3.png) no-repeat;
    background: url(../Images/Page/tab_tt_3.png) no-repeat;
    font-weight: bold;
    color: #FFFFFF; text-shadow: 0 0 5px #fbfbfb;
    text-align: left;
    line-height: 25px;
    padding: 2px 0 0 25px;
    zoom:1;
          
}


.bgtab div   {height:25px; }  
.bgtab div a {color:#555555; text-decoration:none;}   
.bgtab div a:hover {color: #FFFF00; text-decoration: none; text-shadow: 0 0 5px #a4abb2;}

.bgtab_tail
{
    margin: 0px auto;
    float: left;
    background-image: url(../Images/Page/tab_tail_tt_2.png) no-repeat;
    background: url(../Images/Page/tab_tail_tt_2.png) no-repeat;
    height: 25px;
    width: 26px;
    zoom:1;
}

fieldset {font-size: 9pt; }


/* === Table =============================================================================== */  

.border_top
{
    font-size: 9pt;
    border: solid 1px #a4abb2;
    border-style: none solid solid solid;
    border-width: 0 1px 1px 1px;
    background: repeat-x #eaebed;
    width: 100%;
}
  
 .input_table
{
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
    border-left: #a4abb2 1px solid;
    border-bottom: #a4abb2 1px solid;
    width: 100%; 
}

td.left
{
    color: #555555;
    background: #eaebed repeat;
    text-align: left;
    line-height: 17px;
    padding: 2px 2px 2px 5px;
}

td.right
{  
	color: #555555;  
	background: repeat-x #eaebed; 
	text-align: right; 
    line-height: 17px;
	padding: 2px 5px 2px 0px;
}

td.labelleft
{ 
    font-size: 9pt;
	color: #3b3b3b;
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;	 
	background: repeat-x #eaebed;
	white-space: nowrap;
	text-align: left;  
    line-height: 17px;
    padding: 2px 5px 0 7px;
}

td.labelleftlast
{
    font-size: 9pt;
    color: #3b3b3b;
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2;
    background: repeat-x #eaebed;
    white-space: nowrap;
    text-align: left;
    line-height: 17px;
    padding: 2px 5px 0 7px;
    width: 100%;
}

td.labelright
{
    font-size: 9pt;
    color: #3b3b3b;
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2;
    background: repeat-x #eaebed;
    white-space: nowrap;
    text-align: right;
    line-height: 17px;
    padding: 2px 7px 0 5px;
}

td.labelrightlast
{
	font-size: 9pt;   
    color: #3b3b3b;
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2;	 
	background: repeat-x #eaebed;
    white-space: nowrap;
    text-align: right; 
    line-height: 17px;
    padding: 2px 7px 0 5px;
    width: 100%;
}

td.labelcenter
{
	font-size: 9pt;  
    color: #3b3b3b;
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2;	 
	background: repeat-x #eaebed;
    white-space: nowrap;
    text-align: center; 
    line-height: 17px;
    padding: 2px 5px 0 5px;
}
 
/*
td.txtcenter
{ 
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;
	background-color: #FFFFFF; 
    color: #333333;
	text-align:center ; 
    line-height: 18px; 
	padding: 1px;
}

td.txtleft
{   
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;
	background-color: #FFFFFF; 
    color: #333333;
	text-align: left; 
    line-height: 18px;
	padding: 1px 2px 1px 5px;
}
*/
/* ----------------------------------------------- */

 .condition_table
{
    font-family: 돋움, dotum, Tahoma, Arial, Helvetica, sans-serif;
	border-left:1px solid #a4abb2;
	border-bottom:1px solid #a4abb2; 
}

td.condition_label
{
    font-size: 9pt;
    color: #3b3b3b;
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2;
    background: repeat-x #eaebed;
    white-space: nowrap; 
    height: 25px;
    text-align: center;
    padding: 2px 10px 0 10px;
}

td.condition_input
{
    font-size: 9pt;
    color: #333333;
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2;
    background-color: #ffffff;
    padding: 0 1px 0 1px;
}
 
/* ----------------------------------------------- */

td.inputleft
{  
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2;
    background-color: #FFFFFF;
    color: #333333;
    text-align: left;
    padding: 1px 2px 1px 2px;
    vertical-align: middle;
}

td.inputleft_5
{   
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;
	background-color: #FFFFFF; 
    color: #333333;
	text-align: left; 
	padding: 1px 2px 1px 5px;
}


td.inputright
{ 
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;
	background-color: #FFFFFF; 
    color: #333333;
	text-align: right; 
	padding: 1px 2px 1px 2px;
}

td.inputright_5
{ 
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;
	background-color: #FFFFFF; 
    color: #333333;
	text-align: right; 
	padding: 1px 5px 1px 2px;
}

td.inputcenter
{ 
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;
	background-color: #FFFFFF; 
    color: #333333;
	text-align:center ; 
	padding: 1px;
}

td.inputleftlast
{ 
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;
	background-color: #FFFFFF; 
    color: #333333;
	text-align: left; 
	padding: 1px 1px 1px 2px;
	width :100%;
}

td.inputcenterlast
{ 
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;
	background-color: #FFFFFF; 
    color: #333333;
	text-align:center ; 
	padding: 1px;
	width :100%;
}

td.inputlast
{
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2;
    background-color: #FFFFFF;
    text-align: left;
    padding: 1px;
    width: 100%;
}

td.inputline
{
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2; 
	background-color: #EEEEEE; 
    color: #333333;
	text-align: left; 
	padding: 1px 1px 1px 1px;
}
 

td.cmd
{  
	color: #555555;
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;	 
	text-align: right; 
	padding: 1px;
	width :100%;
}
 
td.inputTab
{
	font-size: 9pt;  
	color: #555555;
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;
	background-color: #FFFFFF; 
	text-align:left ; 
	width :100%;
}

td.leftmenu
{
    background-color: #EEEEEE;
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2;
    text-align: left;
    padding: 1px 1px 1px 1px;
    vertical-align: top;
    width: 176px;
    height: 550px;
}

td.rightmenu
{
    background-color: #EEEEEE;
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2;
    text-align: left;
    padding: 1px 1px 1px 1px;
    vertical-align: top;
    width: 100%;
    
}

/* ----------------------------------------------- */

 .subtitle_table
{
    margin :0px; 
    padding :0px; 
	border-left: 1px solid #828282;
	border-bottom: 1px solid #828282;
	width: 100%; 
	height: 25px;
}

td.subtitle
{ 
    border-top: 1px solid #828282;
    border-right: 1px solid #828282;   
	background: repeat-x #EEEEEE; 
    text-align: left; 
	width: 100%;   
    background: url('../img/common/hd_bg.png') repeat-x; 
	height: 26px;
}

td.subtitle_button
{ 
    border-top: 1px solid #828282;
    border-right: 1px solid #828282;  
	background: repeat-x #EEEEEE;   
    text-align: left; 
    padding: 0 1px 0 1px; 
	height: 26px;
}

.subtitle_txt
{
    color: #333333; 
    font-weight: bold;
    text-shadow: 0 0 5px #FFFFFF;
    line-height: 19px;
    white-space: nowrap;
    padding: 5px 0 0 5px;
}
 
td.subtitle  a  {font-weight :bold ; color:#39bac1; text-decoration:none;}   
td.subtitle  a:hover {color: #FFFF00; text-decoration: none; text-shadow: 0 0 5px #5d8cc9;}


/* ----------------------------------------------- */ 
.table_Office2007
{
    margin :0px; 
    padding :0px;
	font-size: 9pt;  
	border-left: #a4abb2 1px solid;
	border-bottom: #a4abb2 1px solid;
	width: 100%; 
}

td.Office2007
{ 
	font-size: 9pt;  
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2; 
	color: #555555;  
    background: repeat-x #eaebed;
    /*background:0 -3900px repeat-x #ffcb60  url('../Images/Page/sprite.gif');*/
	/* background:0 -7005px repeat-x #eaebed url('../Images/Page/sprite.gif'); */ 
    text-align: left;
}

.subtitle_txt_Office2007
{
	font-size: 9pt;  
	color: #555555;  
    padding: 3px 5px 1px 7px;
}


td.bottom
{ 
    border-top: 1px solid #a4abb2;
    border-right: 1px solid #a4abb2;
	background-color: #ecf3fc; 
    /*background:0 -3900px repeat-x #ffcb60  url('../Images/Page/sprite.gif');*/
	background:0 -7000px repeat-x #eaebed url('../Images/Page/sprite.gif');  
    text-align: left;
    vertical-align: middle;  
}
/* ----------------------------------------------- */

.txt_red  
{ 
	color: #FF5500 !important;
}

/* ----------------------------------------------- */

.cont_bg
{
	font-size: 9pt;  
	background-color: #ffffff;
	border-style: hidden;
	border-width: 0;
	overflow: visible;
	line-height: 15px;
	padding: 5px;
}

.cont_bg a
{
	text-decoration: none; /* no underline */
	color: #808080;
}
.cont_bg a:hover, cont_bg a:active
{
	color: #FF3366; 
}

/* ---------------------------------- */
.link_txt
{
	font-size: 9pt;  
	color: #ff5500; 
	text-decoration: none; 
	line-height :18px;  
	cursor :pointer;
}
.link_txt a
{
	color: #ff5500;  
	cursor :pointer;
}
.link_txt a:link  
{
	color: #ff5500;  
	cursor :pointer;
}  
 
.link_txt a:hover, link_txt a:active
{
    color: #ff5500;
    cursor: pointer;
}

/* ---------------------------------- */
.link_file, link_file a, link_file a:link  
{
	font-size: 9pt;  
	color: #333333;   
	cursor :pointer;
	text-decoration: none; 
} 
 
.link_file a:hover, link_file a:active
{
    color: #ff5500;
    cursor: pointer;
}

/* ---------------------------------- */

.inputtext { 
	font-size: 9pt;  
    line-height: 17px;  
    Background-Color:white;
    Color:#333333;
}

/* ---------------------------------- */
.boxlist
{
    font-size: 9pt; 
	color: #555555;
    line-height: 25px;  
}


/* === Approval Doc Table  ===================================================================  */ 

 .doc_table
{
    font-size: 9pt;  
	border-left: 1px solid #a4abb2;
	border-bottom: 1px solid #a4abb2;
	width: 100%;
}
 
td.doc_label
{
    font-size: 9pt; 
	color: #3b3b3b;
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;	
    background: repeat-x #eaebed; 
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	padding: 2px 3px 0 3px; 
}

td.doc_input
{
    font-size: 9pt; 
	color: #333333;
	border-top: 1px solid #a4abb2;
	border-right: 1px solid #a4abb2;
	background-color: #FFFFFF; 
	white-space: normal;
	text-align: center;
	vertical-align: middle;
	padding: 2px 2px 0 2px;	 
} 
/* === =======================================================================================  */ 

#emptydatarow
{
    height: 25px;
    font-size: 9pt; 
    color: #C0C0C0;
    text-align: center;
    line-height: 20px;
    padding-top: 5px;
}

.padding_left_5  { padding-left : 5px; text-align:left ;font-size: 9pt; } 
.padding_right_5 { padding-right: 5px; text-align:right ;font-size: 9pt; } 
 





