/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

/* ----------------------------------------------------- */
/* This CSS file is used for the Flat Grey Test visual theme. */
/* ----------------------------------------------------- */

/* This theme uses a scalable, floating layout - so most
   sizes are expressed in EMs. PX sizes are used only for
   drop shadows and positioning around graphic images. */

/* -------------------------------------- */
/*      Resets/Browser Normalization      */
/* -------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th{
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    background:initial;
    vertical-align: baseline;
}

/* form{display:inline;} */

html {
/*background-image: url(images/tile.gif);*/
background:#fff;
}

body {
position: relative;
color: #000;
/*min-width: 1024px;*/
margin: 0;
width:expression(document.body.clientWidth < 1026? "1024px" : "auto");
}

html, body{font-size:18px;}
input{font-size:18px;}

td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    background: initial;
    vertical-align: middle;
    height: 40px; 
}


blockquote, body, div, dl, dt, dd, fieldset, form, , h2, h3, h4, h5, h6,
img, li, ol, p, select, span, td, textarea, th, ul {
border-style: none;
margin: 0;
padding: 0;
}

a, address, body, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
text-decoration: none;
}

body, caption, th {
text-align: left;
}

ol, ul {
list-style: none;
}

ol.numbers {
list-style: decimal; 
padding-left: 20px;
}

ol.roundBrakets {
  counter-reset: o-counter;
  list-style-type: none;
}
ol.roundBrakets li:before {
  content:  counter(o-counter) ')';
  counter-increment: o-counter;
}    
    
ul.dots {
list-style: circle; 
padding-left: 20px;
}

select{
    vertical-align:middle;  
    border: 1px solid #ccc;
    color: #000;
    outline: 0;
    padding:0;
    margin:1px;
    font-size:12px;
    line-height:14px;
    vertical-align:middle;
    }
.nav-pager select{vertical-align:baseline; vertical-align:middle; height: 20px;}

form.hidden-form{display:inline;}

/* ------------------------------ */
/*      Basic Element Styles      */
/* ------------------------------ */

a, a:visited {
color: #333;
font-weight: normal;
}

a:hover, a:active {
text-decoration: none;
}

input[type="submit"]{
    -webkit-appearance: none;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
	background: #999 url(images/button.png) repeat-x;
	background-size: cover;    
    border-radius: 0.5em;
    border: 1px solid #999;
    cursor: pointer;
    color: #333;
    display:inline-block;
    outline: 0;
    overflow: visible;
    text-decoration:none;
    vertical-align:middle;
    padding:4px 10px;   
    padding: 6px 10px 2px 10px \0/IE8+9;
    margin:0.2em 0.1em;
}

.disabled {
color: #ebebeb;
text-decoration: none;
}

body, textarea, input, select {
font-family: Verdana, Arial, Helvetica, sans-serif;
}


hr {
background-color: #ccc;
color: #ccc;
border-bottom: #fafafa 0.1em solid;
border-right: #fafafa 0.2em solid;
border-left: #d9d9d9 0.2em solid;
border-top: #d9d9d9 0.1em solid;
}

h1, .h1 {
font-weight: bold;
font-size:1.3em;
}

h2, .h2 {
font-weight: bold;
font-size:1.6em;
}

h3, .h3{
font-weight: bold;
font-size:1em;
}

h4, .h4 {
font-weight: bold;
font-size:1em;
}
 h5, .h5 {
 font-weight: bold;
font-size:1em;
}
h6, .h6{
color: red;
font-size:1em;
padding-bottom: 0.5em;
}

/* IE7 fix */
table input {
border: #ccc solid 1px;
}

textarea {
background-color: #ffffff;
border: #999999 solid 0.1em;
}

th, th a {
color: #000000;
font-weight: normal;
}

/* -------------------------- */
/*     Float Clear/Reset      */
/* -------------------------- */

.clear {
clear: both;
height: 0;
visibility: hidden;
}

.no-clear .clear {
/* Used in container elements to override
 the clear class in contained elements. */
clear: none;
}

/* ------------------------------- */
/*      Single Element Styles      */
/* ------------------------------- */

.alert {
/* Used for alert text */
/* color: #ff0000; */
}

.content-messages p {
margin: 0.5em 0 0.5em 0;
}

.hidden {
height: 0;
visibility: hidden;
}

.label {
/* Used for <input> element labels */
font-weight: normal;
height: 1.2em; /* Same as <input> height */
padding-right: 1em;
text-align: right;
white-space: nowrap;
width: 1%;
vertical-align: middle;
}

.required, input.required {
/* required style for <input> elements */
background-color: #ffffee;
}

.tooltip {
color: #557996;
font-style:normal;
margin: 0.4em;
}

.tooltip-newline {
color: #557996;
font-style:normal;
margin: 0.4em;
display: block;
}
.visible {
height: auto;
visibility: visible;
}

.page-container {
/*background: url("images/big-fade.png") repeat-x 0 90px transparent;*/
}

.align-float {
float: right;
}

.align-text {
text-align: right;
}

.align-top {
vertical-align: top;
}

.centered {
text-align: center;
}

.page-title {
color:#000;
/*margin-bottom:0.5em;*/
font-size:1.3em;
font-weight:bold;
line-height:1.3em;
padding:0.4em 0;
margin:0.4em 0;
background:url(images/title_icon.png) no-repeat center left;
text-indent:20px;
}

/* ------------------------ */
/*      Masthead Style      */
/* ------------------------ */

#masthead {
/*background: #47637c url(images/masthead.gif) top left repeat-x;*/
background: #fff;
color: #666;
font-weight: normal;
min-height: 26px; /* Setting must be in px */
height: auto;
overflow: auto;
}

#masthead ul li {
float: left;
padding: 0 0.8em 0 0;
}

#masthead ul li a {
color: #666;
font-weight: normal;
text-decoration: underline;
}

.last-system-msg{
color: #666;
padding-left:10px;
}

.preference-area{
float: right !important;
vertical-align:middle;
}

.preference-area ul{
vertical-align:bottom;
}

.preference-area ul li{
vertical-align:middle;
line-height:2em;
margin-top:1em;
}

#masthead ul .logo-area {
padding: 0 0.8em;
}

#masthead ul .org-logo-area {
padding: 0.5em 0.8em;
}

#masthead ul .org-logo-area img{
width: auto;
height: auto;
}

#masthead ul a:focus {
text-decoration: underline;
}

/* ---------------------- */
/*      Footer Style      */
/* ---------------------- */

#footer {
background:none;
/*border-top: 0.1em inset #000;*/
padding: 0.5em 0 0.5em 0.5em;
/*text-align:right;*/
}

#footer a {
color: #333;
font-weight: normal;
}

#footer ul {
/*float:right;*/
display: block;
overflow:hidden;
}

#footer ul li {
/*border-left: 0.1em solid #444;
border-right: 0.1em solid #222;*/
float: left;
display: inline; 
color: #333; 
font-weight: normal;
padding: 0.5em;
}

#footer ul .first {
border-left: none;
}

#footer ul .last {
border-right: none;
}

#footer ul li a {
color: #333;
font-weight: normal;
}

#footer p {
clear: right;
color: #333;
font-weight: normal;
padding: 0.5em;
}

#footer a:focus {
text-decoration: underline;
}

/* ------------------------------- */
/*      Main Navigation Style      */
/* ------------------------------- */

#main-navigation {
clear: both;
background: #235ba9; /*url(images/main-nav.gif) top left repeat-x;*/
color: #fff;
overflow: hidden;
line-height:24px;
}

#main-navigation ul li {
float: left;
display: inline;
/*border-left: 0.1em solid #5c809c;*/
/*border-right: 0.1em solid #3e5a71;*/
}

#main-navigation ul .disabled {
color: #D4D0C8;
}

#main-navigation ul .first {
border-left: none;
}

#main-navigation ul .last {
border-right: none;
}

#main-navigation ul a {
color: #fff;
display: block;
padding: 2px 10px 2px 10px;
padding:2px 10px 0px 10px \0/IE8+9;
font-weight:normal;
text-transform:uppercase;
/* Uncomment next line for main-nav drop shadows */
/*text-shadow: 0px 1px 1px #22323f;*/
}

#main-navigation ul a:hover{
color: yellow;
text-decoration: none;
/* background:url(images/header_menu_select.png) no-repeat 50% 70%;
height:40px; */
}

#main-navigation ul .selected a {
color: yellow;
text-decoration: none;
/* background:url(images/header_menu_select.png) no-repeat 50% 70%; */
font-weight:bold;
/* height:23px; */
}

#main-navigation ul a:focus {
text-decoration: underline;
}

/* -------------------------------------- */
/*      Application Navigation Style      */
/* -------------------------------------- */

#app-navigation {
/*background: url(images/gray-texture.jpg) top left;*/
background:#80b5f8;
border-bottom: 1px solid #7aa6dc;
line-height:16px;
margin: 0;
vertical-align:center;
}

