@import "clears.css";
@import "icons.css";
@import "buttons.css";
@import "type.css";
@import "forms.css";
@import "table.css";
@import "header.css";
@import "wizard.css";
@import "menu.css";

body {
    background: url("../images/bg.png") repeat scroll 0 0 transparent;
    color: #666666;
    font-family: "Tahoma","Lucida Grande",sans-serif;
    font-size: 11px;
    height: 100%;
    line-height: 1;

}

a{
    cursor: pointer;
}
b{
    font-weight: bold;
}
div#secondary {
    margin-top: 16px;
    background: url("../images/nav_secondary_bg.png") repeat scroll 0 0 transparent;
    float: left;
    height: 100%;
    width: 200px;
}

div#secondary ul {
    border-bottom: 1px solid #FFFFFF;
    width: 200px;
}
div#secondary ul li{
    cursor: pointer;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #FFFFFF;
    color: #8A8A8A;
    display: block;
    font-family: "Tahoma","Lucida Grande",sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 12px;
    text-decoration: none;
}
div#secondary ul li:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}
div#secondary ul li.active {
    background-color: #E5E5E5;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    text-shadow: 0 1px 0 white;
}
div#secondary ul li:first-child a {
    border-top: medium none;
}
div.sub-menu{
    line-height: 25px;
    margin-left: 20px;
    text-transform: capitalize ;
}
div.sub-menu a{
    padding-left: 20px;
    display: block;
    text-transform: capitalize ;
}
div.sub-menu a:hover{

    background-color:#dddddd ;
}
div.sub-menu a.active{
    background: url("../images/buttonblue_bg.png") repeat-x scroll 0 0 #477DAE;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #104266;
}
div#maincontainer {
    height: 100%;
    min-width: 600px;
    overflow: auto;

}
div#main{
    padding: 16px 0 0 0;
    min-width: 600px;
    width: 100%;
}


.box {
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;
}

.column-left {
    float: left;
    width: 49%;
}
.column66{
    float: left;
    width: 66%;
}
.column33{
    float: left;
    width: 33%;
}
.column-right {
    float: right;
    width: 49%;
}

.box-header {
    background-color: #E5E5E5;
    border-top: 1px solid #FAFAFA;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 40px;
}
.box-header h1 {
    color: #898989;
    float: left;
    font-family: "Tahoma","Lucida Grande",sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 14px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: capitalize;
}
.action_bar {
    background: url("../images/action_bar_bg.png") repeat-x scroll 0 0 #E8E8E8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 7px 14px 7px 8px;
}

.box-content {
    padding: 14px;
    overflow: auto;
}

.box-header ul,.action_bar ul {
    border-left: 1px solid #E1E1E1;
    float: right;
}
.box-header ul li, .action_bar ul li {
    display: inline;
    margin-left: -3px;
}
.box-header ul li a, .action_bar ul li a {
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #E1E1E1;
    color: #999999;
    display: inline-block;
    font-family: "Tahoma","Lucida Grande",sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.box-header ul li a:hover, .action_bar ul li a:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
.box-header ul li:first-child, .action_bar ul li:first-child {
    margin-left: 0;
}
.box-header ul li:last-child a, .action_bar ul li:last-child {
    border-right: medium none;
}
.box-header ul li.active a, .action_bar ul li.active a {
    background: none repeat scroll 0 0 #FAFAFA;
    border-left: 1px solid #FAFAFA;
    cursor: default;
}


.box-content h1, .box-content h2, .box-content h3, .box-content h4, .box-content h5, .box-content h6 {
    margin-bottom: 14px;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

.box-header ul {
    border-left: 1px solid #E1E1E1;
    float: right;
}
ol, ul {
    list-style: none outside none;
}

.clear{
    clear: both;
}


.nomargin {
    margin: 0;
}
.framebody{
    margin-left: 16px;
    margin-right: 16px;
}
.popupbody{
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 16px;
}


div.Info, div.OK,div.empty,div.warning,div.Info2{
    cursor: pointer;
    -webkit-border-radius: 05px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;

}

div.Info,div.Info2 {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../div/info-blue.png');
}

div.OK {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../div/success.png');
}

div.empty {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../div/error.png');
}
div.warning {
    display: none;
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../div/warning-orange.png');
}

tr.warning{
    background-color: #FEEFB3;
}


input.error{
    background: #f8dbdb;
    border-color: #e77776;
}
textarea.error{
    background: #f8dbdb;
    border-color: #e77776;
}
select.error{
    background: #f8dbdb;
    border-color: #e77776;
}
label.error{
    color:#e77776;
    font-weight: bold;
    font-size: 14px;
}
option.error{
    color:red;
}

div.r1{
    float: right;
    overflow: hidden;
}
div.l1{
    float: left;
    overflow: hidden;
}


.needvalid{
    color: red;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
    padding-right: 10px;
}


.childnode{
    background-image: url(../images/nodejoin.gif);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0px;
    display:inline-table;
    width: 20px;
    height: 20px;
}


label{
    text-wrap: none;
    text-overflow: ellipsis;
}


.window-help2{
    -webkit-border-radius: 05px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border: 1px solid #939598;

    position: fixed;
    top: -3px;
    left: 10px;
    width: 98%;
    height: 550px;

    overflow:hidden;
    z-index: 12;
    background: url("../images/bg.png") repeat scroll 0 0 transparent;
    font-size: 11px;
    color: #000000;
    text-align:left;
    display: none;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}