/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: #d3eefa url(../_gfx/whatsnew/cmn/body_bg_strip.gif) 0 0 repeat-x;
	text-align: center;
	margin-top: 8px;
}

table
{
	font-size: 11px;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;	
	line-height:16px;
	color: #000000;
}

h3
{
	font-size: 14px !important;
	color: #3f909b !important;
	font-weight: bold !important;
}

a img
{
	border: 0;
}

a
{
	color: #cb7f17;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;
	margin-top: 10px;
	display: block;	
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.contentheader:after, 
.content:after, 
.content_wrapper:after,
.container:after,
.width_container:after, 
.title:after,
.home_columns:after,
.content_wrapper2: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,
.content_wrapper,
.container,
.width_container,
.title_right,
.home_columns,
.content_wrapper2,
.search_result,
.search_result_alternate,
.component_listitem
{
	display:inline-block;
}

.clearfix, .mainSpan, .contentheader, .content, .container, .width_container, .content_wrapper, .title_right, .home_columns, .content_wrapper2, .search_result, .search_result_alternate, .component_listitem
{
	display:block;
}

/* Containing frame for the site */
.mainSpan_wrapper_home,
.mainSpan_wrapper,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review
{
}

.mainSpan
{
	width: 939px;
	text-align: left;
	margin: 0 auto;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/

.width_container
{
	width: 100%;
	background: url(../_gfx/whatsnew/int/content_bg_strip.gif) 0 0 repeat-y;
}

.mainSpan_wrapper_home .width_container, .mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container
{
	background: url(../_gfx/whatsnew/cmn/content_bottom.gif) bottom left no-repeat;
	padding-bottom: 7px;
}

.content_wrapper
{
	background:  url(../_gfx/whatsnew/int/content_bottom.gif) bottom left no-repeat;
}

.mainSpan_wrapper_home .content_wrapper, .mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
	background: #ffffff url(../_gfx/whatsnew/cmn/content_top.gif) 0 0 no-repeat;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
	line-height: 0px;
}

#FrontEndForm
{
	padding: 0;
	margin: 0;
}

.content iframe
{
	width: 98%;
	border: none;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    width:1px;
    height:1px;
    display:block;
    float:left;
}

.header_wrapper
{
}

.printonly {
	display: none;
}

.header
{
	width: 100%;
	height: 92px;
	background: url(../_gfx/whatsnew/cmn/header_bg.jpg) 0 0px no-repeat;
	position: relative;
}

.header_left
{
	float:left;
	width:500px;
}

.header_left a.home_link
{
	width: 500px;
	position: absolute;
	top: 30px;
	left: 0px;
	display:block;
	overflow: hidden;
	height: 50px;
	text-indent: -4000px;
}

.header_logo
{
	height: 1px;
	width: 1px;
}

/* Top line of links */

.header_nav
{ 
	text-align: right;
	padding: 9px 0 0 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}

.header_nav a
{	
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}

.header_nav a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.quicklink_wrapper
{
	float: right;
	width: 158px;
	padding: 6px 0 0 11px;
}

.quicklink_wrapper select
{
	color: #4e4e4e;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	width: 133px;
}

.header_right
{
}

/* Container for search field and go button */
.searchbox
{ 
	padding: 1px 6px 0 28px;
	width: 200px;
	height: 33px;
	position: absolute;
	left: 705px;
	bottom: -34px;
	background: url(../_gfx/whatsnew/cmn/search_bg.jpg) 0 0 no-repeat;
}

.searchbox_textbox
{
	float:left;
	padding: 2px 0 2px 0px !important;
	margin:6px 0 0 0;
	line-height: 14px!important;
	height: 13px !important;
	width:140px;
	color: #666666;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	font-size: 10px;
}

.searchbox_button
{	
	width: 27px;
	height: 28px;
	float: left;
	margin:0px 0px 0px 2px;
	display: inline;
}

/************************************************
Left navigation 
************************************************/

.leftnav
{
	width: 228px;
	float:left;
	padding: 30px 0px 20px 9px;
	display: inline;
	background: url(../_gfx/whatsnew/nav/leftnav_top.gif) 0 0 no-repeat;
	height: auto !important;
	min-height: 30px;
	height: 30px;
}

.leftnav a
{
	display:block;
	width: 216px;
	padding: 7px 7px 6px 5px;
	color: #ffffff;
	text-decoration:none;
	overflow: hidden;
	border-bottom: 1px solid #a8dde4;
}

.leftnav a:hover,
.leftnav_node_wrapper .leftnav_node_iscurrent a:hover,
.leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover,
.leftnav_node_wrapper .leftnav_node a:hover,
.leftnav_node a:hover, .leftnav_node_wrapper .leftnav_node a:hover, .leftnav_node_wrapper_root .leftnav_node_wrapper_root .leftnav_node_haschildren a:hover,
.leftnav_node_wrapper .leftnav_node_haschildren a:hover
{
	color: #ffffff !important;
	background: #2495ca !important;
	text-decoration:none;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background-color: #e1f3fa;
	color: #157bab;
}

.leftnav_node_wrapper .leftnav_node_iscurrent a, .leftnav_node_wrapper_root .leftnav_node_iscurrent a
{
	color: #ffffff !important;
	background: #2495ca !important;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a, .leftnav_node_wrapper .leftnav_node_haschildren a
{
	background: #d3eefa;
	color: #157bab;
}

.leftnav a span{
	padding-left: 16px;
	display: block;
}

.leftnav_node_haschildren a span
{
	padding-left: 18px;
	background: url(../_gfx/whatsnew/nav/arrow_down.gif) no-repeat 4px 6px;
}

.leftnav_node_haschildren a:hover span
{
	background: url(../_gfx/whatsnew/nav/arrow_down_over.gif) no-repeat 4px 6px;
}

.leftnav_node_iscurrent a span
{
	background: url(../_gfx/whatsnew/nav/arrow_right.gif) no-repeat 5px 5px;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a span
{
}

.leftnav_node_iscurrent a:hover span, .leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover span
{
	background: url(../_gfx/whatsnew/nav/arrow_right.gif) no-repeat 5px 5px;
}

/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
/* Page content container */
.container
{ 
	float:left;
	width: 702px;
	background: url(../_gfx/whatsnew/int/content_top.gif) 0 0 no-repeat;
	padding-top: 13px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

.contentheader, .contentheader_banner
{
	width: 702px;
	padding: 0 0px 0px 0px;
}

.breadcrumb_wrapper
{
	width: 661px;
	height: auto !important;
	min-height: 13px;
	height: 13px;
	padding: 0px 20px 5px 21px;
	line-height: 13px;
	font-size: 11px;
	color: #cb7f17;
	position: relative;
}

.breadcrumb a
{ 
}

#share 
{
	cursor:pointer;
	width:135px;
	 float:right;
    text-align:left;
}

#share ul 
{
	background-color:#fff;
	display:none;
	width:220px;
	border:1px solid #666;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	/*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;
	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, .rss, #share, .font_size{
    float:right;
    height:23px;
    text-align:left;
}

.font_size
{
	height: 14px;
	line-height: 12px;
}

.printer_friendly{width:53px;}
.rss{width:56px;}
#share{width:142px;cursor:pointer;}
.font_size{width: 88px;}

.printer_friendly a, .rss a, .sharelink a{
    display:block;
    padding-left:18px;
	height:23px;
	font-size: 11px;
	line-height: 12px;
}

.font_size a
{
	font-size: 11px;
	line-height: 12px;
	float: left;
	display: block;
	margin-left: 8px;
	display: inline;
}

.printer_friendly a{background: url(../_gfx/whatsnew/int/print.gif) left 0px no-repeat;}
.rss a{background:url(../_gfx/whatsnew/int/rss.gif) left 0px no-repeat;}
.sharelink a{background:url(../_gfx/int/share/share.jpg)  0 3px no-repeat; padding-left:13px;height:16px;}

.title
{
	width:661px;
	padding: 15px 20px 0px 21px;
}

.contentheader_banner .title
{	
	padding: 23px 20px 0px 21px;
	background: url(../_gfx/whatsnew/int/contentheader_banner_bg.gif) 7px 11px no-repeat;
	margin-top: -18px;
}

.title_right
{
	height:23px;
	padding: 0px;
	margin: 0px;
	width: 370px;
	float: right;
}

.title_left {
	width:661px;
	padding: 0px;
	margin: 0;
}

.contentheader h1,
.contentheader_banner h1
{
	color: #2495ca;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family:  Arial, verdana, sans-serif;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:2px 20px 2px 21px;
    margin:0px;
    width:661px;
	font-size:14px;
	font-weight: bold;
	color: #3f909b;
	display: block;
}

/************************************************
Content: main content area
************************************************/

.last_updated
{
	display: none;
}

/* Content: padding should be on content class NOT container */
.mainSpan_wrapper .content,
.mainSpan_wrapper_noleftnav .content,
.mainSpan_wrapper_review .content
{ 
	padding: 0px 21px 25px 21px;
	float: left;
	width: 660px;
}

a.external_link
{
	display: inline-block;
	padding-right:18px;
	background:url(../_gfx/int/external_link.gif) right no-repeat;
}

/************************************************
Content header and Content: No leftnav pages and review pages
************************************************/

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .container
{
	width: 939px;
	background-image: none;
	padding-top: 13px;
}

.mainSpan_wrapper_noleftnav .deptbanner
{
	display: none;
}

.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_noleftnav .contentheader_banner
{
	width: 897px;
	padding: 0 21px 0px 21px;
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper, .mainSpan_wrapper_noleftnav .contentheader_banner .breadcrumb_wrapper
{
	width: 897px;
	padding: 5px 0px;
}

.mainSpan_wrapper_noleftnav .contentheader  .title, .mainSpan_wrapper_noleftnav .contentheader_banner  .title
{
	width:897px;
	padding: 15px 0px 0px 0px;
	background-image: none;
	margin: 0px;
}

.mainSpan_wrapper_noleftnav .title_left
{
	width:897px;
}

.mainSpan_wrapper_noleftnav .contentheader h2,
.mainSpan_wrapper_noleftnav .contentheader_banner h2
{
	padding:2px 0px;
    width:897px;
}

.mainSpan_wrapper_noleftnav .content
{
	width: 897px;
}

/* Review and error pages */
.mainSpan_wrapper_review .container
{
	width: 939px;
	background-image: none;
	padding-top: 13px;
}

.mainSpan_wrapper_review .contentheader, .mainSpan_wrapper_review .contentheader_banner
{
	display:none;
}

.mainSpan_wrapper_review .content
{
	width: 897px;
}

.mainSpan_wrapper_review  .component_title_review, .mainSpan_wrapper_review .special_title
{
	color: #2495ca;
	font-size: 20px !important;
	line-height: 24px;
	padding: 35px 0 15px 0;
	font-family:  Arial, Verdana, sans-serif;
}

/* Hide review title for all except .container_review */
.mainSpan_wrapper .component_title_review,
.mainSpan_wrapper_noleftnav .component_title_review,
.mainSpan_wrapper_home .component_title_review
{
	display:none;
}

/**************************************************
Standard content styles
****************************************************/

.mainSpan_wrapper .content p,
.mainSpan_wrapper_noleftnav .content p,
.mainSpan_wrapper_review .content p
{ 
	margin-top: 0px;
}

.mainSpan_wrapper .content textarea,
.mainSpan_wrapper_noleftnav .content textarea,
.mainSpan_wrapper_review .content textarea
{
	width: 550px;
}

.mainSpan_wrapper .content ul,
.mainSpan_wrapper_noleftnav .content ul,
.mainSpan_wrapper_review .content ul,
.mainSpan_wrapper .content ol,
.mainSpan_wrapper_noleftnav .content ol,
.mainSpan_wrapper_review .content ol
{
	padding:0px;
	margin:8px 0 18px 23px;
}

blockquote
{
	margin-left:23px;
}

.mainSpan_wrapper .content ul li,
.mainSpan_wrapper_noleftnav .content ul li,
.mainSpan_wrapper_review .content ul li,
.mainSpan_wrapper .content ol li,
.mainSpan_wrapper_noleftnav .content ol li,
.mainSpan_wrapper_review .content ol li
{
	padding: 0px 0px;
}

.mainSpan_wrapper .content ul ul,
.mainSpan_wrapper_noleftnav .content ul ul,
.mainSpan_wrapper_review .content ul ul,
.mainSpan_wrapper .content ol ol,
.mainSpan_wrapper_noleftnav .content ol ol,
.mainSpan_wrapper_review .content ol  ol,
.mainSpan_wrapper .content ul ol,
.mainSpan_wrapper_noleftnav .content ul ol,
.mainSpan_wrapper_review .content ul  ol,
.mainSpan_wrapper .content ol ul,
.mainSpan_wrapper_noleftnav .content ol ul,
.mainSpan_wrapper_review .content ol  ul
{
	padding:0px;
	margin:2px 0 0px 23px;
}

.downloadmessage
{
	clear: both;
	background: #ffffff;
	border:solid 1px #bbb897;
	text-align:center;
	width: 85%;
	margin: 10px auto;
	margin-top:25px !important;
}

.downloadmessage img
{
	border:0px;
	margin:0px 2px;
}

.downloadmessage p
{
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.paging
{
	margin:10px 0;
}

/* ****Homepage  content styles******/

.mainSpan_wrapper_home .container
{
	width: 100%;
	padding: 13px 0 0 0;
	margin: 0;
	background-image: none;
	min-height: 0px;
	height: auto !important;
}

.mainSpan_wrapper_home .contentheader
{
    display:none;
}

.mainSpan_wrapper_home .content
{
	padding:0;
	margin:0;
}

.mainSpan_wrapper_home .content ul
{
	padding:0px;
	margin:0;
}

.mainSpan_wrapper_home .content ul li
{
	padding: 0px;
}

/************************************************
Footer
************************************************/

.footer_wrapper
{
	clear: both;
	width: 100%;
	text-align: center;
}

.footer
{
	padding: 10px 20px 20px 20px;
	width: 899px;
	margin: 0 auto;
	overflow: hidden;
	color: #508fac;
	line-height: 18px;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.footer a, .footer p, .footer p a
{
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #508fac;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
	width:460px;
	float: left;
}

.depthome_right
{
	float:right;
	width:167px;
}

IMG.deptbanner
{
	display: block;
	margin-left: -1px;
 	margin-bottom: 12px;
	position: relative;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
	width: 167px;
	float: right;
	margin: 0px 0px 19px 0px;
	overflow: hidden;
}

.depthome_right .news_box 
{
	background: url(../_gfx/whatsnew/int/news_bg.gif) top left no-repeat;
}

.depthome_right .events_box 
{
	background: url(../_gfx/whatsnew/int/events_bg.gif) top left no-repeat;
}

.depthome_right .box_title
{
	height: 35px;
	width: 167px;
	text-align:left;
	text-indent: -4000px;
	overflow: hidden;
}

.depthome_right .news_box .box_item_summary, .depthome_right .news_box .newsimg, .depthome_right .news_box #scroll_controls
{
	display: none;
}

.depthome_right .box_list
{
	
   	padding: 0px 10px 0 16px;
	min-height: 72px;
	height: auto !important;
	height: 72px;
}

.depthome_right ul 
{
	padding: 0px!important;
	margin: 0!important;
	list-style-type: none;
}

.depthome_right  p
{
	padding: 7px 0px !important;
	margin: 0 !important;
	line-height: 12px;
	font-size: 11px;
}

.depthome_right ul li, .depthome_right .headline
{
	padding: 7px 0px 5px 0 !important;
	line-height: 12px;
	font-size: 11px;
}

.depthome_right ul li a, .depthome_right ul li a:hover, .depthome_right .box_item_title a, .depthome_right .box_item_title a:hover
{
	color: #000000;
	line-height: 12px;
	font-size: 11px;
}

.depthome_right  .box_item_date
{
	display: block;
	font-size: 10px;
	color: #4d4d4d;
}

.depthome_right .box_bottomlink a, .depthome_right .box_bottomlink a:hover
{
	display: block;
	width: 54px;
	height: 22px;
	text-indent: -4000px;
	overflow: hidden;
	background: url(../_gfx/whatsnew/int/dept_box_more.gif) 0 0 no-repeat;
	float: right;
	padding-right: 12px;
}

/************************************************
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: 205px !important;
	 width: 657px !important;
}

.home_collage .slideshow_post
{
      z-index: 0;
	  position: absolute;
}

.home_collage
{
	height:221px;
	width: 675px;
	padding: 13px 0px 0 24px;
	z-index: 0;
	position: relative;
	overflow: hidden;
	background: url(../_gfx/home/collage_bg.gif) 9px 0 no-repeat;
	float: left;
}

.important_alert_wrapper
{	
	position: absolute;
	top: 31px;
	left: 36px;
	z-index: 21;
	width: 365px;
	height: 178px;
	background: url(../_gfx/home/alert_bg.gif) 0 0 no-repeat;
}

.important_alert
{
	margin: 52px 0px 0px 20px;
	width: 333px;
	height: 116px;
	overflow: hidden;
	font-family:  arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

.important_alert a, .important_alert p
{	
	margin-top:0;
	padding:0;
	font-family:  arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

.home_columns
{
	padding: 0 0 16px 0;
	width:707px;
	position: relative;
	float: right;
}

.home_left
{
	width:216px;
	float:left;
	padding-left:16px;
	overflow: hidden;
}

.home_middle
{
	float:left;
	width: 430px;
}

.home_right
{
	width:276px;
	float:right;
}

.home_buttons ul
{
	padding: 16px 2px 13px 0px !important;
	margin: 0px;
	display: block;
	list-style: none;
	width: 214px;
}

.home_buttons li
{
	padding: 0px 0px 8px 0 !important;
	margin: 0px;
}

.home_buttons li a
{
	display:inline-block;
	display:block;
}

/************************************************
Home boxes
************************************************/

/******* News Box *************/
.home_news
{
	padding: 0 22px 0 34px;
}

.home_news .box_title
{
	display: none;
}

.home_news #scroll_wrapper {
    position: relative;
}

.home_news #scrollup {
  position: relative;
  overflow: hidden;
  height: 134px;
  width: 359px;
  padding: 0 9px 0 7px;
}

.home_news .headline {
  position: absolute;
  top: 135px;
  height: 134px;
  width:359px;
}

.home_news .box_item_title
{
	padding: 0 0 8px 0px;
}

.home_news .box_item_title, .home_news .box_item_title a
{
	font-size: 20px !important;
	font-family: arial, verdana, sans-serif;
	color:#8ab16e;
	line-height: 22px !important;
	text-decoration: none;
}

.home_news .box_item_title a:hover
{
	text-decoration: underline;
}

 .newsimg  {float:left;}
 
 .newsimg IMG
 {
 	margin: 0 15px 10px 0 !important;;
 }
 
 .newspostdate {font-style:italic;}

.home_news .newsimg IMG 
{
	margin: 0 15px 200px 0;
}

.home_news .box_item_summary
{
	font-size: 11px !important;
	line-height: 17px !important;
	font-family: arial, verdana, sans-serif;
}

.home_news .box_item_summary a
{
	font-weight: bold;
}

.home_news p
{
	padding: 14px 0px 9px 0px;
	margin: 0;
}

.home_news #scroll_controls
{
	background: url(../_gfx/home/news_bottom.gif) 0 0 no-repeat;
	width: 375px;
	height: 35px;
	position: relative;
}

.home_news #scroll_prev
{
	background: url(../_gfx/home/news_prev.gif) 0 0 no-repeat;
	width: 74px;
	height: 21px;
	display: block;
	text-align:left;
	text-indent: -4000px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 109px;
}

.home_news #scroll_next
{
	background: url(../_gfx/home/news_next.gif) 0 0 no-repeat;
	width: 54px;
	height: 21px;
	display: block;
	text-align:left;
	text-indent: -4000px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 193px;
}

.home_news .box_bottomlink
{
	display:none;
}

/*** Events  Box *****/
.home_events
{
	width: 257px;
	background: url(../_gfx/home/events_bg_strip.gif) 0 0 repeat-y;
}

.home_events .box_title
{
	display: block;
	text-align:left;
	text-indent: -4000px;
	overflow: hidden;
	height: 26px;
	width: 257px;
	background: url(../_gfx/home/events_title.gif) 0 0 no-repeat;
}

.home_events .box_list
{
	min-height: 108px;
	height: auto !important;
	height: 108px;
	padding: 5px 18px 0 37px !important;
	background: url(../_gfx/home/events_bg.gif) 0 0 no-repeat;
}

.home_events ul
{
	list-style-type: none;
}

.home_events ul a
{
	text-decoration: none;
	font-size: 10px !important;
	font-weight: bold;
	color: #38778e;
	line-height: 12px !important;
}

.home_events ul a:hover
{
	text-decoration: underline;
}

.home_events ul li
{
	padding: 0px 0px 12px 11px !important;
	background: url(../_gfx/home/list_bullet.gif) 0 1px no-repeat;
	font-size: 10px !important;
	margin: 0px;
	display: block;
	line-height: 12px !important;
}

.home_events ul p, .home_events p
{
	padding: 14px 0px 9px 0px;
	margin: 0;
}

.home_events .box_item_date
{
	font-size: 10px !important;
	display: block;
	line-height: 12px !important;
}

.home_events .box_bottomlink
{
	width: 257px;
	height: 31px;
	background: url(../_gfx/home/events_bg_bottom.gif) 0 0 no-repeat;
}

.home_events .box_bottomlink a, .home_events .box_bottomlink a:hover
{ 
	background: url(../_gfx/home/events_more.gif) 0 0 no-repeat;
	width: 72px;
	height: 19px;
	margin: 0 12px 0 21px;
	display: block;
	float: right;
	text-indent: -4000px;
	text-align: left;
	overflow: hidden;
	display: inline;
}

/**Quicklinks Box***/
 .home_quicklinks
{
	padding: 34px 0 0 16px;
	background: url(../_gfx/home/dropdowns_bg.gif) 0 0 no-repeat;
	width: 200px;
	height: 88px;
}

.home_quicklinks select
{
	width: 181px;
	margin-top: 7px;
	font-size: 10px !important;
	font-weight: bold;
	color: #908c8c;
	height: 19px;
}

.home_quicklinks select option
{
	padding: 1px;
}


/******** Weather Box **********/
.content .home_weather
{
	width: 620px;
	color: #1a84a6;
	font-size: 11px !important;
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: 29px;
	bottom: 23px;
	z-index: 21;
}

 .content .home_weather span
 {
 	font-size: 11px !important;
 }

/************************************************
Forms
************************************************/

.form
{
}

.form div
{
	clear: both;
	margin:5px 0;
	float: left;
	width:100%;
}

.form textarea
{
	width:200px;
	height:150px;
}

.form_label
{
	padding-top:3px;
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: left;
	height:17px;
	line-height: 15px;
}

.form_field
{
	height:20px;
	width: 550px;
	float: left;
}

legend
{
	font-weight: bold;
	color:#3f909b;
}

fieldset
{
	border:solid 1px #bbb897;
}

hr
{
	color: #bbb897;
	background-color: #bbb897;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #bbb897;
	background-color: #ffffff;
}

.form_smalltextbox
{
	border: 1px solid #bbb897;
	background-color: #ffffff;
	margin: 2px 0;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #bbb897;
	background-color: #ffffff;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #DD9531;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #bbb897;
	cursor: pointer;
	padding: 3px 10px;
	overflow: visible;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

/************************************************
Search
************************************************/
.search
{
	margin: 0px;
	position: relative;
	padding: 0 0px 15px 0px;
}

.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 #bbb897;
	background-color:#ffffff;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background-color:#f7f6e9;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 25px 0 25px;
	border-bottom:1px solid #bbb897;
}

.search_result_alternate
{
	background: #f7f6e9;
}

.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-color: #f7f6e9;
	border-top: solid 1px #bbb897;
	border-bottom: solid 1px #bbb897;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
	position: relative;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 220px;
	border: solid 1px #bbb897;
	line-height:13px;
}

.adsearch_button
{
	position: absolute;
	bottom: 0px;
	left: 352px;
}

.sort_container
{
	float: left;
	font-weight: bold;
}

div.sort_items
{
	border-top: dashed 1px #bbb897;
	border-bottom: dashed 1px #bbb897;
	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: 145px;
	margin-top: -1px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	border: none;
	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;
}


/************************************************
Google Search
************************************************/
#cse-search-results
{
}

#cse-search-results iframe
{
	width: 897px;
}

/************************************************
Lists, including DataGrid classes
************************************************/
.alphabetpicker a
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 0px 10px 10px 0px;
	padding: 10px 0 0 0;
	font-size: 12px;
}

.filter select
{
	width:180px;
}

.listDiv
{
	width: 100%;
	clear: both;
}

.listtable
{
	width:100%;
	border:1px solid #bbb897 !important;
	background-color:#ffffff;
	border-collapse:separate !important;
	margin: 10px 0;
}

.listtable th
{
	background-color: #DD9531;
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px !important;
}

.listtable th a
{
	color:#ffffff;
}

.listtable td
{
	border:0 !important;
	border-top:1px solid #bbb897 !important;
	padding:5px 4px 4px 9px;
}

.listtable tr:hover
{
	background-color:#f7f6e9;
}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #bbb897;
	border-collapse: collapse;
	background-color: #ffffff;
}

.righttable th
{
	background-color: #DD9531;
	padding: 6px 4px 5px 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	color:#ffffff;
}

.righttable th a
{
	color:#ffffff;
}

.righttable td
{
	border:0;
	border-top:1px solid #bbb897;
	padding:5px 4px 4px 9px;
}

.righttable tr:hover
{
	background-color:#f7f6e9;
}

/************************************************
Lists without table grid, like News
************************************************/
.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;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
    margin:0px 0px 2px 0px;
    width:100%;
	font-size:16px;
	line-height:20px;
	font-weight: bold;
	color: #2495ca;
}

.component_subtitle, .component_subtitle span
{
    margin:0px 0px 2px 0px;
	font-weight: bold;
	color: #3f909b;
	font-size: 14px;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.newsbackbutton a, .eventbackbutton a
{
	padding: 0px 0 0px 18px;
	margin-bottom: 15px;
	background: url(../_gfx/whatsnew/int/back_button.gif) 0 1px no-repeat;
	display: block;
	width: 40px;
	font-weight: bold;
}

.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%;
}

.outlookcalendar
{
	display: block;
	padding-top: 10px;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:0px 0px 20px 0px;
    text-align:center;
	font-size: 12px;
}

.calendar_filter select
{
    width:180px;
}

.calendar_wrapper
{
	width:100%;
}

.calendar
{
	width:100%;
	border-collapse: collapse;
}

.calendar_dayheader
{
	line-height: 32px;
	color: #ffffff;
	background: #DD9531;
	padding: 2px 0px 0 0;
	font-weight: normal;
	text-transform: uppercase;
}

.calendar_title td
{
	padding: 15px 0px 12px 0px;
	font-size: 20px;
	color: #95bc6a;
	width:60%;
	font-weight: normal;
}

td.calendar_nextprev
{
	width:200px !important;
	text-align: center;
}

td.calendar_nextprev a
{
	color: #95bc6a !important;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

td.calendar_nextprev a:hover
{
	color: #95bc6a !important;
}

.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 #dcdac1;
}

.calendar_day,
.calendar_weekendday
{
	background: #ffffff;
	color: #000000;
}

.calendar_othermonthday
{
	background: #f1f0e5;
	color:#beb98e;
}

.calendar_today
{
    background: #6bb5cc;
	color:#000000;
}

.calendar_eventtime
{
	font-weight: normal;	
	line-height:13px;
	padding: 0px 0px 2px 0px !important;
	display: block;
	color: #000000;
	font-size: 11px;
}

.calendar_eventlink
{	
	font-size: 11px;
	font-weight: normal;
	line-height:13px;
	display:block;
	padding:0px 0px 10px 0px;
}

.calendar_today .calendar_eventtime, .calendar_othermonthday .calendar_eventtime
{
	color: #000000;
}

.calendar_today .calendar_eventlink,
.calendar_today .calendar_eventlink a
{
	color: #ffffff;
}

td.calendar_day br,
td.calendar_today br,
td.calendar_weekendday br,
td.calendar_othermonthday br
{
	display: none;
}

.calendar_allinone 
{
	width: 100% !important;
}

/************************************************
Site map
************************************************/

.sitemap img
{
	margin: 0 5px 0 0;
}

.rootnode a,
.parentnode a
{ 
	color: #3f909b;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(../_gfx/_SiteMap/file.gif);
}

.content .backtotoplink
{
	padding:10px 0 10px 5px;
}

.content .backtotoplink a
{
	font-size: 10px !important;
}

/************************************************
Link List
************************************************/

.link_content
{
	display:block;
}

.link_content img
{
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

.listlink
{
	width: 100%;
	padding:0;
	border-collapse: separate;
}

.listlink td
{
	padding:0px !important;
	border:none;
}


/************************************************
FAQ List
************************************************/
.listfaq
{
	width:100%;
	border-collapse: separate !important;
	background-color:#ffffff;
	border:1px solid #bbb897;
}

.listfaq td
{
	padding:4px;
	border:0px;
}

.listfaq_answers
{
	width:100%;
	margin-top: 20px;
	border-collapse: separate !important;
}

.listfaq_answers td
{
	padding:4px;
	border: 0px;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_q_js
{
 	font-weight:bold;
 	cursor: pointer;
}

.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:610px;
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:11px;
	font-weight:bold;
	padding:10px 0;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:11px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	display:inline;
	padding:3px; 
	border:1px solid #bbb897;
	background-color:#ffffff;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#f7f6e9;
}

.listcomponent_pager
{
	text-align:left;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px 0;
}

.area_div
{
	padding: 5px 0;
	clear: both;
}

.area_div span
{
	width: auto !Important;
	float: none !Important;
}

.area_div span label
{
	line-height: 17px;
	padding-top: 3px;
	width: 150px !Important;
	display: block;
	float: left;
	clear: left;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 16px;
	font-weight: bold;
}

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
{
	margin:10px 0px 0px 0px;
	width:100%;
	position:relative;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:105px;
	margin-right: 5px;
}

.staff_thumbnail_span img
{
	margin:0px 0px 10px 0px;
	border:1px solid  #bbb897;
}

.staff_listitem_span
{
	float:left;
	width:450px;
	margin:0px 0px 10px 0px;
}

.staff_component_title
{
    padding:5px 0px 0px 0px;
    margin:0px;
    width:876px;
	font-size:16px;
	line-height: 18px;
	font-weight: bold;
	color: #3f909b;
}

.staff_column_div .component_title
{
	margin-left: 0px;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin: 5px 5px 20px 5px;
	text-align:center;
}

.album_thumb
{
	background: url(../_gfx/album/exported_group.jpg) top center no-repeat;
	overflow: hidden;
	width: 260px;
	height:130px;
	padding-top:22px;
}

.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;
	margin: 5px;
}

.photo_thumb
{
    background: url(../_gfx/album/single_photo.gif) top center no-repeat;
    overflow: hidden;
    width:240px;
    padding-top:50px;
    height: 190px;
    margin: 0 auto;
}

.photo_thumb img
{
    display:block;
    margin: 0 auto;
}

.photo_detail
{
    text-align:center;
}

.slideshow_link
{
    float:right;
    font-weight:bold;
    font-size:smaller;
    width:140px;
	background: #DD9531 url(../_gfx/int/form_button.gif) top repeat-x;
   	border: 1px solid #bbb897;
 	text-align:left;
    margin:0px 0px 0px 10px;
	display: inline;
}

.content .slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #ffffff;
    background: url(../_gfx/album/slideshow.gif) 7px 7px no-repeat;
    font-size:11px !important;
}

