﻿body
{
	margin: 0;
	padding: 0;
	background: url(images/site/pagegradient.png) top repeat-x #3A3A3A;
	font-size: 1.0em;
	font-family: Verdana, Trebuchet MS, Sans-Serif;
}

.page_table
{
	width: 950px;
}
.header
{
	background: #fff url(images/site/tlp_bluestripes.gif) top right repeat-y;
	font-size: 10pt;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


.footer
{
	padding-top: 5px;
	font-size: 7pt;
	color: #666666;
}

#breadcrumb
{
	float: right;
    margin-left: 0px;
}

.menu
{
	background-color: #546F8A;
	border-bottom: 1px solid black;
	font-size: 10pt;
	font-weight: bold;
	padding: 0 10px 0 10px;
	height: 20px;
	
}

.MenuGradient
{
	/*background: url(images/site/menugradient.png) top repeat-x; */
	z-index: 1000;
}

.ie8fix
{
    z-index: 1000;
}

.MenuContent
{
	padding: 0px;
	vertical-align: top;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.content
{
	padding: 0px;
	vertical-align: top;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

.PrinterPanel
{
	font-size: .8em;
	background-color: #3A3A3A;
	color: White;
	text-align: right;
	padding: 3px;
}
.PrinterPanel SELECT
{
	font-size: .8em;
}

.genericCenter
{
	text-align: center;
}

.genericRight
{
	text-align: right;
}

.genericPadding
{
	padding: 5px;
}

.genericDIV
{
	BACKGROUND-COLOR: #fff; padding: 5px; border: 1px solid black;
}

.Processing
{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFF80;
	text-align: center;
	font-weight: bold;
	color: #0000C0;
}
.nowrap TD
{
	white-space: nowrap !important;
}

div.fieldset
{
    background-color: #ddd;
    border-width: 2px 2px 2px 10px;
    border-style: solid;
    border-color: #633;
    margin: 20px 10px 20px 10px;
    padding: 10px 10px 10px 10px;
    position: relative;
}

div.statusbutton
{
    background-color: White;
    border-width: 2px 2px 2px 10px;
    border-style: solid;
    border-color: #633;
    margin: 20px 10px 20px 10px;
    padding: 10px 10px 10px 10px;
    position: relative;
}

div.legend
{
    position: absolute;
    top: -15px;
    left: -15px;
    background-color: #ecefcb;
    border-width: 1px 1px 2px 1px;
    border-color: #633;
    border-style: solid;
    color: #000;
    font-weight: bold;
    padding: 2px;
    margin-bottom: 5px;
}

div.sublegend
{
    position: absolute;
    top: -15px;
    left: -15px;
    background-color: #ecefcb;
    border-width: 1px 1px 2px 1px;
    border-color: #633;
    border-style: solid;
    color: #000;
    font-weight: bold;
    padding: 2px;
    margin-bottom: 5px;
}

div.subfieldset
{
	border: 2px solid #633;
	background-color: #ddd;
	margin: 11px 2px 2px 27px;
	padding: 12px;
	position: relative;
}
