﻿body 
{
    margin: 0px 0px 0px 0px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    background: #c9ddc2 url('/images/back_soft.jpg') repeat-y scroll 0 0;
    height: auto;
    
}

h1, h2, h3, h4
{
    font-weight: normal;
    font-family: "Trajan Pro", "Book Antiqua", "Times New Roman", Serif;
}

h4
{
    font-weight: bold;
}

table
{
    border-collapse: collapse;
}

th
{
    background-color: #afc8e7;
    text-align: left;
}

td
{
    vertical-align: top;
}
 
td.shaded
{
    background-image: url('/images/white_trans.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
}

a:link
{
    color: DodgerBlue;
    text-decoration: none;
}

a:hover
{
    color: Blue;
    text-decoration: underline;
}

a:visited
{
    color: DodgerBlue;
    text-decoration: none;
}

a:active
{
    color: #669933;
    text-decoration: none;
}


a img
{
    border: none;
}


input[type=text]
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    border: solid 1px CornflowerBlue;
}

input[type=password]
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    border: solid 1px CornflowerBlue;
}

input[type=button]
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

input[type=submit]
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

input[type=reset]
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    border: solid 1px CornflowerBlue;
}

select
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    border: solid 1px CornflowerBlue;
}


span.linkButton
{
    /*display: inline-block;*/
    margin-right: 20px;
}

#menu
{
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
    width: 100%;
    padding: 2px 2px 2px 2px;
    background-image: url('/images/white_trans.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    
}

#menu ul li
{
    display: inline-block;
    list-style: none;
    float: right;
    margin-right: 10px;
}

/*
#bodyContent
{
    margin-top: 20px;
    width: 800px;
    min-height: 500px;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    margin-left: 20px;
    border: solid 1px Silver;
}


#bodyContent div
{
    color: #000000;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
*/

#translator
{
    float: right;
    padding: 10px 10px 10px 10px;
    background-image: url('/images/white_trans_40.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    border: solid 1px CornflowerBlue;
}

#bodyContent
{
    background-image: url('/images/white_trans_40.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    width: 800px;
    margin-left: 20px;
    padding: 10px 10px 10px 10px;
    min-height: 600px;
    border: solid 1px CornflowerBlue;
}


#loginBox
{
    float: right;
    width: 250px;
    margin-left: 10px;
    padding: 10px 10px 10px 10px;
    border: solid 1px CornflowerBlue;
    background-image: url('/images/white_trans_40.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    
}

#footer
{
    clear: both;
    text-align: right;
    padding: 5px 5px 5px 5px;
    background-image: url('/images/white_trans.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    margin-top: 50px;
    border-top: solid 1px CornflowerBlue;
    margin-bottom: 0px;
    height: 100%;
}