/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: 0;
	margin: 0px;
	padding: 0px;
	background: #635c40;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:18px;
	color: #58574f;
}

h3
{
	font-size:14px !important;
	font-weight:bold !important;
	color: #4a4333 !important;
}

a img
{
	border: 0px;
}

a
{
	color:#841019;
	text-decoration:underline; 
}

a:hover
{ 
    text-decoration:none;	
}

.printonly{
	display: none;
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;
	display: block;
}

#FrontEndForm
{
	padding: 0;
	margin: 0;
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after,
.mainSpan:after, 
.leftnav_span:after, 
.content_wrapper:after,
.contentheader:after, 
.content:after, 
.container:after, 
.container_noleftnav:after, 
.container_noleftnav_notitle:after,
.container_review:after,
.title_right:after,
.title:after,
.home_columns:after,
.search_result:after,
.search_result_alternate:after,
.component_listitem:after,
.box_item:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, 
.leftnav_span, 
.content_wrapper,
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.container_review,
.title_right,
.title,
.home_columns,
.search_result,
.search_result_alternate,
.component_listitem, 
.box_item
{
	display:inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix,
* html .mainSpan, 
* html .content_wrapper, 
* html .contentheader, 
* html.content, 
* html.container, 
* html.container_noleftnav, 
* html.container_noleftnav_notitle,
* html.container_review,
* html.title_right,
* html.title,
* html.home_columns,
* html.search_result,
* html.search_result_alternate,
* html.component_listitem, 
* html.box_item
{
	height:1%;
}

.clearfix, .mainSpan, .content_wrapper, .contentheader, .content, .container, .container_noleftnav, .container_noleftnav_notitle, .container_review, .title_right, .title, .home_columns, .search_result, .search_result_alternate, .component_listitem, .box_item
{
	display:block;
}
/* End hide from IE-mac \*/


/* Containing frame for the site */
.mainSpan
{
	width: 100%;
	text-align:center;
	background: #ffffff url(../../../_gfx/Environmental/cmn/body_bg.jpg) top center no-repeat;
	padding-bottom: 13px;
	margin-bottom: -13px;
}

.leftnav_span
{
	background: url(../../../_gfx/Environmental/int/content_bg_strip.gif) left repeat-y;
}

#secondSpan
{
	width: 940px;
	text-align: left;
	margin: 0 auto;
}

.leftnav_span .content_wrapper
{
	background: url(../../../_gfx/Environmental/int/content_bg_bottom.jpg) bottom left no-repeat;
}


/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
}

.skipnav img
{
    border:0px;
    width:0px;
    height:0px;
    display:block;
    float:left;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
	line-height: 0px;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/
.header_wrapper
{
	width: 940px;
	margin: 0 auto;
	padding-bottom: 6px;
	background: url(../../../_gfx/Environmental/cmn/header_wrapper_bg.jpg) bottom left no-repeat;
}

.header
{
	height: 131px;
	background: url(../../../_gfx/Environmental/cmn/header_bg.jpg) 0 0 no-repeat;
	width: 100%;
	position: relative;
}

.header_left
{
	float:left;
	width:370px;
}

.header_right
{
	float:right;
	width:566px;
}

/* Top line of links */
.header_nav_left
{ 
	height: 30px;
	width: 63px;
	background: url(../../../_gfx/Environmental/cmn/header_nav_left.gif) 0 0 no-repeat;
	margin-top: 101px;
	float: right;
}

.header_nav
{
	background: #4a4333 url(../../../_gfx/Environmental/cmn/header_nav_bg.gif) 0 0 no-repeat;
	padding: 7px 11px 0px 0px;
	position: relative;
	height: 23px !important;
	height: 30px;
	float: right;
	margin-top: 101px;
	overflow: hidden;
}

.header_nav a 
{
	font-size: 12px;
	color:#f1e5ab;
	text-decoration:none;
}

.header_nav a:hover
{
	text-decoration:underline;
}

/* Container for search field and go button */
.searchbox
{ 
	position:absolute;
	width: 191px !important;
	width: 199px;
	height: 30px !important;
	height: 36px;
	right: 0px;	
	top:131px;
	background: url(../../../_gfx/Environmental/cmn/search_bg_strip.gif) 0 0 repeat-x;
	padding: 6px 0 0 8px;
}

.searchbox_textbox
{
	float:left;
	line-height: 14px;
	height: 20px;
	padding:2px 0px 0px 11px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	border: 1px solid #6c191f;
	background-color:#fff;
	color: #988e5f;
	width:141px;
}

.searchbox_button
{
	float:left;
	background: url(../../../_gfx/Environmental/cmn/goBtn_bg.gif) 0 0 no-repeat;
}

/************************************************
Content section
************************************************/
/* Page content container */
.container
{ 
	width: 712px;
	float:left;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	padding-bottom:20px;
}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader, .contentheader_banner
{
	padding: 9px 16px 19px 13px;
}

.banner_holder
{
	background: url(../../../_gfx/Environmental/int/dept_banner_bg.jpg) bottom left no-repeat;
	padding-bottom: 6px;
}

.breadcrumb_wrapper
{
	padding: 0px 0px 9px 11px;	
	font-size:11px;
	line-height: 13px;
	color: #897c47;
	height: auto !important;
	min-height: 13px;
	height: 22px;
}

.breadcrumb a
{ 
	color: #897c47;
}

#share ul 
{
	background-color:#fff;
	display:none;
	width:220px;
	border:1px solid #666;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	margin-top: -6px;
	/*overflow:hidden;*/
}

#share div:hover ul, #share div.over ul
{
	display: block;
	/* Added to resolves z-index conflict with dropdown menu */
	position:absolute;
	z-index:1000;
}

#share ul li, #share div:hover ul li, #share div.over ul li
{
	display:block;
	float:left;
	margin:0 !important;
	margin-right: -3px;
	padding:0;
	width:110px;
	position:relative;
}

#share li a 
{
	text-decoration:none;
	color:#666;
	margin:4px;
	padding:0px 0px 0px 20px;
	display:block;
	font-size: 11px;
}

#share li a:hover
{
	color:#000;
}

.shareemail {background:url(../../../_gfx/int/share/email.jpg) no-repeat 0 0;}
.sharefacebook {background:url(../../../_gfx/int/share/facebook.jpg) no-repeat 0 0;}
.sharedel {background:url(../../../_gfx/int/share/del.jpg) no-repeat 0 0;}
.sharegoogle {background:url(../../../_gfx/int/share/google.jpg) no-repeat 0 0;}
.sharedigg {background:url(../../../_gfx/int/share/digg.jpg) no-repeat 0 0;}
.sharetwitter {background:url(../../../_gfx/int/share/twitter.jpg) no-repeat 0 0;}
.sharestumble {background:url(../../../_gfx/int/share/stumble.jpg) no-repeat 0 0;}
.sharemyspace {background:url(../../../_gfx/int/share/myspace.jpg) no-repeat 0 0;}
.sharelive {background:url(../../../_gfx/int/share/live.jpg) no-repeat 0 0;}
.sharereddit {background:url(../../../_gfx/int/share/reddit.jpg) no-repeat 0 0;}

.printer_friendly,  #share, .rss{
    float:right;
    height:25px;
    text-align:left;
	margin-left: 10px;
}

.printer_friendly{width:52px;}
#share{width:130px;cursor:pointer;}
.rss{width:46px;}

.printer_friendly a, .rss a, .sharelink a{
    display:block;
    padding-left:18px;
	height:25px;
	font-size: 11px;
	color: #897c47;
}

.printer_friendly a{background: url(../../../_gfx/int/print.gif) 0 1px no-repeat;}
.sharelink a{background:url(../../../_gfx/int/share/share.jpg)  left 5px no-repeat; padding-left:15px;}
.rss a{background:url(../../../_gfx/int/rss.gif) 0 2px no-repeat;}

.title
{
	width:100%;
}

.title_left{
	width: 683px;
	background: url(../../../_gfx/int/title_underline.gif) bottom left no-repeat;
	padding-bottom: 7px;
}

.title_right
{
	height:25px;
	width: 400px;
	padding: 5px 0 0 0px;
	float: right;
	clear: both;
}

.contentheader h1, .contentheader_banner h1
{
    padding:0px 8px 0 10px;
    margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	color: #796b3b;
	line-height: 26px;
	font-variant: small-caps;
}

.contentheader h2, .contentheader_banner h2
{
	margin: 0;
	padding: 0 0 0 8px;
	font-size:20px;
	font-weight: normal;
	color: #796b3b;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}

/* Content: padding should be on content class NOT container */
.content
{ 
	padding: 0px 21px;
	width: 670px !important;
	width: 712px;
}

a.external_link
{
	display: inline-block;
	padding-right:18px;
	background:url(../../../_gfx/int/external_link.gif) right no-repeat;
}

.content p
{
	margin-top: 0px;
}

.content textarea
{
	width:525px;
}

.content ul
{
	padding:0px;
	margin:4px 0 6px 23px;
}

.content ul li
{
	padding: 4px 0;
}

.downloadmessage
{
	background: #f9f6ed;
	border:1px solid #ded7c1;
	text-align:center;
	width: 85%;
	margin: 10px auto;
	clear: both;
}

.downloadmessage img
{
	border:0px;
	margin:0px 2px;
}

.downloadmessage p
{
	font-size: 11px;
	padding: 5px 0px;
	margin: 0px;
	line-height: 16px;
}

.last_updated
{
    font-size:11px;
	margin: 10px 0px 0px 0px;
    text-align:left;
	clear: both;
}

.paging
{
	margin:10px 0;
}

.footer_wrapper
{
	width: 100%;
	text-align: center;
	background: url(../../../_gfx/Environmental/cmn/footer_wrapper.jpg) top center no-repeat;
	clear: both;
}

.footer, .footer_home, .footer_noleft
{
	clear:both;
	width:916px !important;
	width: 940px;
	margin:0px auto;
	padding:44px 12px 0 12px;
	text-align:left;
	background: url(../../../_gfx/Environmental/cmn/footer_bg.jpg) 0 0 no-repeat;
	height: 125px !important;
	height: 169px;
	font-size:11px;
	line-height: 21px;
	color:#ffffff;
}

.footer_noleft
{
	background: url(../../../_gfx/int/footer_bg_noleft.jpg) 0 0 no-repeat;
}

.footer p, .footer_home p, .footer_noleft p {
	color:#ffffff;
	font-size:11px;
	margin: 0px;
	padding: 0;
	line-height: 21px;
}

.footer a,
.footer_home a,
.footer_noleft a
{
	color:#f1e5ab;
	text-decoration: none;
	font-size:11px;
}

.footer a:hover,
.footer_home a:hover,
.footer_noleft a:hover
{
	text-decoration: underline;
}

/* Classes inside .container_noleftnav */
.container_noleftnav
{
	min-height: 485px;
	height: auto !important;
	height: 485px;
	padding-bottom:  55px;
	background: #F8F1DF url(../../../_gfx/Environmental/int/content_bg_bottom_noleft.jpg) bottom left no-repeat;
}

.container_noleftnav .title_left
{
	background: url(../../../_gfx/int/title_underline_noleft.gif) bottom left no-repeat;
	width: 911px;
}

.container_noleftnav .content
{
	width: 900px !important;
	width: 940px;
}

/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle 
{
	background: url(../../../_gfx/home/content_strip.gif) 0 0 repeat-y;
}

.container_noleftnav_notitle .contentheader
{
    display:none;
}

.container_noleftnav_notitle .content
{
	margin:0px;
	padding:0px;
}

/* Used for content review pages, also error page */
.container_review
{
	min-height: 485px;
	height: auto !important;
	height: 485px;
	padding-bottom:  55px;
	background: #F8F1DF url(../../../_gfx/Environmental/int/content_bg_bottom_noleft.jpg) bottom left no-repeat;
}

.container_review .contentheader
{
	display:none;
}

.container_review .component_title_review, .container_review .content_review_title
{
	font-family: "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	color: #796b3b;
	line-height: 26px;
	font-variant: small-caps;
	margin:0px 0px 20px -10px;
	padding: 30px 8px 7px 10px;
	background: url(../../../_gfx/int/title_underline_noleft.gif) bottom left no-repeat;
	width: 893px !important;
	width: 911px;
}

.container_review .content
{
	width: 900px !important;
	width: 940px;
}

.container_review .review_item_div
{
	clear: both;
}

.container_review .review_title_span
{
	width: 200px;
}

/* Hide review title for all except .container_review */
.container .component_title_review,
.container_noleftnav .component_title_review,
.container_noleftnav_notitle .component_title_review
{
	display:none;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
	float:left;
	width:457px;
	overflow:hidden;
}

.depthome_right
{
	float:right;
	width:195px;
}

IMG.deptbanner
{
	display: block;
}

.alphabetpicker a
{
	font-size:11px;
}

/************************************************
Left navigation 
************************************************/
.leftnav
{
	width: 228px;
	float:left;
	padding-bottom: 50px;
}

.leftnav a
{
	display:block;
	padding: 7px 7px 6px 5px;
	color: #4f4736;
	text-decoration:none;
	width: 216px !important;
	width: 228px;
	line-height: 15px;
	overflow: hidden;
	border-bottom: 1px solid #beb692;
}

.leftnav_node_wrapper_root
{
	border-bottom: 1px solid #e8ecdd;
}

.leftnav_node_wrapper
{
	border-bottom: 1px solid #cfc9a5;
}

.leftnav a span{
	padding-left: 16px;
	display: block;
}

.leftnav a:hover
{
	color: #ffffff !important;
	background:  #7e0f18 url(../../../_gfx/Environmental/nav/leftnav_over.gif) 0 0 no-repeat  !important;
	text-decoration:none;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background: #afa569;
	color: #ffffff;
	border-bottom: 1px solid #948951;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a, .leftnav_node_wrapper .leftnav_node_haschildren a, .leftnav_node_iscurrent_haschildren a
{
	background: #92864d;
	border-bottom: 1px solid #92864d;
	color: #ffffff;
}

.leftnav_node_haschildren a span, .leftnav_node_iscurrent_haschildren a span
{
	padding-left: 18px;
	background: url(../../../_gfx/Environmental/nav/arrow_down.gif) no-repeat 4px 6px;
}

.leftnav_node_haschildren a:hover span, .leftnav_node_iscurrent_haschildren a:hover span
{
	background: url(../../../_gfx/Environmental/nav/arrow_down.gif) no-repeat 4px 6px;
}

.leftnav_node_iscurrent a span
{
	background: url(../../../_gfx/Environmental/nav/arrow_right.gif) no-repeat 5px 4px;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a span
{
	background: url(../../../_gfx/Environmental/nav/arrow_right_root.gif) no-repeat 5px 4px;
}

.leftnav_node_iscurrent a:hover span
{
	background: url(../../../_gfx/Environmental/nav/arrow_right.gif) no-repeat 5px 4px;
}

/************************************************
Dropdown Menu
************************************************/
/* Menu wrapper */ 
.dropdownmenu
{ 
text-align: left;
}

/* Root menu table */
table.menu
{
	border-collapse: separate;
}

/* That pops up */
table.menu_group
{	
    border:1px solid #8a7d47;
}

.menu_group td
{
	font-size: 12px;
	color:#ffffff;
	cursor: pointer;
}

.menu_group img
{
    margin-right:3px;
}

/* Default menu style item */
.menuitem,
.menuitem_top 
{
	background-color:#4a4333;
	border-bottom: solid 1px #897c47;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background:#7d6f3f url(../../../_gfx/nav/mainnav_over.gif) 0 0 repeat-x;
	border-bottom:1px solid #897c47;
}

.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:#4a4333;
}

fieldset
{
	border:solid 1px #ded7c1;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #ded7c1;
	background-color: #f9f6ed;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #ded7c1;
	background-color: #f9f6ed;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #7b0f17;
	font-weight: bold;
	color: #efe2d1;
	border: 2px solid #ded7c1;
	cursor: pointer;
	padding: 3px 10px;
	overflow: visible;
}

.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;
}

/************************************************
Site map
************************************************/
.sitemap
{
  border:solid 0 #000;
  padding-left:15px;
}

.rootnode,
.parentnode,
.leafnode
{
	padding:3px 3px 0;
}

.rootnode
{
	font-weight: bold;
	color: #4a4333;
} 

.rootnode a,
.parentnode a
{ 
	color: #4a4333;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(../../../_gfx/_SiteMap/file.gif);	
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:10px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
    width:180px;
}

.calendar_wrapper, .calendar
{
	width:100%;
	border-collapse: collapse;
	border: 0px !important;
	background-color: transparent !important;
}

.calendar td
{
	background-color: transparent !important;
	border: 0px;
}

.calendar .calendar_dayheader
{
	line-height: 32px;
	color: #ffffff;
	background: #7b0f17 !important;
	padding: 2px 0px 0 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	border-right: 1px solid #7b0f17!important;
	border-top: 1px solid #7b0f17!important;
}

.calendar_title td
{
	padding: 15px 0px 12px 0px;
	font-size: 20px;
	width: 50% !important;
	font-weight: regular;
	color: #514a38;
	
}

.calendar_title td.calendar_nextprev
{
	width: 25% !important;
	text-align: center;
}

td.calendar_nextprev a
{
	color: #841019 !important;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

td.calendar_nextprev a:hover
{
	color: #841019 !important;
	text-decoration: none;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:18px;
	line-height:25px;
	font-weight:normal;
	padding: 3px 8px;	
	height:105px;
	border: 1px solid #ded7c1!important;
}

.calendar .calendar_day,
.calendar .calendar_weekendday
{
	color: #4a4333;
	background: #f9f6ed!important;
}

.calendar .calendar_othermonthday
{
	background: #e5dec8!important;
	color:#bbb191;
}

.calendar .calendar_today
{
    background: #aea263!important;
	color:#4a4333;
}

.calendar_eventtime
{
	line-height:13px;
	padding: 0px 0px 2px 0px !important;
	display: block;
	font-size: 11px;
	font-family: Trebuchet MS, verdana, sans-serif;
	color: #4a4333;
}

.calendar_eventlink
{	
	line-height:13px;
	font-size: 11px;
	font-family: Trebuchet MS, verdana, sans-serif;
	display:block;
	padding:0px 0px 10px 0px;
}

.calendar_today .calendar_eventlink,
.calendar_today .calendar_eventlink a
{
}

td.calendar_day br,
td.calendar_today br,
td.calendar_weekendday br,
td.calendar_othermonthday br
{
	display: none;
}

.calendar_allinone 
{
	width: 100% !important;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
	color: #796b3b;
	width:100%;
	font-size:17px;
	line-height:20px;
	font-weight: bold;
}

.component_subtitle
{
	font-size: 14px;
	font-weight: bold;
	color:#4a4333;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px 0;
	width:100%;
}

.component_listitem div
{
	width:100%;
	clear: both;
}

.component_listitem_header, .component_listitem_header_wider
{
	font-weight: bold;
	width:100px;
	display:block;
	float:left;
}

.component_listitem_header_wider
{
	width:150px;
}

.component_listitem_content
{
	width:300px;
	display:block;
	float:left;
}

.component_content
{
	clear: both;
	width: 100%;
}

/************************************************
Link List
************************************************/


/************************************************
Lists, including DataGrid classes
************************************************/
/* For links on top of page */
.topselector
{
	margin-bottom: 10px;
}

/* For dropdown filters */
.filter
{
	margin: 10px 10px 10px 0px;
}

.filter select
{
	width:180px;
}

.timing
{
}

.listtable
{
	width:100%;
	border:1px solid #ded7c1 !important;
	background-color:#f9f6ed;
	border-collapse:separate !important;
	margin: 10px 0;
}

.listtable th
{
	padding: 5px 4px 4px 9px;
	text-align:left;
	color: #efe2d1;
	background: #7b0f17;
	text-transform: uppercase;
	border: 0px !important;
	font-weight: normal;
}

.listtable_header a, .listtable th a
{
	color:#efe2d1;
}

.listtable td
{
	border:0 !important;
	border-top:1px solid #ded7c1 !important;
	padding:4px 4px 4px 9px;
}

.listtable tr:hover
{
	background-color:#f8f1de;
}

.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:0px;
	width:1px;
}

.listtable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on
{
	background-color:#f8f1de;
}

.listtable_row_off
{
	background-color:#f9f6ed;
}

/************************************************
Plain lists
************************************************/
.listcomponent
{
	border:solid 0px #ffffff;
	border-collapse: separate !important;
	width: 100%;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px!important;
	padding:4px 4px 10px 0;
}

.listdocument
{
	width: auto !important;
}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:250px;
	border:1px solid #ded7c1;
	border-collapse: collapse;
	background-color: #f9f6ed;
}

.righttable th
{
	color: #efe2d1;
	background: #7b0f17;
	border: 0px !important;
	padding: 6px 4px 5px 9px;
	text-transform: uppercase;
	text-align:left;
	font-weight: normal;
}

.righttable_header a, .righttable th a
{
	color:#efe2d1;
}

.righttable td
{
	border:0;
	border-top:1px solid #ded7c1;
	padding:4px 4px 4px 9px;
}

.righttable tr:hover
{
	background-color:#f8f1de;
}

.righttable_buttoncolumn
{
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input
{
	background-image: url(../../../_gfx/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000000;
	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:#f8f1de;
}

.righttable_row_off
{
	background-color:#f9f6ed;
}

/************************************************
FAQ List
************************************************/
.listfaq
{
	background-color:#f9f6ed;
	border:1px solid #ded7c1;
	width:100%;
	border-collapse: separate !important;
}

.listfaq td
{
	padding:4px;
	border:0px;
}

.listfaq_answers
{
	width:100%;
	padding:0;
	border-collapse: separate;
}

.listfaq_answers td
{
	padding:4px;
	border: 0px;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_a p, .listfaq_a ul
{
	margin-top:0px;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}
	
.listfaq_a_right
{
	float:left;
	width:640px;
}


/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:11px;
	font-weight:bold;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:11px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	padding:3px; 
	border:1px solid #ded7c1;
	background-color:#f9f6ed;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#f8f1de;
}

.listcomponent_pager
{
	text-align:left;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
	clear: both;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 16px;
	font-weight: bold;
}

.survey_container INPUT[type="checkbox"]
{
	margin-bottom: 0px;
}

.survey_container span, .survey_container TABLE tr
{
	background: transparent !important;
}

.survey_container table, .survey_container td
{
	padding: 0px !important;
	margin: 0px !important;
}

/*add correct padding, then remove it from the nested tables */
.survey_container table tr td
{
	padding: 8px 0px !important;
}

/*following  style reduces the gap at the top of the page in Firefox and Safari, caused by the padding on two empty table rows*/
.survey_container table tr:first-child td
{
	padding: 0px !important;
}

.survey_container table table tr td, .survey_container table table table tr td, .survey_container table table table table tr td
{
	padding: 0px !important;
}

.survey_container table table table table tr td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table table table table tr:first-child td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table td br
{
	display: block !important;
	height: 0px !important;
	line-height: 0px !important;
}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	width:100%;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:110px;
}

.staff_thumbnail_span img
{
	margin:0px 5px 10px 0px;
	border:1px solid  #ded7c1;
}

.staff_listitem_span
{
	float:left;
	width:450px;
	margin:0px 0px 10px 0px;
}

.staff_component_title
{
    width:100%;
	font-size:16px;
	line-height: 18px;
	font-weight: bold;
	color: #4a4333;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
}

/******************************************
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:0px; 
	border:0px;
	display:block;
	margin:0px 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_detail
{
    text-align:center;
}

.photo_name
{
}

.slideshow_link
{
    float:right;
    font-weight:bold;
    width:140px;
    text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 0 4px 24px;
    border:1px solid #cccccc;
    background-image:url(../../../_gfx/album/slideshow.gif);
    background-repeat:no-repeat;
    background-position:4px 4px;
}

.slideshow_nav
{
    text-align:center;
}

.rss_button
{
	float: right;
	margin:-30px auto 0px auto;
}

/************************************************
Official's Corner 
************************************************/
.official_list
{
	width:470px;
	clear:both;
}

.official_list:after { content: ""; display: block; height: 0; clear: both; }

.official_list_thumbnail
{
	float:left;
	width:70px;
}

.official_list_info
{
	float:right;
	padding:25px 0px 0px 00px;
	width:400px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	clear:both;
	width:560px;
	height:auto;
}

.official_top:after { content: ""; display: block; height: 0; clear: both; }

.official_image
{
	float: left;
	width:auto;
	height:auto;
	margin:10px 0px 0px 0px;
	border: solid 1px #000000;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border:solid 1px #CCCCCC;
	
}

.official_info_div
{
	clear:both;
	width:390px;
	height:auto;
}

.official_info_div:after { content: ""; display: block; height: 0; clear: both; }

.official_info_header
{
	font-weight:bold;
	float: left;
	width:100px;
	height:auto;
}

.official_info_content
{
	float: right;
	width:285px;
	height:auto;
	padding:0px 0px 0px 5px;
}

.official_info_noimage
{
	width:560px;
	height:auto;
	padding:10px 0px 0px 0px;
}

.official_message
{
	clear:both;
	width:560px;
	padding:5px 0px 0px 0px;
}

.official_message:after { content: ""; display: block; height: 0; clear: both; }

.official_message_list
{
	float: left;
	width:140px;
	padding:5px 0px 0px 0px;
}

.official_message_message
{
	float: right;
	width:410px;
	height:auto;
}

.official_message_subject
{
	font-size:12px;
	font-weight:bold;
	padding:3px 3px 3px 3px;
}

.official_message_body
{
	height:auto;
	width:408px;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }


/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 
.home_collage img
{
	display: block; 
}

.home_collage .slideshow_master, .home_collage .slideshow_inner
{
      z-index: 1;
	  position: absolute;
	  height: 204px !important;
	 width: 940px !important;
}

.home_collage .slideshow_post
{
      z-index: 0;
	  position: absolute;
}

.home_collage
{
	height: 204px !important;
	height: 210px;
	padding: 0px 0 6px 0;
	background: url(../../../_gfx/home/collage_bg.jpg) bottom left no-repeat;
	width: 940px;
	z-index: 0;
	position: relative;
	overflow: hidden;
}

.important_alert p
{	
	margin:0 0 14px 0;
	padding:0;
	font-size: 12px;
	line-height: 17px;
}

.important_alert_wrapper
{	
	position: absolute;
	top: 18px;
	left: 256px;
	z-index: 21;
	width: 431px;
	height: 178px;
	background: url(../../../_gfx/home/alert_bg.jpg) 0 0 no-repeat;
}

.important_alert
{
	margin: 57px 0px 0px 21px;
	width: 395px;
	height: 110px;
	overflow: hidden;
	font-size: 12px;
	line-height: 17px;
}

.home_columns
{
	background: url(../../../_gfx/home/columns_bg.jpg) bottom left no-repeat;
	min-height: 523px;
	height: auto !important;
	height: 523px;
}

.home_left
{
	width:260px;
	float:left;
	overflow: hidden;
}

.home_middle{
	width:406px;
	float: left;
	overflow: hidden;
}

.home_right
{
	width:274px;
	float:left;
	margin-left: 0px !Important;
	margin-left: -1px;
	background: url(../../../_gfx/home/home_right.jpg) top left no-repeat;
	min-height: 523px;
	height: auto !important;
	height: 523px;
}

.home_buttons
{
	background: url(../../../_gfx/home/buttons_title.jpg) 0 0 no-repeat;
	float: left;
}

.buttons_title
{
	text-indent: -4000px;
	overflow: hidden;
	height: 44px;
}

.home_buttons ul
{
	padding: 0;
	margin: 0px;
	display: block;
	list-style: none;
	width: 260px;
	float: left;
}

.home_buttons ul li
{
	padding: 0px;
	margin: 0px;
	float: left;
}

.home_buttons li a
{
	display:inline-block;
	display:block;
}

.home_buttons .box_bottomlink a, .home_buttons .box_bottomlink a:hover
{
	margin: 13px 17px 13px 0 !important;
}

/************************************************
Home boxes
************************************************/
.most_requested
{
	width: 260px;
	padding: 0px 0 60px 0;
	background: url(../../../_gfx/home/most_requested_title.jpg) 0 0 no-repeat;
	float: left;
}

.requested_title
{
	text-indent: -4000px;
	overflow: hidden;
	height: 43px;
}

.most_requested ul{
	list-style: none;
	margin: 0px;
	padding: 15px 20px 0 20px;
}

.most_requested ul li{
	font-size: 12px;
	padding: 0px 0 6px 25px;
	background: url(../../../_gfx/home/most_requested_arrow.gif) 0 5px no-repeat;
}

.most_requested ul li a{
	text-decoration: none;
}

.most_requested ul li a:hover{
	text-decoration: underline;
}

.home_events
{
	background: url(../../../_gfx/home/events_title.png) left top no-repeat;
	width: 275px;
	overflow:hidden;
}

/***** fix for IE6 to use transparency on png****/
* html .home_events {
    background: transparent none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_gfx/home/events_title.png', sizingMethod='crop');
}

.home_events .box_title, .home_news .box_title
{
	display:none;
}

.home_events .box_list
{
	padding:41px 13px 8px 13px;
}

.home_events .box_item, .home_news .box_item
{
	margin: 0px 0px 9px 0px;
	clear: both;
}

 .newsimg, .eventsimg
{
	float: left;
	background:  url(../../../_gfx/home/events_thumb_bg.gif) 0 0 no-repeat;
}

.eventsimg IMG, .newsimg IMG
{
	width: 43px;
	height: 43px;
	margin: 4px 21px 4px 4px!important;
	margin-right: 18px;
}

.home_events .box_list a, .home_news .box_list a
{
	text-decoration:none;
	color: #58574f;
	font-size: 12px;
	line-height: 15px;
}

.home_events .box_list a:hover, .home_news .box_list a:hover
{
	text-decoration:underline;
}

.home_events .box_list p,
.home_news .box_list p
{
	margin: 6px 0;
	padding:0;
	font-size:12px;
}

.home_events .box_item_date, .home_news .box_item_date
{
    font-size:11px;
	line-height: 14px;
	color: #841019;
}

.home_events .box_bottomlink a, 
.home_news .box_bottomlink a, 
.home_buttons .box_bottomlink a,
.home_events .box_bottomlink a:hover, 
.home_news .box_bottomlink a:hover,
.home_buttons .box_bottomlink a:hover
{
    font-size:12px;
	float:right;
	clear: right;
	padding-right: 19px;
	margin: 0 17px 7px 0;
	display: inline;
	text-align:right;
	text-decoration:none;
	background: url(../../../_gfx/cmn/link_arrows.gif) right center no-repeat;
}

.home_events .box_bottomlink a:hover, 
.home_news .box_bottomlink a:hover,
.home_buttons .box_bottomlink a:hover
{
	text-decoration: underline;
}

.home_news
{
	background: url(../../../_gfx/home/news_title.gif) left top no-repeat;
	width: 381px;
	margin: 18px 13px 0 12px;
	overflow:hidden;
	float: left;
	display: inline;
}

.home_news .box_list{
	padding: 57px 16px 2px 9px;
}

.home_news .box_item
{
	margin: 0px 0px 12px 0px;
	clear: both;
}

/*************Home Spotlight************/

.spotlight {
	background: #f8f1de;
	margin: 9px 12px 25px 8px;
	padding: 5px;
	overflow: hidden;
}

.spotlight IMG
{
	display: block;
}

.spotlight p, .spotlight a, .spotlight li,  .spotlight td
{
	font-size: 12px;
	line-height: 17px;
}

.spotlight p
{
	margin: 0 0 12px 0;
}

/*************Home Tabs************/

.home_tabs
{
	margin: 10px 11px 0 11px;
	background: #efe8d6;
	float: left;
	display: inline;
	width: 384px;
}

.tabs_top
{
	padding: 7px 14px 8px 14px;
	border-bottom: 1px solid #e3d8a4;
}

.tabimg
{
	float: left;
}

.tabimg IMG
{
	width: 135px;
	height: 82px;
	margin: 5px 11px 0px 0px!important;
	margin-right: 8px;
	border: 5px solid #ffffff;
}

.tab_title
{
	color: #695f32;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
}

.tabs_top p
{
	margin: 0 0 6px 0px;
	font-size: 12px;
	line-height: 17px;
	padding: 0 0 0 3px;
}

.home_tabs a.morelink
{
	display: block;
	float: right;
	clear: right;
	text-decoration: none;
	background: url(../../../_gfx/cmn/link_arrows.gif) right center no-repeat;
	padding-right: 20px;
}

.home_tabs a.morelink:hover
{
	text-decoration: underline;
}

.tabs_bottom
{
	border-top: 1px solid #f7f3e6;
	padding: 7px 0px 6px 15px;
	float: left;
	width: 369px !important;
	width: 384px;
}

.tabs_bottom a, .tabs_bottom a:hover
{
	padding: 0 0px 7px  18px;
	margin: 0 15px 0px 0;
	background: url(../../../_gfx/home/tabs_arrow.gif) 0px 5px no-repeat;
	cursor: pointer;
	font-size: 11px;
	color: #5f5d55;
	line-height: 15px;
	text-decoration: none;
	display: block;
	float: left;
	width: 150px !important;
	width: 160px;
}

.tabs_bottom a:hover
{
	text-decoration: underline !important;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box,
.depthome_right .event_box
{
	width: 195px;
	background: #efe8d6;
	float: right;
	margin-bottom: 18px;
}

.depthome_right .box_title
{
	height: 27px;
	width: 195px;
	text-indent: -4000px;
	overflow: hidden;
}

.depthome_right .news_box .box_title{
	background: url(../../../_gfx/int/news_title.gif) 0 0 no-repeat;
}

.depthome_right .event_box .box_title{
	background: url(../../../_gfx/int/events_title.gif) 0 0 no-repeat;
}

.depthome_right .event_box .box_list
{
	 padding:15px 7px 0px 15px;
}

.depthome_right .news_box .box_list
{
	padding:13px 7px 0px 15px;
}

.depthome_right .newsimg, .depthome_right .eventsimg
{
	display: none;
}

.depthome_right .box_list a
{
	color: #58574f;
	text-decoration:none;
	font-size: 12px;
	line-height: 14px;
}

.depthome_right .box_list a:hover
{
	text-decoration:underline;
}

.depthome_right .box_list p
{
	margin: 6px 0;
	padding:0;
}

.depthome_right .box_item{
	clear: both;
	padding-bottom: 13px;
}

.depthome_right .box_item_date
{
	color: #841019;
	font-size: 11px;
	line-height: 14px;
}

.depthome_right .box_bottomlink a,
.depthome_right .box_bottomlink a:hover
{
    font-size:12px;
	margin: 0 7px 0px 0;
    display:inline;
	width: 101px;
    text-align:right;
	float: right;
    padding: 0 19px 8px 0;
	background: url(../../../_gfx/cmn/link_arrows.gif) right 6px no-repeat;
	text-decoration: none;
}

.depthome_right .box_bottomlink a:hover
{
	text-decoration: underline;
}

.depthome_right .event_box .councilmeetingslink
{
	display:none;
}

.captcha img, .captcha a
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaIcons
{
	width: 20px !important;
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #ded7c1;
}

/************************************************
Search
************************************************/
.search
{
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding:10px 0; 
}

.search .paging span.linkpage
{
	margin: 2px;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #ded7c1;
	background-color:#f9f6ed;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background-color:#f8f1de;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 25px 0 25px;
	border-bottom:1px solid #ded7c1;
}

.search_result_alternate
{
	background: #f9f6ed;
}

.search_result_title
{
	font-weight:bold;
	font-size:13px;
}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis span.term1,
.search_result_synopsis span.term2,
.search_result_synopsis span.term3
{
	color: #000;
	font-weight: bold;
}

.search_result_synopsis span.term1
{
	background-color: #FFFF66;
}

.search_result_synopsis span.term2
{
	background-color: #A0FFFF;
}

.search_result_synopsis span.term3
{
	background-color: #99FF99;
}

.search_result_synopsis_highlight
{
	background-color:#fcffcc;
}

.search_result_info
{
	padding: 0 0 10px 20px;
}

.advanced_search
{
	margin-bottom:10px;
	text-align:center;
}

.advanced_search label
{
	font-weight:bold;
}

.advanced_search_textbox
{	
    width:120px;
}

.autosuggestion div
{
	padding: 0 0 20px 25px;
}

.autosuggestion div span.best_alternative
{
	color: #ff3333;
}

.autosuggestion a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}

/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:11px;
	padding:0px 25px 6px 25px;
}

.search_features
{
	padding: 10px 30px;
	background: #f9f6ed;
	border-top: solid 1px #ded7c1;
	border-bottom: solid 1px #ded7c1;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
	position: relative;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 217px;
	border: solid 1px #ded7c1;
	line-height:15px;
	padding: 2px 0 1px 3px;
	height: 21px;
}

.adsearch_button
{
	position: absolute;
	bottom: 0px;
	left: 348px;
}

.sort_container
{
	float: left;
	font-weight: bold;
}

div.sort_items
{
	border-top: dashed 1px #ded7c1;
	border-bottom: dashed 1px #ded7c1;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0px 0 0px 22px;
	background: url(../../_gfx/cmn/arrow.gif) 0px 1px no-repeat;
	line-height: 18px !important;
}

div.sort_items span.item a
{
	line-height: 18px;
	font-weight: bold;
}

.sort_container_inline
{
	font-weight: bold;
	width: 100%;
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: both;
	width: 152px;
	margin-top: -1px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	border: 0;
	clear: right;
	display: inline;
	width: 400px;
}

.sort_container br.clear
{
	display:none;
}

.sort_container_inline br.clear
{
	clear: both;
}

.search_features a.advanced_search_link
{
	position: absolute;
	margin: -35px  0 0 630px;
	font-size: 10px;
}

td.listtable_phone
{
	width:110px;
}

td.listtable_fax
{
	width:100px;
}

.listtable_email
{
	width: 60px;
}

.listtable_cat
{
	width: 130px;
}

/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:18px;
	color: #58574f;
}

