@charset "UTF-8";
/* CSS Document */
#right_wrapper {
	/*background-image:url(../images/tile_main_teal.jpg);
	background-repeat:repeat;
	background-position:top left;*/
}
#right_content {
}
/*The box*/
.right_callout_wrapper {
}
/*box header*/
.right_callout_header {
	display:block;
	height:4px;
}
	.gb_corner_tr {
		display:block;
		float:right;
		height:4px;
		width:4px;
		
		background-image:url(../images/gb-corner-tr.gif)
	}
	.gb_corner_tl  {
		display:block;
		float:left;
		height:4px;
		width:4px;
		
		background-image:url(../images/gb-corner-tl.gif);
	}
	.gb_topbar {
		display:block;
		height:4px; 
		background-color:#3C2011;
		margin:0px 4px;
	}
/*box content*/
.right_callout_content {
	display:block;
	padding:1px 10px;
	
	font-size:12px;
	color:#ffffff;
	
	/*background-image:url(../images/gb-bg-core.gif);
	background-repeat:repeat-x;*/
	background-color:#3C2011;
}
	.right_callout_content p, .right_callout_content ul {
		margin-top:1ex;
		margin-bottom:1ex;
		padding-top:0px;
		padding-bottom:0px;
	}
	 .right_callout_content ul {
		margin-left:3ex;
		padding-left:0px;
	 }
	 .right_callout_content a:link,  .right_callout_content a:visited {
		color:white;
	 }
/*infernal footer*/
.right_callout_footer {
	display:block;
	height:4px;
}
	.gb_corner_br {
		display:block;
		float:right;
		height:4px;
		width:4px;
		
		background-image:url(../images/gb-corner-br.gif)
	}
	.gb_corner_bl  {
		display:block;
		float:left;
		height:4px;
		width:4px;
		
		background-image:url(../images/gb-corner-bl.gif);
	}
	.gb_botbar {
		display:block;
		height:4px;
		background-color:#3C2011;
		margin:0px 4px;
	}
/*End box*/
.right_calendarbox_wrapper {
	display:block;
	margin:15px 0px;
}
	.right_calendarbox_head {
	}
		.right_calendarbox_head_right {
			display:block;
			float:right;
			height:5px;
			width:4px;
			background-image:url(../images/calendar_head_right.gif);
		}
		.right_calendarbox_head_left {
			display:block;
			float:left;
			height:5px;
			width:4px;
			background-image:url(../images/calendar_head_left.gif);
		}
		.right_calendarbox_head_title {
			display:block;
			height:5px;
			margin:0 4px;
			padding:0 5px;
			background-image:url(../images/bg_calendar_head.gif);
			
			
		}
		.right_calendarbox_head_title h3 {
			padding:0;
			margin:0;
			
			line-height:35px;
			font-size:16px;
			color:#474d17;
			font-weight:bold;
		}
	.right_calendarbox_content {
		display:block;
		padding:1px 7px;
		background-color:#FFFFFF;
		border:1px solid #dddddd;
	}