#app-navigation h1,
#app-navigation h2,
#app-navigation h3,
#app-navigation h5 {
color: #959595;
margin: 0.4em 0 0.4em 0;
text-transform:uppercase;
text-shadow: 1px 1px 0 #fff; /* Setting must be in px */
display:none;
}

#app-navigation ul {
display: inline; /* IE Fix */
}

#app-navigation ul li ul li {
background: url(images/header_menu_border.png) no-repeat center right;
float: left;
display: inline;
padding:3px 7px;
margin:0;
}

#app-navigation ul li ul li a{
    color:#000;
    line-height:18px;
}

#app-navigation ul .disabled {
color: #D4D0C8;
}

#app-navigation ul a {
color: #444;
display: block;
font-weight: normal;
padding:0px 5px;
padding:1px 5px 0px 5px \0/IE8+9;
}

#app-navigation ul .selected{
    
}

#app-navigation ul .selected a {
background-color: #235ba9;
border: 1px solid #16478b;
color: #ffffff;
line-height:16px;
font-weight:bold;
margin:0;

/* padding:3px 5px 0px 5px \0/IE8+9; */
}

#app-navigation ul a:hover {
text-decoration: none;
color: #ffffff;
}

#app-navigation ul a:focus {
text-decoration: underline;
}



/* Special Screenlet style for locale and timezone window */

.popuplist
{
    width: 99.8%;
    margin-left: auto;
    margin-right: auto;
}
/* No padding screenlet decorator */

.no-padding .h1,
.no-padding .h2,
.no-padding .h3,
.no-padding .h5,
.no-paddingr h1,
.no-paddingr h2,
.no-padding h3,
.no-padding h5 {
padding: 0.7em;
}

/* ------------------------- */
/*      Screenlet Style      */
/* ------------------------- */

#content-main-section{position:relative;}

.solid-border-left {
border-left:  1px solid #ccc;
}

.solid-border-top {
border-top:  1px solid #ccc;
}

.solid-border-right {
border-right: 1px solid #ccc;
}

.solid-border-bottom {
border-bottom:  1px solid #ccc;
}

.solid-border {
border-right: 1px solid #ccc;
border-bottom:  1px solid #ccc;
border-left:  1px solid #ccc;
border-top:  1px solid #ccc;
height: auto !important;
}

.screenlet {
background-color: #fff;
border-right: 1px solid #ccc;
border-bottom:  1px solid #ccc;
border-left:  1px solid #ccc;
border-top:  1px solid #ccc;
height: auto !important;
height: 1%;
margin-bottom: 1em;
overflow:visible;
width:100%;
*width:99.8%;
}

.screenlet-body {
width:100%;
height: auto !important;
height: 1%;
padding:0;
margin:0;
}

.screenlet-body.screenlet-body-help{
    overflow-y:hidden;
}


/* ----------------------------------- */
/*      Screenlet Title Bar Style      */
/* ----------------------------------- */

.screenlet-title-bar {
position:relative;
overflow:hidden;
background:#ebebeb;/* url(images/bhead.gif) top left repeat-x;*/
color: #000;
/* height: 20px; IE fix
min-height: 20px;*/
padding:0px 5px 0px 5px;
padding:2px 5px 2px 5px \0/IE8+9;
margin:0;
border-bottom:1px solid #ccc;
vertical-align:middle;
text-decoration:none;
}


.screenlet-title-bar .h1,
.screenlet-title-bar .h2,
.screenlet-title-bar .h3,
.screenlet-title-bar .h5,
.screenlet-title-bar h1,
.screenlet-title-bar h2,
.screenlet-title-bar h5 {
background: none;
color: #333;
font-weight:bold;
float:left;
/* line-height:2em; */
/*text-shadow: 1px 1px 0 #fff;*/ /* Setting must be in px */
}

/* .screenlet-title-bar ul {
display: inline; IE Fix
} */

.screenlet-title-bar h3,
.screenlet-title-bar .h3{
    display:inline-block;
    width:auto !important;
    line-height:21px;
}

.screenlet-title-bar ul{
    display:inline-block;
    width:auto !important;
    margin:0 0 0 0;
    padding:0;
    float:right;
    
}

/* .screenlet-title-bar .screenlet-menu{
    position:absolute;
    top:1px;
    right:3px;
    margin-bottom:5px;
} */


.screenlet-title-bar .screenlet-title{
    float:left;
    margin:0;
}

.screenlet-title-bar ul li {
    display:inline-block;
    *display:inline;
    zoom:1;
    background: none;
    font-weight: normal;
    vertical-align:middle;
    text-decoration:none;
}

.screenlet-title-bar .screenlet-title li.h3{
    display:block;
    margin:0;
    line-height:32px;
    /* font-size: 26px; */
}

.screenlet-title-bar span.screenlet-title.h3{
    float:left;
    /* display:inline-table; */
    /* padding-top:2px; */
    line-height: 32px;
    font-size: 14px;
}

/* .screenlet-title-bar span.h3{
    padding-top:4px;
} */



.screenlet-title-bar ul li div a {
float: left; 
/*margin-top:2px; */
}

.screenlet-title-bar ul .h1,
.screenlet-title-bar ul .h2,
.screenlet-title-bar ul .h3,
.screenlet-title-bar ul .h5 {
/* border-left: none; */
float: left;
/* line-height:1.5em; */
}

.screenlet-title-bar .h3 a {
color: #222;
display: inline;
}

.screenlet-title-bar ul a{
display: block;
padding:2px 7px;
padding:3px 7px 1px 7px \0/IE8+9;
/* margin-top:1px; */
border:1px solid #c0c0c0;
margin-right:1px;
border-radius:5px;
text-decoration:none;
}

a.clipboard{
    display:inline-block; 
    padding:2px 7px;
    padding:3px 7px 1px 7px \0/IE8+9;   
    border:1px solid #c0c0c0;
    margin-right:0;
    border-radius:5px;
}


.screenlet-title-bar ul .disabled {
display: inline-block;
padding:2px 7px;
padding:4px 7px \0/IE8+9;
border:1px solid #ccc;
/* margin-right:3px; */
border-radius:5px;
color:#c0c0c0;
text-decoration:none;
}


.screenlet-title-bar ul a:visited {
/* color: #222; */
}

.screenlet-title-bar ul a:hover,
.screenlet-title-bar .zeroclipboard-is-hover {
background:#80b5f8;
color:#fff;
border:1px solid #488de3;
border-radius:5px;
text-decoration: none;
}


.screenlet-title-bar ul .collapsed,
.screenlet-title-bar ul .collapsed:hover {
background: url(/images/expand.gif) no-repeat center center;
min-height: 12px;
min-width: 12px;
margin-left: 10px;
cursor:hand;
border:0;
text-decoration:none;
}

.screenlet-title-bar ul .expanded,
.screenlet-title-bar ul .expanded:hover {
background: url(/images/collapse.gif) no-repeat center center;
min-height: 12px;
min-width: 12px;
margin-left: 10px;
cursor:hand;
border:0;
text-decoration:none;
}



.screenlet-title-bar ul .collapsed a{
/*background: url(/images/expand.gif) no-repeat left center;*/
cursor: default;
border:0;
text-decoration:none;
}

.screenlet-title-bar ul .collapsed a:hover {
/*background: url(/images/expand.gif) no-repeat left center;*/
background:none;
cursor: default;
border:0;
text-decoration:none;   
}

.screenlet-title-bar ul .expanded a,
.screenlet-title-bar ul .expand a {
/* IE fix */
cursor: default;
border:0;
text-decoration:none;
}

.screenlet-title-bar ul .expand a:hover,
.screenlet-title-bar ul .expanded a:hover{
background:none;
}

/* .screenlet-title-bar > ul li a{
    display:block;
    border-radius: 0.5em;
    border: 1px solid #999;
    cursor: pointer;
    color: #333;
    display:inline-block;
    vertical-align:middle;
    padding:3px 10px 1px 10px;
    padding:4px 10px 0 10px \0/IE8+9;
    margin:0 1px;   
    outline: 0;
    overflow: visible;  
    line-height:1.3em;
}

.screenlet-title-bar > ul li a:hover{
    border-radius: 0.5em;
    background-color:rgb(35, 91, 169);
    color:#fff;
}

.screenlet-title-bar > ul li a.disabled{
    display:block;
    border-radius: 0.5em;
    vertical-align:middle;
    padding:3px 10px 1px 10px;
    padding:4px 10px 0 10px \0/IE8+9;
    border: 1px solid #ccc;
    margin:0 1px;
} */


/* login screenlet decorator */
.login-screenlet {
min-width: 25em;
/* width: 25%; */
}

.login-screenlet .screenlet-title-bar {
text-align: center;
}


/* ------------------------------------- */
/*      Tab bar Style      */
/* ------------------------------------- */

.tab-bar {  
position:relative;
display: table;
width:100%;
border-bottom: 1px solid #508cd8;
background:#f5f5f5;
margin:0 0 10px 0;
padding:0;
}

.tab-bar ul,
.tab-bar ul li{
/*display: inline-block;*/
zoom: 1;
*display: inline;
}


.tab-bar ul .opposed {
float: right;
}


