/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*
/*-------------------------------------------------------------------------------------------------------*/
/*	SITE 1
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------*/
/*	New Accordion classes
/*-------------------------------------------------------------------------------------------------------*/
	#vertical_container
	{
		min-height:		410px;
	}
	
	.accordion_headings
	{
		display: block;
			height: 30px;
			width: 170px;
			background-color: #dadada;
                     background: url(/images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #996622;
			border-bottom: 1px solid #996622;
			cursor: pointer;
			margin: 0 0 0 0;
	}

	.header_highlight
	{
		background: url(/images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
		color: #ffffff;
		border-bottom: 1px solid #996622;
	}

	.accordion_content
	{
		background-color: #ffffff;
			color: #444444;
			overflow: hidden;
	}

/*-------------------------------------------------------------------------------------------------------*/
/*	Vertical Accordions
/*-------------------------------------------------------------------------------------------------------*/
/*
			
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 170px;
			background-color: #dadada;
                     background: url(/images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #996622;
			border-bottom: 1px solid #996622;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(/images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #996622;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 120%;
				padding: 5px 10px 5px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 110%;
				padding: 5px 10px 5px 0px;
			}


/*-------------------------------------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------------------------------------*/
#header
{
	background-color:		white;
	background-image:		url( /images/bg_header.gif );
	background-repeat:		no-repeat;
	padding:				0px;
	height: 255px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Home Page Layout
/*-------------------------------------------------------------------------------------------------------*/
table#homelayout
{
	width:				850px;
	xbackground-image:		url( /images/bg_home.jpg );
	background-repeat:		no-repeat;
}

col#homeleftcolumn
{
	width:				auto;
}

col#homecontentcolumn
{
	width:				auto;
}

col#homerightcolumn
{
	width:				auto;
}

/* Home Page Layout Contents */
td#homeleftcontentcell
{
	width:				190px;
	background-color:	        white;
}

td#homecontentcell
{
        vertical-align:		top;
        
	padding:			0px 0px 0px 0px;
	background-color:	        none;
	margin:				0px 0em 1.6em 0px;
	line-height:		19px;
	font-family:		georgia, times new roman, serif;
	font-size:			12px;
	color:				black;
		xbackground-image:		none;
}

td#homerightcontentcell
{
	vertical-align:		top;
	padding:			50px 0px 0px 0px;
       	background-color:	        white;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Subpage Layout
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	width:				850px;
}

col#leftcolumn
{
	width:				auto;
}

col#contentcolumn
{
	width:				auto;
}

col#rightcolumn
{
	width:				auto;
}

/* Subpage Layout Contents */
td#leftcontentcell
{
	width:				190px;
	vertical-align:		top;
	background-color:	        white;
	padding:			0px 0px 20px 0px;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
}

td#contentcell
{
	vertical-align:		top;
	padding:			105px 20px 20px 30px;
	background-color:	        white;
	margin:				0em 0em 0px 0px;
	line-height:		19px;
	font-family:		georgia, times new roman, serif;
	font-size:			12px;
	color:				black;
}
td#contentcell a
{
	text-decoration:	none;
	color:				#b32216;
        border-bottom:                 1px dotted #b32216;
}

td#contentcell a:hover
{
	color:				#666666;
	text-decoration:	none;
}

td#rightcontentcell
{
	vertical-align:		top;
	width:				200px;
	background-color:	        white;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Global Navigation
/*-------------------------------------------------------------------------------------------------------*/
#globalnav
{
	text-align:			right;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	font-weight: bold;
	position: relative;

   
    clear:none;
    color:black;
    display:block;
    float:right;	

	white-space:		nowrap;
	width:				500px;
	margin:                       -100px 20px 0px 0px;
    padding: 10px; 
}

#globalnav a
{
	color:			#666666;
	padding-right: 8px;
}
#globalnav a:hover
{
	color:			#333333;
}

.globalnavdivider
{
	padding:			0em 0.7em;
	color:				#4c6894;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Top Navigation 3-Tier DHTML Menu
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	clear:				none;
	width:				400px;
	border-top:			1px solid white;
	background-color:	        white;
	text-align:			left;
	margin:			-215px  0px 117px 220px;
}

/* First tier of menu items */
#topnav a,#topnav a.active
{
	/* Adjust space between menu items	*/	
	margin-left:		0px; 

	display:			block;
	width:				auto;
	height:				32px;
	background-color:	        white;


	padding:			0px 20px 0px 0px;
	line-height:		20px;
	white-space:		nowrap;
	text-transform:         uppercase;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			18px;
	color:				black;
}

#topnav a:hover,
#topnav a.active,
#topnav a.active:hover
{
	 color:	                #b32216;
}

/* Top nav menu items */
ul.menublock
{
	/*	Customizeable options */
	width:				175px;
	border-top:			1px solid white;
	border-bottom:		none;
	background-color:	rgb(68,170,136);
	margin:				1px 0px 0px 0px;

	/*	Do not modify */
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px;
	list-style-type:	none;

}

ul.menublock li
{
	/*	Do not modify	*/
	display:			inline;
}

ul.menublock a
{
	display:			block;
	width:				auto;
	height:				26px;
	border-bottom:		1px solid white;
	padding:			0px 8px 0px 15px;
	line-height:		26px;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				white;
}

ul.menublock a:hover
{
	background-color:	rgb(0,136,102);
	color:				white;
}

ul.submenublock
{
	/*	Customizeable options */
	width:				175px;
	border-top:			1px solid white;
	border-bottom:		none;
	background-color:	rgb(0,136,102);
	padding:			3px 0px;

	/*	Do not modify */
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px;
	list-style-type:	none;

}

ul.submenublock li
{
	/*	Do not modify	*/
	display:			inline;
}

ul.submenublock a
{
	display:			block;
	width:				auto;
	padding:			0px 8px 0px 15px;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				white;
	border-bottom:		none;
	background-color:	rgb(0,136,102);
	height:				22px;
	line-height:		22px;

}

.submenublock a:hover
{
	background-color:	rgb(0,136,102);
	color:				white;
}

a.showsub,a.showsub:hover
{
	/*	Makes arrow indicator for links with submenu */
	background-image:		url( /images/arrow1.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

a.showsub:hover
{
	/* submenu arrow */
	background-image:		url( /images/arrow1.gif );
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Bread Crumb Navigation 
/*-------------------------------------------------------------------------------------------------------*/
#breadcrumbnav
{
	clear:				both;
	display:			block;
	width:				auto;
	height:				26px;
	line-height:		26px;
	padding:			0em 1.0em;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
}

#breadcrumbnav .text
{
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Left Side Navigation
/*-------------------------------------------------------------------------------------------------------*/
#sidenav
{
        margin-left:           70px;
        margin-top:           100px;
}

#sidenav ul
{
	margin:				0px;
	padding:			0px;
	list-style-type:	none;
}

#sidenav ul.sub
{
	/*	indent submenu	*/
	padding-left:		5px;
	list-style-type:	none;
	color:				black!important;
}

#sidenav ul.sub:hover
{
	/*	indent submenu	*/
	color:				#b32215!important;
}
#sidenav ul.sub.active
{
	/*	indent submenu	*/
	color:				#b32215!important;

}

#sidenav a.sub-active 
{
        color:                             #b32215!important;

}

#sidenav li
{
	display:			inline;
	list-style-type:	none;
}

#sidenav a.top
{
	display:			block;
	padding:			0.7em 0em 0.8em;
	margin-bottom:		0.4em;
	xborder-bottom:		1px solid rgb(187,187,187);
	font-weight:		bold;
	font-size:		11px;
	color:				black;
}

#sidenav a
{
	display:			block;
	padding:			0.4em 0em;
	color:				black;
        text-transform:                  uppercase;
}
#sidenav a:hover
{
	color:				#b32215!important;
}

#sidenav a.active
{
	/*	highlight active section items	*/
	color:				#b32215!important;

}


/*-------------------------------------------------------------------------------------------------------*/
/*	Page Title 
/*-------------------------------------------------------------------------------------------------------*/
a#pagetitle
{
	display:			block;
	margin:				0em;
	margin-bottom:		15px;
	padding:			0em;

	line-height:		1.0em;
	font-family:		        arial, sans serif;
	font-weight:		        bold!important;
	font-size:			18px;
	color:				black!important;
        border-bottom:                 none!important;
}

a#pagetitle:hover
{
	font-weight:		        bold!important;
	color:				black!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Document Attachments
/*-------------------------------------------------------------------------------------------------------*/
#documents
{
	font-family:		verdana,arial,sans serif;
	font-size:			0.9em;
	font-weight:		normal;
	line-height:		2.0em;
}

#documents a
{
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin-top:			120px;
	margin-right:			10px;
	margin-bottom:			20px;
	width:				170px;
	background:			white;
	line-height:		16px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	
	xborder:				1px solid rgb(189,189,189);
	padding:			0px!important;
}

td#widgettitle
{
	padding-top:		1px;
	padding-bottom:		3px;
	background:			none;
	color:				black;
	text-align:			left;
	font-weight:		bold;
}


td#widgetcontent
{
	padding:			0px;
	color:				#666666;
}

#widgetcontent a
{
	color:				#b32215;
	text-decoration:	none;
}

#widgetcontent a:hover
{
	color:				#333333;
	text-decoration:	none;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Image Attachments
/*-------------------------------------------------------------------------------------------------------*/
/* Images 1 & 2 in the content area (wrap enabled)*/
.imagecaption-wrap
{
	color:				rgb(115,115,115);
	width:				160px;
	padding:			5px 0px;

	line-height:		15px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	float:				right;
	margin:				45px 0px 20px 20px;

	text-align:			center;
}

.imagecaption-wrap img
{
	display:			block;
	margin-bottom:		10px;
}


/* Images 1 & 2 in right column (wrap disabled)*/
.imagecaption
{
	color:				rgb(115,115,115);
	width:				160px;
	padding:			5px 0px;

	line-height:		1.3em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	float:				right;
	margin:				25px 0px 20px 20px;

	text-align:			center;
}

.imagecaption img
{
	display:			block;
	margin-bottom:		10px;
}

/* Formatter */
img.right
{
	float:				right;
	margin:				0px 0px 20px 20px;
}

img.left
{
	float:				left;
	margin:				0px 20px 20px 0px;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Navigation
/*-------------------------------------------------------------------------------------------------------*/
#footernav
{
	clear:				both;
	margin:				0px 0px 0px;
	border-top:			1px solid rgb(187,187,187);
	padding:			1em 2em;
	line-height:			1.9em;
	font-family:			verdana,arial,sans serif;
	font-size:			0.65em;
	color:				rgb(119,119,119);
}

#footernav a
{
	padding:			0px 0px;
	white-space:		nowrap;
	color:				rgb(0,136,102);
}

.footernavdivider
{
	padding:			0em 1em;
	color:				rgb(187,187,187);
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Text Content
/*-------------------------------------------------------------------------------------------------------*/
#footertext
{
        background-color:         #333333;
	line-height:		18px;
	font-family:		georgia, times new roman, serif;
	font-weight:		normal;
	font-size:			11px;
	color:				#999999;
	padding:		 0px;
        width:                   852px!important;
}

#footertext a
{
	padding:			0px 0px;
	white-space:		nowrap;
	
	color:				#cccccc;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Content List Page 
/*-------------------------------------------------------------------------------------------------------*/
.listpagetable
{
	/*	Entire list table */
	font-family:		verdana,arial,sans serif;
	line-height:		1.4em;
	margin-top:			2.0em;
	margin-bottom:		1.3em;
	font-size:			1.0em;
	color:				black;
}

.listpagetable td
{
	/* All cells of the table */
	padding:			2px 2px 20px 2px;
}

.listpagetable td img
{
	/* All images in the list table cell */
	padding-right:		20px;
	padding-top:		5px;
}

.listpagetable td a.titlelink
{
	/* The title link of the list item */
	font-weight:		bold;
	margin-right:		10px;
        border-bottom:          none!important;
        color:                  black!important;
        margin-right:          5px;

}
.listpagetable td a.titlelink:hover
{
	/* The title link of the list item */
        color:                  black!important;
}

/* When there is no details page */
.listpagenodetails
{
	font-weight:		bold;
	display:			block;
}

.listpagebacklink
{
	display:			block;
	padding-top:		10px;
	font-weight:		bold;
        border-bottom: none!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Content Landing Page 
/*-------------------------------------------------------------------------------------------------------*/
.landingpagetable
{
	/*	Entire list table */
	font-family:		verdana,arial,sans serif;
	line-height:		17px;
	margin-top:			2.0em;
	margin-bottom:		1.3em;
	font-size:			11px;
	color:				black;
}

.landingpagetable td
{
	/* All cells of the table */
	padding:			10px 2px 0px 0px;
}

.landingpagetable td img
{
	/* All images in the list table cell */
	padding-right:		20px;
	padding-top:		5px;
}

.landingpagetable td a.titlelink
{
	/* The title link of the list item */
	font-weight:		bold;
	margin-right:		10px;
	line-height:		17px;
	font-size:			14px!important;
        color:                  black; 
        border-bottom:          none!important;
}

.landingpagetable td a.titlelink:hover
{
	/* The title link of the list item */
	font-weight:		bold;
	margin-right:		10px;
        color:                  #b32216;
}

.landingpagenodetails
{
	/* When there is no details page */
	font-weight:		bold;
	display:			block;
        line-height:		17px;
	font-size:			14px!important;
        margin-bottom: -17px;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Popup Window Page
/*-------------------------------------------------------------------------------------------------------*/
body.popup
{
	margin:				0px;
	padding:			0px;
	
	background-color:	white;
}

table#poplayout
{
	width:				auto;
}

col#popupcolumn
{
	width:				auto;
}

td#popupcolumncontent
{
	vertical-align:		top;
	width:				auto;
	padding:			20px 20px 20px 30px;

	margin:				0em 0em 1.6em 0px;
	line-height:		2.0em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				black;
}

/* Images 1 & 2 in popup window */
.imagecaptionpopup
{
	display:			block;
	color:				rgb(115,115,115);
	width:				160px;

	line-height:		1.3em;
	font-family:		verdana,arial,sans serif;
	font-size:			1em;
	float:				none;
	margin:				10px;
}

a#popuppagetitle
{
	display:			none;
	margin:				0em;
	margin-bottom:		15px;
	padding:			0em;

	line-height:		1.0em;
	font-family:		times new roman,serif;
	font-weight:		normal!important;
	font-size:			2.1em;
	color:				rgb(0,82,156)!important;
}

a#popuppagetitle:hover
{
	font-weight:		normal!important;
	color:				rgb(0,51,102)!important;
}


#popupclosebutton
{
	display:			block;
	padding-top:		10px;
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	HTML Elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin-top:				20px;
	margin-left:				auto;
	margin-right:				auto;
	padding:			0px;
		background-color:    #f1eedb;


        width:                           850px;
}

hr
{
	/*	Do not show <hr> tags */
	display:			none;
}

p
{
	/*	Disable margin when <p> tags used */
	margin:				0px;
}

a
{
	text-decoration:	none;
	color:				#b32216;
}

a:hover
{
	color:				#666666;
	text-decoration:	none;
}

h1,.headline
{
	margin:				.5em 0em 0em 0em;
	padding:			0em;
	display:			block;
	line-height:		1.0em;
	font-family:		times new roman,serif;
	font-weight:		normal;
	font-size:			1.5em;
	color:				rgb(0,82,156);
}

h2, h3,.subheadline
{
	margin:				0em;
	xpadding-bottom:			-5px;
	display:			block;
	line-height:		17px;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			12px;
	color:				#554433;
}
h4
{
	margin:				0em 0px 0px 20px;
	padding-left:			20px;
	display:			block;
	line-height:		17px;
	font-family:		verdana,arial,sans serif;
	font-weight:		normal;
	font-size:			16px!important;
	color:				#999999;
}

h5
{
	margin:				0em 0px 0px 0px;
	display:			block;
	line-height:		21px;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			12px!important;
	color:				#554433;
}

blockquote
{
	margin:			1em 3em;
	border-top:		1px solid rgb(221,204,204);
	border-bottom:	1px solid rgb(221,204,204);
	padding:		0.5em 0em;
	font-family:	times new roman,times;
	font-size:		1.15em;
	font-style:		italic;
	line-height:	1.4em;
	color:			rgb(153,51,51);
}
ul
{
	padding:		 5px;
        color:                   #dadada!important;
	xlist-style: none;
        xlist-style-image:              square inside url(/images/list.gif)
        margin: 2em;

}
li
{
        color:                   #333333!important;
	padding:		 0px 0px 0px 0px;
        list-style-image:        url(/images/list.gif)
}

ol
{
	padding:		 0px 0px 0px 15px;
        color:                   #dadada!important;
	margin-top:			 2px;

}

.macro-footer
{
        background-color:         #d1d1ac;
	line-height:		17px;
	font-family:		georgia, times new roman, serif;
	font-weight:		normal;
	font-size:			11px;
	color:				#996622;
	padding:		 0px 0px 0px 0px;
        width:                   852px!important;

}
.macro-footer td
{

	padding:		 5px 10px 10px 10px;
        width:                   190px!important;
	vertical-align:		top;
}
.macro-footer td a
{
    	color:				#554433!important;
}



.footer-copyright
{
        background-color:         #333333;
	line-height:		17px;
	font-family:		georgia, times new roman, serif;
	font-weight:		normal;
	font-size:			11px;
	color:				#999999;
	padding:		 10px;
        width:                   852px!important;

}
.footer-copyright a
{
	color:				#cccccc!important;

}
.footer-copyright a:hover
{
	color:				white!important;

}

/*-------------------------------------------------------------------------------------------------------*/
/*	Form Elements
/*-------------------------------------------------------------------------------------------------------*/
form
{
	margin:				0em;
        background-color:       white;
}

label
{
	display:			block;
	margin-top:			1.0em;
	font-family:		verdana,arial,sans serif;
}

label.checkbox, label.radio, label.cb
{
	display:			inline;
	font-family:		verdana,arial,sans serif;
}

input.text, select
{
	font-family:		verdana,arial,sans serif;
}

input.button
{
	margin-top:			20px;
	font-family:		verdana,arial,sans serif;
}

.fieldnote
{
	color:				blue;
	margin-top:			20px;
	font-size:			14px;
	font-family:		verdana,arial,sans serif;
}

/*=======================================================================================================
//	CALENDAR STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard eventsmgr_makecalendar
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
table#calendartable
{
	empty-cells:			show;
}

/*=========================================================================================================
//	Month headers
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Position & spacing only
//-------------------------------------------------------------------------------------------------------*/
table#calendartable th
{
	vertical-align:			top;
	text-align:				left;
	white-space:			nowrap;
	padding:				1.0em 0em 0em;
}

/*---------------------------------------------------------------------------------------------------------
//	Month headers, text styling
//-------------------------------------------------------------------------------------------------------*/
h2
{
	line-height:			1.2em;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
	color:					rgb(119,119,119);
	color:					rgb(59,121,166);
}

table#calendartable th.nav
{
	vertical-align:			bottom;
	text-align:				right;
	line-height:			1.6em;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
}

/*=========================================================================================================
//	Calendar content cells
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Position & spacing
//-------------------------------------------------------------------------------------------------------*/
table#calendartable td
{
	vertical-align:			top;
	padding:				1.0em 1.0em 0.25em 0em;
}

/*---------------------------------------------------------------------------------------------------------
//	Position & spacing
//-------------------------------------------------------------------------------------------------------*/
table#calendartable td.newday
{
	border-top:				1px solid rgb(177,177,177);
	padding-top:			0.25em;
}

/*=========================================================================================================
//	Date/weekday block
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Day number
//-------------------------------------------------------------------------------------------------------*/
h3
{
	margin:					0px;
	padding:				0px;
	padding-top:			0.1em;
	text-align:				center;
	line-height:			0.8em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				22px;
	color:					rgb(59,121,166);
}

/*	Make sure anchor link (day numbers are anchors) does not change color	*/
h3 a,
h3 a:hover
{
	color:					rgb(184,184,141)!important;
}

/*---------------------------------------------------------------------------------------------------------
//	Weekday
//-------------------------------------------------------------------------------------------------------*/
.day-weekday
{
	text-align:				center;
	text-transform:			uppercase;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
	color:					rgb(119,119,119);
}

/*=========================================================================================================
//	Event content block
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Event title
//-------------------------------------------------------------------------------------------------------*/
h4
{
	margin:					0px;
	padding:				0px;
	line-height:			1.4em;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
	color:					rgb(102,102,102);
}

/*---------------------------------------------------------------------------------------------------------
//	Event body text
//-------------------------------------------------------------------------------------------------------*/
.smtext
{
	margin:					0px;
	padding:				0px;
	line-height:			1.4em;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
	color:					rgb(102,102,102);
}

/*=========================================================================================================
//	Calendar thumbnail
//=======================================================================================================*/
table.calendar-thumbnail th
{
	padding-top:			1.6em;
	height:					1.6em;
	border-bottom:			1px solid rgb(170,170,170);
	
	text-align:				center;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				11px;
	color:					rgb(59,121,166);
}

table.calendar-thumbnail td
{
	width:					1.8em;
	height:					1.6em;
	
	text-align:				right;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
	color:					rgb(170,170,170);
}

table.calendar-thumbnail td.previous
{
	width:					50%;
	text-align:				left;
}

table.calendar-thumbnail td.next
{
	width:					50%;
	text-align:				right;
}

table.calendar-thumbnail a
{
	color:					rgb(0,70,119);
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Extranet
/*-------------------------------------------------------------------------------------------------------*/
/* The table surrounding the login form */
#logintable
{
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			140px;
	margin-bottom:		50px;
        background-color:       white;
}

/* UserID, Password labels */
label.login
{
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				black;
	        background-color:       white;
	vertical-align:		top;
	height:				20px;
	margin-right:		10px;
}

/* The login button */
input.loginbutton
{
	font-size:			0.8em;
	margin-top:			1.0em;
}

/* Located at the bottom of each secure page */
a.logout
{
	display:			block;
	padding-top:		1px;
	padding-bottom:		3px;
	background:			rgb(189,189,189);
	color:				white;
	width:				75px;
	margin-top:			20px;
	height:				17px;
	
	text-align:			center;
	font-weight:		bold;
	line-height:		17px;
}

/* Appears if a login fails */
.statusmessage
{
	display:			block;
	text-align:			center;

	margin:				30px 20px 0px 20px;
	line-height:		2.0em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				red;
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Gallery
/*-------------------------------------------------------------------------------------------------------*/
/*	Thumbnail table	*/
table#thumbnailtable
{
	margin-top:			20px;
	margin-right:		0px;
}

table#thumbnailtable a
{
		border-bottom:      none!important;

}

/*	Thumbnail cell	*/
td.thumbnailitem
{
	padding:			0px 20px 20px 0px;
	text-align:			left;
}

/*	The thumbnail image	*/
td.thumbnailitem img
{

}

/*	The thumbnail description container	*/
.thumbnaildescription
{
	line-height:		1.4em;
	font-family:		arial,sans serif;
	font-size:			0.85em;
	display:			block;
}

/*	Thumbnail description links	*/
.thumbnaildescription a
{
	color:				rgb(204,204,204);
	display:			block;
	font-weight:		bold;
}

.thumbnaildescription a:hover
{
	color:				rgb( 118, 134, 176 );
}

/*	The thumbnail description abstract text	*/
.thumbnailabstract
{
	line-height:		1.4em;
	font-family:		arial,sans serif;
	font-size:			0.85em;
	width:				200px;
	text-align:			left;
}

/*	The results, forward/next line	*/
#results
{
	border-top:			1px solid rgb( 118, 134, 176 );
	margin-top:			13px;
	color:				rgb( 118, 134, 176 );
	padding-top:		3px;
	font-size:			11px;
}

#results a
{
	color:				#b32216;
	margin-left:		10px;
}	

#results a:hover
{
	color:				#666666;
}

/*	The 'Back to Gallery' link	*/
a.backlink
{
	display:			block;
	color:				rgb(204,204,204);
	margin-top:			20px;
}	

a.backlink:hover
{
	color:				rgb( 118, 134, 176 );
}

/*	The subpage previous/next navigation  */
#prev-next-nav
{
	display:			block;
	margin-top:			10px;
}

#prev-next-nav a
{
	margin-right:		10px;
}

#prev-next-nav img
{
}
