FF/* Global Styles */

body {
	margin:0px;
	padding:0px;
	background-color: #D8E2DD;
	}

table {
	float: none;
	border-color: #FFFFFF;
	border-style: none;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}
	
th {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	}
	
td {
	font-weight: normal;
	font-variant: normal;
	padding-top: 0pt;
	padding-right: 5pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	}	
a {
	color: #000066;
	text-decoration: underline;
	font-weight: normal;
	}
	
a:hover {
	color: #993300;

	}
/* ID Styles */

#routemap td a {
	font-size:10px;
	line-height: 15px;
	visibility: hidden;
	}
#routemap td a:hover {
	font-size:10px;
	line-height: 15px;
	background-color: #FFFFFF;
	visibility: visible;	
    }
#navigation a {
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-size: 13px;
	font-weight: bold;
	}

#navigation a:hover {
	color:#5E3D2C;
	background-color: #9AB4A7;
	border: 1 px solid #993300;
	}
#navigation li#active a {
	color:#5E3D2C;
	background-color: #9AB4A7;
	border: 1 px solid #993300;
	}
#navigation li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4EBF3;
    }
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
#footer {
	background-color: #9AB4A7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	clear: both;
}
#footer li {
	display: inline;
	font-weight: bold;
	color: #666666;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}	
#footer a {
	color: #333333;
	letter-spacing:0.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
	
#footer a:hover {
	color:#000000;
	background-color: #D5EDB3;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-right: 19px;
	padding-bottom: 5px;
	padding-left: 19px;
}
#footer a:active {
	color:#993300;
	background-color: #D5EDB3;
	padding-top: 5px;
	padding-right: 19px;
	padding-bottom: 5px;
	padding-left: 19px;
	border: 1px solid #000000;
		}
		

/* Class Styles */
.DiscoBaltic #container {
	width: 100%; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E6EEFB;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.DiscoBaltic #header {
	background-color: #E6EEFB;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.DiscoBaltic #headerlogo {
	float: left;
	height: 101px;
	width: 382px;
}
.DiscoBaltic #headerportname {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3C347D;
	letter-spacing: 0.4em;
	text-align: center;
	vertical-align: bottom;
	padding-top: 30px;

}
.DiscoBaltic #headersitename {
	height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #142328;
	letter-spacing: 0.4em;
	text-align: center;

}
.DiscoBaltic #headerdateline {
	background-color: #5E3D2C;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E8E8EC;

}

.DiscoBaltic #menusidebar {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 190px;
	margin-left: 0px;
	margin-top: 15px;
	padding: 0px;
}

.DiscoBaltic #rightbox {
	float: right; /* top and bottom padding create visual space within this div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000066;
	width: 30%;
	min-width: 200px;
	background-color: #DEE7E2;
	padding: 20px;
	margin-left: 20px;
	text-align: left;
	margin-top: 20px;
	border: thin solid #475E72;
}
.DiscoBaltic #rightbox a {
	font-weight: bold;
	text-decoration: none;
}
.DiscoBaltic #rightboxrightalign {
	float: right; /* top and bottom padding create visual space within this div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000066;
	width: 190px;
	background-color: #DEE7E2;
	padding: 20px;
	margin-left: 20px;
	text-align: right;
}
.DiscoBaltic #rightboxrightalign a {
	font-weight: bold;
	text-decoration: none;
}
.DiscoBaltic #sidebar {
	float: right; /* top and bottom padding create visual space within this div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000066;
	width: 190px;
	background-color: #DEE7E2;
	padding: 20px;
	margin-left: 20px;
	text-align: right;
}
.DiscoBaltic #sidebar a {
	font-weight: bold;
	text-decoration: none;
}
.DiscoBaltic #leftbox {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #000066;
	width: 50%;
	background-color: #DEE7E2;
	padding: 20px;
	margin-right: 20px;
	border: 1px solid #000066;
}
.DiscoBaltic #leftbox h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #264763;
	padding: 5px;
	margin-top: -5px;
	color: #D0E8B0;
	text-align: center;
}
.DiscoBaltic #leftbox h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: -5px;
	color: #000066;
	margin-bottom: 5px;
	font-style: normal;
	letter-spacing: 0.2em;
}

.DiscoBaltic #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-right: 0px;
	visibility: visible;
}
.bodyText {
	color:#333333;
	line-height:20px;
	margin-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	}
	
.pageName{
	color: #D5EDB3;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	background-color: #264763;
	text-transform: lowercase;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	background-repeat: repeat;
	letter-spacing: 0.2em;
	}
	
.subHeader {
	color: #993300;
	line-height:22px;
	letter-spacing:1pt;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

.blogName {
	color: #993300;
	line-height:10px;
	letter-spacing:1pt;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	width: 40%;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	color: #000000;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.tablefloat {
	float: left;
	margin-right: 20px;
}
.tableright {
	float: right;
	margin: 10px;
}

.tableschedule {
	float: none;
	width: 100%;
	border: 1px solid #095149;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding: 10px;
}
.tableschedule th {
	font-size: 14px;
	padding-top: 5px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 10px;
}
.tableschedule td a {
	display: block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #0B655C;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: -7px;
	margin-bottom: 0px;
	margin-left: -5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.buttoner {
	background-color: #0B655C;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
.tableschedule td a:hover {
	background-color: #8E9E56;
	color: #000033;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.options td {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	color: #000000;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.navText {
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	list-style: none;
	margin: 0px;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #264763;
}
.maptext {
	width: 550px;
}
.DiscoBaltic #container #cs {
	color: #414FB1;
}
