﻿body
{
    background: #0B0448 url( 'Images/background.png' ) repeat-x;
    margin: 0px;
    font-size: 10pt;
    font-family: 'Century Gothic' , Arial;
    font-weight: bold;
    color: #FFFFFF;
}

a 
{
    text-decoration: none;
    color: #FFFFFF;
}
a:hover 
{
    text-decoration: none;
    color: #FFFFFF;
}
a img 
{
    border: none;
}

p
{
}

h1, h2, h3 
{
    font-family: 'Century Gothic', Arial;
    margin: 0px;
    padding: 0px;
}

h1 
{
    font-size: 20px;
    font-weight: bold;
}
h1 img 
{
    margin-right: 5px;
}

h2 
{
    font-size: 14px;
    font-weight: bold;
}

h3 
{
    font-size: 11px;
    font-weight: bold;
}

hr
{ 
    width: 350px;
    height: 2px;
}

input, textarea 
{
    width: 300px;
    background-color: #eff9fb;
    border: solid 1px #d6d6d6;
    border-left-width: 4px;
    margin: 5px auto;
}
input.ButtonDelete 
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('Images/Icons/delete.png') no-repeat;
    font-size: 10px;
    text-align: left;
    color: #626262;
    padding-left: 16px;
    height: 16px;
    width: auto;
    cursor: pointer;
}
input.ButtonEdit 
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('Images/Icons/pencil.png') no-repeat;
    font-size: 10px;
    text-align: left;
    color: #626262;
    padding-left: 16px;
    height: 16px;
    width: auto;
    cursor: pointer;
}
input[type=submit], input[type=button], input[type=checkbox], input[type=radio], select 
{
    width: auto;
    border-width: 1px;
    margin: 8px;
}

img 
{
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

ul 
{
    margin: 5px 0px;
    list-style-type: disc;

}

li
{
}

table
{
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    border: 0px;
    vertical-align: top;
}
table td 
{
    padding: 0px;
}

div
{
    margin: 0px;
    padding: 0px;
}



/*
 *   LAYOUT
 */

/*
 *   INTRO
*/

#PageFrameDefault
{
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 200px;
    margin: -100px 0px 0px -200px;
    background: none;
}

#PageFrame
{
    background-position: center center;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 200px;
    margin: -100px 0px 0px -200px;
    border: 1px solid #000000;
    background-color: #687577;
    filter: alpha(opacity= 70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    background-repeat: no-repeat;
}

#Content
{
    text-align: center;
    vertical-align: middle;
    padding: 20px 0px 20px 0px;
    line-height: 40px;
}