/************************************************
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/body_bg.jpg);
	background-repeat: repeat-x; 
	background-color: #f8f3de;
	text-align: center;
}

/* Base font style and size set here */
body,td,th,p,select,li,ul,input,blockquote,textarea {
	font-family: Verdana, Arial, san-serif;
	font-size:11px;	
	line-height:14px;
}

a img { border: 0 }

a {
	color:#196fc2;
	text-decoration:underline; 	
}

a:hover { 
    text-decoration:none;
}

.error_message { /*default error reporting style */
	color: #c60;
	font-weight:bold;	
}


#mainSpan { /*containing frame for the site*/
	width: 760px;
	margin: 0 auto;
	text-align:left;
	background-image:url(_gfx/int/container_bg.gif);
	background-repeat:repeat-y;
	
}

.mainSpan_noleftnav {
    background-image:none !important;
	width: 760px;
	margin: 0 auto;
	text-align:left;    
}

#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/header_bg.gif);
	background-position:right top;
	background-repeat: no-repeat;
	background-color: #efe4b5;
	height:94px;
	overflow:hidden;
}

#header_left {
	float:left;
	width:400px;
	padding-top:13px;
}

#header_right {
	float:left;
	width:360px;
}

.header_nav { /*top line of links*/
	font-weight:bold;
	text-align:right;
	padding: 25px 3px 0;
	color: #663300;
	font-size: 10px;
}

.header_nav a {
	color: #663300; 
	text-decoration:none;
	padding: 0 2px;	
}

.header_nav a:hover{
	text-decoration:underline;
}

.searchbox { /*container for search field and go button */
	position:relative;
	width: 290px;
	left: 70px;	
	top:25px;
	height:25px;
}

.searchbox_textbox {
	background-color:#fff9e0;
	border:1px solid #8f750c;
	border-right:0;
	color: #0d5243;
	width:125px;
	padding:3px;
	height:21px;
	font-size:11px;
	float:left;
	margin-right:0px;
}

.searchbox_button {
	float:left; 
	padding-right:5px;
	background-image: url(_gfx/cmn/go_button.gif);
	width: 16px;
	height: 21px;
	border: none;
	cursor: pointer;
}

.quicklink {
	background-color:#fff9e0;
	border:1px solid #8f750c;
    width:135px;
	height:19px;
	font-size:11px;  
	padding:1px;
}

.quickLinksWrapper
{
	position: relative;
	left: 224px;
}

#contentheader { /* contains breadcrumb, page title, print friendly link */
}

.breadcrumb_wrapper {
	padding: 3px 3px 3px 10px;	
	font-size:10px;
	background-color:#184035;
	color: #d1e7ff;	
}

.breadcrumb a { 
	color: #d8d1b4;	
	text-decoration: underline;	
}

.breadcrumb a:hover {
	text-decoration:none;
}

.title {
    padding:12px 15px 0px;
    margin-bottom:5px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;;
	font-size:18px;
	color: #fff9e0;
    height:30px;
    max-height:22px;
	background-image: url(_gfx/int/title_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#ad6b3c;
	border:1px solid #5c3017;
	border-top:0;
	border-left:0;
}

.printer_friendly {
    font-size:10px;
    float:right;
    width:135px;
    height:17px;
    text-align:left;
}

.printer_friendly a {
    display:block;
    padding-left:24px;
    background-image:url(_gfx/int/printer.gif);
    background-repeat:no-repeat;
    color:#336666;
    font-weight:bold;
    text-decoration:none;
}

.printer_friendly a:hover {
    text-decoration:underline;
}

.title_subtitle {
    float:right;
    width:435px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	color: #5d2807;
}

.container .special_title { display:none; }

.special_title { /* document, search & image reviewing */
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #316f83;	
	line-height: 24px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

.container { /* page content container */
	width: 584px;
	float:right;
	overflow: hidden;
}

.container_noleftnav {
    background:#fff9e0;
    
}

/* hide the header for pages without left navigation */
.container_noleftnav #contentheader {
    display:none;
}

/* content padding should be on content class NOT container */
.content { 
	line-height: 17px;
	padding: 0 15px 15px;
	color:#4f4934;
}

.content_noleftnav {
	margin:5px 20px 20px;
	padding:0 0 5px;
	background-color: #f1eddb;
}

.content_noleftnav_special { /* document, search & image reviewing */
   /*
    padding: 10px 20px;
    background-color:#fff;
    border-top:5px solid #2a6477;
	*/
	padding: 10px 20px;
	/*background-color: #f1eddb;   */
}

/* content styles */

.content textarea {
	width:525px;
}

.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 {
	padding:5px 0 0;
	text-align:center;
	color:#fbf6e2;
	font-size:10px;
	width:760px;
	margin:0 auto;
	background-image:url(_gfx/cmn/footer_bg.gif);
    background-repeat:repeat-x;
    height:91px;
}

.footer a,
.footer_home a {
 	color:#fbf6e2;
 	font-weight:bold;   
}

.footer_bottomline {
    padding-top:5px;
    font-size:10px;
    font-weight:normal;
    color:#e2cd83;
}

.footer_bottomline a { color: #e2cd83; }

/************************************************
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_cmt_content {
    height:117px;
    max-height:107px;
    overflow:hidden;
    padding:10px 20px 0;
    margin-bottom:30px;
    color:#5d2807;
}

.home_cmt_content a {
    font-weight:bold;
    color:#5d2807;
}

#home_desc {

}

#home_desc img {
    border:1px solid #83824c;
    border-bottom:0;
    width:758px;
    height:48px;
}

.home_collage img {
    /* images w/o display:block in IE add a bottom margin */ 
	display: block; 
	width:483px;
	height:297px;
}

.home_section_title {
    padding:0;
    margin:0;
    height:22px;
    overflow:hidden;
    margin-bottom:10px;
}

.home_section_title .title_decor {
    width:8px
    height:29px;
    float:right;
}


.home_title {
    margin-left:15px;
}

#home_left {
	width:276px;
	float:left;
	padding:0;
	border-left:1px solid #83824c;
	background-image:url(_gfx/home/homeleft_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fff9e0;
	height:297px;
}

#home_left span.home_title {
	font-weight:bold;
	display:block;
}

