html
{
   min-height: 100%;
   margin-bottom: 1px;
}

body
{
  background: #FFFFFF; /*BACKGROUND COLOR */
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  height: 100%;
}

#container
{
  width: 760px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  position: relative;
} 

#tabs
{
  width: 758px;
  padding: 0;
  margin: 0 auto;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  height: 32px;
  border: 0 none;
}

#tabs ul
{
  margin: 0 auto;
  padding: 3px 0 0;
  margin: 0 0 0 90px;
  list-style: none;
}

#tabs ul li
{
  width: 195px;
  height: 29px;
  float: left;
}

#tabs ul li a
{
  display: block;
  background: url(../images/v3/tabs.gif) 0px -29px no-repeat;
  height: 17px;
  font-size: 11pt;
  line-height: 1em;
  font-weight: bold;
  padding: 12px 0 0 !important;
  text-decoration: none;
  color: #666;
  text-align: center;
}

#tabs ul li a.current
{
  background-position: 0px 0px;
  color: #FFF;
}

#tabs ul li a.current:hover
{
  color: #EEE;
}

#tabs ul li a:hover
{
  color: #000;
}

#toptabs
{
  margin: 0 0 0 100px;
  padding: 0;
}

#toptabs a
{
  height: 30px;
  width: 185px;
  display: block;
  float: left;
}

#toptabs a#olap
{
  background: url(../images/v3/tabs-olap.gif) 0px -30px no-repeat;
}

#toptabs a#company
{
  background: url(../images/v3/tabs-company.gif) 0px -30px no-repeat;
}

#toptabs a#modeler
{
  background: url(../images/v3/tabs-modeler.gif) 0px -30px no-repeat;
}

#toptabs a#company:hover, #toptabs a#modeler:hover, #toptabs a#olap:hover
{
  background-position: 0px -60px;
}

#toptabs .selected a#modeler, #toptabs .selected a#company, #toptabs .selected a#olap, #toptabs .selected a#modeler:hover, #toptabs .selected a#company:hover, #toptabs .selected a#olap:hover
{
  background-position: 0px 0px;
}


#navigation
{
  background: #323ea2 url(../images/v3/menu-gradient.gif) top left repeat-x;
  font-size: 9pt;
  margin: 0;
  padding: 0;
  height: 25px;
  border-collapse: collapse;
  text-align: center;
  border-bottom: 1px solid #0000a0;
}

ul.menulist
{
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-collapse: collapse;
  margin-left: 260px;
  padding-top: 3px;
}

ul.menulist li
{
  border-collapse: collapse;
  float: left;
  margin: 3px 0;
  padding: 0;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #FFF;
}

ul.menulist li.last
{
  border: 0 none;
}

ul.menulist li a
{
  text-decoration: none;
  color: #FFF;
  padding: 1px 12px;
  display: block;
  margin: 0;
}

ul.menulist li a:hover
{
  color: #000;
  background-color: transparent;
  padding: 1px 12px;
  margin: 0;
}

#content
{
  padding: 0;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #0000a0;
  /*background: url(../images/background.gif) top left repeat-y;*/
  
}

#content #sidebar
{
  width: 128px;
  padding: 4px;
  float: left;
  margin: 0;
}

#content #body
{
  margin: 0 0 0 140px;
  margin: 0;
  padding: 4px 10px 0;
}

#content p
{
  margin: 0;
  padding: 0 0 1em;
}

.clear
{
  clear: both;
}

h1, h2, h3, h4, h5, h6
{
  margin: 0;
  padding: 0;
  color: #0000a0; /* COLOR1 */
}

h1
{
  font-size: 1.6em;
}

h2
{
  font-size: 1.5em;
}

h3
{
  font-size: 1.3em;
}

#footer
{
  clear: both;
  height: 25px !important;
  height: 30px;
  width: 100%;
  text-align: center;
  background: #0000a0; /* COLOR1 */
  background: #323ea2 url(../images/v3/footer-gradient.gif) top left repeat-x;
  padding-top: 10px;	
  color: #F4F4F4;
}

#table_download
{
  background: #ffffff;
  border-color: #808080;
  padding: 5px 5px;
  border-width: 1px;
  border-style: double;
}

#table_download_header
{
  background: #C0C0C0;
  font-weight: bold;
}

#table_order
{
}

#table_order_header
{
  background: #C0C0C0;
  font-weight: bold;
}

#image_sqlxg_01, image_pixel
{
  border-width: 0;
}

#page_hdr
{
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

#table_requirements
{
  text-align: left;
}

#menu_bottom
{
  text-align: center;
}
































/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: absolute;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#TB_window {
  position: absolute;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
}
#TB_window img {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:5px 10px 7px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: absolute;
  display:none;
  height:100px;
  width:100px;
  z-index:101;
}
#TB_HideSelect{
  z-index:99;
  position:absolute;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}