@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}
h2 {
	text-align: center;
}

body {
	background-color:#000;
	color: #FFF;
	background-image: url(../images/background.gif);
}
#theme {
	position: relative;
	text-align: right;
	font-size: 10px;
	color: #333;
}
#theme select {
	font-size: 10px;
}

#news_summary {
	float: right;
	width: 188px;
	margin-top: -297px;
	font-size: 12px;
	margin-right: -20px;
}
#news_summary strong {
	font-size: 10px;
	color: #999;
}
#news_summary h3 {
	color: #999;
	text-align: center;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 4px;
}
#news_summary ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#news_summary li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

#contentShipinfo img {
	border: none;
	max-width: 612px;
	margin: auto;
}
#contentShipinfo h3 {
	text-align: center;
}


.table1_row1 {
	background-image: url(../images/table1_rows.png);
}
.table1_row2 {
	background-image: url(../images/table1_rows.png);
}

.opacity1 {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.opacity2 {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.opacity3 {
	opacity: .25;
	filter: alpha(opacity=25);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

#nowavailable {
	margin: auto;
	width: 420px;
	height: 100px;
	background-image: url(../images/nowavailible.png);
}
#nowavailable:hover {
	background-image: url(../images/nowavailible.png);
	background-position: 0px -100px;
	cursor: pointer;
}
#nowavailable a {
	display: none;
}
#contentPages {
	text-align: center;
	font-size: 24px;
}
#copyright {
	text-align: center;
	color: #999;
	padding: 20px;
	font-size: 14px;
}
