@charset "UTF-8";
/* SPECIAL PROGRAMS WEBSITE SPECIFIC CSS 
   www.colby.edu/administration_cs/special_programs */

/* HOMEPAGE PhotoWell  */
#specialprograms_home_events{float:right;margin-left:10px;width:210px;}
#cccimages_top {height:178px;}
#cccimages_top img {padding-right: 3px;}	
#specialprograms_home_events ul{padding:0;margin:0;list-style:none;}
#specialprograms_home_events ul li{padding-bottom:5px;}
#specialprograms_home_events ul li a{font-weight:bold;}
	
/* HOMEPAGE Photo Caption Rollover */ 
#specialprograms_imageswell { width: 540px; margin: 0; padding: 0 0 15px; }
#specialprograms_imageswell img { float: left; margin: 0; padding: 0; }
#specialprograms_imageswell img.image2 { padding: 0 3px; }

html>body #specialprograms_home_bottom { padding: 182px 0 0; } 
#specialprograms_home_bottom { padding: 4px 0 0; }
*:first-child+html #specialprograms_home_bottom { padding: 4px 0 0; }
/* HOMEPAGE Upcoming Events Box */ 

#specialprograms_home_events ul li { margin: 0; padding: 6px 0; border-bottom: 1px dotted #ccc; line-height: 14px; }
#specialprograms_home_events ul li:first-child { padding-top: 0;  }
/* PROGRAMS DIRECTORY List */
.listitem { clear:both; overflow:hidden; padding: 13px 5px 13px 8px;border:1px dotted #CCC; border-width: 0 0 1px; font-size:12px; line-height:15px; color: #333366;  }
.list_programname { width:370px;display:block; padding: 0 12px 0 0; float:left; font-weight: bold;}
.list_programdates{width:145px;display:block;float:left; font-style: italic; }
#specialprograms_faculty h3, #specialprograms_faculty strong{color:#000;font-size:12px;}
#specialprograms_faculty font{font-size:12px;}

/* PROGRAMS DESCRIPTION Page Styles */
div.title { margin: 0; padding: 0 0 3px; display: block; }
.eventDate { font-size: 16px; font-weight: bold; color: #333366; padding: 2px 0 5px; }
.eventCost { float: left; margin: 0; padding: 1px 8px 0 0; font-weight: bold;  }
.eventCost_amount { float: left; margin: 0; padding: 1px 0 0;  }
.eventCost_amount p { margin: 0; padding: 0; }
.scrollDown { clear: left; padding: 3px 0 0; margin: 0; }
.eventDescription { margin: 0; padding: 0;  clear: both; }
.eventDescription p:first-child { margin: 0; padding: 0;}
.eventDescription ul { margin: 6px 0 12px 28px; padding: 0; }
#contactInfo {  font: bold 15px/20px Arial, Helvetica, sans-serif; color: #c26509; padding: 10px 0 0; border-top: 1px dotted #e0dcdc;   }
.contactInfo_detail p { margin: 0; padding: 0 0 12px; }
#roomBoard { float: left; margin: 0; padding: 10px 0 0; clear: left; font: bold 15px/20px Arial, Helvetica, sans-serif; color: #c26509; border-top: 1px dotted #e0dcdc; width: 100% }
.roomBoard_amount { float: left; margin: 0; padding: 0; clear: left; }
.roomBoard_amount p { margin: 0; padding: 0; }
.registerLink { float: left; clear: both; margin:10px 20px 10px 0; padding: 0;  }
.signupEmail { float: left; padding: 0; margin: 10px 20px 10px 0; }

/* SUMMER CALENDAR -- FULL CALENDAR Styles */
.monthdiv {  font-size:14px; font-weight:bold; padding-top:15px; border-bottom:2px solid #CCC; width: 100%; clear: both }
.calendarline { padding: 12px 0 12px 4px; margin: 0; width: 100%; float: left; clear: left; font: 12px Arial, Helvetica, sans-serif; border-bottom: 1px dotted #ccc; }
.calendaritemdate { margin: 0; float: left; width: 160px; }
.calendaritem { float: left; width: 364px; }

#tabs_holder {
	position: relative;  margin: 12px 0 10px;
	height: 25px; border-bottom: 1px solid #8F5924;
	width: 540px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

html>body #tabs_holder ul#tabnav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 700px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	height: auto
}

#tabs_holder ul#tabnav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -2px;
	width: 700px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	height: auto
}

#tabs_holder ul#tabnav li  {
	display: inline;
	list-style: none;
}

#tabs_holder ul#tabnav li.menuItemunSelected a, #tabs_holder ul#tabnav li.menuItemSelected a {
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#tabs_holder ul#tabnav li.menuItemunSelected a {
	width: 115px;
	display: block;
	float: left;
	padding: 6px 0;
	margin: 1px 5px 0 0;
	color: #3333cc;
	border-bottom: 1px solid #8F5924;
}
#tabs_holder ul#tabnav li#option_1 a { width: 145px;  }

/* selected */
#tabs_holder ul#tabnav li.menuItemSelected a {
	width: 115px;
	display: block;
	float: left;
	border: 1px solid #8F5924;
	border-bottom: 1px solid #fff;
	background: #fff;
	padding: 6px 0 7px;
	margin: 0 5px 0 0;
	bottom: 0;
	color: #333366;
}

#tabs_holder ul#tabnav a {
	background: #fef8ef;
	border: 1px solid #8F5924;
	border-bottom: none; 
}

#tabs_holder ul#tabnav a:hover {
	margin-top: 0;
	border-color: #8F5924;
	background: #f2e4cf; 
	padding-bottom: 5px; 
	border-bottom:none; cursor: pointer;
}