.slideshow_nav
{
    text-align:center;
}

#photo_single
{
}

/************************************************
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 0px;
	width:400px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	overflow: auto;
	width:566px;
	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 #bbb897;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:5px;
	border:solid 1px #bbb897;
}

.official_info_div
{
	float: left;
	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;
}

.official_message_body
{
	height:auto;
	width:411px;
	padding: 3px;
	border:solid 1px #bbb897;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px;
	border:solid 1px #bbb897;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }

/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}

/************************************************
Weather component
************************************************/

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #bbb897;
	height: 180px;
	width: 127px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#ffffff;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container
{
	padding: 20px;
}

/************************************************
Facility component
************************************************/
.facility_header_cell{
	font-weight:bold;
	font-size: 15px;
}

td.facility_detail li {
	margin: 0px;
	padding:0px;
	line-height:15px;
}

td.facility_thumbnail img {float:left;margin:0px 10px 10px 0; border:1px solid #bbb897;}
td.facility_thumbnail {vertical-align:top;}

.facility_detail {margin:0px;float:left;}
.facility_detail a {font-weight:bold}

/************************************************
Business Directory
************************************************/

.business_list_title
{
      width:60px;
      /*display: inline-block;*/
}

/************************************************
Poll component
************************************************/
.poll
{
	float: left;
	width: 400px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
}

.poll_result_answer
{
	margin:0px;
}
.poll_choices
{
	padding-bottom: 10px;
}

.poll_choices INPUT
{
	margin: 5px 10px -2px 0;
	padding: 0;
}

.poll_result_answer table tr
{
	height: 10px !important;
}

/**********************************************
CAPTCHA
**********************************************/

.captcha img
{
	float:left;
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #bbb897;
}

/*
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, sans-serif;
	font-size: 12px;	
	line-height:16px;
	color: #000000;
}

a
{
	color: #cb7f17;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:0px;
    margin:0px;
	font-weight: bold;
	color: #3f909b;
	font-size: 14px;
}

table.tableData
{
	width: 85%;
	border:1px solid #bbb897 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #bbb897;
	padding:5px 4px 4px 9px;
}

table.tableDataGrid
{
	width: 85%;
	border:1px solid #bbb897 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableDataGrid td
{
	border:0;
	border-top:1px solid #bbb897;
	border-right:1px solid #bbb897; 
	padding:5px 4px 4px 9px;
}

.tableData td p, .tableData th p, .tableDataHdr p, .tableDataGrid td p, .tableDataGrid th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr, .tableDataGrid th
{
	padding: 7px 4px 6px 9px;
	text-align:left;
	color: #ffffff;
	background-color: #DD9531;
	font-weight: bold;
	text-transform: uppercase;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p, .tableDataGrid th a, .tableDataGrid th p
{
	color: #ffffff;
}

.tableData tr:hover, .tableDataGrid tr:hover
{
	background-color:#f7f6e9;
}

.tableBox
{
	border: 1px solid #bbb897;
	padding:5px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}

.tableBox th
{
	text-align:left;
}

.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
}

a.dropdownitemlevel1, a.dropdownitemhaschildlevel1, a.dropdownitemlevel2
{
	background: #78C2CD !important;
	border:1px solid #a8dde4!important;
	color:#ffffff!important;
}

a:hover.dropdownitemlevel1, a:hover.dropdownitemhaschildlevel1, a:hover.dropdownitemlevel2{
	background: #2395CB !important;
	color:#ffffff!important;
}

a.dropdownitemhaschildlevel1
{
	background-image:url(../_gfx/whatsnew/nav/arrow_right_dropdown.gif)!important;
	background-position: 97% 50%!important;
	background-repeat:no-repeat!important;
}

.listtable * span {
	display:none;
}