.tab-bar .opposed,
.tab-bar .opposed li,
.tab-bar ul .opposed {
float: right;
}

.tab-bar ul li ul li {
float: left;
background: url("images/tabs/main_uns_left03.png") top left;
white-space: nowrap;
margin:0 3px 0 0;
padding:0;
font-weight: normal;
}

.tab-bar ul a,
.tab-bar ul a:visited {
    display:inline-block;
    background: url("images/tabs/main_uns_right03.gif") no-repeat top right;
    padding: 5px 10px 3px 10px;
    padding: 7px 10px 3px 10px \0/IE8+9; 
    border:0;
    border-radius:0;
}

.tab-bar ul li ul li.selected {
color: #333;
text-decoration: none;
font-weight:bold;
background: url("images/tabs/main_uns_left_select03.gif") top left;
border:0;
border-radius:0;
}

.tab-bar ul a:hover{
color: #333;
text-decoration: none;
}

.tab-bar ul .selected,
.tab-bar ul .selected a,
.tab-bar ul .selected a:hover {
color: #333;
text-decoration: none;
font-weight:bold;
background: url("images/tabs/main_uns_right_select03.gif") no-repeat top right;
}

.tab-bar ul a:focus {
text-decoration: underline;
}

.tab-bar ul li ul li.disabled{
    color: #999;
    text-decoration: none;
    background: url("images/tabs/main_uns_left02.png") top left;
    border:0;
    border-radius:0;
}

 
 .tab-bar ul .disabled span{
    display:inline-block;
    background: url("images/tabs/main_uns_right02.gif") no-repeat top right;
    padding: 5px 10px 3px 10px;
    padding: 7px 10px 3px 10px \0/IE8+9; 
    border:0;
    border-radius:0;
 }


/*2dep*/
.tab-bar-2dep { 
position:relative;
display: table;
width:100%;
border-bottom: 0.1em solid #71b2e2;
background:#f5f5f5;
margin:0 0 10px 0;
padding:0;
}

.tab-bar-2dep ul,
.tab-bar-2dep ul li{
/*display: inline-block;*/
zoom: 1;
*display: inline;
}


.tab-bar-2dep ul .opposed {
float: right;
}


.tab-bar-2dep .opposed,
.tab-bar-2dep .opposed li,
.tab-bar-2dep ul .opposed {
float: right;
}

.tab-bar-2dep ul li ul li {
float: left;
background: url("images/tabs/main_uns_left.png") top left;
white-space: nowrap;
margin:0 3px 0 0;
padding:0;
font-weight: normal;
}

.tab-bar-2dep ul a,
.tab-bar-2dep ul a:visited {
    display:inline-block;
    background: url("images/tabs/main_uns_right.gif") no-repeat top right;
    padding: 5px 10px 3px 10px;
    padding: 7px 10px 3px 10px \0/IE8+9; 
    border:0;
    border-radius:0;
}

.tab-bar-2dep ul li ul li.selected {
color: #333;
text-decoration: none;
font-weight:bold;
background: url("images/tabs/main_uns_left_select.gif") top left;
border:0;
border-radius:0;
}

.tab-bar-2dep ul a:hover{
color: #333;
text-decoration: none;
}

.tab-bar-2dep ul .selected,
.tab-bar-2dep ul .selected a,
.tab-bar-2dep ul .selected a:hover {
color: #333;
text-decoration: none;
font-weight:bold;
background: url("images/tabs/main_uns_right_select.gif") no-repeat top right;
}

.tab-bar-2dep ul a:focus {
text-decoration: underline;
}

.tab-bar-2dep ul .disabled {
color: #ccc;
}


/*3dep*/


.tab-bar-3dep{
    display: table;
    width:100%;
    border-bottom: 1px solid #ccc;
    background:#f5f5f5;
    margin:0 0 10px 0;
    padding:0;  
}

.tab-bar-3dep > ul{
position:relative;
left:0;
margin-right:0;
float:left;
}

.tab-bar-3dep li{
    margin-bottom:0;
}

.tab-bar-3dep ul li ul li {
float:left;
background: url("images/tabs/main_uns_left02.png") top left;
white-space: nowrap;
margin:0 2px 0 0;
padding:0;
}

.tab-bar-3dep ul a,
.tab-bar-3dep ul a:visited {
    display:inline-block;
    background: url("images/tabs/main_uns_right02.gif") no-repeat top right;
    padding: 5px 10px 3px 10px;
    padding: 7px 10px 3px 10px \0/IE8+9;
    margin:0;
    border:0;
    border-radius:0;
}

.tab-bar-3dep ul li ul li.selected {
color: #333;
text-decoration: none;
font-weight:bold;
background: url("images/tabs/main_uns_left_select02.gif") top left;
}

.tab-bar-3dep ul a:hover{
color: #333;
text-decoration: none;
}

.tab-bar-3dep ul .selected,
.tab-bar-3dep ul .selected a,
.tab-bar-3dep ul .selected a:hover {
color: #333;
text-decoration: none;
font-weight:bold;
background: url("images/tabs/main_uns_right_select02.gif") no-repeat top right;
}

.tab-bar-3dep ul a:focus {
text-decoration: underline;
}

.tab-bar-3dep ul .disabled {
color: #ccc;
}





/* ---------------------- */
/*      Table Styles      */
/* ---------------------- */

.ellipsis {
white-space:nowrap;         
text-overflow:ellipsis;     /* IE, Safari */
-o-text-overflow:ellipsis;  /* Opera under 10.7 */
overflow:hidden;            /* "overflow" value must be different from "visible" */ 
-moz-binding: url('ellipsis.xml#ellipsis');
}

.basic-table {
background-color: #fff;
color: #000000;
width:100%;
margin:0;
}

.basic-table tr td {
font-size: 14px;
padding:3px 0px 3px 0px;
vertical-align: middle;
border-right:1px solid #dddddd;
border-bottom:0.1em solid #ebebeb;
}

form table,
form .basic-table,
.screenlet-body .basic-table {
/*background: initial;*/
margin-bottom: 0;
border: 2px solid #999;
}

.basic-table tr .align-bottom {
vertical-align: bottom;
}

.basic-table tr .align-top {
vertical-align: top;
}

.basic-table tr .label,
.basic-table tr .group-label{
/* field labels for forms */
font-weight: normal;
text-align: right;
padding-right: 1em;
white-space: nowrap;
}
.basic-table tr .w20{
/* field labels for forms */
width:20%;
}

.basic-table tr .group-label {
/* "header" for field label groups */
padding: 2em 1.5em 0 0;
}

.basic-table tr th,
.basic-table .header-row{
font-weight: normal;
text-align: left;
}

.basic-table thead .header-row th,
.basic-table thead .header-row td,
.basic-table .header-row th,
.basic-table .header-row td {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background:#ebebeb;
/*background:#d7d7d7;*/
padding:3px 10px;
line-height:1.5em;
vertical-align:middle;
}

.basic-table thead .header-row th:hover,
.basic-table thead .header-row td:hover,
.basic-table .header-row th:hover,
.basic-table .header-row td:hover{
border-right: 1px solid #ccc;
/*background:#d7d7d7;*/
background:#ebebeb;
padding:3px 10px;
line-height:1.5em;
vertical-align:middle;
}

.basic-table .header-row td a {
color: #000000;
}

.basic-table .alternate-row{
/* Alternating row style */
background-color: #fff;
}

.basic-table .selected {
background: #feffef;
}

.basic-table .alternate-rowSelected {
background: #fbf8da;
}

.basic-table .Validate {
/*Style use by alt-row-style on list*/
background: #A0D5F7;
}

.basic-table .alternate-rowValidate {
/*Style use by alt-row-style on list*/
background: #72A8F2;
}

.basic-table .Warn {
/*Style use by alt-row-style on list*/
background: #f55C5C;
}

.basic-table .alternate-rowWarn {
/*Style use by alt-row-style on list*/
background: #FC7455;
}

.basic-table tr .button-col {
/* button column style - for the small
collection of buttons used in lists */
vertical-align: top;
padding: 0.3em;
}

.basic-table .collapsed {
visibility: collapse;
}



/*      Alternate table header style      */
.basic-table .header-row-2 th,
.basic-table .header-row-2 td{
background-color: #ebebeb;
border-bottom: 0;
color: #000000;
font-weight: normal;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
padding:0.4em 1em;
vertical-align:middle;
}

.basic-table .header-row-2 th:hover,
.basic-table .header-row-2 td:hover {
background-color: #ebebeb;
border-bottom: 0;
color: #000000;
font-weight: normal;
border-bottom:1px solid #ccc;
padding:0.4em 1em;
vertical-align:middle;
}

.basic-table .header-row-2 th a:link,
.basic-table .header-row-2 td a:link{
    text-decoration:none;
}

