/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/
body {
	border:0;
	margin:0;
	padding:0;
	background-image:url(_gfx/cmn/bodyBG.jpg);
	background-repeat: repeat-x; 
	background-color: #626060;
	text-align: center;
}

/* Base font style and size set here */
body,td,th,p,select,li,ul,input,blockquote,textarea {
	font-family: Trebuchet ms, Verdana, Arial, sans-serif;
	font-size:11px;	
	line-height:14px;
	color: #2C2C2C;
}

.content p, .content ul, .content li {
	font-family: Trebuchet ms, Verdana, Arial, sans-serif;
	line-height:17px;
}

#spotlight_content p {
	font-family: Trebuchet ms, Verdana, Arial, sans-serif;
	line-height:15px;
}

a img { border: 0 }

a, p a, li a, .filter a {
	color:brown;
	text-decoration:underline;	
}

a:hover { 
    text-decoration:none; 
}

.error_message { /*default error reporting style */
	color: brown;
	font-weight:bold;	
}


#mainSpan { /*containing frame for the site*/
	width: 758px;
	margin: 0 auto 5px;
	text-align:left;
	background:#fff;
	border-left: 1px solid #450011;
	border-right: 1px solid #450011;
	border-bottom: 1px solid #450011;
}

	* html #mainSpan { width: 760px;}

#skipnav { /*Section 508 skip navigation menu*/
    position:absolute; 
    top:0; 
    left:0; 
    z-index:10;
}

#skipnav img {
    border:0;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

/*clearfix is used for clearing floats instead 
of clear:both because IE adds a space with clear:both */

.clearfix:after, #mainSpan:after { 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, #mainSpan {
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix, * html #mainSpan {
	height:1%;
}
.clearfix, #mainSpan {
	display:block;
}
/* End hide from IE-mac */


/* container for admin controll panel */
.adminSpan {
	width:200px;
	float:right;
	text-align:left;
}

#header { /* contains search, top links, site logo */
	background-image:url(_gfx/cmn/headerBG.jpg);
	background-repeat: no-repeat;
	height:111px;
}

#header_left {
	float:left;
	width:270px;
}

#header_right {
	float:left;
	width:210px;
}

.header_nav { /*top line of links*/
	font-family:tahoma;
	font-weight:normal;
	padding: 0;
	color: #626262;
	font-size: 9px;	
	margin-bottom:3px;
}

.header_nav a {
	color: #626262; 
	padding: 0 3px;	
}

.searchbox { /*container for search field and go button */
	position:relative;
	width: 176px;
	height: 54px;
	left: 292px;	
	top:22px;
	margin-top:5px;
}

.searchbox_textbox {
	font-size:9px;
	background-color:#fff;
	color: #000;
	width:114px;
	height:17px;
	padding:1px;
	float:left;
	margin-top:4px;
}

.searchbox_button {
	float:left; 
	margin-left:4px;
	margin-top:2px;
}

#contentheader { /* contains breadcrumb, (page title), print friendly link */

}

.breadcrumb_printerfriendly_wrapper
{
	clear:both;
	background: url('_gfx/nav/breadcrumb_BG_right.gif') no-repeat;
	width:100%;
}

.breadcrumb_printerfriendly_wrapper:after
{ 
	content:" "; display:block; height:0; clear:both;
}

.breadcrumb_wrapper {
	float:left;
}

.breadcrumb { 	
	padding: 20px 0px 0px 10px; 
	font-size:10px;
	text-align:left;
	color: brown;
}

.breadcrumb a { 
	font-family: Tahoma, Arial, Sans-Serif;
	color: brown;	
	text-decoration: underline;	
}

.breadcrumb a:hover {
	text-decoration:none;
}

.printer_friendly 
{
	padding:20px 0px 0px 0px;
    font-size:10px;
    float:right;
    width:105px;
    height:17px;
    text-align:left;
}

.printer_friendly a 
{
	font-family: Tahoma, Arial, Sans-Serif;
	color: brown;
    display:block;
    padding-left:24px;
    background-image:url('_gfx/cmn/printer.gif');
    background-repeat:no-repeat;
}

