@charset "UTF-8";
/* CSS Document */

/***** CSS RESET *****/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    /* border: 0; */
    outline: 0;
    font-style: inherit;
    font-family: inherit;


}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1.1;
    color: black;
    background: white;

}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
        table {

        }


caption, th, td {

    font-weight: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clearfloat {
    clear:both;
}

/***** END OF CSS RESET *****/

html {

}


.italic, em {
    font-style: italic;
}

.bold, strong {
    font-weight: bold;
}

body {
    background: #fff url(images/body_bg.png) repeat-x top;
    font-family: "Tahoma","Arial",sans-serif;
    font-size: 12px;
    line-height: 14px;

    text-align: left;


}

#container {
    width: 100%;
    margin: 0;
    text-align: left;
    position: relative;
}

#content {
    min-width: 1000px;
    height: auto !important;
    height: 600px;
    min-height: 600px;
    margin: 0;
    position: relative;
}


#header {
    height: 118px;
    width: 1000px;
    display: block;
    position: relative;
    z-index:999;
}

        #header #header_links {
            color: #fff;
            position: absolute;
            top: 14px;
            right: 10px;
            z-index:3;
        }

        #header #header_links a {
            color: #fff;
            font-size: 13px;
            z-index:4;
            padding: 2px 6px;
        }

        #header #header_links a:hover {
            color: #f4ec8f;
        }

        #header #links_bg {
            height: 28px;
            width: 440px;
            position: absolute;
            top: 10px;
            right: 0px;
            z-index:2;
            background: black;
            -moz-opacity:.70;
            -ms-filter:"alpha(opacity=70)";
            filter:alpha(opacity=70);
            opacity: .7;
        }

#main_content {
    width: 90%;
    min-width: 980px;
    margin: 10px 0px 0px 10px;
    _margin: 10px 0px 0px 0px;
    float:left;
    position: relative;
    /*background: #bbb;*/
    height: auto !important;
    min-height: 600px;
    color: #0b4848;

}
#main_content a {
    font-size:16px;
    line-height:1.4;
}

        .login #main_content {
            width: 1000px;
            margin: 0px;
            overflow: hidden;
            border: none;
            text-align: center;
        }

        .login #main_content h1 {
            font-family: Georgia, "Times New Roman",serif;
            margin: 20px auto 40px auto;
            line-height: 30px;
            font-size: 26px;
        }

        #loginForm label {
            width: 100px !important;
            display: inline-block;
            text-align: left;
        }
        #loginForm input {
            font-family: sans-serif;
        }


        .login #main_content form #login_btn {
            width: 73px;
            height: 24px;
            background: url(images/login.jpg) no-repeat 0 0;
            text-indent: -9999px;
            letter-spacing: 130em;
            cursor: pointer;
            border: none;
        }

        .login #main_content form #login_btn:hover {
            background: url(images/login.jpg) no-repeat 0px -24px;
        }

#sectionIndex li.groupTitle {
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 100px;
    margin-bottom: 10px;
    margin-top: 1em;
}

#sectionIndex li {
    margin-left: 120px;
}

#sectionIndex li span {
    font-size: 1.2em;
}



#sidebar {
    width: 100px;
    float:left;
    position: relative;
    height: auto !important;
    height: 600px;
    min-height: 600px;
    margin-left: 10px;
    z-index:1;
    display:none;
}

ul#nav {
    height: 26px;
    margin-top: -52px;
    width: 629px;
    margin-left: 371px;
    background: #fff;
      position: relative;
}
ul#nav a.head {
    font-size: 1.2em;
    padding: 0 5px;
}
ul#nav li {
    font-size: 8pt !important;
}

ul#nav, ul#nav ul {
  background-color: #fff;
  padding-left: 0px;
  cursor: default;
  font-family: "Tahoma","Arial",sans-serif;
  font-size: 13px;
  z-index:999;
}

 ul#nav li.active,  ul#nav li.active > ul {
    background-color: #DDF !important;
}

 ul#nav ul {
  border: none;
  clear: both;
  opacity: 1;
  -moz-opacity: 1;
  margin-left: 0px;
}