/*      Sort field style      */
.basic-table .header-row-2 th .sort-order-asc,
.basic-table .header-row-2 td .sort-order-asc{
background: url(/images/arrow-gr-up.png) no-repeat right;
padding-left: 0.5em;
padding-right: 20px; /* Setting must be in px */
}
.basic-table .header-row-2 th .sort-order-desc,
.basic-table .header-row-2 td .sort-order-desc{
background: url(/images/arrow-gr-dw.png) no-repeat right;
padding-left: 0.5em;
padding-right: 20px; /* Setting must be in px */
}

.basic-table .header-row th .sort-order-desc,
.basic-table .header-row td .sort-order-desc{
background: url(/images/arrow-gr-dw.png) no-repeat right;
padding-left: 0.5em;
padding-right: 20px; /* Setting must be in px */
text-decoration:none;
}
.basic-table .header-row th .sort-order-asc,
.basic-table .header-row td .sort-order-asc{
background: url(/images/arrow-gr-up.png) no-repeat right;
padding-left: 0.5em;
padding-right: 20px; /* Setting must be in px */
text-decoration:none;
}

.basic-table .header-row-2 th .sort-order,
.basic-table .header-row-2 td .sort-order{
background: url(/images/arrow-gr.png) no-repeat right;
padding-left: 0.5em;
padding-right: 20px; /* Setting must be in px */
color:#000;
}

.basic-table .header-row th .sort-order,
.basic-table .header-row td .sort-order{
background: url(/images/arrow-gr.png) no-repeat right;
padding-left: 0.5em;
padding-right: 20px; /* Setting must be in px */
color:#000;
text-decoration:none;
}


/* ------------------------------------- */
/*      Table decorator - Hover bar      */
/* ------------------------------------- */

.hover-bar tr:hover {
background-color: #99ccff;
cursor: default;
}

.hover-bar .header-row-1:hover,
.hover-bar tr th:hover {
background-color: #ffffff;
color: #000000;
}

/* -------------------------------- */
/*      Table decorator - Grid      */
/* -------------------------------- */

.dark-grid {
border-right: 0.1em solid #000000;
border-top: 0.1em solid #000000;
}

.dark-grid td,
.dark-grid .header-row-2 th,
.dark-grid .header-row-2 td {
border-bottom: 0.1em solid #000000;
border-left: 0.1em solid #000000;
}

.light-grid {
border-right: 0.1em solid #cccccc;
border-top: 0.1em solid #cccccc;
}

.light-grid td,
.light-grid .header-row td{
border-bottom: 0.1em solid #cccccc;
border-left: 0.1em solid #cccccc;
}

/* ------------------------------------ */
/*      Table decorator - Calendar      */
/* ------------------------------------ */

.calendar {
/*border-right: 0.1em solid #cccccc;*/
}

.calendar tr td {
border-bottom: 0.1em solid #d3e6f6;
/*border-left: 0.1em solid #d3e6f6;*/
vertical-align: top;
padding: 0.5em;
background-color: #fff;
}

.calendar .header-row td {
background-color: #d3e6f6;
border-bottom: 0.1em solid #91c9f3;
/*border-left: 0.1em solid #cccccc;*/
color: #4483b2;
height: auto;
text-align: center;
font-weight:bold;
}

.calendar tr td .add-new {
float: right;
}

.calendar tr td .h1 {
color: #333;
float: left;
}

.calendar .current-period  {
background-color: #ffffcc;
}

.calendar .current-period  td {
background-color: #ffffcc;
}

.calendar .active-period  {
background-color: #fff;
}

.calendar .active-period  td {
background-color: #fff;
}

/* ----------------------------------------- */
/*      Button Style 정리      */
/* ----------------------------------------- */

.page-title-bar{
    position:relative;
    height:28px;    
    }

.page-title-bar .button-bar{
float:right;
margin-right:1em;
position:absolute;
top:0;
right:5px;
/* height:100px; */
}

.page-title-bar .button-bar ul li ul{
    overflow:hidden;
}

.page-title-bar .button-bar ul li ul li
/* .button-bar li.buttontext */ {   
float: left;
font-weight: normal;
margin-left: 0.5em;
margin-bottom: 0.5em;
}

.page-title-bar .button-bar > a,
.page-title-bar .button-bar li > a,
.page-title-bar .button-bar li input[type="submit"]
/* .button-bar a.buttontext */ {
    -webkit-appearance: none;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #999 url(images/button.png) repeat-x;
    border: 1px solid #999;
    cursor: pointer;
    color: #333;
    display:inline-block;
    outline: 0;
    overflow: visible;
    text-decoration:none;
    vertical-align:middle;
    padding:4px 10px;   
    padding: 5px 10px 3px 10px \0/IE8+9;
    margin:0.1em 0.1em; 
}

.page-title-bar .button-bar .disabled  
{
    -webkit-appearance: none;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #ebebeb;
    border: 1px solid #ccc;
    color: #999;
    display:inline-block;
    outline: 0;
    overflow: visible;
    text-decoration:none;
    vertical-align:middle;
    padding:4px 10px;   
    padding: 5px 10px 3px 10px \0/IE8+9;
    margin:0.1em 0.1em 0.1em 0.6em; 
}

.page-button-bar .button-bar ul li ul{
    overflow:hidden;
}
.page-button-bar .button-bar > a,
.page-button-bar .button-bar li > a,
.page-button-bar .button-bar li input[type="submit"]
/* .button-bar a.buttontext */ {
    -webkit-appearance: none;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #999 url(images/button.png) repeat-x;
    border: 1px solid #999;
    cursor: pointer;
    color: #333;
    display:inline-block;
    outline: 0;
    overflow: visible;
    text-decoration:none;
    vertical-align:middle;
    padding:4px 10px;   
    padding: 5px 10px 3px 10px \0/IE8+9;
    margin:0.1em 0.1em; 
}

.page-button-bar .button-bar .disabled  
{
    -webkit-appearance: none;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #ebebeb;
    border: 1px solid #ccc;
    color: #999;
    display:inline-block;
    outline: 0;
    overflow: visible;
    text-decoration:none;
    vertical-align:middle;
    padding:4px 10px;   
    padding: 5px 10px 3px 10px \0/IE8+9;
    margin:0.1em 0.1em 0.1em 0.6em; 
}

.page-button-bar .button-bar{
    text-align:right;
    height: 34px;
}

.page-button-bar .buttontext{
    display:inline-block;
}
/*tab이 있는 페이지에 버튼 위치 조정*/

.tabarea{
/*  top:30px; */
}


/*언더라인 스타일*/
.single-table a,
.single-table a.buttontext,
.multi-table a,
.multi-table a.buttontext,
.list-table a,
.list-table a.buttontext,
.linktext,
.buttontext{
    text-decoration:underline;
}

/*스타일 없는 form안에 a테그 스타일 (작은버튼스타일)*/

.single-table form input[type="submit"],
.single-table form a.buttonsmall,
.multi-table form input[type="submit"],
.multi-table form a.buttonsmall,
.list-table form input[type="submit"],
.list-table form a.buttonsmall,
.buttonsmall{
    -webkit-appearance: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    background:#eaeaea url(images/button.png) repeat-x;;
    border-radius: 0.3em;
    border: 1px solid #bcbcbc;
    cursor: pointer;
    color: #333;
    display:inline-block;
    outline: 0;
    overflow: visible;  
    text-decoration:none;
    min-width:25px;
    padding:0px 10px 1px 10px;
    padding: 3px 10px 0 10px \0/IE8+9;  
    line-height:15px;
    vertical-align:middle;
}


/*큰 버튼 스타일*/
 .single-table  input[type="reset"],
 .single-table  input[type="submit"],
 .single-table  input[type="button"],
 .single-table  a.buttonlarge,
 .multi-table input[type="reset"],
 .multi-table input[type="submit"],
 .multi-table input[type="button"],
 .multi-table a.buttonlarge,
 .multi-form input[type="reset"],
 .multi-form input[type="submit"],
 .multi-form input[type="button"],
 .list-table a.buttonlarge,
 a.buttonlarge,
 .buttonlarge,
 button{
    -webkit-appearance: none;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    min-width:20px;
    background: #bebebe url(images/button.png) repeat-x;
    border-radius: 0.5em;
    border: 1px solid #999;
    cursor: pointer;
    color: #333;
    display:inline-block;
    outline: 0;
    overflow: visible;
    text-decoration:none;
    vertical-align:middle;
    padding:4px 10px;   
    padding:4px 10px 2px 10px \0/IE8+9;
    margin:2px 1px;
    text-decoration:none;
}

/*작은 버튼 스타일*/
 .single-table  td  a.buttonsmall,
 .single-table .single-form a.buttonsmall,
 .multi-table a.buttonsmall,
 .multi-table .multi-form a.buttonsmall,
 .multi-table  td > input[type="submit"],
 .list-table  td > input[type="reset"],
 .list-table  td > input[type="submit"],
 .list-table  td > input[type="button"],
 .list-table  a.buttonsmall,
 .list-table .list-form a.buttonsmall,
 .list-table .list-form input[type="reset"],
 .list-table .list-form input[type="submit"],
 .list-table .list-form input[type="button"],
 .list-table .list-form a.buttonsmall,
 .list-form a.buttonsmall,
 .list-form input.buttonsmall,
 .list-table .formLi-form a.buttonsmall,
 .list-table .formLi-form input[type="reset"],
 .list-table .formLi-form input[type="submit"],
 .list-table .formLi-form input[type="button"],
 .list-table .formLi-form a.buttonsmall,
 .formLi-form a.buttonsmall,
 .formLi-form input.buttonsmall,
