﻿body
{
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	background-color: #9EB6C0;
}
a
{
	color: Black;
}
a img {
	border: 0 none;
}
.topLinks a
{
	color: White;
}
.header
{
	background-color: #648EA6;
	margin-right:auto;
	margin-left:auto;
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #FFFFFF
}
.footer
{
	background-color: #304852;
	color: White;
}
.centerAreas
{
	margin-right:auto;
	margin-left:auto;
	width: 950px; 
}
.main
{
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #FFFFFF
}
.normalInnerPanel
{
	margin-left: 6px;
	margin-right: 6px;
	width: 100%;
}


/* --- Forms for filling in --- */
.divForm
{
	margin: 4px;
	border-style: solid; 
	border-width: 4px; 
	background-color: #FFFFFF;
	float: left;
}
.divForm h1
{
	font-weight: bold;
	background-image: url('/images/errorGradient.jpg'); 
	background-color: Blue;
	background-repeat: repeat-x;
	color: #FFFFFF; 
	font-weight: bold;
	font-size: medium;
	margin: 0px;
}
.divForm h2
{
    font-size: 20px;
    margin: 5px 0px;
}
.divForm table
{
	padding: 2px;
	margin: 2px;
}
.fieldNames
{
	color: Black;
	background-color: #F4F7FC;
	text-align: right;
	vertical-align: top;
}
.fieldValues
{
	background-color: #3E525A;
	text-align: left;
	vertical-align: top;
	color: White;
}
.tableDragOver td
{
	width: 50%;
	vertical-align: middle;
	text-align: center;
	color: White;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
.schedule td
{
	color: Black;
	font-size: smaller;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

.hideThis 
{
	display: none;
}

.info
{
	background-color: Transparent;
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
}

#tblNav td
{
	text-align: center;
}

.link
{
	color: Blue;
	text-decoration: underline;
	cursor: pointer;
	cursor: arrow;
	font-size: 0.9em;
}

/* Twitter Content */
#divTwitter
{
	background-image: url('/images/twitterBG.png');
	width: 268px;
	height: 433px;
}
#divTwitterContent
{
	position: relative;
	width: 240px;
	height: 295px;
	top: 13px;
	left: 14px;
	overflow: auto;
}
#divTwitterContent ul
{
	margin: 0px;
	padding: 0px;
}
#divTwitterContent li
{
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding: 5px;
}
.sTwitterDate
{
	font-size: 10px;
	color: Gray;
}
fieldset label
{
    width: 150px;
    display: inline-block;
    padding-right: 5px;   
}
.dataTable
{
    font-size: 10px;
    table-layout: fixed;
}
.dataTable td
{
    min-width: 25px;
}