#home_right {
	width:483px;
	float:left;
	padding:0;
	color: #34485e;
}

/************************************************
Left navigation 
************************************************/

.leftnav { /* no left/right: padding, margin, border */
	width: 176px;
	float:left;
	padding:0;
	font-size:10px;
}

.leftnav a {
	display:block;
	padding: 3px 3px 3px 3px;
	color: #5d2807;
	text-decoration:none;
	
}

.leftnav a:hover {
	color: #142d65;
	background-color:#fff9e0;
	text-decoration:none;	
}

.leftnav_node_wrapper {
}

.leftnav_node_wrapper a {
    padding-left: 12px;   
    border:0;  	
    background-image: url(_gfx/int/arrow_right2.gif);
	background-repeat: no-repeat;
	background-position:5px 8px;
}

.leftnav_node_wrapper,
.leftnav_node_wrapper_root,
.leftnav_footer,
.leftnav_header {
   margin:0 2px;
}
.leftnav_node_wrapper_root {
	background-image:url(_gfx/int/leftnav_header.gif);
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color:#dabe6b; 
    padding-bottom:2px;
}

.leftnav_node_haschildren a {
	padding-left:12px;
	background-image: url(_gfx/int/arrow_down.gif);
	background-repeat: no-repeat;
	background-position:2px 8px;
	font-weight:bold;
}

.leftnav_node_iscurrent a {
	background-image: url(_gfx/int/arrow_right1.gif);
	background-repeat: no-repeat;
	color:#fff;
	font-weight:bold;		
}


/************************************************
Dropdown Menu
************************************************/

.dropdownmenu { /* menu wrapper */ 
}

table.menu {/* root menu table */
	border-collapse: separate;
}

table.menu_group {	/* that pops up */
    border:1px solid #757267;
    background-color:#eee097;
    padding:1px;
}

.menu_group td {
	font-family: Tahoma,Arial,san-serif;
	font-size: 10px;
	color:#5d2807;
	cursor: pointer;
}

.menu_group img {
    margin-right:3px;
}

/* default menu style item */
.menuitem,
.menuitem_top 
{
	background-color:#d0ac4e;
	border-bottom: solid 1px #b6973b;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background-color:#ebdea3;	
	border-bottom:1px solid #b6973b;
}

.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_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;
  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: #184035;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0;
	text-transform: uppercase;
	border: 1px solid #c2bca6;
}

.calendar_selector {
	color:#fff;
	background-color:#EFDC9E;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td {
	padding: 0 0 8px 0;
	background-color:#FFF9E0;
	font-family: Trebuchet MS, Arial,Helvetica,san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
	width:60%;
}

td.calendar_nextprev {
	width:200px !important;
}

.calendar_nextprev a {
    font-size:10px;
	color:#336666 !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;
}


/*************************************************
* 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 #184035 !important;
	background-color:#fffcee;
	border-collapse:separate;
}

.listtable th {
	background-color: #184035;
	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: #fffbec;
	border: 1px solid #757267;
	font-size:10px;
	line-height:12px;
}

.box_title {
	color:#fff9e0;
	font-size:10px;
	text-transform: uppercase;
	font-weight:bold;
	padding:2px;
	background:#184035;
	border-top:1px solid #2d7a65;
}

.box_list {
    padding:3px;
}

.box_list a {
	font-weight:bold;
	text-decoration:none;
	color:#336666;
}

.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 {
	padding:0 10px;
	color:#336666;	
	font-size:10px;
	height:118px;
	overflow:hidden;
}

.home_events_title {
	display:none;
}

.home_events .event_title a {
	display:block;
	padding-left:10px;
	font-weight:bold;
	color:#336666;
	background-image:url(_gfx/home/events_bullet.gif);
    background-repeat:no-repeat;
    background-position:2px 5px;
}

.home_events .event_date {
    font-size:10px;
    margin-bottom:5px;
    padding-bottom:5px;
    padding-left:10px;

}

/******************************************
* 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;	
}