/* CSS Document */

html{
	margin: 0px;
	overflow-y: scroll;
}
body{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-image: url(../images/body_background.jpg);
	background-position: center top;
	font-size: 10pt;
	margin: 8px;
}
td {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt
}

address{
	font-style: normal;
}

a:link { color: #0000D0 }
a:visited { color: #000080 }
a:active { color: #0000D0 }
a:hover { color: #FF0000 }

a img {border-color: #0000D0}
a:visited img { border-color: #000080}
a:hover img { border-color: #FF0000 }

textarea, input, select {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000080;
}
button {
	margin: 0px 10px 0px 10px;
	color: white;
	font-weight: bold;
	background-color: blue;
}

.MainTable {
	background-color: white;
}

.Header {
	color: #FFFFCC;
	background-color: #000099;
}
.Header h1 {
	font-size: 10pt;
	margin: 0px;
	padding: 1px;
	border-color: white;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}
.Header .LoginOut{
	margin-bottom: -16px;
	height: 16px;
	position: relative;
	top: -16px;
}
.Header .LoginOut a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}
.Header .LoginOut a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 12pt;
	margin: 5px 0px 0px 0px;
}
h3 {
	font-size: 10pt;
	margin: 0px;
}

#BoatChooses h5 {
	font-size: 10pt;
	color: blue;
	margin: 10px 0px 0px 0px;
}

.MainHeader {
	border: 1px solid #000080
}

.Footer {
	color: #FFFFCC;
	line-height: 22px;
	background-color: #000099;
	border-color: white;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}

td.MainMenu {
	width: 192px;
	background-image: url(../images/MenuBack.gif);
	padding-top: 10px;
	color: white;
}
td.MainMenu a, td.MainMenu a:visited, td.MainMenu a:active {
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	color: white;
	display: block;
	height: 18px;
	padding-left: 10px;
	background: none;
}
td.MainMenu a:hover {
	color: white;
	background-image: url(../images/MenuActive.gif);
}
td.MainMenu a.Selected, td.MainMenu a.Selected:hover , td.MainMenu a.Selected:visited , td.MainMenu a.Selected:active {
	color: yellow;
	background-image: url(../images/MenuCurrent.gif);
}

td.MainMenu u {
	margin: 10px 0px 2px 5px;
	display: block;
}
td.MainMenu span {
	margin: 0px 0px 0px 10px;
	font-size: 10px;
	display: block;
}

td.MainContent {
	background-image: url(../images/ContentBack.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
}



.CommonWindow {
	border: 1px solid #000080;
}
.CommonWindow TH{
	font-size: 8pt;
	background-color: #000080;
	color: #FFFFFF;
}
.CommonWindow TD{
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;
	font-size: 8pt;
}
.CommonWindowFoot TD{
	background-color: #E0E0FF;
}


.CommonList{
	border: 0px solid #000080;
}
.CommonList TH{
	font-size: 8pt;
	background-color: #D0D0D0;
	color: #000000;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.CommonList TD{
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-size: 8pt;
}
.CommonListRowInact TD{
	vertical-align: top;
	background-color: #E0E0E0;
}
.CommonListRowSelected TD{
	vertical-align: top;
	color: white;
	background-color: #0000A0;
}
.CommonListRow_Highlight TD{
	vertical-align: top;
	color: white;
	background-color: #00A0A0;
}
.CommonListRow0 TD{
	vertical-align: top;
	background-color: #E0D0D0;
}
.CommonListRow1 TD{
	vertical-align: top;
	background-color: #D0D0E0;
}
.CommonListFoot TD{
	background-color: #E0E0FF;
}
.InactiveElem{
	color: #303030;
	text-decoration: line-through;
}

.BaseInput {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000080;
}
.BaseInput100p {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000080;
	width: 100%;
}
.BaseInput100 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000080;
	width: 100px;
}
.BaseInput160 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000080;
	width: 160px;
}
.BaseInput400 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000080;
	width: 400px;
}
.BaseInput60 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000080;
	width: 60px;
}

.ControlErrorMsg {
	color: #FF0000;
}
.SystemErrorMsg {
	color: #FF0000;
}

.BtnNormal {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : black;
	background-color : #D0D0DF;
	text-align : center;
	text-decoration:None;
	vertical-align:baseline;
	line-height:11px;
	CURSOR: pointer;
	width: 80px;
}

.BtnOver {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : black;
	background-color : #CCCCFF;
	text-align : center;
	text-decoration:None;
	vertical-align:baseline;
	line-height:11px;
	CURSOR: pointer;
}


.FooLinks {
	font-size: 7.5pt;
}
.FooLinks a {
	padding-right: 10px;
}
.FooLinks h1 {
	font-size: 8pt;
}

.warning {
	color: red;
}