/************************************************
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: #ffffff url(../_gfx/cmn/body_bg_strip.gif) top center repeat-x;
	text-align: center;
}

body,select,input,textarea, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height:18px;
	color: #000000;
}

a
{
	color: #2a68a6;
	text-decoration:underline;
}

a:hover{text-decoration:none;}

a img{border: 0px;}

a[name], a[name]:hover
{
	color:#000000;
	text-decoration:none;
}

#FrontEndForm
{
	margin: 0 0 13px 0;
	padding: 0;
	background: url(../_gfx/cmn/shadow_strip.gif) top center repeat-y;
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;	
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.contentheader:after, 
.content:after, 
.container:after, 
.container_noleftnav:after, 
.container_noleftnav_notitle:after, 
.title:after,
.home_collage:after,
.home_columns:after,
.home_buttons:after,
.search_result:after,
.search_result_alternate:after,
.component_listitem:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0px;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.title_right,
.title, 
.home_collage, 
.home_columns, 
.home_buttons, 
.search_result, 
.search_result_alternate, 
.component_listitem
{
	display:inline-block;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.title_right,
.title, 
.home_collage, 
.home_columns, 
.home_buttons, 
.search_result, 
.search_result_alternate, 
.component_listitem
{
	display:block;
}

/* Containing frame for the site */
.mainSpan_wrapper{
	width: 100%;
	background: url(../_gfx/cmn/body_bg.jpg) top center no-repeat;
}

.mainSpan
{
	width: 974px;
	background: #ffffff url(../_gfx/keeping_gfx/int/content_strip.gif) 0 0 repeat-y;
	margin: 0px auto;
	text-align:left;
}

.width_container
{
	background: url(../_gfx/keeping_gfx/int/content_bottom.gif) bottom left no-repeat;
}

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    border:0px;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
	line-height: 0px;
}

.content iframe{border: 0;}

/************************************************
Header: contains search, top links, site logo 
************************************************/
.header_wrapper{}

.printonly {
	display: none;
}

.header
{
	background: url(../_gfx/keeping_gfx/cmn/header_bg.jpg) top no-repeat;
	height: 135px;
	position: relative;
}

.header_left
{
	float:left;
}


.header_left a
{
	width: 110px;
	height: 165px;
	display: block;
	position: absolute;
	top: 20px;
	left: 33px;
}

.header_left a.sparkslink{display: none;}

.header_right{}

.header_logo
{
	height: 1px;
	width: 1px;
	border: none;
}

/* Top line of links */

.header_nav
{ 
	text-align:right;
	padding: 22px 34px 0 34px;
	color: #12375e;
	font-size: 10px;	
}

.header_nav a
{
	color: #12375e; 
	text-decoration:none;
	padding: 0px 4px 0px 4px;
}

.header_nav a:hover
{
	text-decoration:underline;
}

/* Container for search field and go button */
.header_right
{ 
	position: absolute;
	top: 47px;
	left:769px;
	width: 170px;
}

.searchbox_textbox
{
	float:left;
	height: 26px;
	padding:5px 0px 5px 14px;
	margin:0px;
	font-size:11px;
	font-family: verdana, geneva, sans-serif;
	line-height:14px;
	background-color:#fff;
	color: #2e4965;
	width:142px;
	border: 1px solid #6eb7ed;
}

.searchbox_button
{
	float:left;
	background: url(../_gfx/keeping_gfx/cmn/goButton_bg.gif) 0 0 no-repeat;
	width: 28px;
	height: 26px;
}

