﻿/* WebSite Basic Style */

body
{
    font-family: Arial, '돋움';
    font-size: 12px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
    overflow: scroll;
}

table   { border-collapse: collapse; }
th,td   { font-family: Arial, '돋움';
    font-size: 12px;
    line-height: 15px;}
img     { border-style: none; }

/* Anchor */
a:link    {color:#2463a3;text-decoration:none;} 
a:visited {color:#7f8b99;text-decoration:none;} 
a:active  {color:#7f8b99;text-decoration:underline;} 
a:hover   {color:#2463a3;text-decoration:underline;} 

/* Input Form */
input[type="text"],input[type="password"]
  {font-size: 11px;color:#333333;border: solid 1px #888888;height: 15px;}
input[type="submit"], input[type="reset"]
  {font-size: 11px;color:#333333;border: solid 1px #888888;}
select
  {font-size: 11px;color:#333333;border: solid 1px #888888;}
textarea  {font-size: 11px;color:#333333;border: solid 1px #888888;}

/* Table Style */
.HeaderR {padding: 4px;border: solid 1px #cccccc;background-color: #dedede;color: #666666;text-align:right;}
.HeaderL {padding: 4px;border: solid 1px #cccccc;background-color: #dedede;color: #666666;text-align:left;}
.HeaderC {padding: 4px;border: solid 1px #cccccc;background-color: #dedede;color: #666666;text-align:center;}

.ItemR {padding: 4px;border: solid 1px #cccccc;text-align:right;}
.ItemL {padding: 4px;border: solid 1px #cccccc;text-align:left;}
.ItemC {padding: 4px;border: solid 1px #cccccc;text-align:center;}

.SelectedRow {background-color:#ffffcc;}

/* Paging */
.PageBtn     {padding: 0px 3px 0px 3px; font-size: 9px; }
.CurrentPage {padding: 0px 4px 0px 4px; font-size: 9px; font-weight: bold;color: Blue;}
.Page        {padding: 0px 4px 0px 4px; font-size: 9px;}

/* Tabs */
.Tab    { border-bottom: solid 2px #cccccc; margin-bottom: 4px; }
.TabOn  { padding: 3px; border: solid 1px #cccccc; background-color:#ffffff; color: #333333; text-align: center; border-bottom: solid 2px #ffffff; font-weight: bold; }
.TabOff { padding: 3px; border: solid 1px #cccccc; background-color:#f0f0f0; color: #333333; text-align: center; }

.title  {color:#333333; font-size:12px; line-height:14px; margin-bottom:10px; font-weight:bold; }

/* ANOLD Styles */

li { padding: 3px 0px 3px 0px; }
.date{color: #999999;font-size: 11px;line-height:14px}
.wh_s{color: #FFF;font-size: 11px;line-height:14px}	
.wh_l{color: #FFF;font-size: 14px;line-height:18px;font-weight: bolder}	
.bl_s{color: #2463a3;font-size: 11px;line-height:14px}	
.line{color: #999999;font-size: 11px;line-height:14px}
.txt_s{color: #666666;font-size: 11px;line-height:14px;}
.txt_sb{color: #666666;font-size: 11px;line-height:14px; font-weight: bolder;}
.txt_sb_bl{color: #2463a3;font-size: 12px;line-height:18px; font-weight: bolder;}
.txt_gr{color: #454545;font-size: 12px;line-height:18px; font-weight: bolder;}
.txt_gb{color: #707a85;font-size: 12px;line-height:18px; font-weight: bolder;}
.txt_bl{color: #454545;font-size: 16px;line-height:21px; font-weight: bolder;}

.centit{color: #454545;font-size: 16px;line-height:21px; font-weight: bolder;}
.txt_cen_bl{color: #152a7d;font-size: 16px;line-height:21px; font-weight: bolder;}

.wh_b{color: #fff;font-size: 12px;line-height:18px;font-weight: bolder;text-decoration: none}	
.wh_b a{color: #fff;font-size: 12px;line-height:18px;font-weight: bolder;text-decoration: none}	
.wh_b a:hover{color: #2463a3;font-size: 12px;line-height:18px;font-weight: bolder;text-decoration: underline}
.wh_b a:link{color: #fff;font-size: 12px;line-height:18px;font-weight: bolder;text-decoration: none}

.red_b{color: #e57171;font-size: 12px;line-height:18px;font-weight: bolder;text-decoration: none}	
.red_b a{color: #e57171;font-size: 12px;line-height:18px;font-weight: bolder;text-decoration: none}	
.red_b a:hover{color: #2463a3;font-size: 12px;line-height:18px;font-weight: bolder;text-decoration: underline}
.red_b a:link{color: #e57171;font-size: 12px;line-height:18px;font-weight: bolder;text-decoration: none}

.blue_b{color: #3267b3;font-size: 18px;line-height:24px;font-weight: bolder;text-decoration: none}	
.blue_b a{color: #3267b3;font-size: 18px;line-height:24px;font-weight: bolder;text-decoration: none}	
.blue_b a:hover{color: #3267b3;font-size: 18px;line-height:24px;font-weight: bolder;text-decoration: underline}
.blue_b a:link{color: #3267b3;font-size: 18px;line-height:24px;font-weight: bolder;text-decoration: none}

.gray_b{color: #666666;font-size: 14px;line-height:18px;font-weight: bolder;text-decoration: none}	
.gray_b a{color: #666666;font-size: 14px;line-height:18px;font-weight: bolder;text-decoration: none}	
.gray_b a:hover{color: #3267b3;font-size: 14px;line-height:18px;font-weight: bolder;text-decoration: none}
.gray_b a:link{color: #666666;font-size: 14px;line-height:18px;font-weight: bolder;text-decoration: none}

