/* CSS Document */ 
body {
	background-image:url(/images/common/popup-bg.jpg);
	background-repeat:repeat-y;
	background-color:#37322b;
	padding:0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	color:#37322b;
	font-size:12px;
	}
		
.copy {
	font-family:"Times New Roman", Times, serif;
	color:#37322b;
	font-size:12px;	
}	
	
h1 {
	font-size:16px;	
}

.event-details {
	font-size:16px;
}

.upcoming-events {
	font-size:16px;
	color: #990000;
	
}		

.ip {
	border:1px solid #999999;
	font-family:"Times New Roman", Times, serif;
	color:#37322b;
	font-size:12px;	
	}

.calendar {
	background-color:#c6a97c;
	color:#333333;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	border:1px solid #333333;
	}
	
.calendar a{
	color:#292929;
	text-decoration:none;
	}	
	
.calRow {
	border-bottom:1px solid #333333;
}	
	
.events_found {
	background-color:#f7e479;
	}
	
.highlight {
	background-color:#d7c03e;
	cursor: pointer;
	}	

.normal {
	background-color:#f7e479;
	}		
	
.detailView {
			font-size:12px;
	font-family:"Times New Roman", Times, serif;
}
	
a {
	color:#292929;
}

a:hover {
	text-decoration:none;
	}
	
.next a {
	color:#292929;
	}
	
.next a:hover {
	color:#8b2319;
	}		
	
ul {
	margin:0px;
	padding:0px;
	}	
	
li {
	list-style-type:none;
	margin-left:10px;
	}	
		
h1 {
	font-size:15px;
	margin:0px;
	padding:0px;
	}	
		
h2 {
	font-size:13px;
	margin:0px;
	padding:0px;
	}	
	
.feature {
	padding:10px;
	background-image:url(/images/common/popup_feature.jpg);
	background-repeat:repeat-y;
	border-top:1px solid #b28e5e;
	border-right:1px solid #b28e5e;
	border-bottom:1px solid #b28e5e;
	width:360px;
	position: absolute;
	}	
		
.image {
	border:1px solid #b28e5e;
	}
	
.print {
	font-size:12px;
	color:#822117;
	text-align: center;
}
	
.print a{
	font-size:12px;
	color:#98271B;
	text-decoration: underline;
}
	
.print a:hover{
	font-size:12px;
	color:#C33222;
	text-decoration: none;
}

.print_btn {
	background-color: #812017;
	border: 1px outset #000000;
	font-size: 9px;
	color:#ffffff;
	font-family: verdana;
}

.print_btn:active{
	background-color: #812017;
	border: 1px inset #000000;
	font-size: 10px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}