@charset "utf-8";
/* CSS Document */
body {
	background:#f8f8f8 url(../images/popupmainbg.jpg) top repeat-x;
	margin:15px 10px 30px 10px;
}
#popup-content {
	width:572px;
	margin:0 auto;
}
#popup-header {
	background:url(../images/popupLogo.gif) top left no-repeat;
	height:76px;
	
}
.stretchFrame {
	width:550px;
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #ccc;
	background:#f8f8f8;
}
	.stretchFrame h2 {
		font-size:13px;
		color:#fff;
		background:#ef3e42;
		display:block;
		padding:3px;
		margin-top:0;
	}
	
.stretchImage {
	width:250px;
	float:left;
	text-align:center;
}
.stretchPoints {
	width:300px;
	float:left;
	font-size:12px;
	color:#333;
	
}

.clear {
	clear:both;
}
#popup-footer {
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted #ccc;
}

#content {
	color:#333;
	font-size:12px;
	padding:0 10px 10px 10px;
}

#content a {
	color:#62bb46;
}
#content a:hover {
	color:#390;
}

#content h2 {

	font-size:13px;
	text-transform:uppercase;
	color:#0099d8;
}

#content h3 {

	font-size:13px;
	text-transform:uppercase;
	color:#0099d8;
	font-weight:normal;
}
.risk {
	margin:0 0 5px 0;
	padding:5px 15px 5px 110px;
	background:#ef3e42;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
	#level1 {
		background:#ef3e42 url(../images/level1.gif) top left no-repeat;
	}
	#level2 {
		background:#ef3e42 url(../images/level2.gif) top left no-repeat;
	}
	#level3 {
		background:#ef3e42 url(../images/level3.gif) top left no-repeat;
	}

.note {
	color:#666;
	font-size:11px;
}

	.note a {
		color:#333;	
	}

/* Calendar */

.monthHeader {
	padding:0 5px;
	height:20px;
	font-weight:bold;
	border-top:5px solid #f8f8f8;
}
	#jan {
		background:#62bb46 url(../images/calendar/jan.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
	#feb {
		background:#62bb46 url(../images/calendar/feb.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
	#mar {
		background:#62bb46 url(../images/calendar/mar.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
	#apr {
		background:#62bb46 url(../images/calendar/apr.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
	#may {
		background:#62bb46 url(../images/calendar/may.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
	#jun {
		background:#62bb46 url(../images/calendar/jun.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
	#jul {
		background:#62bb46 url(../images/calendar/jul.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
	#aug {
		background:#62bb46 url(../images/calendar/aug.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
	#sep {
		background:#62bb46 url(../images/calendar/sep.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
	#oct {
		background:#62bb46 url(../images/calendar/oct.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
	#nov {
		background:#62bb46 url(../images/calendar/nov.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
	#dec {
		background:#62bb46 url(../images/calendar/dec.gif) bottom left no-repeat;
        height:20px;
		border-bottom:none;
	}
.dateCol {
	margin:0;
	padding:5px;
	width:90px;
	float:left;
	background:#62bb46;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}
.eventCol {
	margin:0;
	padding:5px;
	width:437px;
	float:right;
	font-size:11px;
	color:#333;
	background:#fff;
	border:1px solid #62bb46;
}
.eventRow {
	background:#62bb46;
	margin:0;
	padding:0;
	border-top:1px solid #f8f8f8;
}

.divider {
	border-top:1px dotted #ccc;
	margin-top:20px;
	padding-top:20px;
	clear:both;
}

p.footnote {
	font-size:11px;
	color:#666;
	line-height:14px;
	margin:0;
	padding:20px 0 0 0;
}

.popup-refs {
	border-top: 1px dotted #ccc;
	color:#666;
	font-size:10px;	
	padding:5px 10px;
}

	.popup-refs p {
		margin:0;
		padding:5px 0;
	}
	
	.popup-refs p a, .popup-refs p strong {
		color:#333;	
	}
