﻿/* ------------------------------------------------------------------------------------------------

    Stylesheet

------------------------------------------------------------------------------------------------ */

body 
{
    font-family: Arial, Helvetica, sans-serif, '돋움';
    color: #333333;
    font-size: 12px;
    line-height: 21px;
    padding: 0px;
    margin: 0px;
}
p   {margin:10px;}

table { border-collapse: collapse; }
th { font-family: Arial, Helvetica, sans-serif, '돋움'; }
td { font-family: Arial, Helvetica, sans-serif, '돋움'; }
/*
th { padding: 0px; margin: 0px; }
td { padding: 0px; margin: 0px; }
*/

A:link {color:#333333; text-decoration:none} 
A:visited {color:#333333; text-decoration:none} 
A:active {color:#333333; text-decoration:none} 
A:hover{color:#105491; text-decoration:none} 

img{border:0px}

input[type='text']      { border: solid 1px #aaaaaa; margin: 1px 0px 1px 0px; font-size: 12px; padding:1px;}
input[type='password']  { border: solid 1px #aaaaaa; margin: 1px 0px 1px 0px; font-size: 12px; padding:1px;}
input[type='file']      { border: solid 1px #666666; background-color: #dddddd; margin: 1px 0px 1px 0px; font-size: 12px; padding:1px;}
input[type='button']    { border: solid 1px #666666; cursor:pointer; font-size:11px; height:18px; padding:1px;}
input[type='submit']    { border: solid 1px #666666; background-color: #dddddd; margin: 1px 0px 1px 0px; font-size: 12px; cursor:pointer;}
select                  { border: solid 1px #aaaaaa; margin: 1px 0px 1px 0px; font-size: 12px; padding:1px; }
textarea                { border: solid 1px #aaaaaa; margin: 1px 0px 1px 0px; font-size: 12px; font-family: Arial, Helvetica, sans-serif, '굴림'; }

/* list paging style */
.list_page          { padding: 0px 4px 0px 4px; font-size: 11px; }
.list_page_selected { padding: 0px 4px 0px 4px; font-size: 11px; font-weight: bold;color: Blue; }

/* tabmenu style */
.tabmenu            { border: solid 1px #aaaaaa; color: #888888; text-align: center; background-color: #f5f5f5; font-size: 11px;line-height:16px;font-weight: bold;text-decoration: none;cursor:pointer;}
.tabmenu_line       { border-bottom: solid 1px #265e91; height: 24px;}
.tabmenu_selected   { border: solid 1px #265e91; color: #ffffff; font-weight: bold; background-color: #43719a; }
.tabmenu_hover      { background-color: #a1bbd3; }
.tabmenu_body       { padding-top: 10px; padding-bottom:10px; }

/* table style */
.table          { border-top: solid 2px #3677B2; }
.table td       {background-color:#fff;height:22px;}
.cell_header    { border: solid 1px #cccccc; color:#666666; background-color: #f0f0f0; padding-left: 10px; padding-right: 10px; text-align: center; }
.cell_item      { border: solid 1px #cccccc; padding-left: 10px; padding-right: 10px; }
.cell_box       { border: solid 1px #cccccc; padding-left: 10px; padding-right: 10px; }
.cell_title     { border: solid 1px #aaaaaa; border-top: solid 1px #aaaaaa; background-color:#ccd0f0; padding: 3px 10px 3px 10px; font-weight:bold; font-size:13px; }
.cell_item_last { border: solid 2px #aaaaaa; padding-left: 10px; padding-right: 10px; }
.cell_selected  { background-color:#ffffcc; cursor:pointer; }
.cell_hover     { background-color:#f5f5dd; cursor:pointer; }

.align_center   { text-align: center; }
.align_left     { text-align: left; }
.align_right    { text-align: right; }

/* ------------------------------------------------------------------------------------------------ */
/* Customized styles */

/* main topmenu style */
.topmenu        {font-size: 12px;color: #dddddd;text-decoration: none; cursor: pointer;}
.topmenu a      {font-size: 12px;color: #dddddd;text-decoration: none; cursor: pointer;}	
.topmenu a:hover{font-size: 12px;color: #dddddd;text-decoration: none; cursor: pointer;}
.topmenu a:link {font-size: 12px;color: #dddddd;text-decoration: none; cursor: pointer;}

.leftmenu           {padding:2px 10px 2px 10px;}
.leftmenu_selcted   {background-color:#dfdfdf; font-weight:bold;}
.leftmenu a         {color: #333333;text-decoration: none; cursor: pointer;}	
.leftmenu a:hover   {color: #000000;text-decoration: none; cursor: pointer;}
.leftmenu a:link    {color: #333333;text-decoration: none; cursor: pointer;}

.divline        {color:#888888; padding-left:10px; padding-right:10px;}

.menutitle      {color:#0080ff; font-weight:bold; font-size:14px; height:30px;}
.pagetitle      {color:#000000; font-weight:bold; font-size:16px; padding: 4px 0px 4px 0px; max-width:1200px; border-bottom: solid 1px #888888; margin-bottom:15px;}
.pagetitle_print{color:#000000; font-weight:bold; font-size:16px; padding: 4px 0px 4px 0px; border-bottom: solid 1px #888888; margin-bottom:15px;}
.manager_title  {color:#000000; font-weight:bold; font-size:16px; height:25px; border-bottom: solid 1px #888888; margin-bottom:10px;}
.subtitle       {color:#000088; font-weight:bold; font-size:14px; height:30px;}
.formtitle      {color:#880000; font-weight:bold; font-size:13px; height:30px;}
.crftitle       {color:#880000; font-weight:bold; font-size:16px; height:30px;}
.comment        {font-size:11px; color: #666666; font-weight: normal;}

.bg_orange      {background-color:#ff8000; color:#ffffff;}
.bg_blue        {background-color:#1e82cc; color:#ffffff;}
.bg_green       {background-color:#41a541; color:#ffffff;}
.bg_red         {background-color:#f03333; color:#ffffff;}
.bg_gray        {background-color:#888888; color:#ffffff;}
.bg_white       {background-color:#ffffff; color:#333333;}
.bg_darkyellow     {background-color:#FAED7D; color:#333333;}

.border_red     {border: solid 1px #ff0000;}

.grade_bg_A     {background-color:#fff5f5; outline: 1px solid #d66;}
.grade_bg_B     {background-color:#fffff5; outline: 1px solid #dd6;}

.stat_checked       { border: 1px solid #3b3; padding: 1px; }

.query_count    {position:absolute;left:506px;top:10px;z-index:1;background-color:#ff3333; font-size:11px; font-weight:bold; color:#ffffff; line-height:100%; padding:2px 3px 2px 3px;}

/* main submenu style */
.submenu        {font-size: 12px;color: #cccccc;line-height:20px;font-weight: normal;text-decoration: none}
.submenu a      {font-size: 12px;color: #cccccc;line-height:20px;font-weight: normal;text-decoration: none}	
.submenu a:hover{font-size: 12px;color: #ffffff;line-height:20px;font-weight: normal;text-decoration: none}
.submenu a:link {font-size: 12px;color: #cccccc;line-height:20px;font-weight: normal;text-decoration: none}

/* subtitle style */
.subtitle_item  { font-weight: bold; margin-bottom:4px; }
.subtitle_desc  { padding-left: 30px; }
.subtitle_box   { border: solid 2px #666666; margin: 20px 0px 20px 0px; padding:10px; }
        
/* text style*/
.link_s     { font-size: 11px; cursor:pointer; }

.txt_r          { color: #dd3333; }
.txt_s          { font-size:11px; }
.txt_s_r        { font-size:11px; color: #dd3333; }
.txt_b          { font-weight: bold; }
.txt_b_r        { color: #dd3333; font-weight: bold; }



/* 
 * vim: noexpandtab
 */
img.ui-combobox-arrow {
	position: relative;
	vertical-align: text-bottom;
	top: 1px;
}

* html img.ui-combobox-arrow {
	top: -3px;
}

.ui-combobox-list {
	border: 1px solid black;
	z-index: 100;
}

.ui-combobox-list, .ui-combobox-item {
	display: block;
	font-family: Arial, Helvetica, sans-serif, '돋움';
    font-size: 12px;
	background-color: white;
	white-space: normal;
	line-height: 14px;
	padding: 2px;
}

.ui-combobox-list .selected {
	background-color: #eeeeff;
	font-weight: bold;
}