.forward_link_hyperlink 
{
	color: brown;
    display:block;
    padding-left:24px;
    background-image:url(_gfx/cmn/email_icon.gif);
    background-repeat:no-repeat;
}

.forward_link 
{
	padding:20px 0px 0px 0px;
    font-size:10px;
    float:right;
    width:120px;
    height:17px;
    text-align:left;
}

.title {
    padding:10px 25px 0px 20px;
    margin:0px 0px 10px 0px;
	font-family: Georgia, Times;
	font-size:23px;
	font-weight:normal;
	color: #333;
	line-height: 24px;
}

.title_subtitle {
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #3d3930;
}

.special_title { /* document, search & image reviewing */
	font-family: Georgia, Times;
	font-size:23px;
	font-weight:normal;
	color: #333;
	line-height: 24px;
	margin-bottom:10px;
}

.container { /* page content container */
	width: 587px;
	float:left;
	overflow: hidden;
    background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.container_noleftnav 
{
	width: 758px;
	overflow: hidden;
    background-color: #FFFFFF;
}

/* hide the header for pages without left navigation */
.container_noleftnav #contentheader,
.container_noleftnav_special #contentheader,
.container .content_noleftnav_special .special_title
{
    display:none;
}

/* content padding should be on content class NOT container */
.content { 
	float:left;
	line-height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

.content_noleftnav {
	margin:0px 5px 20px 20px;
	padding:0px 0px 0px 5px;
	background-color: #f1eddb;
}

.content_noleftnav_special { /* document, search & image reviewing */
    padding: 10px 20px;
    background-color:#fff;
}

/* content styles */

.content textarea {
	width:525px;
}

.content p, .content ul, .content li, { font-family: Trebuchet MS, verdana, sans-serif;}

.content ul {
	padding:0;
	margin:8px 0 10px 20px;
	}

.content ul li {
	padding: 2px 0;
}

.downloadmessage { /* notification of PDF, Word, etc media */
	border-top:solid 1px #ccc;
	margin-top:20px;
	text-align:center;
}

.downloadmessage img { /* download plugin icons */
	border:0;
	margin:0 2px;
}

.downloadmessage p {
	font-size:10px;
	padding:5px 0;
	margin:0;
}

.last_updated {
    border-top:1px solid #ccc;
    color:#666;
    font-size:9px;
    margin-top:10px;
    text-align:right;
}

.paging {
	margin-top:10px;
	margin-bottom:10px;
}

.footer,
.footer_home {
	width: 758px;
	margin: 0 auto;
	background-color: #fff;
	text-align:center;
	color:#000;
	font-size:10px;
	float:left;
}

.footer_text {
	margin:15px auto;
	text-align:left;
	width:718px;
}

.footer a,
.footer_home a {
	color: brown;
}

/************************************************
Department Home Page
************************************************/

/* don't add padding, left/right margins, 
or borders to these containers */

.depthome_left {
    padding:0;
	float:left;
	width:75%;
}

.depthome_right {
    padding:0;
	float:left;
	width:25%;
}

/************************************************
Site Home Page
************************************************/

.home_collage img {
    /* images w/o display:block in IE add a bottom margin */ 
	display: block; 
}

#home_columns {
	margin-top:14px;
}

#home_left {
	width:234px;
	float:left;
	margin-left: 17px;
	line-height:16px;
}

	* html #home_left { margin-left: 10px;}

#home_left span.home_title {
	font-weight:bold;
	display:block;
}

#home_right {
	width:487px;
	float:left;
	margin:0;
	/* text-align:center; */
}

.leftcol_cal {
	background: #fff no-repeat url('_gfx/home/leftcol_cal_events.gif') top;
	width: 206px;
	height:35px;
	margin-top:8px;
}

.leftcol_cal_content {
	width:204px;
	border-left: 1px solid #920015;
	border-right: 1px solid #920015;
	font-family:georgia;
	font-size: 10px;
}
	* html .leftcol_cal_content { width:206px ;}

.leftcol_cal_content ul {
	list-style-type:none;
	margin:0; 
	padding:12px;
}

.leftcol_cal_content li {
	font-family:georgia;
	font-size: 11px;
	margin-bottom:7px;
}