a.buttonsmall{
    -webkit-appearance: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    background:#eaeaea url(images/button.png) repeat-x;;
    border-radius: 0.3em;
    border: 1px solid #bcbcbc;
    cursor: pointer;
    color: #333;
    display:inline-block;
    outline: 0;
    overflow: visible;  
    text-decoration:none;
    min-width:25px;
    padding:0px 10px 1px 10px;
    padding: 3px 10px 0 10px \0/IE8+9;  
    line-height:15px;
    vertical-align:middle;
}



/*     ================== */
/*      Tree Styles      */
/*     ================== */

.basic-tree {
/* placeholder */
}

.basic-tree ul {
padding-left: 1em;
}

.basic-tree li {
padding-left: 1em;
white-space: nowrap;
}

.basic-tree li .expanded {
background: url(/images/collapse.gif) no-repeat left center;
padding-right: 1em;
}

.basic-tree li .collapsed {
background: url(/images/expand.gif) no-repeat left center;
padding-right: 1em;
}

.basic-tree li .leafnode {
background: url(/images/expand-collapse-placeholder.gif) no-repeat left center;
padding-right: 1em;
}

.basic-tree li .treeitem {
/* treeitem is deprecated */
border-style: none;
color: #333;
}

.basic-tree li a:hover {
color: #0000ff;
}

/* --------------------- */
/*      Form Styles      */
/* --------------------- */

.basic-form {
margin-bottom:0;
}

.basic-form table {
width:100%;
}

.basic-form table .header-row:hover {
/*background-color: #ffffff;*/
color: #000000;
}

.basic-form table tr .group-label {
/* "header" for field label groups */
padding: 2em 1.5em 0 0;
}

.basic-form table tr th,
.basic-form table .header-row {
font-weight: normal;
text-align: left;
}

.basic-form table .header-row:hover,
.basic-form table tr th:hover{
/*background-color: #ffffff;*/
color: #000000;
}

.basic-form table .header-row td {
border-bottom: 0.1em solid #999;
}

.basic-form table .alternate-row {
/* Alternating row style */
/*background-color: #eeeeee;*/
}

.basic-form table tr td .disabled {
/*background-color: #cccccc;*/
color: #333366;
text-decoration: none;
}





/*      Form decorator - Form Widget      */

.form-widget table tr .label,
.form-widget-table tr .label {
/* Added for backward compatibility */
width: 20%;
}

.form-widget table,
.form-widget-table {
width: auto;
}

.form-widget-table {
margin-bottom: 1em;
}

.basic-table.form-widget-table .label{
    width:1%;
}

/* ------------------------------- */
/*      List Navigation Style      */
/* ------------------------------- */

.nav-pager {
height:22px;
position:relative;
background-color: #ebebeb;
color: #ffffff;
font-weight: normal;
margin:0;
padding:0;
width:100%;
border-bottom:1px solid #ccc;
}

.nav-pager ul {
position:absolute;
top:0;
left:0;
display: inline; /* IE Fix */
}

.nav-pager ul li {
/*border-right: solid #91afe6 0.1em;
border-left: solid #5e7fbc 0.1em;*/
float:left;
vertical-align: center;
}

.nav-pager ul li a {
display: block;
}

.nav-pager ul a {
border:1px solid #ccc;
color: #000;
text-decoration: none;
padding: 1px 12px 2px 12px;
padding: 2px 12px 0 12px \0/IE8+9;
margin:1px;
}

.nav-pager ul a:hover {
/*background-color: #234496;*/
background-color: #ebebeb;
}

.nav-pager ul .nav-pagesize,
.nav-pager ul .nav-page-select,
.nav-pager ul .nav-displaying {
padding: 0 12px 0 12px;
color:#000;
}

.nav-pager ul .nav-first-disabled,
.nav-pager ul .nav-previous-disabled,
.nav-pager ul .nav-next-disabled,
.nav-pager ul .nav-last-disabled {
border:1px solid #ebebeb;
color: #ccc;
padding: 1px 12px 2px 12px;
padding: 2px 12px 0 12px \0/IE8+9;
margin:1px;
}

.nav-pager ul .nav-displaying {
border-right: none;
line-height:22px;
}

.nav-pager ul li.nav-first a{
    background:url(images/nav_first.png) no-repeat 7px 4px;
    padding-left:20px;
}

.nav-pager ul li.nav-first a:hover{
    background:#ebebeb url(images/nav_first.png) no-repeat 7px 4px;
    padding-left:20px;
}

.nav-pager ul li.nav-first-disabled{
    background:url(images/nav_first_disable.png) no-repeat 7px 4px;
    padding-left:20px;
}


.nav-pager ul li.nav-previous a{
    background:url(images/nav_previous.png) no-repeat 7px 4px;
    padding-left:20px;
}

.nav-pager ul li.nav-previous a:hover{
    background:#ebebeb url(images/nav_previous.png) no-repeat 7px 4px;
    padding-left:20px;
}

.nav-pager ul li.nav-previous-disabled {
    background:url(images/nav_previous_disable.png) no-repeat 7px 4px;
    padding-left:20px;
}

.nav-pager ul li.nav-next a{
    background:url(images/nav_next.png) no-repeat 90% 4px;
    padding-right:20px;
}

.nav-pager ul li.nav-next a:hover{
    background:#ebebeb url(images/nav_next.png) no-repeat 90% 4px;
    padding-right:20px;
}

.nav-pager ul li.nav-next-disabled {
    background:url(images/nav_next_disable.png) no-repeat 90% 4px;
    padding-right:20px;
}

.nav-pager ul li.nav-last a{
    background:url(images/nav_last.png) no-repeat 90% 4px;
    padding-right:20px;
}

.nav-pager ul li.nav-last a:hover{
    background:#ebebeb url(images/nav_last.png) no-repeat 90% 4px;
    padding-right:20px;
}

.nav-pager ul li.nav-last-disabled {
    background:url(images/nav_last_disable.png) no-repeat 90% 4px;
    padding-right:20px;
}



.nav-pager ul.nav-export-menu{
    width:auto !important;
    position:absolute;
    top:0;
    left:auto;
    right:0;
    display: inline-block; /* IE Fix */
}

.nav-pager .nav-export-menu li {
/*border-right: solid #91afe6 0.1em;
border-left: solid #5e7fbc 0.1em;*/
float:left;
vertical-align: center;
}

.nav-pager .nav-export-menu li a {
display: block;
}

.nav-pager .nav-export-menu a {
border:1px solid #ccc;
color: #000;
text-decoration: none;
padding: 1px 12px 2px 12px;
padding: 2px 12px 0 12px \0/IE8+9;
margin:1px;
}




/* ------------------------------- */
/*      Visual Embellishments      */
/* ------------------------------- */
.field-lookup{
    /* display:inline-block; */
}

.field-lookup a {
background: url(/images/fieldlookup.gif) no-repeat 0 0;
display: inline-block;
vertical-align: middle;
width: 16px; /* Setting must be in px */
height: 16px; /* Setting must be in px */
}


/* --------------------------- */
/*      FieldGroup Styles      */
/* --------------------------- */

.fieldgroup{
padding-top:1px;
}

.fieldgroup-title-bar {
font-weight: normal;
padding-left:1em;
line-height:2em;
/*border-top:1px dotted #ccc;
border-botton:1px dotted #ccc;*/
background:#ebebeb;
}

.fieldgroup-title-bar ul .collapsed,
.fieldgroup-title-bar ul .collapsed:hover {
background: url(/images/expand.gif) no-repeat left center;
min-height: 1.1em;
min-width: 1.1em;
}

.fieldgroup-title-bar ul .expanded,
.fieldgroup-title-bar ul .expanded:hover {
background: url(/images/collapse.gif) no-repeat left center;
min-height: 1.1em;
min-width: 1.1em;
}

.fieldgroup-title-bar a {
cursor: pointer;
text-decoration: none;
padding-left: 10px; /* Setting must be in px */
color: #000000;
}

/* ----------------------------------------- */
/*      Portlet configuration screenlet      */
/* ----------------------------------------- */

.portlet-config {
  background-color: #D4D0C8;
  border: 0.2em solid #D4D0C8;
  margin-bottom: 0.5em;
}

.portlet-config-title-bar .title {
color: #555555;
float: left;
}

.portlet-config-title-bar ul {
display: inline; /* IE Fix */
}

.portlet-config-title-bar ul li {
float: right;
font-weight: normal;
padding: 0.1em 0.5em 0.2em 0.5em;
}

