form.stormreport {
	background-color: #FFFFFF;
}

table.stormreport{
	border: 2px solid;
	border-color:#999999;
	background-color:#E0E0E0;
	width:580px;
	left:5px;
	position:relative;
}

table.stormreport td{
    border:1px solid;
	border-color:#EDEDED;
}

table.manager{
	border: 2px solid;
	border-color:#999999;
	background-color:#dddddd;
	width:580px;
	left:10px;
	position:relative;
}

table.manager td{
    border:1px solid;
	border-color:#EDEDED;
}

.boxed{
	border:1px solid #3D3D3D;
	background-color:#FCFCFC;
	width:95%;
	margin-top:5px;
	margin-left:5px;
	text-align:left;
}
	
.notice {
	color: #CC0000;
	font-weight:900;
}

.storm_report_attention {
	color:#000066;
	font-size:larger;
}

.title {
	color: #CC0033;
	font-weight:900;
	font-size:28px;
}

.description{
	color:#000099;
	text-align:left;
	width:600px;
}

.section{
	color: #CC0000;
	font-weight:900;
	font-size:18px;
	text-align:left;
}

.field{
	color: #CC0000;
	font-weight:400;
	font-size:14px;
	text-align:left;
	width:180px;
}

.field1{
	width:300px;
}

.example{
	color:#000000;
	font-style:italic;
	font-weight:900;
	font-size:12px;
}

.duration{
	position:absolute;
	left:10px;
	display:inline;
}

.event{
	width:200px;
}


#location{
	cursor:pointer;
}
#infoblock{
	display:none;
}