.leftcol_cal_content ul li a { font-size:13px; color: #1E2C5E; }

.leftcol_cal_seeall, .leftcol_cal_seeall a {
	color:#2C2C2C;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	margin-right:5px;
}

.leftcol_cal_bottom {
	background: url('_gfx/home/leftcol_roundedcorner.gif') no-repeat;
	width:206px;
	height: 6px;
	float:left;
	margin-bottom:6px;
}

#leftcol_buttons {
	float:left;
}

#leftcol_buttons img {
	margin-top: 6px;
}

.photo_caption {
	float:right;
	font-size:10px;
	color: gray;
	clear:both;
	margin-right:10px;
	margin-bottom:10px;
}

#spotlight_content p {
	padding-top:8px;
	text-align:left;
}

#spotlight_content h3 {
	font-family:georgia;
	font-weight:normal;
	font-size:23px;
	margin-bottom:15px;
}

#spotlight_content img {
	float:right;
	display:block;
}

/* #home_buttons {
    margin-left:7px;
}

#home_buttons .home_button_container {
    float:left;
}

#home_buttons img { display:block; } /*




/************************************************
Left navigation 
************************************************/

.leftnav_container {
	width: 171px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	background: url('_gfx/nav/leftnav_BG.jpg') top repeat-x #fff;
	background-position:0px 72px;
	height:609px;
}

.leftnav_title {
	height:35px;
	float:left;
}

.leftnav { /* no left/right: padding, margin, border */
	width: 171px;
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:10px;
}

.leftnav a {
	display:block;
	padding: 3px 3px 3px 12px;
	color: #3D3B37;
	text-decoration:none;	
	background-image: url('_gfx/nav/arrow_right2.gif');
	background-repeat: no-repeat;
	background-position:5px 8px;
}

.leftnav a:hover {
	color: #FFF;
	background-color: #880112;
	text-decoration:none;	
}

/*.leftnav_node a {
	color: #880112;
} */

/* selected cellbg color */
.leftnav_node_wrapper {
    background-color:#C6BBA4; 
    border-bottom:1px dotted #E3DCCE;
}

.leftnav_node_wrapper,

/*separator lines */
.leftnav_node_wrapper_root {
    border-bottom:1px dotted #9D978D;
}

/* regular cell bg color, font */
.leftnav_node_wrapper_root a {
	color:#;
	background: none;
}

/* toplevel selected */
.leftnav_node_haschildren a {
	color: #fff;
	padding-left:12px;
	/* background-image: url(_gfx/int/arrow_down.gif); 
	background-repeat: no-repeat; the darktan  A39985 */
	background-color: #880112;
	background-position:2px 8px;
}

/* ? */
.leftnav_node_iscurrent a {
	background-color: #880112;
	background-position:2px 8px;
	color: #fff;
}

/************************************************
Dropdown Menu
************************************************/

.dropdownmenu { /* menu wrapper */
	background-image:url(_gfx/nav/nav_right.gif);
}

table.menu {/* root menu table */
	border-collapse: collapse;
}

table.menu_group {	/* that pops up */
    border:1px solid #880012;
}

.menu_group td {
	font-family: Arial,sans-serif;
	font-size: 10px;
	cursor: pointer;
}

.menu_group img {
    margin-right:3px;
}

/* default menu style item */
.menuitem
{
	color:#880012;
	background-color:#FFFFFF;
	border-top: solid 1px #880012;
}

.menuitem_top 
{
	color:#880012;
	background-color:#FFFFFF;
}

.menuitem td, .menuitem_top td
{
	color:#880012;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded
{
	color:#FFFFFF;
	background-color:#BA4655;
	border-top:1px solid #880012;
}

.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	color:#FFFFFF;
	background-color:#BA4655;
}

.menuitem_hover td, .menuitem_active td, .menuitem_expanded td,
.menuitem_hover_top td, .menuitem_active_top td, .menuitem_expanded_top td
{
	color:#FFFFFF;
}

.menuitem_root_image {
	cursor: pointer;
}

/************************************************
Forms
************************************************/

.form {
	height:auto;
}