.portlet-config-title-bar ul li.move-up {
background: url(/images/arrow-single-up-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-down {
background: url(/images/arrow-single-down-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-left {
background: url(/images/arrow-single-left-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-right {
background: url(/images/arrow-single-right-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-top {
background: url(/images/arrow-end-up-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-bottom {
background: url(/images/arrow-end-down-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.remove {
background: url(/images/mini-trash.png) no-repeat center center;
}
.portlet-config-title-bar ul li.edit {
background: url(/images/mini-edit.png) no-repeat center center;
}


/* == Portal Manager Toolbar == */

#manage-portal-toolbar {
background-color:#D4D0C8;
margin-bottom: 0.5em;
}

#manage-portal-toolbar ul li {
float: left;
padding: 0.1em 0.5em 0.2em 0.5em;
}

#manage-portal-toolbar #config-on-off,
#manage-portal-toolbar #manage-portal-page,
#manage-portal-toolbar #add-column {
float: right;
}

#manage-portal-toolbar #portal-page-name {
font-weight: normal;
}

.manage-portal-column-toolbar #add-portlet,
.manage-portal-column-toolbar #delete-column,
.manage-portal-column-toolbar #column-width {
float: right;

}

/*=================== For the quickadd page =================================*/

.quickaddall{
padding-bottom:0.3em;
padding-top:0.3em;
}

.quickaddtable{
/*display:inline-block;*/
clear:both;
}

.quickaddtable span {
display:inline;
float:left;
border-right:0.1em solid #999999;
border-top:0.1em solid #999999;
margin:0;
padding:0.3em;
}

.quickaddtable p {
clear:left;
height:100% !important; height:1em;
}

.quickaddtable span.pid {
width:10%;
}

.quickaddtable span.name {
width:50%;
text-align:left;
}

.quickaddtable span.listPrice {
width:10%
}

.quickaddtable span.totalPrice {
width:10%
}

.quickaddtable span.qty {
width:10%
}

/* `Widths
----------------------------------------------------------------------------------------------------*/

.input_tiny {
    width: 50px;
}

.input_small {
    width: 100px;
}

.input_medium {
    width: 150px;
}

.input_large {
    width: 200px;
}

.input_xlarge {
    width: 250px;
}

.input_xxlarge {
    width: 300px;
}

.input_full {
    width: 100%;
}

/*
    Added via JS to <textarea> and class="input_full".
    Applies to IE6, IE7. Other browsers don't need it.
*/
.input_full_wrap {
    display: block;
    padding-right: 8px;
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
    border: 0;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

/* ----------------------------------------- */
/*     input style      */
/* ----------------------------------------- */

textarea,
input[type="file"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    border: 1px solid #ccc;
    color: #000;
    outline: 0;
    padding:2px 2px 0 2px;
    margin:0px;
    font-size:14px;
    line-height:14px;
    vertical-align:middle;
    }
input[type="checkbox"],
input[type="radio"]{
    vertical-align:middle;
    padding:0 3px 0 3px;
    margin:0 3px 0 3px;
    margin:0;
    border:0;
}
input:focus{
    /* line-height:14px;  */
    /* padding:2px 0 0 2px; */
    }
a.disabled,
button[disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled] {
    color: #888;
    border-color: #ddd #ddd #ccc;
}

/*그룹웨어 보내기 버튼*/
/*.zeroclipboard-is-hover, 
.zeroclipboard-is-active {
    display:block;
    background-color:rgb(35, 91, 169);
    border: 1px solid rgb(35, 91, 169);
    color: #ffffff; 
}*/




/*
    Separate rule for Firefox.
    Cannot stack with WebKit's.
*/

input.placeholder_text,
textarea.placeholder_text {
    color: #888;
}

::-webkit-input-placeholder {
    color: #888;
}

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
    background-color: #eee;
    color: #000;
}

textarea[readOnly],
select[readOnly],
input[type="date"][readOnly],
input[type="datetime"][readOnly],
input[type="datetime-local"][readOnly],
input[type="email"][readOnly],
input[type="month"][readOnly],
input[type="number"][readOnly],
input[type="password"][readOnly],
input[type="search"][readOnly],
input[type="tel"][readOnly],
input[type="text"][readOnly],
input[type="time"][readOnly],
input[type="url"][readOnly],
input[type="week"][readOnly] {
    background-color: #f7f7f7;
    color: #000;
}

textarea,
select[multiple] {
    height: auto;
}

select[multiple],
.is_webkit select[multiple] {
    background-image: none;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
    /*width: 100%;*/
}

optgroup {
    color: #000;
    font-style: normal;
    font-weight: normal;
}






/* `IE6
----------------------------------------------------------------------------------------------------*/

.ie6_button,
* html button {
    background: #ddd url(images/button.png) repeat-x;
    border: 0.1em solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 1.2em Arial, sans-serif;
    padding: 0.2em 1em 0;
    overflow: visible;
    width: auto;
}

* html button {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.ie6_input,
* html textarea,
* html select {
    background: #fff;
    border: 0.1em solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: #000;
    padding: 0.2em 0.3em 0.1em;
    font-family: Arial, sans-serif;
    vertical-align: top;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
    color: #888;
}

.ie6_input_disabled {
    background: #eee;
}

.categorydetail {
color: #333;
font-weight: bold;
padding: 0.3em 0 0.3em 1.3em; /* Setting must be in px */
background:url(/images/bg_bullet_full_2.gif) no-repeat 0.5em 0.7em;
font-size:1.3em;
}

/* ------------------------------- */
/*      Browse Category Style      */
/* ------------------------------- */

.browsecategorytext {
color: #333;
font-weight: normal;
padding: 0.3em 0 0.3em 1.3em; /* Setting must be in px */
background:url(/images/bg_bullet_full_2.gif) no-repeat 0.5em 0.7em;
border-bottom:1px solid #ebebeb;
}

A.browsecategorybutton {
color: #333;
}

.browsecategorybuttondisabled {
color: #333333;
font-weight: normal;
}

/* ----------------------------------- */
/*      Event/Error Message Style      */
/* ----------------------------------- */

.eventMessage, .errorMessage {
background-color: #FFFFEE;
border: solid #000000 0.1em;
font-weight: normal;
margin: 0;
padding: 1em;
}

.eventMessage {
color: #333;
}

.errorMessage {
color: #ff0000;
}

/* ------------------------ */
/*      Product Styles      */
/* ------------------------ */

.basePrice {
color: #000000;
}

.normalPrice {
color: #008000;
}

.salePrice {
color: #ff0000;
}
.product-prevnext {
text-align: right;
background-color:#f5f5f5;
padding:7px;
}

.productsummary-container {
border-top:0;
/* margin-top: 0.5em; */
/* margin-bottom: 0.5em; */
}

.productsummary {
border-bottom: #ebebeb solid 1px;
/* using min-height as an alternative to clear: both; because that, in some browsers, will clear the top-level columns and not just in this div (Mozilla based, namely) */
min-height: 6em;
overflow: hidden;;
padding: 0.5em;
position: relative;
}


.productsummary .smallimage {
/* position: absolute; top: 5px; left: 5px; */
float:left;
margin: 0 1em 0.5em 0;
padding-right:1em;
border-right : 1px solid #ebebeb;
overflow:hidden;
}
.productsummary .smallimage a{
    float:left;
}
.productsummary .smallimage img {
/*border: #CCC solid 0.1em;*/
width:100px;
height:auto;
}

.productsummary .popup{
    float:left;
}
.productsummary .popup-table td{
padding:0.5em;
}

.productsummary .productbuy {
float: right;
margin: 0.5em;
text-align: right;
}

.productsummary .productinfo {
float: left;
text-align: left;
}

#productdetail {
    padding:0 10px;
}

#productdetail #long-description {
/*border-top: #999 solid 0.1em;*/
margin-top: 1em;
padding-top: 0.5em;
}

#productdetail #reviews {
/*border-top: #999 solid 0.1em;*/
margin-top: 1em;
padding-top: 0.5em;
}

#productdetail #associated-products {
/*border-top: #999 solid 0.1em;*/
margin-top: 1em;
padding-top: 0.5em;
}

.breadcrumbs{
    padding:5px 10px;   
}

.OrderEntryCatalog_btn{
    padding:5px 10px;   
}

#productdetail hr{border:0; height:1px; margin:5px 0; padding:0;}

.treeWrapper {
background-color: #ffffff;
border-top: 0.1em solid #000000;
border-left: 0.1em solid #000000;
color: #000000;
font-weight: normal;
margin-left: 1.2em;
margin-top: 0.2em;
text-decoration: none;
}

/* ------------------------- */
/*      HTML Log Styles      */
/* ------------------------- */

.DEBUG {
color: #808080;
}

.WARN {
color: #0000ff;
font-weight: bold;
}

.INFO{
color: #008000;
}

.ERROR {
border: 0.2em solid #ff0000;
color: #ff0000;
font-weight: bold;
}

/* ---------------------------- */
/*     Multi-Column Styles      */
/* ---------------------------- */

#column-container {
margin: auto;
padding: 10px 10px 5px 10px;
position: relative;
background:#f5f5f5;
}

#column-container  h1,
#column-container .h1{
margin:0.4em 0;
padding:0.4em 0;
background: url(images/title_icon.png) no-repeat center left;
text-indent:20px;
line-height:1.3em;
}

#column-container .page-title-bar h1,
#column-container .page-title-bar .h1{
position:absolute;
top:0;
left:0;
margin:0;
padding:0.4em 0;
background: url(images/title_icon.png) no-repeat center left;
text-indent:20px;
}

#column-container h1.screenlet-title.h1{
    font-size:12px;
    font-weight:bold;
    background:none;
    text-indent:0;
}

