@CHARSET "UTF-8";

/*           
	margin-top
	margin-bottom
*/

body {
	font-family:Arial;
	font-size:small;
}

#reddot
{
background: #c1120a none repeat scroll 0 0;
position: relative;
height: 6px;
width: 6px;
left: 56px;
margin-top: 4px;
margin-bottom: 4px;
}

#reddot.delimiter
{
margin-top: 16px;
margin-bottom: 16px;
}

#redline
{
background: #c1120a;
border:  0 0 0 0;
height: 1px; width: 100%;
z-index: 200;
}

#image {
	float: none; 
	margin: 8px 16px 8px 16px; 
	border-width: 2px; 
	font-size: smaller;
	font-weight: bold; 
}

#image.left {
	float: left; 
}
	
#image.right {
	float: right;
}

#dateheader {
	font-size: small;
}

a {
	color: navy;
}

#infocontent {
	/* height: 100px; */
	font-size: small;
	background: #5c5b59;
	/* border: thin dotted blue; */
	/* background: infobackground; */
	color: white;
	/* margin: 4px 4px 4px 4px; */ 
	/* padding: 4px 4px 4px 4px; */
	margin: 2px;
	cursor: pointer;
}

#infocontent.infoheader {
	background: #e0d3bb;
	cursor: default;
}

body {
	background: url( '../images/cavepa_star_bgbw_old.gif') -20px -20px; 
}
	
table {
	width: 600px;
}

#header 
{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:124px;
	overflow:hidden;
	cursor: pointer;
}

#header.bg 
{
	background: url( '../images/eclipsinglogo650.png') no-repeat 140px 10px transparent;
}

.data
{
	background: transparent;
	position: absolute;
	top: 130px;
	left: 165px;
	width: 600px;
	height: auto;
	overflow: hidden;
	z-index: 10; 
}

.navigation 
{
	/* background: gray; */
	background: transparent;
	overflow: visible; 
	position: absolute; 
	/* top: 180px; */ 
	top: 10px; 
	left: 10px; 
	width: 124px;
	height: auto;
	z-index: 10;
}
	
.info {
	/* background: #c1120a; */ 
	/* background: gray; */
	background: transparent;
	overflow: visible;
	position: absolute;
	/* top: 180px; */ 
	top: 10px; 
	left: 810px;
	width: 124px;
	height: auto;
	z-index: 10;
}


	


