#aboutUsContent {
	background:url(/images/about-nrc/calendar_bg.jpg) no-repeat;
}

#calendarContent {
	position:absolute;
	top:0;
	left: 0px;
	width:968px;
}

#titleBox {
	top: 45px;
	left: 900px;
}


















#calendar_container {
	position:relative;
	top:0;
	/*height: 570px;*/
	margin:0 auto;
	padding:0 10px;
	padding-bottom: 15px;
	
	font-family:Arial, Helvetica, sans-serif;
}


#year_selection {
	position:relative;
}

#month_container {
	position:absolute;
	display:block;
	top: 111px;
	left: 18px;
	width: 490px;
	/*height: 490px;*/
}

#calendar_title {
	font-size:16px;
	color: #d8d671;
	font-weight:bold;
	text-transform:capitalize;
}

/*rounded rectangle*/
#event_details, #calendar_search_text, #grid_container {
	background-color:#ffffff;
}

#grid_container {
	position:absolute;
	width: auto;
	/*top:50px;*/
	left: 75px;
	background-color:transparent;
	font-weight:normal;
}

#grid_container td {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:center;
	font-size:10pt;
	padding: 8px;
}

#event_details {
	position:absolute;
	top:300px;
	right:106px;
	float:right;
	width:410px;
	
}

#calendar_search {
	position:absolute;
	float:right;
	top:38px;
	right:120px;
	display:none;
}

#calendar_search_text {
	width: 152px; /*-8 -8*/
	height: 23px;
	font-size: 9px;
	padding: 0 8px 0 8px;
	float:left;
}

#calendar_search_submit {
	float:right;
	margin: 0 0 0 7px; /*space between go and search box*/
	width:23px;
	height:23px;
	cursor:pointer;
}

.add_to_calendar {
	width:150px;
	height:15px;
	margin: 10px 0 8px;
	background:url(../images/icon_calendar.jpg) no-repeat 3px 3px;
}

.add_to_calendar a{
	text-decoration: none;
	padding: 4px 0 0 20px;
	width:120px;
	height:12px;
	font-size:9px;
	cursor:pointer;
	color:#000000;
	display:block;
	outline: 0;
}


#event_contents {
	margin: 20px 15px 15px 17px;
	max-height: 225px;
	overflow:auto;
	padding:0 25px 0 0;
	color:#000000;
}

.event_date {
	font-size:16px;	
}

.event_title {
	font-weight:bold;
	font-size: 16px;
	color: #ff0000;
}

.event_description {
	font-size: 9px;
}

/* Styling for prev and next buttons */
#prevYearContainer, #nextYearContainer {width:15px; height:15px;}

#prevYearContainer {}

#nextYearContainer {}

#prevYearContainer a,#nextYearContainer a {
	display:block;
	width:15px; 
	height:15px;
	text-indent:-999em;	
	outline:0;
}

a#prev_year {
	background:url(/images/about-nrc/calendar/yearArrows.gif) 0 -15px no-repeat; 
}

#prev_year:hover {
	background:url(/images/about-nrc/calendar/yearArrows.gif) 0 0 no-repeat;
}

a#next_year {
	background:url(/images/about-nrc/calendar/yearArrows.gif) -15px -15px no-repeat; 
}

a#next_year:hover {
	background:url(/images/about-nrc/calendar/yearArrows.gif) -15px 0 no-repeat;
}

#year {
	position:absolute;
	top:35px;
	left:38px;
	font-size:20px;
	font-weight: bold;
}

#months {
	position:relative;
	left:37px;
	top:61px;
	width:100px;
}
.month_link, .current_month {
	text-decoration:none;
	font-size:12px;
	line-height:24px;
	color:#000000;
}
.current_month {
	font-weight:bold;
	color:orange;
}

/**
* Calendar BGS
*/

#date_container div {
	position:absolute;
	width:25px;
	height:25px;
	font-size:15px;
	color:#000000;
}

.opm_event, .federal_holiday, .other_holiday {
	text-decoration:none;
	font-weight:bold;
}

.opm_event {
	color:#cb4a1e;	
}

#date_container div a.federal_holiday, #date_container div a.other_holiday {
	position:relative;
	display:block;
	width:24px;
	height:19px;
	color:#ffffff;	
	font-size: 12px;
	/*border: 1px solid #000000;*/
	/*padding-left:2px;*/
	padding-top:5px;
	text-decoration:none;
}

.federal_holiday {
	color:#b9b45b;
}

#date_container div a.federal_holiday {
	text-align:center;
	background:url(../images/bgcircle.gif) no-repeat 0px 0px;
}

.other_holiday {
	color:#167b8e;
}

#date_container div a.other_holiday {
	text-align:center;
	background:url(../images/bgcircle.gif) no-repeat 0px -24px;
}

#legend {
	float:right;
	position:relative;
	top:82px;
	right:155px;	
}

#legend a {
	position:absolute;
	width: 60px; 
	height: 40px;
}

#viewall_federalholidays { 
	position:absolute;
	top:16px;
	left: 210px;
	text-indent:-999em;
}

#viewall_federalholidays a {
	display:block;
	width: 52px; 
	height:52px;
	background:url(../images/view_fh.png) no-repeat top left;
}

#calendar_links {
	position:absolute;
	right:60px;
	bottom: 35px;
	color:#636466;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:9px;
}

#calendar_links a {
	color:#636466;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:9px;
}