#column-container h5,
#column-container .h5{
margin: 1em 0;
padding:0.4em 0;
/* background: url(images/title_icon.png) no-repeat center left; */
text-indent:4px;
line-height:1.3em;
}
#column-container h2,
#column-container h4,
#column-container .h2,
#column-container .h4 {
margin: 0.5em;
}

#column-container .left {
float: left;
/* alt: position: absolute; top: 0px; left: 0px; */
width: 22em;
margin-right: 0.5em;
}

#column-container .left-larger {
float: left;
/* alt: position: absolute; top: 0px; left: 0px; */
width: 25em;
margin-right: 1em;
}


.lefthalf {
float: left;
height: 1%;
left: 0;
margin-top:0px;
width: 49.5%;
}

.lefthalf02{
float: left;
height: 1%;
left: 0;
margin: 0;
width: 49.5%;
}

.lefthalf03{
float: left;
height: 1%;
left: 0;
margin: 0;
width: 49.5%;
border:0;
}

.page-title-bar + .lefthalf,
.page-title-bar + .lefthalf + .righthalf {
    margin-top:0;
}

.lefthalf02 table td{
    height:25px;
}

.lefthalf03 > table > td{
    height:20px;
}

.lefthalf02 table td.label, .lefthalf03 table td.label{
    background-color:#f5f5f5;
}

.righthalf {
float: right;
height: 1%;
margin-top:0px;
right: 0;
width: 49.8%;
}

.righthalf02{
float: right;
height: 1%;
margin: 0;
right: 0;
width: 49.8%;
}

.righthalf03{
float: right;
height: 1%;
margin: 0;
right: 0;
width: 49.8%;
border-color:#ebebeb;
}

.lefthalf03 > h3{
    width:99.3%;
    font-weight:bold;
    background:#f1f1f1;
    border-width:0 1px 1px 0;
    border-color:#ebebeb;
    border-style:solid;
    padding:0.4% 0 0.4% 0.6%;
}

.righthalf03 > h3{
    width:99.3%;
    font-weight:bold;
    background:#f1f1f1;
    border-width:0 0 1px 1px;
    border-color:#ebebeb;
    border-style:solid;
    padding:0.4% 0 0.4% 0.6%;
}
.righthalf02 table td{
    height:25px;
}

.righthalf03 > table > td{
    height:20px;
}

.righthalf02 table td.label, .righthalf03 table td.label{
    background-color:#f5f5f5;
}

#column-container .right {
float: right;
margin-left: 1em;
width: 22em;
}

#column-container .leftonly {
margin-left: 23em;
width: auto;
}

#column-container .leftonly-larger {
margin-left: 26em;
width: auto;
}

#column-container .rightonly {
margin-right: 23em;
width: auto;
}

#column-container .center {
margin-left: 23em;
margin-right: 23em;
width: auto;
}

#column-container .nocolumns {
width: auto;
}

/* ------------------------------ */
/* Deprecated styles - DO NOT USE */
/* ------------------------------ */

.apptitle {
background-color: #333;
color: #FFFFFF;
display: block;
font-weight: bold;
line-height: 2em;
width: 100%;
}

.boxhead {
color: #FFFFFF;
font-weight: bold;
}

.boxlink {
float:right;
}

DIV.boxtop {
background-color: #333;
border-color: #999999;
border-style: solid;
margin: 0 auto 0 auto;
padding: 0.1em 0.4em 0.1em 0.4em;
text-align: center;
}

DIV.boxhead-left {
border: none;
color: #FFFFFF;
float: left;
font-weight: bold;
width: auto;
}

DIV.boxhead-fill {
border: none;
color: #FFFFFF;
font-weight: bold;
text-align: center;
width: 0;
}

DIV.boxhead-right {
border: none;
color: #000;
float: right;
font-weight: bold;
width: auto;
}

A.boxheadbutton {
color: #FFFFFF;
}

A.boxheadbutton:hover {
color: #ff0000;
text-decoration: none;
}

.boxoutside {
background-color: #FFFFFF;
border: 0.1em solid #999999;
}

.boxtop {
background-color: #333;
border: 0 solid #999999;
padding: 0.1em 0.4em 0.1em 0.4em;
}

.boxbottom {
background-color: #FFFFFF;
border: 0 solid #999999;
padding: 0.4em;
}

.webToolList h3 {
  margin:0.75em 0 0.09em 0;
  text-transform:uppercase;
}

A.linktext {
color: #333;
}

A.linktext:hover {
color: #ff0000;
}

.buttontextdisabled {
color: #333333;
}

.submenutextinfo {
color: #000;
font-weight: bold;
line-height:1.5em;
padding: 0 5px 0 5px;
vertical-align:middle;
}

.submenutext, A.submenutext, A.submenutext:visited {
border-right: 0.1em solid #5886C6;
color: #ffff00;
font-weight: bold;
padding-left: 0.2em;
padding-right: 0.5em;
}

A.submenutext:hover {
color: #ffff00;
}

.submenutextdisabled, A.submenutextdisabled {
border-right: 0.1em solid #5886C6;
color: #CCCCCC;
font-weight: bold;
padding-left: 0.2em;
padding-right: 0.5em;
}

A.submenutextdisabled:hover {
color: #ffff00;
}

.submenutextinforight {
color: #ffffff;
font-weight: bold;
padding-left: 0.2em;
}

.submenutextright, A.submenutextright {
color: #ffff00;
font-weight: bold;
padding-left: 0.2em;
}

A.submenutextright:hover {
color: #ffff00;
}

.submenutextrightdisabled, A.submenutextrightdisabled {
color: #CCCCCC;
font-weight: bold;
padding-left: 0.2em;
}

A.submenutextrightdisabled:hover {
color: #ffff00;
}

A.lightbuttontext {
border: none;
color: #222;
}

A.lightbuttontext:hover {
color: #ccc;
}

A.lightbuttontextsmall {
border: none;
color: #222;
}

A.lightbuttontextsmall:hover {
color: #ccc;
}

.lightbuttontextdisabled {
color: #CCCCCC;
font-weight: bold;
}

DIV.row {
background-color: #B4B0AA;
margin: 0 auto 0 auto;
text-align: center;
}

DIV.col {
border: none;
float: left;
width: auto;
}

DIV.col-fill {
background-color: #B4B0AA;
border: none;
color: #333;
font-weight: bold;
text-align: center;
width: 0;
}

DIV.col-right {
border: none;
float: right;
width: auto;
}

.leftclear{
clear: left;
height: 1%;
}

DIV.endcolumns {
/* deprecated - use .clear */
clear: both;
}

DIV.simple-right-small {
float: right;
width: 2em;
text-align: right;
}

DIV.simple-right-half {
float: right;
width: 50%;
text-align: right;
}

.left-border {
float: left;
margin-right: 1em;
/*width: 22em;*/
width: 200px;
border-right: 1px dotted #ccc;
/*background-color: #eee;*/
height: 100%;
position:relative;
overflow:hidden;
}

DIV.widget-container {
margin-bottom: 2em;
}

DIV.column-left-wide {
background-color: #CCCCCC;
border: #000000 solid 0.2em;
float: left;
overflow: auto;
width: 30em;
}

img.cssImgXLarge {
    /*border: 1px black solid;*/
    max-width: 200px;
    max-height: 150px;
}

img.cssImgLarge {
    /*border: 1px black solid;*/
    max-width: 100px;
    max-height: 75px;
}

img.cssImgStandard {
    /*border: 1px black solid;*/
    max-width: 70px;
    max-height: 52px;
}

img.cssImgSmall {
    /*border: 1px black solid;*/
    max-width: 50px;
    max-height: 37px;
}

/* From http://jqueryui.com/demos/autocomplete/maxheight.html */
/* When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 250px;
}

/* The custom CSS for adjust the JsTree */
.jstree-default .jstree-leaf > ins { 
 background-position:-36px 0;
 vertical-align: top;
 }
html>/**/body .jstree-default a {
/* white-space:normal !important; */
 height: auto;
 }
/* IE6 and below */  
* html .jstree-default a { 
/* white-space:normal; */
height: auto;
}
/* IE7 */  
*+html .jstree-default a {
/* white-space:normal; */
height: auto;
}



/*---왼쪽 tree부분---*/

.helptree {overflow:auto; height:88vh;}

#tree a{
    line-height:1.8em;  
}

/*.contentarea{background:#f5f5f5;}*/

.discription{ 
    line-height:2em;
    padding-left:1em;
    color:#f0a994;
}


/*product 부분 추가 */
#AddProductPrice {border-top:1px solid #ebebeb;}


