﻿div.tabBox
{
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    /*text-align: center;*/
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 2px;
    border-bottom-width: 1px;
    border-left-width: 2px;
    border-right-color: #4587D8;
    border-bottom-color: #4587D8;
    border-left-color: #4587D8;
}

  /* imgTab */
.imgTab {clear:both;}
.imgTab ul {white-space:normal;background:url('../Images/BTab/TabstripBackground.gif') repeat-x 0px bottom;margin-bottom:5px;height:26px;width:100%;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px}
.imgTab li {float:left;list-style:none;display:inline-block; white-space:nowrap;padding:0px 1px 0px 0px;}
.imgTab li.admin {float:right}

/* Tab */
.tab {clear:both;font-size:13px}
.tab ul {white-space:normal;background:url('../Images/BTab/TabstripBackground.gif') repeat-x 0px bottom;margin-bottom:5px;height:26px;width:100%;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px}
.tab li {float:left;list-style:none;display:inline-block; white-space:nowrap;padding:0px 1px 0px 0px;}
 
.tab li {background:url('../Images/BTab/tabLeftOff.gif') no-repeat;}
.tab li a {float:left;display:block;height:26px;text-decoration:none;padding:0px 5px;background:url('../Images/BTab/tabRightOff.gif') no-repeat 100% 0 ;	}
.tab li a span {float:left;display:block;line-height:28px;padding:0px 5px;background: url('../Images/BTab/tabMiddleOff.gif') repeat-x;color:#595959;}
.tab li a:hover {text-decoration:none;}

.tab li.selected {background:url('../Images/BTab/tabLeftOn.gif') no-repeat;}
.tab li.selected a {background: url('../Images/BTab/tabRightOn.gif') no-repeat 100% 0;}
.tab li.selected span
{
    background: url('../Images/BTab/tabMiddleOn.gif') repeat-x;
    font-weight: bold;
    color: #0067DF; /*폰트색상*/
}

.tab li.disable {background: url('../Images/BTab/tabLeftDisable.gif') no-repeat;}
.tab li.disable a {background: url('../Images/BTab/tabRightDisable.gif') no-repeat 100% 0px;}
.tab li.disable span {background: url('../Images/BTab/tabMiddleDisable.gif') repeat-x;color:#b3b3b3;}

.tab li.admin {float:right}