/* 	Columbus Board of Realtors Document */

/* 	SITE COLORS:
	Dark Gray - #464646;
	Light Gray - #959595;
	Blue - #4a9fb5;
	Light Blue - #e8f7fb;
	Green - #598527;
	Light Green - #f2ffe5;
	Orange - #f7941d;
	Light Orange - #fffaf5

*/



/*	Event Calendar Pop-Up */									

#eventDetailsPopup {
	color: #363636;
	font-family: Arial;
	font-size: 11px;
	background: url('images/bg-popup-TOP.png') top left no-repeat;
	width: 325px;
	height: 140px;
	z-index: 2000
	}
	
#eventDetailsPopup-BTM {
	background: url('images/bg-popup-BTM.png') bottom left no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 325px;
	height: 140px;
	z-index: 2000
	}
	
/* Event Registration Confirmation */

#tblExtras {
	border: 1px solid #959595;
	width: 575px
	}
	
#tblExtras td {
	padding: 4px;
	}	
	
#tblExtras th {
	color: #fff;
	background: #959595;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px;
	}
	
#tblExtras b {
	font-size: 14px;
	text-align: right;
	color: #f7941d
	}	