/************************************************
Content section
************************************************/
/* Page content container */
.container
{ 
	width: 729px;
	background: url(../_gfx/keeping_gfx/int/content_top.gif) top left no-repeat;
	float:left;
	padding-bottom: 30px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader, .contentheader_banner
{
	padding: 36px 0px 16px 0;
}

.contentheader_banner
{
	padding: 6px 0px 16px 0;
}

.image_banner
{
	display: block;
	margin: 0 0 12px -1px;
	position: relative;
}

.breadcrumb_wrapper
{
	padding: 0px 20px 0px 33px;	
	font-size:11px;
	background: none;
	color: #494342;
	line-height: 12px;
	margin-bottom: -12px;
	position: relative;
	height: auto !important;
	min-height: 12px;
	height: 12px;
}

.breadcrumb a
{ 
	color: #494342;
	text-decoration: none;
}

.breadcrumb a:hover{text-decoration: underline;}

#share ul 
{
	background-color:#fff;
	display:none;
	width:220px;
	border:1px solid #666;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	line-height: 18px;
}

#share div:hover ul, #share div.over ul
{
	display: block;
	position:absolute;
	z-index:1000;
}

#share ul li, #share div:hover ul li, #share div.over ul li
{
	float:left;
	margin:0 !important;
	margin-right: -3px;
	padding:0;
	width:110px;
	position:relative;
	text-align: left;
	display:block;
}

#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;}
.shareyahoo {background:url(../_gfx/int/share/yahoo.jpg) no-repeat 0 0;}

.sharelink a:hover{text-decoration:none;}

.printer_friendly, .rss, .feedback, .font_size, #share
{
	margin-left: 14px;
	float: right;
}

#share {cursor:pointer;width: 111px; text-align:left;}

.printer_friendly a, .rss a, .feedback a, .sharelink a
{
	float: left;
    padding-left:19px;
	height:13px;
	font-size: 11px !important;
	line-height: 13px !important;
	color: #1b5792;
	text-decoration: none;
}

.title_right a:hover{text-decoration: underline;}

.sharelink a
{
	display: block;
	float: none;
}

.printer_friendly a{background: url(../_gfx/keeping_gfx/int/print.gif) 0 0px no-repeat;}
.sharelink a{background:url(../_gfx/int/share/share.gif) 0 0px no-repeat;}
.rss a{background:url(../_gfx/keeping_gfx/int/rss.gif) 0 0px no-repeat;}
.feedback a{}

.font_size span
{
	font-size: 11px !important;
	line-height: 13px !important;
	color: #1b5792;
	float: left;
}

.font_size img{margin-left: 3px;}

.title
{
	background: url(../_gfx/keeping_gfx/int/title_underline.gif) bottom left no-repeat;
	padding: 0px 15px 0px 31px;
}

.title_right
{
	text-align:right;
	height:13px;
	margin: 46px 0px 0px 0;
	float: right;
	width: 332px;	
}

.title_left{
	float: left;
	width: 343px;
	padding-bottom: 13px;
	padding-top: 33px;
}

.contentheader h1,
.contentheader_banner h1
{
    padding:0px;
    margin:0px;
	font-size:24px;
	font-weight:normal;
	color: #295383;
	line-height: 26px;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:27px 15px 0px 31px;
    margin:0px;
	font-size:14px;
	font-weight: bold;
	color: #000000;
	clear: both;
}

/* Content: padding should be on content class NOT container */
.container .content
{ 
	padding: 0px 31px;
	width: 675px !important;
	width: 729px;
	overflow: hidden;
}

.content p
{
	 margin: 0 0 1em 0;
	 padding: 0;
}

.content textarea
{
	width:525px;
}

.content ul
{
	padding:0px;
	margin:8px 0 10px 20px;
}

.content ul li
{
	padding: 2px 0px;
}

.downloadmessage
{
	clear: both;
	background: #fff url(../_gfx/int/download_bg.gif) top center repeat-x;
	border:solid 1px #8ea5c0;
	text-align:center;
	width: 495px;
	margin: 10px auto;
	padding: none;
}

.downloadmessage img
{
	border:0px;
	margin:0px 2px;
}

.downloadmessage p
{
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.last_updated
{
	background: url(../_gfx/cmn/updated.gif) top center no-repeat;
	width: 90%;	
    color:#aba28f;
    font-size:9px;
	margin: 20px auto 0px auto;
    text-align:right;
    display: none;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer_wrapper
{
	clear: both;
	width: 100%;
	height: 99px;
	background: url(../_gfx/cmn/footer_wrapper.gif) bottom center no-repeat;
}

.footer,
.footer_home,
.footer_leftnav,
.footer_noleft
{
	width:934px!important;
	width: 974px;
	padding: 10px 20px 0 20px;
	height: 99px;
	margin: 0 auto;
	background: url(../_gfx/keeping_gfx/cmn/footer.gif) 0 0 no-repeat;
	font-size: 10px;
	line-height:14px;
	color:#ffffff;
	text-align: center;
}

.footer a, .footer_home a, .footer_leftnav a, .footer_noleft a
{
	text-decoration: none;
	color:#ffffff;
}

.footer a:hover, .footer_home a:hover, .footer_leftnav a:hover, .footer_noleft a:hover{text-decoration: underline;}

.footer p,
.footer_home p,
.footer_leftnav p,
.footer_noleft p
{
	margin: 0;
	padding: 0;
}

/* Classes inside .container_noleftnav */
.container_noleftnav, .container_review
{
	background: #ffffff url(../_gfx/keeping_gfx/int/noleft_content_bottom.gif) bottom left no-repeat;
	margin: 0px;
	padding: 0px;
}

.container_noleftnav .contentheader, .container_noleftnav .contentheader_banner
{
	background: url(../_gfx/keeping_gfx/int/noleft_content_top.gif) top left no-repeat;
	padding: 36px 8px 16px 8px;
}

.container_noleftnav .image_banner {display: none;}

.container_noleftnav .breadcrumb_wrapper
{
	padding: 0px 20px 0px 26px;	
}

.container_noleftnav .title
{
	background: url(../_gfx/keeping_gfx/int/noleft_title_underline.gif) bottom left no-repeat;
	padding: 0px 15px 0px 24px;
}

.container_noleftnav .title_left
{
	width: 583px;
}

.container_noleftnav h2{padding:27px 15px 0px 24px;}

.container_noleftnav .content, .container_review .content
{
	padding: 0px 32px;
	width: 910px !important;
	width: 974px;
	padding-bottom: 30px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle 
{
	background-color: #ffffff;
}

.container_noleftnav_notitle .contentheader
{
    display:none;
}

.container_noleftnav_notitle .content
{
	margin:5px 20px 20px;
	padding:0px 0px 5px;
	background-color: #f1eddb;
}

/* Used for content review pages, also error page */
 .container_review .content
{
	background: url(../_gfx/int/noleft_content_top.gif) top left no-repeat;
}

.container_review .contentheader
{
	display:none;
}

.container_review .component_title_review
{
	margin: 0px -24px 40px -24px;	
	padding-bottom: 4px;
	height: 85px;
	background: url(../_gfx/int/noleft_title_underline.gif) bottom left no-repeat;
}

.container_review .component_title_review h1
{
    padding:50px 15px 0px 24px;
    margin:0px;
	font-size:24px;
	font-weight:normal;
	color: #01507f;
	line-height: 26px;
}

/* 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:490px;
	padding-bottom: 15px;
}

.depthome_right
{
    padding:0px;
	float:right;
	padding-bottom: 15px;
	width:162px;
}

.alphabetpicker a
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/************************************************
Left navigation 
************************************************/
.leftnav
{
	background: url(../_gfx/keeping_gfx/nav/leftnav_top.gif) top left no-repeat;
	width: 228px!important;
	width: 237px;
	float:left;
	padding: 62px 1px 30px 8px;
}

.leftnav a
{
	display:block;
	width: 221px !important;
	width: 228px;
	padding: 9px 7px 8px 0px;
	line-height: 14px;
	font-size: 12px;
	color: #153300;
	text-decoration:none;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background: #b8d969;
}

.leftnav_node_wrapper .leftnav_node_iscurrent a, .leftnav_node_wrapper_root .leftnav_node_iscurrent a{font-weight: bold;color:#ffffff;}

.leftnav_node_wrapper .leftnav_node_haschildren a, .leftnav_node_wrapper_root .leftnav_node_haschildren a
{
	background: #abce56;
	color: #ffffff;
	font-weight: bold;
}

.leftnav a:hover
{
	color: #44312b !important;
	text-decoration:none;
	background: #dfa32c url(../_gfx/nav/leftnav_over.gif) 0 0 repeat-x;
}

.leftnav a span{
	padding-left: 27px;
	display: block;
}

.leftnav_node_haschildren a span{background: url(../_gfx/keeping_gfx/nav/arrow_down.gif) no-repeat 9px 4px;}
.leftnav_node_iscurrent a span{background: url(../_gfx/keeping_gfx/nav/arrow_right.gif) no-repeat 10px 2px;}
.leftnav_node_wrapper_root .leftnav_node_iscurrent a span{background: url(../_gfx/keeping_gfx/nav/arrow_right.gif) no-repeat 10px 2px;}
.leftnav_node_iscurrent a:hover span,  .leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover span{background: url(../_gfx/nav/arrow_right_over.gif) no-repeat 10px 2px;}
.leftnav_node_haschildren a:hover span, .leftnav_node_wrapper_root .leftnav_node_haschildren a:hover span{background: url(../_gfx/nav/arrow_down_over.gif) no-repeat 8px 4px;}



/************************************************
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 #8ea5c0;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #8ea5c0;
	background-color: #ffffff;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #8ea5c0;
	background-color: #ffffff;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #082956 url(../_gfx/int/form_button.gif) top repeat-x;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #fafafa;
	border: 1px solid #031b37;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	vertical-align: top;
	border:0;
	cursor: pointer;
}

.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

/************************************************
Site map
************************************************/
.sitemap{border:solid 0 #000;}

.sitemap img{margin: 0 5px 0 0;}

.rootnode a, .parentnode a {font-weight: bold;color: #625C4D;} 

.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 #8ea5c0;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-bottom: 30px;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #8ea5c0;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #8ea5c0;
	border-top:0px;
	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:#ffffff;
	border-top:1px solid #8ea5c0;
}

.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 #8ea5c0;
	border-bottom:0;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #8ea5c0;
	border-bottom:0;
}

.search_result_alternate
{
	background-color:#e6edf6;
}

.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;
}

*html .advanced_search_textbox { line-height: 12px; }
*html input { line-height: 13px;}

.advanced_search input
{
	background: #082956 url(../_gfx/int/form_button.gif) top repeat-x;
	color: #fff;
}

.advanced_search_textbox{
	background: #fff !important;
	color: #6a655c !important;
}

/****************************************
Redirect lightbox
*****************************************/
.redirect
{
	background: #ffffff;
	height: 200px !important;
	height: 240px;
	padding: 20px;
	text-align: left;
	width: 460px !important;
	width: 500px;
}

.redirect .content_review_title
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #01639b;
}

.redirect .redirect_url
{
	border-top: 1px solid #001c3e;
	border-bottom: 1px solid #001c3e;
	background: #fbfdff;
	padding: 10px;
	margin-bottom: 20px;
	white-space: nowrap;
}

.redirect p
{
	margin: 15px 0 0 0;
	padding: 0;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:5px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
    width:180px;
}

.calendar, .calendar_wrapper
{
	border-collapse: separate;
	width: 100%;
}

.calendar_dayheader
{
	line-height: 32px;
	color: #cfdeef;
	background: #80ba1a url(../_gfx/keeping_gfx/int/calendar_header.gif) 0 0 repeat-x;
	padding: 3px 0px 0 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	font-family: verdana, geneva, sans-serif;
}

.calendar td{border: 0;}

.calendar_title td
{
	padding: 11px 0px 10px 0px;
	font-size: 20px;
	width: 50% !important;
	font-weight: normal;
	color: #295383;
	overflow: visible;
	background: #ffffff;
}

.calendar_title td.calendar_nextprev
{
	width: 25% !important;
	text-align: center;
	padding: 8px 0px 0px 0px;
}

td.calendar_nextprev a
{
	color: #2c65a8 !important;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

td.calendar_nextprev a:hover
{
	color: #2c65a8!important;
	text-decoration: underline;
}

.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 #a4b6cc!important;;
}

.calendar_day,
.calendar_weekendday
{
	color: #44312b;
	background: #ffffff;
}

.calendar_othermonthday
{
	background: #eef5de;
	color:#b6b4a3;
}

.calendar_today
{
    background: #dfe151 url(../_gfx/keeping_gfx/int/calendar_today.gif) 0 0 repeat-x;
	color:#1b5792;
}

.calendar_eventtime
{
	line-height:12px;
	padding: 0px 0px 2px 0px !important;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color:#44312b;
}

.calendar_eventlink
{	
	line-height:13px;
	font-size: 12px;
	display:block;
	margin:0px 0px 10px 0px;
	font-weight: bold;
	text-decoration: none;
}

a.calendar_eventlink:hover{text-decoration: underline;}

.calendar_today .calendar_eventlink{color:#1b5792;}

td.calendar_day br, td.calendar_today br, td.calendar_weekendday br, td.calendar_othermonthday br{display: none;}

/*************************************************
Component detail 
*************************************************/
.component_title, .survey_title
{
	font-size:18px;
	line-height: 20px;
	color: #01639b;
}

.component_subtitle span, h3, h2
{
	font-weight: bold !important;
	font-size: 14px !important;
	color: #295383;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem{padding: 0 0 15px 0;}

.component_listitem div, .component_content{clear: both;}
.component_content{width: 100%;}/*for ie7*/

.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, .component_listitem_content_for_wider
{
	width:500px;
	display:block;
	float:left;
}

.component_listitem_content_for_wider{width: 450px;}

/************************************************
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
************************************************/
/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 10px 10px 10px 0px;
}

.filter select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.listtable
{
	border:1px solid #b8d969 !important;
	background-color:#ffffff;
	border-collapse:separate;
	margin: 10px 0;
	width:100%;
	empty-cells: show;
}

.listtable th
{
	background: #4b730b url(../_gfx/keeping_gfx/int/table_header.gif) 0 0 repeat-x;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	padding: 6px 4px 5px 9px;
	border: 0px !important;
}

.listtable_header a, .listtable th a
{
	color:#ffffff;
}

.listtable td
{
	border:0;
	border-top:1px solid #b8d969;
	padding:3px 4px 3px 9px;
}

.listtable tr:hover
{
	background-color:#e6edf6;
}

.listtable_row_on
{
	background-color:#e6edf6;
}

.listtable_row_off
{
	background-color:#ffffff;
}

/************************************************
Plain lists
************************************************/
.listcomponent
{
	border:0px !important;
	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 #b8d969;
	border-collapse: collapse;
}

.righttable th
{
	background: #4b730b url(../_gfx/keeping_gfx/int/table_header.gif) 0 0 repeat-x;
	font-weight: bold;
	text-align:left;
	color: #cfdeef;
	text-transform:uppercase;
	padding: 6px 4px 5px 9px;
	border: 0px !important;
}

.righttable_header a, .righttable th a
{
	color:#ffffff;
}

.righttable td
{
    border:0;
	border-top:1px solid #b8d969;
	padding:3px 4px 3px 9px;
}

.righttable tr:hover
{
	background-color:#e6edf6;
}

.righttable_row_on
{
	background-color:#e6edf6;
}

.righttable_row_off
{
	background-color:#ffffff;
}

/************************************************
FAQ List
************************************************/
.listfaq
{
	width:100%;
	border-collapse: separate !important;
	background-color:#e6edf6;
	border:1px solid #8ea5c0;
}

.listfaq td
{
	padding:4px;
	border:0px;
}

.listfaq_answers
{
	width:100%;
	margin-top: 20px;
	border-collapse: separate !important;
}

.listfaq_answers td
{
	padding:4px 4px 14px 4px;
	border: 0;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:96%;
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #8ea5c0;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:10px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	display:inline;
	padding:3px; 
	border:1px solid #8ea5c0;
	border-top:0px;
	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;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#ffffff;
	border-top:1px solid #8ea5c0;
}

.listcomponent_pager
{
	text-align:left;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}

/************************************************
Form/Survey Component
************************************************/


/************************************************
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;}

.staff_component_title
{
	font-size:140%;
	font-weight: bold;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
}

.staff_column_div .component_listitem_content{width: 350px;}

/************************************************
Department boxes
************************************************/
.box_container
{
	background: url(../_gfx/int/deptbox_bg.gif) bottom left no-repeat;
}

.box_container .box_title
{
	color:#ffffff;
	font-size:16px;
	padding:0px 0 0 11px;
	background:url(../_gfx/keeping_gfx/int/deptbox_title.jpg) 3px 0 no-repeat;
	height: 34px;
	line-height: 34px;
	position: relative;
	margin-bottom:-8px;
}

.box_container .box_list
{
	border-bottom: 1px dashed #d2d2d2;
	margin: 0 3px 5px 3px;
	padding-bottom: 7px;

}

.box_container .box_list a
{
	text-decoration:none;
	color:#302a28;
	font-size: 11px;
	line-height: 16px;
}

.box_container .box_list a:hover
{
	text-decoration:underline;
}

.box_container .box_item_summary{display: none;}

.box_container .box_list p
{
	margin:  0;
	padding:16px 0 6px 0;
	text-align:center;
	font-size:11px;
}

.box_container .box_item_title
{
	border-top: 1px dashed #d2d2d2;
	padding: 7px 9px 0 9px;
	margin-top: 7px;
}

.box_container .box_item_date
{
    padding: 0px 9px 0px 9px;
	color:#959393;
	font-size: 11px;
	line-height: 16px;
}

.box_container .box_bottomlink{
	height: 33px;
}

.box_container .box_bottomlink a,
.box_container .box_bottomlink a:hover
{
    text-indent: -4000px;
	overflow: hidden;
	background: url(../_gfx/keeping_gfx/int/deptbox_more.gif) 0 0 no-repeat;
	width: 47px;
	height: 22px;
	float: right;
	display: inline;
	margin-right: 7px;
}

.depthome_right .box_meetinglink
{
	display:none;
}

/******************************************
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;
	background: #082956 url(../_gfx/int/form_button.gif) top repeat-x;
   	border: 1px solid #031b37;
 text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #fafafa;
    background-image:url(../_gfx/album/slideshow.gif);
    background-repeat:no-repeat;
    background-position:7px 7px;
}

.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
{
	height: 275px!important;
	height: 281px;
	width: 640px!important;
	width: 647px;
	float: left;
	padding: 6px 0px 0px 7px;
	background: #ffffff url(../_gfx/home/collage_bg.gif) 7px 0 no-repeat;
	position:relative;
	z-index: 0;
	overflow: hidden;
}

.home_collage .image_collage
{
	position: absolute;
	overflow: hidden;
	z-index: 0;
}

.home_collage #imgHidden
{
	position: absolute;
	z-index: 0;
}

.home_collage #imgSlide
{
	position: absolute;
	z-index: 1;
}

.important_alert_wrapper
{	
	position: absolute;
	top: 54px;
	left: 35px;
	z-index: 21;
	width: 612px;
	height: 227px;
	background: url(../_gfx/home/alert_bg.gif) 0 0 no-repeat !important;
	opacity: .85;
	filter:Alpha(opacity=85); 
}

.important_alert
{
	margin: 69px 0px 0px 25px;
	width: 562px;
	height: 134px;
	overflow: hidden;
	color: #44312b;
	font-size: 13px;
}

.important_alert p
{	
	margin:0 0 14px 0;
	padding:0;
}

.spotlight .box_content
{
	line-height: 14px;
	color:#636363;
	letter-spacing: -1px;
}

.spotlight .box_title{
	background: #ffffff url(../_gfx/home/spotlight_title.gif) 0 0 no-repeat;
	height: 38px;
	overflow: hidden;
	text-indent: -4000px;
	margin-bottom: -1px;
	position: relative;
}

.spotlight .box_content table{width: 100%;}
.spotlight .box_content td
{
	border-top: 1px dashed #acacac;
	padding: 19px 5px 19px 5px;
	line-height: 14px;
	color:#636363;
	letter-spacing: -1px;
}

.spotlight .box_content td img{margin-right: 11px;}

.spotlight .subtitle{color:#302a28;}

.home_services
{
	width: 276px !important;
	width: 327px;
	height: 227px !important;
	height: 281px;
	float: left;
	background: url(../_gfx/home/services_bg.jpg) 0 0 no-repeat;
	padding: 54px 0px 0 51px;
	color:#ffffff;
	overflow: hidden;
}

.weather
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;	
	font-weight: bold;
	padding-left: 2px;
	width: 274px !important;
	width: 276px;
}

.weather a{color: #fff;}

.weather img
{
	position: relative;
	top: 10px;
}

.quicklink 
{
    width:208px;
	border: 1px solid #19588d;
	background:#ffffff;
	color:#2e4965;
    height: 23px;
	font-size: 11px;
	line-height: 18px;
	font-family: verdana, geneva, sans-serif;
	margin: 7px 0px 8px 2px;
	padding: 2px 0 0 7px;
	display: block;
}

.home_services a{color:#ffffff;}
.service_links{padding: 1px 0px 11px 3px;width: 210px !important; width: 213px;}
.social_icons{width: 213px;}
.social_icons a
{
	display: block;
	float: left;
	margin: 0 2px 0 0;
	text-indent:-4000px;
	overflow: hidden;
	height: 35px;
	width: 33px;
}

.social_icons a.rss_icon{background: url(../_gfx/home/rss_icon.gif) 0 0 no-repeat;}
.social_icons a.facebook_icon{background: url(../_gfx/home/facebook_icon.gif) 0 0 no-repeat;width: 34px;}
.social_icons a.twitter_icon{background: url(../_gfx/home/twitter_icon.gif) 0 0 no-repeat;}
.social_icons a.youtube_icon{background: url(../_gfx/home/youtube_icon.gif) 0 0 no-repeat;width: 34px;}
.social_icons a.in_icon{background: url(../_gfx/home/in_icon.gif) 0 0 no-repeat;}
.social_icons a.flickr_icon{background: url(../_gfx/home/flickr_icon.gif) 0 0 no-repeat;width: 34px;}

.social_icons a:hover{background-position: 0 -35px;}

.home_columns
{
	clear: both;
	background: url(../_gfx/home/content_top.gif) 8px 0 no-repeat;
	padding-bottom: 40px;
}

.home_left
{
	width:255px !important;
	width: 362px;
	float:left;
	padding:38px 59px 0px 48px;
}

.home_right
{
	width:607px !important;
	width: 612px;
	float:right;
	padding:0 5px 0 0;
}

/************************************
          RFP Posting
************************************/
.rfpBackLink
{
	clear:both;
}

/************************************
          home buttons
************************************/
.home_buttons{padding-left: 22px;}

.home_buttons ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.home_buttons li{
	float: left;
	margin: 0px;
	padding: 0px;
}

.home_buttons li a
{
	display:inline-block;
	display:block;
}

/************************************************
Home boxes
************************************************/
.home_news
{
	width: 260px !important;
	width: 333px;
	float: left;
	padding: 54px 69px 0px 4px;
}

.home_events
{
	float:left;
	width: 217px !important;
	width: 274px;
	padding: 54px 57px 0px 0px;
}

.home_events .box_bottomlink a, .home_news .box_bottomlink a, .home_events .box_meetinglink a
{
	float: left;
	text-indent: -4000px;
	overflow: hidden;
	height: 25px;
	width: 74px;
	background: url(../_gfx/home/news_button.gif) 0 0 no-repeat;
}

.home_events .box_meetinglink a{background: url(../_gfx/home/meetings_button.gif) 0 0 no-repeat;}
.home_events .box_bottomlink a{background: url(../_gfx/home/events_button.gif) 0 0 no-repeat;width: 59px;margin-right: 11px;}

.home_events .box_title, .home_news .box_title
{
	text-indent: -4000px;
	overflow: hidden;
	height: 38px;
	background: url(../_gfx/home/news_title.gif) 0 0 no-repeat;
}

.home_events .box_title{background: url(../_gfx/home/events_title.gif) 0 0 no-repeat;}

.home_events .box_item
{
	clear: both;
	display: block;
	padding: 0 0 5px 0;
}

.home_news .box_list
{
	padding-top: 10px;
}

.home_events .box_list
{
	padding-bottom: 16px;
}

.home_events .box_item_title
{
	background: url(../_gfx/home/bullet.gif) 0 8px no-repeat;
	padding: 2px 0 1px 8px;
}

.home_events .box_item_title a
{
	color:#2a68a6;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

.home_events .box_item
{
	font-weight: bold;
	color:#302a28;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px dashed #acacac;
	padding: 10px 0 13px 5px;
}

.home_events .box_item_date
{
	padding: 0px 0 4px 2px;
}

.home_news .box_item_title a
{
	color:#302a28;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
}

.home_news .box_list a:hover, .home_events .box_list a:hover{text-decoration:underline;}

.home_news .box_item_title
{
	padding-bottom: 4px;
	clear: both;
}

.home_news .box_item_summary
{
	color:#959393;
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 20px;
}

.home_news .box_item_summary a
{
	text-transform: uppercase;
	margin-left: 15px;
	font-size:11px;
	color:#2a68a6;
	text-decoration: none;
	margin-top: 2px;
}

a.external_link
{
	display: inline-block;
	padding-right:18px;
	background-image:url(../_gfx/int/external_link.gif);
	background-position:right;
	background-repeat:no-repeat;	
	zoom: 1;	
}

.home_news p{margin: 0 0 30px 0;}

/******Weather component***/
.weather_button
{
	margin:5px 0px 0px 50px;
}

.weather_button img
{
	border:0px;
}

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #2466BF;
	height: 180px;
	width: 87px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#fff;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container
{
	padding: 20px;
}

.weather_home_icon 
{
	width: 79px;
	height: 49px;
}

.weather_home_icon img
{
	margin-top:7px;
	border:0px;
}

/**********************************
	new home left content
**********************************/
.home_left_buttons
{
	height: 75px;
}

.webcamBtn a
{
	display: block;
	float: left;
	width: 76px;
	height: 75px;
	background: url(../_gfx/home/webcamBtn.gif) 0 0 no-repeat;
}
.webcamBtn a:hover
{
	background: url(../_gfx/home/webcamBtn.gif) 0 -75px no-repeat;
}

.photoBtn a
{
	display: block;
	float: left;
	width: 73px;
	height: 75px;
	background: url(../_gfx/home/photoBtn.gif) 0 0 no-repeat;
}
.photoBtn a:hover
{
	background: url(../_gfx/home/photoBtn.gif) 0 -75px no-repeat;
}

.greenBtn a
{
	display: block;
	float: left;
	width: 76px;
	height: 75px;
	background: url(../_gfx/home/greenBtn.gif) 0 0 no-repeat;
}
.greenBtn a:hover
{
	background: url(../_gfx/home/greenBtn.gif) 0 -75px no-repeat;
}

.home_left_dropmenu
{
	height:30px;
	margin:13px 0px 15px 0px;
}

.home_left_dropmenu select
{
	width: 199px;
}

.right_wrap1
{
	float: left;
	width: 505px;
	margin: 0px 0px 20px 15px;
	/*border-bottom: 1px solid #69a6d1;*/
}

.right_wrap2
{
	float: left;
	width: 525px;
	/*margin: 0px 0px -120px 0px;*/
}


.home_poll_wrapper
{
	position:relative;
	top:-25px;
	left:-6px;
	float: right;
	background: url(../_gfx/home/poll_bg.gif) 0 0 no-repeat;
	
}

.home_poll
{
	width: 240px;
	padding: 0px 0px 0px 0px;
	position:relative;
	top:17px;
	left:15px;
	margin:0px 0px 5px 0px;
	height:150px;
}


.home_poll .poll
{
	width:220px;
}

.home_poll .poll_q
{
	float: left;
	width: 220px;
	margin: 0px 0px 10px 0px;
	line-height:14px;
	font-size:11px;
}
.home_poll .poll_choices
{
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	line-height:14px;
}
.home_poll .poll_btns
{
	float: right;
	width: 100%;
}
.home_poll .poll_voteBtn a
{
	display: block;	
	float: left;
	width: 63px;
	height: 20px;
	margin: 0px 5px 0px 0px;
	padding: 0;
	background: url(../_gfx/home/poll_voteBtn.gif) 0 0 no-repeat;
}
.home_poll .poll_voteBtn a:hover
{
	background: url(../_gfx/home/poll_voteBtn.gif) 0 -20px no-repeat;
}
.home_poll .poll_resultsBtn a
{
	display: block;
	float: left;
	width: 99px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(../_gfx/home/poll_resultsBtn.gif) 0 0 no-repeat;
}
.home_poll .poll_resultsBtn a:hover
{
	background: url(../_gfx/home/poll_resultsBtn.gif) 0 -20px no-repeat;
}

.home_poll .poll_result_answer
{
	margin:0px 0px 2px 0px;
	width:200px;
	font-size:11px;
}

.home_poll .poll_result_answer td
{
	font-size:11px;
	padding:0px;
	margin:0px;
	line-height:11px;
}

.home_poll .poll_result_border
{
	color:Black;
	border:solid 1px Black;
}

.home_poll .poll_result_value
{
	color:Black;
	font-size:11px;
}

/* Poll component */
.poll
{
	margin: 20px 0px 0px 0px;
	width: 100%;
}

.poll_q{font-weight: bold;}

.poll_choices{padding-bottom: 10px;}

.poll_choices INPUT
{
	float: left;
	clear: left;
	margin: 3px 10px 0px 0px;
	height: 13px;
	width: 13px;
	padding: 0;
}

.poll_choices label
{
	float: left;
	width: 620px;
}

.mainSpan_wrapper_noleftnav .poll_choices label{width: 820px;}

.poll_result_answer table tr{height: 12px !important;}

.captcha img, .captcha a
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaIcons
{
	width: 20px !important;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #c2bca6;
}

/*** mobile view ***/
#SwitchToMobile
{
	background: #fff9a5 url(../_gfx/cmn/mobile/mob_visionlink_strip.gif) bottom left repeat-x;
	margin-bottom:18px;
}

#SwitchToMobile a
{
	display: block;
	background: url(../_gfx/cmn/mobile/mob_visionlink_bg.jpg) center bottom no-repeat;
	text-align: center;
	font-size: small;
	color: #000000;
	padding: 5px 0 4px 0;
	border: 1px solid #bdbdbd;
	text-decoration: none;
}

/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

body,select,input,textarea, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height:18px;
	color: #000000;
}

a
{
	color: #2a68a6;
	text-decoration:underline;
}

a:hover{text-decoration:none;}
a img{border: 0;}

.subtitle, .subtitle p,  .subtitle a
{
	font-size:14px;
	font-weight: bold;
	color: #000000;
}

table.tableData
{
	width: 95%;
	border:1px solid #b8d969 !important;
	background-color:#ffffff;
	border-collapse:collapse;
	margin-bottom: 14px;
}

.tableData td
{
	border:0;
	border-top:1px solid #b8d969;
	padding:3px 4px 3px 9px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	background: #4b730b url(../_gfx/keeping_gfx/int/table_header.gif) 0 0 repeat-x;
	text-transform:uppercase;
	padding: 6px 4px 5px 9px;
	border: 0;
}

.tableData th a, .tableData th p{color: #ffffff;}

.tableData tr:hover{background:#e6edf6;}

.tableBox
{
	border: 1px solid #8ea5c0;
	background: #ffffff;
	padding:5px;
	margin-bottom: 14px;
}

.tableBox th{text-align:left;}
