/* GENERAL */

body, td
	{
	font-family: trebuchet ms, arial, helvetica;
	font-size: 12px;
	}

a:link		{ color: #03C; text-decoration: underline; }
a:visited	{ color: #03C; text-decoration: underline; }
a:active	{ color: #03C; text-decoration: underline; }
a:hover		{ color: #f90; text-decoration: underline; }

/* TOP */

#tophdr
	{
	background: url(/grfx/topheader.jpg) no-repeat top center;
	width: 1000px;
	height: 115px;
	margin: 0px auto;
	padding: 0px;
	}

#iframe
	{
	padding: 0px;
	}

/* SEARCH */

#ttlsearch	{ background: url(/grfx/ttl-search.gif) #fff no-repeat; width: 300px; height: 50px; }

#search_table
	{
	background: url(/grfx/bg-search.jpg) #9CF no-repeat;
	background-position: right bottom;
	border: 1px solid #3770A8;
	width: 60%;
	padding: 4px;
	}

.search_desc
	{
	color: #fff;
	width: 25%;
	}

.search_desc_extra
	{
	color: #f00;
	}

.search_input
	{
	font-family: trebuchet ms, arial, helvetica;
	font-size: 11px;
	width: 200px;
	}
.search_select
	{
	font-family: trebuchet ms, arial, helvetica;
	font-size: 11px;
	width: 350px;
	}


/* BROWSE */

#ttlbrowse	{ background: url(/grfx/ttl-browse.gif) #fff no-repeat; width: 300px; height: 50px; }

.browse_table
	{
	border: 1px solid #3770A8;
	width: 100%;
	padding: 2px;
	}

.ship_detail
	{
	border: 0px ;
	width: 100%;
	padding: 2px;
	}

.ship_detail_desc	{ vertical-align:top; width:100px; font-weight: bold; font-size: 14px; color: #3770a8; }
.ship_detail_data	{ vertical-align:top; }

.browse_subject		{ background: url(/grfx/bg-browse-subject.gif) repeat-x; height: 20px; }
.browse_desc0-1		{ color: #0ff; }
.browse_desc0-2		{ color: #0ff; }
.browse_desc0-3		{ color: #0ff; }
.browse_desc0-4		{ color: #0ff; }
.browse_desc0-5		{ color: #0ff; }

.browse_data		{ vertical-align:top; border-bottom: 1px dotted #3770A8; }

.browse_line0		{ background-color: #9cf; }
.browse_line1		{ background-color: #CFE7FF; }



