img.timepictext {
	width:700px;
	height:25px;
	z-index:4;
}

.camtimelinecontainer
{
	FONT-FAMILY: Verdana, Arial; 
	FONT-SIZE: 12px;
}

.camtimelinecontainer table
{
	width: 100%;
}

.camtimelinecontainer td
{
	text-align: center;
}

.camtimeline
{
	FONT-FAMILY: Verdana, Arial; 
	FONT-SIZE: 11px;
}

.camtimeline table
{
	border: 0;
	border-collapse: collapse;
}

.camtimeline th
{
	background-color: black;
	color: #FFFFFF;
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
}

.camtimeline td
{
	width: 18px;
	text-align: center;
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	
}

.camtimelineimage {
	background-color: #ffffff;
}

.camtimelineimage:hover {
	background-color: #cccccc;
	color: red;
	cursor: pointer;
}

.timelineimage {
	background-color: #ffffff;
	width: 540px;
	height: 420px;
	display: none;
	z-index: 999;
	border: solid 1px black;
	position: absolute;
}

.timelineimageheader {
	background-color: black;
	color: #ffffff;
	FONT-FAMILY: Verdana, Arial; 
	FONT-SIZE: 11px;
	font-weight: bold;
	height: 20px;
}

.timelineimageheadertitle {
	float: left;
	width: 500px;
	padding-top: 2px;
	padding-left: 4px;
}

.timelineimageheaderclose {
	background: url(styleimages/cross.gif) no-repeat center right;
	width: 15px;
	height: 20px;
	cursor: pointer;
	float: right;
}
.cw{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0033;
	text-align: center;
	}
	
.timelineimageloading {
	width: 540px;
	height: 400px;
	FONT-FAMILY: Verdana, Arial; 
	FONT-SIZE: 11px;
	text-align: center;
}

.timelineimageloading table {
	width: 100%;
	height: 100%;
}

.conditions_lastupdated {
	background-color:#cccccc;
	color: #000000;
	FONT-FAMILY: Verdana, Arial; 
	FONT-SIZE: 10px;
	font-weight: bold;
	padding: 1px;
}

.conditions_content {
	FONT-FAMILY: Verdana, Arial; 
	FONT-SIZE: 12px;
	height: 345px;
	overflow-y: auto;
	padding: 8px;
	text-align: justify;	
}

.conditions_content h3 {
	FONT-SIZE: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}

.conditions_footer {
	background-color: black;
	height: 25px;
}

.conditions_footer img {
	padding: 2px;
}