/* 
    Document   : styles.css
    Created on : Dec 5, 2009, 11:30:45 PM
    Author     : Khishigbaatar
*/

html, body  {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background-color:#8B8E85;
    overflow: auto;
}
img {
    border: none;
}
/*table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
table td {
    margin: 0;
    padding: 0; 
}*/

DIV#content {
    display:block;
    position:absolute;
    left:50%;
    width:852px;
    margin-left:-426px;
    height: 100%;
}

table#grid {
    width: 852px;
    height: 100%;
}
table#grid td.left {
    width: 31px;
    background:url(../imgs/left_border.gif) 25px 0 repeat-y
}
table#grid td.right {
    width: 31px;
    background:url(../imgs/right_border.gif) repeat-y;
    vertical-align: bottom;
}

table#main {
    height: 100%;
    width: 100%;
    background-color:white;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
}
table#main td#upper {
    height: 156px;
    vertical-align: top;
}
table#main td#footer {
    height: 27px;
    text-align: center;
    background:url(../imgs/bg_footer_27.png) repeat-x;
    font-size: 10px;
    font-weight: bold;
    color: #5A5B76;
    padding-top: 5px;
    vertical-align: top;
}

table#middle {
    height: 100%;
    width: 100%;
    margin: 10px 0;
    font-size:11px;
}

table#middle td {
    padding: 0 10px;
    background-color:#eee;
    vertical-align: top;
}

table#middle td.right_col {
    width: 218px;
    border-left: #8c8c8c 1px dotted;
    margin: 0 10px;
    padding: 0 10px;
}


DIV#top {
    height: 117px;
    background:url(../imgs/bg_top_800x117.png) no-repeat;
}

DIV#topMenu {
    float: right;
    text-align: right;
}
DIV#topMenu SPAN {
    display: inline-block;
    height: 24px;
    cursor: pointer;
}
DIV#topMenu SPAN.topmenu_separator {
    width: 17px;
    background:url(../imgs/mon/h_sep.gif) no-repeat;
    cursor: default;
}

DIV#langSwitch {
    margin: 9px;
    font-size: 10px;
    font-weight: bold;
    color: #5A5B76;
}
DIV#langSwitch A{
    color: #356ece;
    text-decoration: none;
}
DIV#langSwitch A:hover{
    color: #ed1c24;
    text-decoration: underline;
}

DIV#mainMenu {
    height: 39px;
    background:url(../imgs/bg_main_menu_39.png) repeat-x;
}
DIV#mainMenu SPAN {
    display: inline-block;
    height: 39px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
DIV#mainMenu SPAN.startone {
    width: 5px;
    background:url(../imgs/menu_mon/_menu.png) no-repeat;
    cursor: default;
}


#Damba {
    background-color:teal;
    height: 30px;
}
#Damba:hover {
    background-color:blue;
}

A.file_pdf {
    line-height: 16px;
    height: 16px;
    background:url(../imgs/icon_pdf.gif) no-repeat;
    padding-left: 20px;
    vertical-align: text-bottom;
}