html, body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background:#f4f1ea;
}

body
{
    color:#565666;
}
* {
    font-family: Tahoma;
    font-size: 11px;
}

a, a:visited 
{
    font-family: Tahoma;
    color: #3d454d;
    cursor: pointer;
}

a:link 
{
    text-decoration: none;
    color: #3d454d;
}

a:visited 
{
    text-decoration: none;
    color: #3d454d;
}

a:hover 
{
    text-decoration: none;
    color: #3d454d;
}

a:active 
{
    text-decoration: none;
    color: #173862;
}

img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}


input, select, textarea
{
    font-family: Tahoma;
    font-size: 11px;
    border:1px #a4a1ba solid;
}

table.index
{
    width: 100%;
    min-width: 980px;
    height: 100%;
}

td.indexHeader
{
    background-color: #ece6da;
    /*height: 198px;*/
    background-image: url( '../images/indexHeaderBg.png' );
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 35px;
}

td.indexHeader table
{
    width: 100%;
}

td.indexLogo
{
    padding-left:20px;
    height: 26px;
    width: 210px;
}

div.versionInfo
{
    float:left;
    width:230px;
    height:30px;
    line-height:30px;
    text-align:right;
    position:relative;
    top:-10px;
    /*left:10px;*/
    /*background:url('/views/table/images/version.gif');*/
}

div.versionInfo a 
{
    font-family:Verdana;
    font-weight:bold;
    font-size:11px;
    color:#FF3300;
}

td.indexAdv
{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

div.indexAdv
{
    width: 750px;
    height: auto;
    /* overflow: hidden; */
    margin: 0 auto;
    /*border: 1px solid #d3d7d8;*/
    vertical-align:middle;
}

div.indexAdv div
{
    margin: 0;
    padding: 0;
}

td.indexModule
{  
    vertical-align: top;
}

td.indexFooter
{
    background-color: #e4d9c3;
    height: 28px;
    line-height: 28px;
}

td.indexNav
{
    text-align:center;
    background-color: #e4d9c3;
    height: 40px;
    margin-top:15px;
}

td.indexFooter table
{
    width: 100%;
}

td.indexFooter ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
}

td.indexFooter  ul li
{
    float: left;
    margin-left: 10px;
    padding-left: 15px;
    background-image: url( '../images/icons/doubleArrow.png' );
    background-repeat: no-repeat;
    background-position: 0 13px;
    height: 28px;
    line-height: 28px;
}

td.indexFooter a
{
    color: #584c36;
    margin: 0px;
    padding: 0px;
}

td.indexCopyright
{
    text-align: right;
    color: #584c36; 
    font-size: 11px;
}

td.indexCopyright img
{
    display:none;
    vertical-align:middle;
    position:relative;
    top:-1px;
    margin-left:4px;
    margin-right:4px;
}

/* global preview */

#global-preview-lv-0
{
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000000;
    top: 0px;
    left: 0px;
}

#global-preview-lv-1
{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000001;
    top: 0px;
    left: 0px;
    text-align: center;
}

#rules-content
{
    width: 70%;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    margin-top: 100px;
}

#rules-title
{
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    margin-left: 5px;
    color: #000000;   
    border-bottom: 1px solid #666666;
}

#rules-text
{
    margin: 5px;
    height: 250px;
    overflow: auto;
    color: #000000; 
    border: 1px solid #666666;
}

#rules-close
{
    color: #000000; 
    border-top: 1px solid #666666;
    padding: 5px;
    text-align: right;
    margin-left: 5px;
}


.tool-tip {
    color: #fff;
    width: 179px;
    z-index: 13000;
}
 
.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #FF7700;
    padding: 8px 8px 4px;
    background: url('/views/table/images/bubble.png') top left;
}
 
.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url('/views/table/images/bubble.png') bottom right;
}