﻿body 
{
	height: 100%;
	background-color: #fff;
	font-style: normal;
	font-size: 11px;
	font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0;
	padding:20px 0px 0px 0px; 
	text-align:center;
}

img
{
    border-width:0px; 
}

#tabs img
{
    margin-bottom: -2px;
}

#page 
{
    width:840px;
    text-align:left;
    background:#303030;
}

#header
{
    height:93px;
    background-image:url(../Images/header.gif);
    background-repeat:repeat-x;
}

#header_left
{
    float:left;
    width:50%;
}

#header_right
{
    float:left;
    width:50%;
    text-align:right;
}

#tab_controller
{
    background:#535353;
    border:solid 1px #303030;
    padding:4px;
}

#tabs
{
    padding:0px 0px 0px 5px;
}

#content
{
    border:solid 1px #303030;
    background-color:White;
    padding:25px 30px 25px 30px;
    min-height:500px;
}

#top_box
{
    border: solid 1px #cccccc;
    width:100%;
    font-size:10pt;
    font-weight:bold;
    height:55px;
    text-align:center;
    vertical-align:middle;
}

.box
{
    width:100%;
    background-color: #e2e2e2;
}

.box th
{
    background-color: #535353;
    color:#fff;
}
