﻿/* Remove default margins and padding */
html, body, div, h1, h2, h3, h4, h5, h6, a, form, table, img
{
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0px;
}

table
{
	border-collapse: collapse;
}

table.data
{
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-collapse: separate;
}

table.data th
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	background: url(/images/th.png) #CFE8EC;
	color: #4F6B74;
	font-weight: bold;
}

table.data td
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
}

table.data tr.alternate1
{
	background: White;
}

table.data tr.alternate2
{
	background: #F5FBFB;
}

body
{
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-size: 10.5pt;
	color: Black;
	background: White;
	line-height: 1.6em;
	max-width: 1280px;
}

h1
{
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 19pt;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-weight: normal;
}

h2
{
	color: #000000;
	margin: 10px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 16pt;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-weight: normal;
}

h3
{
	color: #000000;
	margin: 10px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 12pt;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-weight: normal;
	border-left: 4px solid #6594EC;
}

h4, h5
{
	color: #000000;
	margin: 6px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11pt;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-weight: bold;
}

a, a:visited
{
	color: #0066CC;
}

a:hover
{
	color: orange;
}

input, textarea, select
{
	font-family: Calibri, Trebuchet MS, Arial, Helvetica, Verdana;
	font-size: 12pt;
}

th
{
	background: #00A876;
	color: white;
	font-weight: normal;
	font-size: 95%;
}

div.headingpanel
{
	background: #2618B1 url(/images/headingbg.png) top left repeat-x;
	border: solid 1px #949494;
	padding: 4px;
	color: White;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 11pt;
}

div.newspanel
{
	background: white url(/images/panelbg.png) top left repeat-x;
	border-left: solid 1px #B3B3B3;
	border-top: solid 1px #F8F8F8;
	border-right: solid 1px #B3B3B3;
	border-bottom: solid 1px #DFDFDF;
	padding: 4px;
	font-family: Verdana;
	font-size: 8pt;
}

/* Navigation Bar */
.navigationbar
{
	padding: 5px 10px 3px 10px;
	text-align: left;
	color: #888888;
	font-family: Trebuchet MS;
	font-size: 115%;
	/*font-weight: bold;*/
}

.navigationbar a
{
	color: #000000;
	text-decoration: none;
}

.navigationbar a:hover
{
	color: #7B72D8;
}

/* Copyright Bar */
.copyrightbar
{
	background: url(/images/navbar.png) top left repeat-x;
	color: Black;
	text-align: center;
	padding: 1px;
	font-size: 80%;
}

.copyrightbar a
{
	color: #2618B1;
}

.leftnav1
{
	background: #4186D3;
	color: White;
	text-align: right;
	border-left: 12px solid #274F7D;
	margin-bottom: 1px;
	padding: 4px;
}

.leftnav1 a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}

.leftnav1 a:hover
{
	text-decoration: underline;
}

.leftnav2
{
	background: #00A876;
	color: White;
	text-align: right;
	border-bottom: 1px solid #5FD4B1;
	padding: 3px;
	margin-left: 12px;
}

.leftnav2 a
{
	color: White;
	text-decoration: none;
}

.leftnav2 a:hover
{
	text-decoration: underline;
}

.datainformation
{
	display: inline-block;
	font-size: 90%;
	background: #FFC873;
	color: Black;
	border: 1px solid #A66400;
	padding: 5px;
}