/* */
.keywordsearchbox{
    padding-bottom:3px;
    margin:5px auto;
    }
.keywordsearchbox tr, .keywordsearchbox td{padding:1px; margin:0;}
.keywordsearch-title{
    border-bottom:1px dotted #ccc;
    border-top:1px dotted #ccc;
    background:#f5f5f5;
    text-indent:5px;
    padding:3px 0;
    }
.keywordsearchbox label{padding-left:3px; vertical-align:top;}

#dummyPage{margin-left:0.1em;}

/* */
#AddFacilityGroupRollupToPanel{margin-top:1em;}









/* */
.order-directlist li{
    padding: 0.4em 0 0.4em 1.3em; /* Setting must be in px */
    background:url(/images/bg_bullet_full_2.gif) no-repeat 0.5em 0.7em;
    border-bottom:1px solid #ebebeb;}
.order-directlist li a{display:block; width:100%;}

/* */
/* .screenlet-title-bar .order-btn-list{display:inline-block; position:absolute; top:2px; right:3px;} */
/* .screenlet-title-bar .order-btn-list{float:right; oveflow:hidden;} */
/* .screenlet-title-bar .order-btn-list .disabled, .screenlet-title-bar .order-btn-list li{float:left;} */

.noClass {margin:0 0.3em;}

/* */
.textarea02{width:97%;}

/*로그인 부분*/

.login-table{
     -webkit-appearance: none;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border:2px solid #ebebeb;
    padding:20px;
    width:350px;
    margin: 0 auto;
    
}
.login-table table{
    margin:0 auto;
    width:300px;
    height:auto;
}

.login-table table tr td{
    padding: 0.5em 0;
*padding: 0.5em0.5em;
  vertical-align:center;
  text-align:left;
}

.login-table .label {
/* Used for <input> element labels */
font-weight: normal;
height: 1.2em; /* Same as <input> height */
padding-right: 1.1em;
text-align: right;
white-space: nowrap;
width: 1%;
vertical-align: middle;
}

#Document > .contentarea > #column-container{background-color:#fff;}

 .tabletextright {
text-align: right;
}

 .tabletextleft {
text-align: left;
}

/*캘린더 부분*/

.line{display:block; padding:0.5em 0; border-bottom:1px solid #ebebeb; text-indent:1em;}
.line02{display:block; padding:0.5em 0; text-indent:1em;}

a.plus{text-decoration:none !important; padding:1px 3px; border:1px solid #aed6f3; background:#e0eef9; margin:0 0 0 5px; color:#84b7dd;}
a.plus02{text-decoration:none !important; padding:1px 5px; border:1px solid #aed6f3; background:#e0eef9; margin:0 0 0 5px; color:#84b7dd;}
.calendar hr{ border-top:1px dotted #fff;}
.nowrap{white-space:nowrap;}

/*#screenlet_1_col{min-width:1500px; overflow:auto;}*/

/*반품항목 테이블*/
td.formalign form{float:right; width:100%; margin:0; padding:0;}

/*소요계획 승인 width*/
.wid{width:8%; text-align:right; background-color:#f5f5f5;}

.noborder{border:0;}

/*help alink color*/
a.helpalink{color: blue;}

a.helpalink:visited {
color: blue;
font-weight: normal;
}

a.helpalink:hover, a.helpalink:active {
text-decoration: underline;
}

.seperatorVLine {
    border-right:1px solid black;   
    display: block;
    width:10px;
    height:20px;
    margin-right:10px;
}

/*webpos*/

.webpos_list img.cssImgSmall{
    margin-right:5px;
    border:1px solid #ccc;
    width:60px;
    height:60px;
    vertical-align:center;
}

/*인사*/

.borderColoreb{border-color:#ebebeb;}
.overflow-x{overflow-x:auto;}
.overflow-y{overflow-y:auto;}
.overflow{height:73px !important; overflow:auto;}
.address > p {padding:3px; border-bottom:1px solid #ebebeb;}




.title-vseparator,
.item-vseparator {
    margin-left: -10px;
    margin-right: -10px;
    height: 1px;
    border:0;
}

.title-hseparator,
.item-hseparator {
    margin-top: -10px;
    margin-bottom: -10px;
    width: 1px;
    border:0;
}

.header-row .title-vseparator,
.header-row .item-vseparator,
.header-row .title-hseparator,
.header-row .item-hseparator{
    /* background-color:#ebebeb; */
}

.header-row-2 .title-vseparator,
.header-row-2 .item-vseparator,
.header-row-2 .title-hseparator,
.header-row-2 .item-hseparator{
    /* background-color:#ccc; */
}

.no-padding {
padding: 0;
border: none;
}

.no-padding-topbottom{
    padding-top:2px;
    padding-bottom:0;
}

.margin-topbottom3px{
    margin:3px 0;
}

.width10 {
    width:10px;
}

.width40{
    widht:40px;
}

.middleline{
    height:2px;
    background:#ebebeb;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-top:20px;
}

/*피킹목록*/

.pickinglist-out{
    /*width:98%;
    border:1px solid #ebebeb;
    border-right:2px solid #ebebeb; */
    background:#f5f5f5;
    padding:3px 5px;
}

.pickinglist-out02{
    border:1px solid #d7d7d7;
    background:#f5f5f5;
    margin:0 5px;
}

.pickinglist {
background-color: #fff;
color: #000000;
width:100%;
margin:0;
border:1px solid #d7d7d7;
}

.pickinglist02 {
background-color: #fff;
color: #000000;
width:100%;
margin:0;
border:0;
}


.pickinglist tr td {
padding:1px 10px;
vertical-align: middle;
border-right:1px solid #dddddd;
border-bottom:1px solid #ebebeb;
}

.pickinglist02 tr td {
padding:1px 10px;
vertical-align: middle;
border-right:1px solid #dddddd;
border-bottom:1px solid #ebebeb;
}


.pickinglist thead .header-row th,
.pickinglist thead .header-row td,
.pickinglist .header-row th,
.pickinglist .header-row td {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background:#ebebeb;
/*background:#d7d7d7;*/
padding:3px 10px;
line-height:1.5em;
vertical-align:middle;
}

/*spinner*/

.spinner{
width:180px;
margin:25px 10px;
background:#fff;
}


.spinner h1{font-size:12px; color:#333;}

.spinner a{ background:#589ded; border:1px solid #86bbf9; color:#fff; margin-top:10px; padding:5px 20px;}

#Document{overflow:auto; height:90vh;}

/* HELP styles */

.help-title {
clear: both;
background: #1266B0; /*url(images/main-nav.gif) top left repeat-x;*/
color: #fff;
overflow: hidden;
line-height:30px;
font-color: white;
font-size: medium;
font-weight: bold;;
}

#column-container .helpcontainer {
width: 1000xp;
}

#column-container .left-border {
float: left;
margin-right: 1em;
/*width: 22em;*/
width: 260px;
border-right: 1px dotted #ccc;
/*background-color: #eee;*/
height: 100%;
position:relative;
overflow:hidden;
}


#dtree_header{
    font-family: 굴림;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    padding-left:3px;  
    background-color:#F6F6F6;
    padding:10px;
    margin:0;
}


.helpcolumncontainer{
margin: auto;
padding: 5px 10px 5px 10px;
position: relative;
border-color: #F6F6F6;
border-style: solid;
}

.helptree{
        background-color:#F6F6F6;
}

.single-table tbody td.label{
    background:#f8f8f8;
    font-size: 13px;
}

.border0 {
    border : 0 !important;
}

.fixed-row {
    color: red;
    /*
    background-color: black;
    font-weight:bold;
    */
}

.displayNone {
    display: none;
}

.width100 {
    width: 100%;
}

._width10 {
    width: 10%;
}
.dummyTableRow{
    background-color: rgb(245, 245, 245);
}


div.list-table-div .list-table th, div.list-table-div .list-table td, div.list-table-div .list-table th span, div.list-table-div .list-table td span, 
div.list-table-div .multi-table th, div.list-table-div .multi-table td, div.list-table-div .multi-table th span, div.list-table-div .multi-table td span, 
.field-lookup, .view-calendar, .field-lookup span, .view-calendar span 
{
    white-space: nowrap;
    text-overflow: ellipsis;
} /* width를 felx하게 하면서 가로 스크롤을을 하면서 fiexedColumns 옵션을 사용하기 위해 필수 적용 */


.displayLabel {
/* Used for <input> element labels */
font-weight: normal;
height: 1.2em; /* Same as <input> height */
padding-right: 1em;
text-align: right;
white-space: nowrap;
width: 1%;
vertical-align: middle;
}

.jb-table {
   display: table;
   width: 100%;
 }
 .jb-table-row {
   display: table-row;
 }
 .jb-table-cell {
   display: table-cell;
   padding: 0px 10px;
/*    border-bottom: 1px solid #CCC; */
 }
 .jb-top {
   vertical-align: top;
 }
 .jb-middle {
   vertical-align: middle;
 }
 .jb-bottom {
   vertical-align: bottom;
 }
 .hasDatepicker{
 	width: 110px;
 }