﻿body {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	margin-top: 0px;
}

img {
	border-width: 0px;
}

input, textarea {
	border: 1px solid black;
	font-family: Trebuchet MS, Arial;
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #ff1300; 
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #ff1300;
	font-size: 16px;
	margin-bottom: 14px;
}

.Error {
	background-color: #ff1300;
	color: White;
}

.List {
	list-style-image: url("Arrow.png");
}

.Small {
	color: #747678;
	font-size: 10px;
	margin-top: 2px;
	padding-left: 8px;
}

.Small a { 
	color: #747678;
}

.NavigationButton {
	font-family: Trebuchet MS, Arial;
	padding: 4px 0px 4px 8px;
	font-size: 12px;
	color: White;
	background-color: #666;
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	cursor: pointer;
}

.NavigationButtonActive {
	font-family: Trebuchet MS, Arial;
	padding: 4px 0px 4px 8px;
	font-size: 12px;
	color: #ff1300;
	background-color: White;
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	cursor: default;
}

.Column {
	background-image: url("TabNavigationBackground.png");
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 5px;
}

.Box {
	background-image: url("TabNavigationBackground.png");
	background-repeat: no-repeat;
	padding: 5px;
}

.Row {
	background-color: #f1eeee;
}

.AlternatingRow {
	background-color: #e3e4e4;
}

