﻿body, div
{
    padding: 0px;
    margin: 0px;
}

body
{
    background: #607279 url(images/bg.gif);
    color: #e6e2d5;
    font: 11px Tahoma;
    background-attachment: fixed;
}

input, textarea, select
{
    border: solid 1px #E1D8BB;
    margin: 5px auto 5px auto;
    padding: 5px;
    font: normal 11px Tahoma, sans-serif;
}

a, a:link, a:active, a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #e6e2d5;
}

a:hover
{
    color: #fff;
}

ol li
{
    border-style: none !important;
}


div#x-main
{
    background: #f7f5e9;
    min-height: 500px;
    width: 780px;
    border: solid 2px #fff;
    margin: 10px auto 0 auto;
    position: relative;
}

div#x-header
{
    background: #4999c3 url(Images/header.jpg) no-repeat top center;
    width: 780px;
    height: 97px;
    border-bottom: solid 4px #fff;
}

div#x-banner
{
    background: #000 url(Images/banner.jpg) no-repeat center center;
    width: 780px;
    height: 162px;
    border-bottom: solid 4px #fff;
    position: relative;
}

div#x-content
{
    background: #f7f5e9 url(Images/bg.jpg) repeat-x;
    width: 780px;
    color: #607279;
    direction: rtl;
    font-size: 12px;
    height: 280px;
    position: relative;
}

div#x-main > div#x-content
{
    height: auto;
    min-height: 280px;
}

div#x-content div#resizer
{
    padding: 20px;
    padding-left: 290px;
    text-align: justify;
}

div#x-content h1
{
    padding: 0px;
    margin: 0px;
    font-family: Times New Roman, Serif;
    font-size: 17px;
    background: #f3eddb url(Images/dashboard.gif) no-repeat right bottom;
    line-height: 36px;
    padding-right: 55px;
    border-top: solid 1px #d9d2c0;
}

div#x-content ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-top: 20px;
    direction: ltr;
}

div#x-content li
{
    padding: 0px;
    margin: 0px;
    border-bottom: solid 1px #f7f4e5;
}

div#x-content a, div#x-content a:link, div#x-content a:active, div#x-content a:visited
{
    color: #3d9c64;
    display: block;
    padding: 5px;
}

div#x-content a:hover
{
    color: #088a42;
    background-color: #f7f5e9;
}

div#x-navigation
{
    width: 200px;
    height: 520px;
    position: absolute;
    left: 50px;
    z-index: 10;
}

div#x-footer
{
    text-align: center;
    margin: 10px;
    padding-bottom: 5px;
}


div#x-form
{
    border: solid 1px #E1D8BB;
    margin: 20px 0px 20px 0px;
    padding: 20px;
    background: #fffef8;
    text-align: center;
}

div#x-form input
{
    display: block;
    width: 380px;
}

div#x-form textarea
{
    display: block;
    width: 380px;
    height: 150px;
}

div#x-form .button
{
    background: #13588b;
    color: #fff;
    width: auto;
    margin: 15px auto 20px auto;
    padding-left: 30px;
    padding-right: 30px;
    border-top: solid 1px #5ba7d7;
    border-left: solid 1px #5ba7d7;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    cursor: pointer;
}

div#x-form .button:hover
{
    background: #3485B5;
}

div#x-form .message
{
    display: block;
    color: #f00;
    margin: 0px auto 20px auto;
}


.link-item
{
    text-align: right;
    direction: rtl;
    border-top: solid 1px #d9d2c0;
    border-left: solid 1px #d9d2c0;
    margin-bottom: 5px;
    background: #fffffe url(images/link.jpg) no-repeat 7px 5px;
    padding: 5px;
    padding-left: 65px;
}

.link-item a p
{
    margin: 5px;
    padding: 0px;
    color: #607279;
    font-weight: normal;
}


#x-form table
{
    margin: 20px auto;
    width: 600px;
}

#x-form table select
{
    padding: 4px;
}

#x-form table td
{
    font-size: 10px;
    text-align: center;
    border-bottom: solid 1px #F7F5E9;
}

#x-form table th
{
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    padding: 10px 5px;
    border-bottom: solid 1px #F7F5E9;
    background-color: #F7F5E9;
}

#x-form table input
{
    width: 250px;
}

#sub-form
{
}

#sub-form h2
{
    border-bottom: solid 2px #E1D8BB;
    font-size: 16px;
    font-family: Times New Roman;
    padding: 6px;
    color: #c00;
    margin-left: 17px;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 30px;
}

#sub-form h3
{
    font-weight: normal;
    background-color: #F7F5E9;
    border-bottom: solid 1px #E1D8BB;
    font-size: 10px;
    padding: 6px;
    margin-left: 17px;
    text-align: right;
    margin-top: 20px;
}

.check-list
{
    width: 500px !important;
}

.check-list td
{
    text-align: right !important;
    border-style: none !important;
}

.check-list td label, .check-list td input
{
    font-size: 12px;
    display: inline !important;
    margin-left: 5px;
    border-style: none !important;
    width: auto !important;
}

.check-list td label
{
    position: relative;
    top: -2px;
    _top: -7px;
}

.check-list td input
{
    _margin-left: 0px;
}

.w50
{
    width: 70px !important;
}

.w25
{
    width: 30px !important;
    padding-left: 0px;
    padding-right: 0px;
    display: inline !important;
}

.tcol
{
    width: 50px !important;
    padding: 5px !important;
}

.x-dashboard a
{
    border-bottom: solid 1px #D1C8AB;
    border-right: solid 3px #D1C8AB;
    background: #fff url(images/dashboard.gif) no-repeat right center;
    border-top-style: none;
    color: #666 !important;
    display: block !important;
    float: right;
    width: 350px;
    font-size: 11px;
    margin: 10px;
    padding: 15px 40px 15px 15px !important;
}

.x-dashboard a:hover
{
    background-color: #fff !important;
    border-bottom-style: none;
    border-top: solid 1px #D1C8AB;
}

.page-item
{
    border-bottom: solid 1px #d9d2c0;
    margin-bottom: 20px;
    background-color: #fffffe;
    padding: 20px;
}