a
{
	color:#841019;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Same as title_subtitle except without padding left */

.section, .section p,  .section a
{
	font-size:18px;
	font-family: arial, helvetica, sans-serif;
	color: #58574f;
}

.sectionTitleRed, .sectionTitleRed p,  .sectionTitleRed a
{
	font-size:17px;
	color: #7b0f17;
	font-family: times, serif;
}

.subsection, .subsection p,  .subsection a
{
	font-size:15px;
	font-weight:bold;
	color: #58574f;
	font-family: arial, helvetica, sans-serif;
}

.photoCaption, .photoCaption p,  .photoCaption a
{
	font-size:10px;
	color: #87867b;
	line-height: 12px;
}

.linkGold
{
	text-decoration: none;
	color: #c28f18;
	font-weight: bold;
}

.linkGold:hover
{
	text-decoration: underline;
}

.linkMedia
{
	text-decoration: none;
	color: #7facbe;
	font-weight: bold;
	font-size: 11px;
}

.linkMedia:hover
{
	text-decoration: underline;
}

.listRed li
{
	list-style-type: none;
	padding: 4px 0 4px 15px !important;
	background: url(../../../_gfx/int/listArrow_red.gif) 0 10px no-repeat;
}

.listGoldArrow li
{
	list-style-type: none;
	padding: 4px 0 4px 15px !important;
	background: url(../../../_gfx/int/listArrow_gold.gif) 0 10px no-repeat;
	font-weight: bold;
}

.NoBulletList li
{
	list-style-type: none;
	padding: 4px 0 4px 15px !important;
	font-weight: bold;
}

ul.NoBulletList, ul.listGoldArrow, ul.listRed, .NoBulletList ul, .listGoldArrow ul, .listRed ul
{
	margin-left: 8px;
}

table.tableData_Dark
{
	width: 85%;
	border:1px solid #ded7c1 !important;
	border-collapse:collapse;
	background-color: #f9f6ed;
}

.tableData_Dark th
{
	background: #312d22 url(../../../_gfx/int/tableHeader_dark_strip.gif) 0 0 repeat-x;
	padding: 6px 4px 5px 9px;
	color: #efe2d1;
	font-weight: normal;
	border-right:1px solid #ded7c1;
	text-transform: uppercase;
}
 
.tableData_Dark th a, .tableData_Dark th p
{
	color: #efe2d1;
}

.tableData_Dark td
{
	border:0;
	border-right:1px solid #ded7c1;
	padding:4px 4px 4px 9px;
}

table.tableData_Light
{
	width: 85%;
	border:1px solid #ded7c1 !important;
	border-collapse:collapse;
	background-color: #f9f6ed;
}

.tableData_Light th
{
	background: #998c4c url(../../../_gfx/int/tableHeader_light_strip.gif) 0 0 repeat-x;
	padding: 6px 4px 5px 9px;
	color: #4a4333;
	font-weight: normal;
	border-right:1px solid #ded7c1;
	text-transform: uppercase;
}
 
.tableData_Light th a, .tableData_Light th p
{
	color: #4a4333;
}

.tableData_Light td
{
	border:0;
	border-right:1px solid #ded7c1;
	padding:4px 4px 4px 9px;
}

table.tableData
{
	width: 85%;
	border:1px solid #ded7c1 !important;
	border-collapse:collapse;
	background-color: #f9f6ed;
}

.tableData td
{
	border:0;
	border-top:1px solid #ded7c1;
	padding:4px 4px 4px 9px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 5px 4px 4px 9px;
	text-align:left;
	color: #efe2d1;
	background: #7b0f17;
	text-transform: uppercase;
	font-weight: normal;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #efe2d1;
}

.tableData tr:hover, .tableData_Light tr:hover, .tableData_Dark tr:hover
{
	background-color:#f8f1de;
}

.tableBox
{
	border: 1px solid #ded7c1;
	background: #f9f6ed;
	padding:5px;
}

.tableBox th, .tableBox_1 th, .tableBox_2 th, .tableBoxWhite th
{
	text-align:left;
}

.tableBox_2
{
	border: 1px solid #534c3b;
	background: #ede4c0;
	padding:5px;
}

.tableBox_1
{
	border: 6px solid #534c3b;
	padding:5px;
}

.tableBoxWhite
{
	background: #ffffff;
	padding:5px;
}

.tableBox_1 td, .tableBox_2 td, .tableBox td, .tableBoxWhite td
{
	vertical-align: top;
}

.ImageFormat IMG, IMG.ImageFormat
{
	margin:10px;
	border: 3px solid #808080;
}
