﻿body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 75%;
    text-align: center;
	margin: 2px;
	line-height: 140%;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #073A7D;
	text-align: center;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #073A7D;
	text-align: left;
	border-bottom: solid 1px #A7B8D2;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3 {
	font-size: 90%;
	font-weight: bold;
	font-style:italic;
	color: #073A7D;
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

p {
	margin-left: 1em;
}

a {
	color: #ff3300;
	text-decoration:none;
}

a:hover {
	color: #ff3300;
	text-decoration: underline;
}

table {
	font-size: 100%;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

ul {
	list-style-type: circle;
	color: #073A7D;
}

#MainWrapper{
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	padding: 0px;
}

.MainMenu {
	font-size: 120%;
	font-weight: bold;
	width: 100%;
}

.MainMenu a:hover {
	background-color: Transparent;
	text-decoration: none;
}

.StaticMenuStyle {
	text-align: center;
}

.StaticMenuItemStyle {
	color: #ff3300; 
	border-top: solid 1px White;
	border-right: solid 5px White;
	border-bottom: solid 10px #A7B8D2;
	border-left: solid 5px White;
	padding: 5px;
}

.StaticHoverStyle {
	color: #073A7D; 
	background-color: White;
	border-bottom: solid 10px #ff3300;
	padding: 5px;
}

.StaticSelectedStyle {
	color: #073A7D;
	background-color: White; 
	border-bottom: solid 10px #ff3300;
	padding: 5px;
}

.DynamicMenuStyle {
	font-size: 100%;
	text-align: left;
	border: solid 2px #A7B8D2;
z-index: 1;
}

.DynamicMenuItemStyle {
	color: White; 
	background-color: #073A7D; 
	padding: 2px;
}

.DynamicHoverStyle {
	color: #ff3300; 
	background-color: white;
	padding: 2px;
}

.DynamicSelectedStyle {
	color: #ff3300;
	background-color: white; 
	padding: 2px;
}

#TopBar 
{
	width: 100%;
	background-color: White;
}

#Header {
	text-align: center;
	color: White;
	background-color: #073A7D;
	border-top: solid 2px silver;
}

#Footer {
	text-align: center;
	color: White;
	background-color: #073A7D;
	border-top: solid 2px #A7B8D2;
}

.NormalTable {
	width: 100%;
	border: solid 1px #eeeeee;
	border-collapse:collapse;
}

.NormalTable th {
	background-color: #eeeeee;
}

.FormTable {
	width: 100%;
	border: none;
	border-collapse: collapse;
	background-color: white;
}

.FormTable th {
	text-align: right;
	border-bottom: solid 1px #eeeeee;
}

.FormTable td {
	border-bottom: solid 1px #eeeeee;
}

.DetailTable {
	width: 100%;
	border: solid 1px #eeeeee;
	border-collapse:collapse;
}

.SearchForm {
	text-align: center;
	background-color: #073A7D;
	color: White;
	width: 100%;
	padding: 3px;
}

.NormalCheckboxList td {
	vertical-align: top;
	border-bottom: solid 1px #eeeeee;
}

.NormalButton {
    border: 1px solid white;
    background-color: #ff3300;
    color: white;
    text-align: center;
}

.ErrorInformation {
	color: Red;
	background-color: LightYellow;
	border: solid 2px red;
	padding: 5px;
}

.HintInformation {
	color: Blue;
	background-color: LightYellow;
	border: solid 1px silver;
	padding: 5px;
}

.Abstract {
	margin-left: 4em;
	margin-right: 4em;
	font-style:italic;
	font-weight: bold;
}

.Pagelet {
	border: solid 1px lightgrey;
	white-space: nowrap;
}

.Pagelet TH {
	border: solid 1px lightgrey;
	white-space: nowrap;
}
.Pagelet TD {
	border: solid 1px lightgrey;
	vertical-align: top;
	white-space: nowrap;
}

.HighlightText {
	color: red;
	font-weight: bold;
	font-size: 140%;
}

.DeletedText {
	color: black;
	font-weight: bold;
	font-size: 110%;
	font-style:oblique;
	text-decoration: line-through;
}

.FloatText 
{
	float:right; 
	width:160px; 
	background-color:white; 
	margin-left:10px;
	border:solid 1px #fb0; 
	border-collapse: collapse; 
}

.OrderNow {
	font-weight: bold;
	padding: 2px;
}

.CompareTable {
	width: 100%;
	border: solid 1px #eeeeee;
}

.CompareTable th {
	background-color: darkgray;
	color: White;
	font-weight: bold;
}

.CompareTable .Subject {
	background-color: #eeeeee;
	font-weight: bold;
	height: 25px;
	color: #ff3300;
}

.CompareTable TD {
	border-bottom: dashed 1px #eeeeee;
}

.Yes {
	color: blue;
	font-weight: bold;
}

.No {
	color: red;
	font-weight: bold;
}

.StaticMenuItemStyle_Bottom {
	color: #ff3300; 
	background-color: #A7B8D2; 
	border-right: solid 1px White;
	border-bottom: solid 1px White;
	border-left: solid 1px White;
	font-size:x-small;
	padding: 1px;
}

.StaticHoverStyle_Bottom {
	color: #ff3300; 
	background-color: #073A7D;
	border-bottom: solid 1px #ff3300;
	font-size:x-small;
	padding: 1px;
}

.StaticSelectedStyle_Bottom {
	color: #ff3300;
	background-color: #073A7D; 
	border-bottom: solid 1px #ff3300;
	font-size:x-small;
	padding: 1px;
}

