/*
BODY,HTML,IMG,FORM,H1,H2,H3,H4,P,UL,OL,LI {
	margin: 0;
	padding: 0;
	border: none;
}
BODY {
	font: normal 12px "trebuchet ms", verdana, arial, helvetica, sans-serif;
	text-align: center;
	background: #ffffff;
	color: #333;
}
A {
	color: #3B82B8;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A {
	color: #3B82B8;
	text-decoration: none;
}

*/
/********************************************
	PAGE LAYOUT
*/

#wrapper {
	width: 720px;/*557px;*/
	margin: 0 auto;
	text-align: left;
	background: #fff;
	overflow: hidden;
}
#col-months {
	width: 223px;
	float: left;
	margin: 0 7px 0 0;
}
#col-days {
	width: 490px; /*352px;*/
	float: left;
}
#col-days ol 
{
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

/********************************************
	BOX
*/
.box {
	margin: 0 0 7px;
}
.box .top,
.box .bot {
	clear: both;
	width: 100%;
	height: 15px;
	font-size: 0;
	line-height: 0;	
	background-repeat: no-repeat;
}
.box .top { background-position: top left; }
.box .bot { background-position: bottom left; }
.box .top SPAN,
.box .bot SPAN {
	float: right;
	width: 15px;
	height: 15px;
	font-size: 0;
	line-height: 0;	
	background-repeat: no-repeat;
}
.box .top SPAN { background-position: top right; }
.box .bot SPAN { background-position: bottom right; }
.box.blue {
	background: #edf4fc;
}
.box.blue .top,
.box.blue .bot,
.box.blue .top SPAN,
.box.blue .bot SPAN { 
	background-image: url("../../Images/box_corners_blue.gif");
}
.box.green {
	background: #5fad42;
}
.box.green .top,
.box.green .bot,
.box.green .top SPAN,
.box.green .bot SPAN { 
	background-image: url("../../Images/box_corners_green.gif");
}
.box .content {
	padding: 0 15px;
}
/********************************************
	DAYS COLUMN
*/
#legend {
	overflow: hidden;
	margin-bottom: 0;
}
#legend H3 {
	color: #4f93cb !important;
	font-size:17.5px !important;
	margin: -5px 12px 4px !important;
}
#clear-filter {
	float: right;
	font-size: 11px;
	color : #3B82B8;
	margin: 5px 0 3px 5px;
}
#filter {
	clear: both;
	list-style: none;
	padding: 0 0 0 12px;
	margin: 0 0 -8px;
	overflow: hidden;
	_margin-bottom: 15px;
}
#filter LI {
	display: block;
	float: left;
/*	width: 220px;*/
	line-height: 30px;
	padding: 6px 0 6px 24px;
	cursor: pointer;
	color: #3B82B8;
	text-decoration: none;	
	background-repeat: no-repeat;
	background-position: left;
}
#filter LI SPAN {
	padding: 0 3px;
}
#filter LI.selected {
	font-weight: bold;
}
/*#filter LI.selected SPAN {
	background-color: #ffb;
}*/
#filter LI.conference	{ background-image: url("/Style Library/Images/conference-large.gif"); }
#filter LI.education	{ background-image: url("/Style Library/Images/education-large.gif"); }
#filter LI.governance	{ background-image: url("/Style Library/Images/governance-large.gif"); }
#filter LI.distance	{ background-image: url("/Style Library/Images/distance-large.gif"); }
#filter LI:hover SPAN {
	text-decoration: underline;
}
#week-title {
	margin: 0 40px -10px;
	position: relative;
	padding-top: 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#week-next,
#week-prev {
	position: relative;
	margin: 7px 5px -10px;
}
#week-next {
	float: right;
}
#week-prev {
	float: left;
}
#week-events {
	list-style: none;
	margin: 15px 0;
}
#week-events LI H2 {
	font-size: 14px;
	padding: 3px 7px 2px;
/*	color: #60AD43; */
	color: #000!important;
	background: #EDF4FC;
}
#week-events LI.selected H2 {
	background: #3B82B8;
	color: #fff !important;
}
#week-events LI UL.list {
	list-style: none;
	padding: 0 0 15px;
	border-bottom: solid 1px #eec;
	margin: 0 !important;
}
#week-events LI.selected UL.list {
	background: #F8F8F8;
}
#week-events LI .event H3 {
	cursor: pointer;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	color: #666 !important;
	border-top: solid 1px #eec;
	background: #ffd; /*#C5DFF3*/
	overflow: hidden;
}
#week-events LI .event H3 IMG {
	float: left;
	margin: 0 10px 0 5px;
}
#week-events LI .event H3:hover {
	background: #FFFF99;
}
#week-events LI .event .details {
	border-top: solid 1px #eec;
	padding: 10px 10px 10px 0px;
	background:#FFFFEE;
}
#week-events LI .event UL.metadata {
	list-style: none;
	position: relative;
	margin-left:50px;
}
#week-events LI .event UL.metadata LI {
	margin: 0 0 7px;
	line-height: 14px;
	font-size: 11px;
}
#week-events LI .event UL.metadata LI STRONG {
	font-size: 11px !important;
/*	color: #60AD43;  */
	color: #000;
	display: block;
	margin: 0 0 2px;
	font-weight:bold;
}
#week-events LI .event A.info {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 6px 0 0;
}
#week-events LI .event UL.links {
	list-style: none;
	margin: 5px 0 0;
	background: black;
	position: relative;
	overflow: hidden;
	width: 100%;
}
#week-events LI .event UL.links LI {
	float: left;
	display: inline;
	width: 144px;
}
#week-events LI .event UL.links LI A {
	display: block;
	width: 111px;
	padding: 5px 5px 5px 28px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#week-events LI .event UL.links LI.doc A {
	background-image: url("../../Images/docLink_bkg.gif");
}
#week-events LI .event UL.links LI.register A {
	background-image: url("../../Images/registerLink_bkg.gif");
}
/********************************************
	POPUP
*/
#day-popup {
	position: absolute;
	width: 268px;
	text-align: left;
	background: #fff;
	border: solid 3px #7db5de;
	top: 0;
	left: 0;
}
#day-popup #pointer {
	position: relative;
	float: left;
}
#day-popup #pointer IMG {
	position: absolute;
	left: -19px;
	top: 8px;
	display: block;
}
#day-popup #day-events {
	padding: 0 7px;
}
#day-popup #day-events .event {
	padding: 7px;
	border-top: solid 1px #e5f0f8;
	overflow: hidden;
}
#day-popup #day-events .event IMG {
	float: left;
}
#day-popup #day-events .event H3 {
	color: #3c83bb;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 5px;
	margin-left: 50px;
	overflow: hidden;
}