.form_in_tab {
	padding:15px 0 10px 10px;
}

.form div {
	width:auto;
	margin-top:8px;
	margin-bottom:8px;
	clear: both;
}

.form textarea {
	width:200px;
	height:150px;
}

.form_label {
	padding-top:3px;
	font-weight: bold;
	height:20px;
	float: left;
	width: 150px;
	text-align: left;
	vertical-align:middle;
}

.form_field {
	height:20px;
	float: right;
	width: 550px;
	text-align: left;
	vertical-align:middle;
}

legend {
	font-weight: bold;
	color:#625C4D;
}

fieldset {
	border:solid 1px #c2bca6;
}

.form_normaltextbox {
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 3px;
}

.form_smalltextbox {
	width:150px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown {
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:17px;
	padding-left:3px;	
}

.form_button {
	background-image: url('_gfx/button_save_bg.gif');
	font-family:Tahoma, :0;;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D7DBB2 #AD9C4D #868660 #E0C859
}

.form_message, 
.form_message td {
	color: #cc0000;
}

.form_calendarbutton {
	vertical-align: top;
	border:0;
	cursor: pointer;
}

.backbutton {
	padding-left: 15px;
	font-weight: bold;
	background-image: url('_gfx/back_arrow.gif');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.backbutton a {
}

.radeditor div {
	margin-top:0;
	margin-bottom:0;
}


/************************************************
Site map
************************************************/

.sitemap {
  border:solid 0 #000;
  background-color: #fff;
  padding-left:15px;
}

.rootnode,
.parentnode,
.leafnode {
	padding:3px 3px 0;
}

.rootnode {
	font-weight: bold;
	color: #625C4D;
} 

.rootnode a,
.parentnode a { 
	color: #625C4D;
	font-weight: bold;
} 

.sitemap_file {
	list-style-image: url('_gfx/_SiteMap/file.gif');	
}

.backtotoplink {
	padding:10px 0 10px 5px;
	font-size: 10px;
}


/************************************************
Search
************************************************/

.search {
	border-bottom:1px solid #b2d2e9;
}

.search .paging { 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #b2d2e9;
}
	
.search .paging a { 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	border-top:0;
	background-color:#f4f9fd;
	text-decoration:none;
	background-image:url('_gfx/cmn/search_link_bg.gif');
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover {
	background:#fff;
	border-top:1px solid #b2d2e9;
}

.search_summary {
	font-weight:bold;
	background-color:#eef8ff;
	padding:10px;
	text-align:center;
	font-size:10px;
	background-image:url('_gfx/cmn/search_summary_bg.gif');
	background-repeat:repeat-x;
	_background-position:0 1px; /* for IE only */
	border:1px solid #b2d2e9;
	border-bottom:0;
}

.search_title {	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.search_result_alternate {
	background-color:#f4f9fc;
}

.search_result_title {
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}

.search_result_location {
	padding-left:10px;
}

.search_result_location_field {
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis {
	padding:0;
	display:none;
}

.search_result_synopsis_highlight {
	background-color:#fcffcc;
	display:none;
}

.search_result_info {
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field {
	font-weight:bold;
	text-transform:uppercase;
}

.advanced_search {
	margin-bottom:10px;
	text-align:center;
}

.advanced_search label {
	font-weight:bold;
}

.advanced_search_textbox {	
    width:120px;
}

/*****************************************
* Calendar month view
*****************************************/

.calendar_filter {
    padding:20px 0;
    text-align:center;
}

.calendar_filter select {
    width:200px;
}

.calendar_div {
	padding-bottom: 10px;
	text-align:center;
}

.calendar {
	width:550px;
	border: 0;
}

.calendar_dayheader {
	height: 1px;
	color: #fff;
	background-color: #880112;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0;
	text-transform: uppercase;
	border: 1px solid #c2bca6;
}

.calendar_selector {
	color:#fff;
	background-color: brown;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td {
	padding: 0 0 8px 0;
	background-color:#fff;
	font-family: Trebuchet MS, Arial,Helvetica,san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #880112;
	width:60%;
}

td.calendar_nextprev {
	width:200px !important;
}

.calendar_nextprev a {
    font-size:10px;
	color: brown !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-family:Arial, Helvetica, san-serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px;	
	width:14%;
	height:60px;
	border: 1px solid #c2bca6;
}

.calendar_day,
.calendar_weekendday {
	background-color:#fff;
	background-image:url('_gfx/calendar/calendar_day_BG.gif');
	background-repeat:repeat-x;
	color:#aaa69b;
}

.calendar_othermonthday {
	background-color:#e1ded1;
	color:#9c9787;
}

.calendar_today {
    background-color:#fff6a3;
    background-image:url('_gfx/calendar/calendar_today_BG.gif');
	background-repeat:repeat-x;
	color:#bfa862;
}

.calendar_selectedday {
	background-color:#F2C532;
	color:#999999;
}

.calendar_eventtime {
	color:#666;
	font-size:10px;		
	font-weight: normal;	
}

.calendar_eventlink {
	font-size:10px;		
	font-weight: normal;
	line-height:12px;
	display:block;
	padding:3px 0;
	color: brown;
}


/*************************************************
* Component detail 
*************************************************/

.component_title {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0;
}

.component_subtitle {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0;
	color:#999;
}

.component_listitem {
	padding: 0 0 15px;
	width:400px;
}

.component_listitem div {
	padding: 0 0 4px;
	width:400px;
}

.component_listitem_header {
	font-weight: bold;
	width:100px;
	vertical-align: top;
}

.component_listitem_content {
	width:300px;
	vertical-align: top;
}

/************************************************
FAQ List
************************************************/

.listfaq {
	width:540px;
	padding:0;
	border-collapse: separate;
}

.listfaq td {
	padding:4px;
}

.listfaq_pager {
	text-align:right;
}

.listfaq_q {
	font-weight:bold;
}

/************************************************
    Link List
************************************************/

.link_name a {
    padding-left:10px;
    background-image:url(_gfx/cmn/link_list_arrow.gif);
    background-repeat:no-repeat;
    background-position: 0 4px;
}

/************************************************
    Lists, including DataGrid classes
************************************************/

.listtable {
	width:550px;
	border:1px solid #007799 !important;
	background-color:#fffcee;
	border-collapse:separate;
}

.listtable th {
	background-color: #007799;
	padding:2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	text-transform:uppercase;
}

.listtable_header a {
	color:#fff;
}

.listtable td {
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.listtable tr:hover {
	background-color:#fff;
}

.listtable_buttoncolumn {
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input {
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2;
}

.listtable_checkboxcolumn {
	padding:0;
	width:1px;
}

.listtable_checkboxcolumn input {
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on {
	background-color:#E4F1FF;
}

.listtable_row_off {
	background-color:#fff;
}

.listtable_pager {
	text-align:right;
}

/*For plain lists on front end*/
.listcomponent {
	border:solid 0 #fff;
}

.listcomponent th {
	display:none;
}

.listcomponent td {
	border:0;
	padding:4px 4px 10px 0;
	margin:0;
}

.listcomponent_pager {
	text-align:left;
}

/*For links on top of page*/
.topselector {
	margin-bottom: 10px;
}

/*For dropdown filters*/
.filter {
	margin: 10px 0;
}

/************************************************
* Image-using item list 
************************************************/

.righttable {
    width:200px;
	border:1px solid #007799;
	border-collapse: separate;
}

.righttable th {
	background-color: #007799;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #fff;
	height:20px;
	font-size:9px;
}

.righttable_header a {
	color:#fff;
}

.righttable td {
    border:0;	
	border-top:1px solid #DADADA;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover {
	background-color:#fffcee;
}

.righttable_buttoncolumn {
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input {
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2
}

.righttable_checkboxcolumn {
	padding:0;
	width:1px;
}

.righttable_checkboxcolumn input {
	margin-left:-2px;
	margin-top:-3px;
}

.righttable_row_on {
	background-color:#E4F1FF;
}

.righttable_row_off {
	background-color:#fff;
}


/***********************************************
* E-Notifier
***********************************************/

.tag_div {
	padding: 10px 0 20px;
}

.area_div {
	padding: 5px 0;
}


/************************************************
Survey
************************************************/

.survey_title {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}


/************************************************
Staff Directory
************************************************/

.staff_column_div {
	margin:10;
	clear:both;
	width:560px;
}

.staff_thumbnail_span {
	float:left;
	width:105px;
}

.staff_listitem_span {
	float:right;
	width:450px;
}


/************************************************
Department boxes
************************************************/

.box_container {
	margin-left:10px;
	background-color: #fffce9;
	border: 1px solid #cec9b7;
	font-size:10px;
	line-height:12px;
}

.box_title {
	color:#fff;
	font-size:10px;
	text-transform: uppercase;
	font-weight:bold;
	padding:3px;
	background:#3291ae;
}

.box_list {
    padding:3px;
}

.box_list a {
	font-weight:bold;
	text-decoration:none;
}

.box_list a:hover {
	text-decoration:underline;
}

.box_list p {
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.box_bottomlink a,
.box_bottomlink a:hover {
    font-size:10px;
    display:block;
    text-align:right;
    padding:3px;
}

.box_list .event_title {
    padding-top:5px;
}
.box_list .event_date {
    margin-bottom:5px;
}

/************************************************
Home boxes
************************************************/

.home_events {
	height:auto;
	padding: 13px 0px 0px 13px;
	overflow:hidden;
	font-family:georgia;
}

.home_events_title {
	display:none;
}

.home_events .event_title a {
	font-size:13px;
	color: #1E2C5E;
	text-decoration:underline;
}

.home_events .event_date {
	font-size: 11px;
	margin-bottom:7px;
}

.home_events .event_title a:hover {
	text-decoration:none;
}

.home_events_bottomlink, .home_events_bottomlink a {
	color:#2C2C2C;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	margin-right:5px;
}

/******************************************
* Photo Album 
******************************************/

.album_item {
	margin-bottom:20px;
	text-align:center;
}

.album_thumb {
	background-position: top center;
	background-image: url(_gfx/album/exported_group.jpg);
	overflow: hidden;
	width: 260px;
	height:152px;
	max-height:130px;
	padding-top:22px;
	background-repeat: no-repeat;
    
}

.album_thumb img {
	width: 160px;
	height: 110px;
	position:relative;
	left:0; 
	border:0;
	display:block;
	margin:0 auto;
	overflow: hidden;
}

.album_name {
	text-transform:uppercase;
	font-weight:bold;
}

.album_details {
    font-size:9px;
}

.photo_item {
    padding:20px;
    text-align:center;
    vertical-align:top;
}

.photo_thumb {
    background-position: top center;
    background-image: url(_gfx/album/single_photo.gif);
    overflow: hidden;
    width:240px;
    height:240px;
    background-repeat: no-repeat;
    padding-top:50px;
    max-height: 190px;
    margin: 0 auto;
}

.photo_thumb img {
    display:block;
    overflow: hidden;
    margin: 0 auto;
}

.photo_details {
    text-align:center;
}

.photo_name {
}

.slideshow_link {
    float:right;
    font-weight:bold;
    width:140px;
    text-align:left;
    margin-left:10px;
}

.slideshow_link a {
    display:block;
    padding:4px 0 4px 24px;
    border:1px solid #ccc;
    background-image:url(_gfx/album/slideshow.gif);
    background-repeat:no-repeat;
    background-position:4px 4px;
}

.slideshow_nav {
    text-align:center;
}

/* End Picture List */

.rss_button {
	float: right;
	margin-right: 20px;	
}

/* Itinerary Builder */
.itineraryitem
{
	margin:0px 0px 10px 0px;
}

.itineraryitem h6
{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

.itineraryitem_image img
{
	border:solid 1px #999999;
}

.itineraryitem_button
{
	margin:0px 0px 20px 0px;
}

.itineraryitem_infobox
{
	background-color:#DDDDDD;
	padding:5px 5px 5px 5px;
	margin:10px 0px 10px 0px;
}

.itineraryitem_infobox_left
{
	float:left;
}

.itineraryitem_infobox_right
{
	float:left;
	padding:0px 0px 0px 20px;
}





.captcha img, .captcha a
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaIcons
{
	width: 20px !important;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #c2bca6;
}