ul#nav li {
  list-style-type: none;
  margin: 0px;
  color: #fff;
  padding:5px 5px;
  border: none;
  height: 20px;
  display: block;
  float: left;
}
ul#nav li.groupTitle {
    font-weight: bold;
    color: #000;
    padding-left: 0px;
    clear: both;
    width: 50px;
}

ul#nav li > ul {
  display: inline;
  margin-left: -6px;
  position: absolute;
  top: 24px;
  left: -9999px;
  width: 999px;
  height: auto;
}

ul#nav li.active > ul {
  height: 27px;
  overflow: hidden;
}

ul#nav li.active:hover > ul {
  height: auto;
}

ul#nav li:hover, ul#nav li:hover > ul {
  background-color: #ffd;
}

ul#nav ul > li:hover a {
  background-color: #ff0;
}

ul#nav ul > li.active a, ul#nav ul > li.active:hover a {
  background-color: #BBF;
  padding: 2px;
}

ul#nav2 li.groupTitle:hover {
    background-color: #fff !important;
}

ul#nav li:hover > ul,  ul#nav li.active > ul {
  left: -365px;
}
ul#nav li:hover > ul {
  z-index:10;
  display:block;
}
ul#nav li.active > ul{
  z-index:9;
}

ul#nav li > ul > li {
    margin-left: 5px;
}

ul#nav li span.fiscal_year {
    padding: 5px;
}
ul#nav li span { color: #333; display: block; }
ul#nav li a { color: #333; display: block; width: 100%; }
ul#nav li span a { display: inline; }

ul#nav li a:hover { color: #333; }
ul#nav li:hover > a { color: #333; } /* supports links in branch headings - should not be display: block; */



ul#nav li > ul {
    border: 1px solid #444;
    border-top: none;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

ul#nav li.groupTitle {
    border-right: 1px dashed #666;
    display: block;
}

ul#nav ul > li.groupTitle:hover {
    background: none;
}



/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
        width: 90%;
        min-width:800px;
    }
}

.border {
    border: 1px solid #97a5b0;
    background-color: #FFF;
    min-width:800px;
    padding: 5px;
    border-spacing: 5px;
    font-size: 12px;

}

.navBox, .subNavBox {
    border: 5px solid #97a5b0;
    padding: 2px;
    border-spacing: 2px;
    font-size: 16px;
}

.subNavBox {
        border-width: 3px;
        min-width: 300px;
    font-size: 14px;
}
body {background-color:#FFF;}


.title{
    min-width:800px;
    width: 90%;
    font-size: 20px;
    font-weight:bold;
    text-align: center;

        line-height: 1.2;
      }


div.scrollTableContainer {
height: 500px;
overflow: auto;
width: 800px;
margin: 15px 0 0 0;
position: relative;
}

/* The different widths below are due to the way the scroll bar is implamented */

/* All browsers (but especially IE) */
div.scrollTableContainer table {
width: 750px;
}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableContainer table {
width: 800px;
}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableContainer table>tbody {
overflow: auto;
height: 500px;
overflow-x: hidden;
}

div.scrollTableContainer thead tr {
position:relative;
top: expression(offsetParent.scrollTop); /*IE5+ only*/
/* fixes the header being over too far in IE, doesn't seem to affect FF */
left: 0px;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableContainer td:last-child {padding-right: 20px;}



#main_content #chooseModel .ui-state-default, #main_content #chooseModel .ui-widget-content .ui-state-default, #main_content #chooseModel .ui-widget-header .ui-state-default {
    padding: 6px;
    cursor: pointer;
}
#main_content #selectAll {
margin: 6px 4px 6px 0;
}

#main_content ul.jqGridColumnOrder li {
padding: 2px;
}

#main_content #columnsDone, #main_content #aggregatesDone {
display: inline-block;
margin: 10px 0;
padding: 6px;
}

#main_content #jqGridAggregatesList {
margin-top: 6px;
}

#main_content #jqGridAggregatesList li {
padding: 1px 0;
}

#main_content #AdHocRPItable_ExportButton {
margin: 8px 0;
}


.ui-autocomplete {
    width: 150px !important;
}

