/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: none;
	margin: 0px;
	padding: 0px;
	background: #252525;
	text-align: center;
}

#FrontEndForm
{
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;	
	line-height:16px;
	color: #326181;
}

a img
{
	border: 0px 0px 0px 0px;
}

a
{
	color:#185f7d;
	text-decoration:underline;	
}

a:hover
{ 
    text-decoration:none; 
}

/*
a:visited{
	color: #185f7d;
}
*/


.printonly{ display: none;}

/* 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,
.home_columns:after,
.title_right:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.title_right
{
	display:inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix,
* html .mainSpan, 
* html .contentheader, 
* html.content, 
* html.container, 
* html.container_noleftnav, 
* html.container_noleftnav_notitle,
* html.title_right
{
	height:1%;
}

.clearfix, .mainSpan, .contentheader, .content, .container, .container_noleftnav, .container_noleftnav_notitle,.title_right
{
	display:block;
}
/* End hide from IE-mac \*/

/* Containing frame for the site */
.mainSpan_wrapper
{
	background: #669EB5 url(_gfx/cmn/body_bg.jpg) top left repeat-x;
	width: 100%;
	display: block;
}

.mainSpan
{
	width: 760px;
	margin: 0px auto 0px auto;
	text-align:left;
	background: transparent;
}

.width_container
{
	background: url(_gfx/int/mainspan_bg.gif) top left repeat-y;
	width: 760px;
}

/* 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;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/
.header
{
	background: url(_gfx/cmn/header_bg.png) 12px 0 no-repeat;
	height:86px;
	width: 760px;
}

.home_link
{
	height:50px;
	width:450px;
	display:block;
	float:left;
}

.home_link img
{
	height:50px;
	width:450px;
	border:none;
}

.header_left
{
	float:left;
	width:270px;

}

.header_right
{
	position: relative;
	bottom: 0px;
	left: 561px;
	width:199px;
	height: 23px;
	border:solid 1px red;
}

/* Top line of links */
.header_nav
{ 
	position: relative;
	top: 0px;
	left: 285px;
	width: 471px;
	background: url(_gfx/cmn/header_nav.png) top right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding: 3px 0px 3px 5px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

.header_nav a
{	
	width: 471px;
	height: 30px;
	background: url(_gfx/cmn/header_nav.gif) top right no-repeat;
	color: #437782; 
	font-size: 11px;	
	text-decoration:none;
	padding: 10px 10px 10px 5px;	
}

.header_nav a:hover
{
	text-decoration:none;
        color: #D97209;
}

/* Container for search field and go button */
.searchbox_bg
{
	position: relative;
	top:41px;
	left: 560px;
	width: 180px;
	height:25px;
	padding-top: 3px;
	padding-left: 20px;
	background: url(_gfx/cmn/header_search.png) top left no-repeat;
	z-index: 2;
}
.searchbox
{
	float:right;
	position:relative;
	top:14px;
	width: 180px;
	height:25px;
	padding-top: 3px;
	padding-left: 20px;
	z-index: 5001;
}

.quicklinks
{
	display:none;
}

.searchbox_textbox
{
	float:left;
	padding:1px 1px 2px 3px;
	margin:3px 5px 10px 0px;
	line-height: 11px;
	font-size:11px;
	background: #d9e7ca;
	color: #425738;
	border: 1px solid #6d8a60;
	width:120px;
}

.searchbox_button
{
	float:left;
}

.curl
{
	background: url(_gfx/home/container_curl.gif) 0 0  no-repeat;
	width: 759px;
	height: 10px;
}

.curl_noleft
{
	background: transparent url(_gfx/int/container_curl_noleft.jpg) 0 0  no-repeat;
	width: 759px;
	height: 26px; 
}


.curl_int
{
	background: url(_gfx/int/container_curl_int.gif) 0 0  no-repeat;
	width: 759px;
	height: 26px; 
	overflow: hidden;
}

.curl_int_dept
{
	background: url(_gfx/int/container_curl_int_dept.gif) 0 0  no-repeat;
	width: 759px;
	height: 26px; 
	overflow: hidden;
}

/************************************************
Content section
************************************************/
/* Page content container */
.container
{
	width: 585px;
	float:left;
	overflow: hidden;
	background: #ffffff;
	border-right: 1px solid #D0D0D0;
}

.fix_intheight{
	height: 500px;
	width: 1px;
	float: right;
	font-size: 1px;
}

.fix_revheight{
	height: 330px;
	width: 1px;
	float: right;
	font-size: 1px;
}

.admin_span
{
	display:none;
}

.container_noleftnav_notitle .fix_intheight{display:none;}
.container_review .fix_intheight{display:none; }

/* Contains breadcrumb, page title, printer friendly link */
.contentheader, .contentheader_banner
{
	width: 585px;
	display:inline-table;
	float: left;
}



.breadcrumb_wrapper
{
	padding: 5px 3px 4px 15px;	
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #699455;
}

.breadcrumb a
{ 
	color: #185f7d;
}

.breadcrumb a:hover
{
}


.printer_friendly, .forward_link, .rss{
    font-size:10px;
    float:right;
    height:27px;
    text-align:left;
}

.forward_link{
	background: url(_gfx/int/forward_link_bg.gif) top left no-repeat;
}

.printer_friendly{
	background: url(_gfx/int/print_link_bg.gif) top left no-repeat;
}

.printer_friendly{width:50px;}
.forward_link{width:60px;}
.rss{width:45px;}

.printer_friendly a, .forward_link a, .rss a{
    display:block;
    padding-left:20px;
    text-decoration:underline;
}

.printer_friendly a{background: url(_gfx/int/print.gif) 0 0 no-repeat;}
.forward_link a{background:url(_gfx/int/email.gif) 0 0 no-repeat;}
.rss a{background:url(_gfx/int/rss.gif) 0 0 no-repeat;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	text-decoration:none;
}

.title
{
	margin:0px 0px 10px 0px;
}

.title_right
{
	float: right;
	width: 170px;
	text-align:right;
	height:20px;
	margin-top: 0px;
	padding:0px 20px 0px 0px;
	
}

.title_left{
}

.contentheader h1, .contentheader_noleftnav h1, .contentheader_banner h1
{
	margin-left: 20px;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(_gfx/int/title_bg.gif) bottom left  no-repeat;
	font-size:22px;
	font-weight:normal;
	color: #e96800;
	line-height: 31px;
	font-style: italic;
	border-bottom: 1px solid #D0D0D0;
}

.contentheader h2, .contentheader_noleftnav h2, .contentheader_banner h2
{
	float: left;
        margin:0px 0px 10px 20px;
	width: 370px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	font-weight: bold;
	color: #2A4067;
}

/* Content: padding should be on content class NOT container */
.content
{ 
	width: 544px;
	float: left;
	padding-left: 20px;
}

/*.content p
{
	font-size: 11px;
	line-height: 16px;
        font-family: verdana;
}*/

.content textarea
{
	width:525px;
}

.content ul
{
	padding:0px;
	margin:8px 0 10px 20px;
}

.content ul li
{
	padding: 2px 0px;
}

.downloadmessage
{
	clear: both;
	background: #e0f4d3;
	border:solid 1px #ccc;
	text-align:center;
	width: 90%;
	margin: 10px auto;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 2px;
}

.downloadmessage p
{
	color: #402d00;
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.last_updated
{
	clear: both;
	background: url(_gfx/cmn/updated.gif) top center no-repeat;
	width: 90%;	
        color:#6D7A88;
        font-size:9px;
	margin: 20px auto 0px auto;
        text-align:right;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer_wrapper
{
	position:relative;
	bottom:0px;
	background: #252525 url(_gfx/cmn/footer_bg.jpg) top left repeat-x;
	padding:0px 0px 10px 0px;
}

.footer,.footer_noleftnav,.footer_home
{
	position:relative;
	left:-5px;	
	height: 106px;
	width: 768px;
	background: url(_gfx/int/footer_int_bg.jpg) top left no-repeat;
	text-align:left;
	color:#a9a9a9;
	font-size:10px;
	text-indent: 140px;
	margin-left: auto;
	margin-right: auto;
	padding:50px 0px 0px 0px;
}

.footer_noleftnav
{
	top: 10px;
	left: -6px;	
	background: url(_gfx/int/footer_noleftnav_bg.jpg) top center no-repeat;
}

.footer_home
{
	top:0px;
	left:-6px;
	background: url(_gfx/home/footer_bg.jpg) top center no-repeat;
}

.footer p, .footer_home p, .footer_noleftnav p{
	font-family:tahoma;
	font-size: 10px;
	color: #a9a9a9;
	margin: 5px 0px 0px 0px;
}


.footer a,
.footer_home a,
.footer_noleftnav a
{
	color: #95590a;
	text-decoration: none;
}

.footer a:hover,
.footer_home a:hover,
.footer_noleftnav a:hover
{
	text-decoration: none;
        color: #C88225;
}

/* Classes inside .container_noleftnav */
.container_noleftnav
{
	background: #ffffff url(_gfx/int/container_noleft.gif) 0 0 no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border: 1px solid #d0d0d0;
	border-top: 0px;
}

.container_noleftnav .contentheader
{
	width: 100%;
	display:inline-table;
	float: left;
	background: transparent;
}

.container_noleftnav .breadcrumb_wrapper
{
	padding-top: 2px;
	padding-left: 25px;
}

.container_noleftnav .title
{
}

.container_noleftnav .title_left
{
}

.container_noleftnav .title_right
{
}

.container_noleftnav .content
{
	width:737px;
	padding: 10px 0px 10px 20px;
    /*border-top:5px solid #2a6477;*/
}

/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle 
{
}

.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
{
	width: 717px;
	height: 100%;
	background: #ffffff 0 0 no-repeat;
	padding:0px 0px 0px 0px;
}

.container_review .contentheader
{
	display:none;
}

.container_review .component_title_review
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(_gfx/int/title_bg.gif) bottom left  no-repeat;
	font-size:22px;
	font-weight:normal;
	color: #214163;
	line-height: 31px;
    padding:5px 0px 0px 0px;
    margin:0px 0px 15px 0px;

}

.container_review .content
{
    padding: 0px 20px 20px 20px;
	margin-bottom: -20px;
	background: #fff;
	width: 717px;
	border-top: 0px;
	border-left:solid 1px #d0d0d0;
}

/* 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 */
.dept_header{
	height: 95px;
	width: 584px;
	background: url(_gfx/int/dept_banner.jpg) top center no-repeat;
	position: relative;
	left: 174px;
	top: -17px;
	margin-bottom: -8px;
}

.banner_holder
{
	height: 95px;
	width: 585px;

}

.banner_holder_inner
{
	height: 95px;
	width: 585px;
	overflow:hidden;
	position:absolute;
	top:135px;

}

.depthome_left
{
    padding:0px;
	float:left;
	width:385px;
}

.depthome_right
{
	margin-top: 10px;
    padding:0px;
	margin-bottom: 10px;
	margin-left: 20px;
	float:left;
	width:130px;
}

.depthome_right .rss
{
	display:none;
}

.alphabetpicker a
{
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/************************************************
Left navigation 
************************************************/
.leftnav
{
	width: 174px;
	float:left;
	background: #103E5F;
        background-image:url(_gfx/nav/leftnav_top.gif);
        background-repeat:no-repeat;
	padding-top: 20px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.leftnav a
{
	display:block;
	padding: 4px 3px 4px 8px;
	color: #C8DDF0;
	font-weight: normal;
	text-decoration:none;
}

.leftnav img{ margin-left: 19px; padding: 0;}

.leftnav a span {
	/*background: url(_gfx/nav/arrow_right.gif) no-repeat 0px 5px;*/
	padding-left: 10px;
	display: block;
}

.leftnav_node_wrapper a{
        color: #fff;
        background: #5895B1;
}

.leftnav_node_wrapper a span {
	/*background: url(_gfx/nav/arrow_right_child.gif) no-repeat 0px 5px;*/
	font-weight: normal;
}

.leftnav a:hover,
.leftnav_node_wrapper a:hover
{
	color: #ffffff !important;
	background: #df7800;
	text-decoration:none;
}

.leftnav a:hover span {
	background: url(_gfx/nav/arrow_right_over.gif) no-repeat 0px 5px;
}

.leftnav_node_wrapper
{
	border-bottom:1px solid #2E4F65;
	background: #5895B1;
}

.leftnav_node_wrapper_root, .leftnav_node_wrapper{
	margin-left: 0px;
}

.leftnav_node{
	background: #125471;
}

.leftnav_node_wrapper_root
{

}

.leftnav_node_wrapper_root .leftnav_node
{
	border-bottom:1px solid #a2bfcd;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren
{
	background-color: #287899;
	border-bottom:1px solid #a2bfcd;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a
{
	color: #edf5fc;
}

.leftnav_node_haschildren a span,
.leftnav_node_wrapper_root .leftnav_node_haschildren a span
{
	background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 7px;
        font-weight:bold;
        padding-left: 11px;
}

.leftnav_node_iscurrent a span
{
        background: url(_gfx/nav/arrow_right.gif) no-repeat 0px 5px; 
        font-weight:bold;
        color: #fff;
}

.leftnav_node_iscurrent a
{
	font-weight:bold;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent{
	background-color: #287899;
	border-bottom: 1px solid #A2BFCD;
}


.leftnav span{
	display:block;
}

/************************************************
Dropdown Menu
************************************************/
/* Menu wrapper */ 
.dropdownmenu
{
}

/* Root menu table */
table.menu
{
	border-collapse: separate;
}

/* That pops up */
table.menu_group
{	
    border:1px solid #e5f6d9;
}

.menu_group td
{
	font-family: Verdana,Arial,san-serif;
	font-size: 10px;
	color:#486c38;
	cursor: pointer;
}

.menu_group img
{
    margin-right:3px;
}

/* Default menu style item */
.menuitem,
.menuitem_top 
{
	background-color:#a9c68d;
	border-top: solid 1px #c1d9ab;
	border-bottom: solid 1px #cde3bb;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background-color:#fed78e;
	color: #92732e !important;
	font-weight: bold;
	border-top: solid 1px #c1d9ab;
	border-bottom: solid 1px #cde3bb;
}

.menuitem_hover td,
.menuitem_active td,
.menuitem_expanded td,
.menuitem_hover_top td,
.menuitem_active_top td,
.menuitem_expanded_top td
{
	font-weight: bold;
	background:#fed78e;
	color: #92732e !important;
}

.menuitem_root_image
{
	cursor: pointer;
}

/************************************************
Forms
************************************************/

.form
{
	height:auto;
}

.form_in_tab
{
	padding:15px 0 10px 10px;
}

.form div
{
	width:auto;
	margin-top:8px;
	margin-bottom:8px;
	clear: both;
}

.form textarea
{
	width:200px;
	height:150px;
}

.form_label
{
	padding-top:3px;
	font-weight: bold;
	height:20px;
	float: left;
	width: 150px;
	text-align: left;
	vertical-align:middle;
}

.form_field
{
	height:20px;
	float: right;
	width: 550px;
	text-align: left;
	vertical-align:middle;
}

legend
{
	font-weight: bold;
	color:#625C4D;
}

fieldset
{
	border:solid 1px #c2bca6;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background-image: url(_gfx/button_save_bg.gif);
	font-family:Tahoma, :0;;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D7DBB2 #AD9C4D #868660 #E0C859
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	vertical-align: top;
	border:0;
	cursor: pointer;
}

.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	background-image: url(_gfx/back_arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.backbutton a
{
}

.radeditor div
{
	margin-top:0;
	margin-bottom:0;
}


/************************************************
Site map
************************************************/
.sitemap
{
  border:solid 0 #000;
  background-color: #fff;
  padding-left:15px;
}

.rootnode,
.parentnode,
.leafnode
{
	padding:3px 3px 0;
}

.rootnode
{
	font-weight: bold;
	color: #625C4D;
} 

.rootnode a,
.parentnode a
{ 
	color: #625C4D;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(_gfx/_SiteMap/file.gif);	
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}


/************************************************
Search
************************************************/
.search
{
	border-bottom:1px solid #b2d2e9;
}

.search_header
{
	width:738px;
	margin:0px 10px 0px 10px;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #b2d2e9;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	border-top: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 #b2d2e9;
}

.search_summary
{
	font-weight:bold;
	background-color:#eef8ff;
	padding:10px;
	text-align:center;
	font-size:10px;
	background-image:url(_gfx/cmn/search_summary_bg.gif);
	background-repeat:repeat-x;
	_background-position:0 1px; /* for IE only */
	border:1px solid #b2d2e9;
	border-bottom:0;
	margin: 10px 0px 10px 0px;
}

.search_features{
	padding-left: 10px;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.search_result_alternate
{
	background-color:#f4f9fc;
}

.search_result_title
{
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}

.search_result_location
{
	padding-left:10px;
}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis
{
	padding:0;
	display:none;
}

.search_result_synopsis_highlight
{
	background-color:#fcffcc;
	display:none;
}

.search_result_info
{
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field
{
	font-weight:bold;
	text-transform:uppercase;
}

.advanced_search
{
	margin-bottom:10px;
	text-align:center;
}

.advanced_search label
{
	font-weight:bold;
}

.advanced_search_textbox
{	
    width:120px;
}

div.sort_items
{
	border-top: dashed 1px #C1CCD2;
	border-bottom: dashed 1px #C1CCD2;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0 0 0 18px;
	background-image: url(_gfx/cmn/searchbullet.jpg);
	background-repeat: no-repeat;
}

div.sort_items span.item a
{
	display: inline-block;
	height: 15px;
	font-weight: bold;
}

.sort_container,
.sort_container_inline
{
	overflow: hidden;
	margin:0px 0px 10px 0px;
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: left;
	width: 145px;
	margin-top: -1px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.sort_container br.clear
{
	display:none;
}

.sort_container_inline br.clear
{
	clear: both;
}

/************************************************
Google Search
************************************************/
.gs-result, .gs-webResult
{
	border-bottom:1px solid #b2d2e9;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.gs-visibleUrl-long { display:block; }
.gs-visibleUrl-short { display:none; }
table.gsc-branding { display:none; }
td.gsc-branding-text { display:none; }
div.gsc-branding-text { display:none; }
td.gsc-branding-img { display:none; }
a.gsc-branding-clickable { display:none; }
.gsc-keeper{ display:none; }
.gsc-result div.gs-watermark { display: none; }
.gsc-resultsHeader { display: none; }

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:20px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
    width:180px;
}

.calendar_wrapper
{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:720px;
}

.calendar
{
	width:100%;
	border: 1px solid #fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.calendar_dayheader
{
	height: 1px;
	color: #ffffff;
	background-color: #185f7d;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0px;
	text-transform: uppercase;
	border: 1px solid #cfcfcf;
}

.calendar_selector
{
	color:#ffffff;
	background-color:#efdC9e;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 0px 0px 8px 0px;
	background-color:#ffffff;
	font-family: Trebuchet MS, Arial,Helvetica,san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7ea225;
	width:60%;
}

td.calendar_nextprev
{
	width:200px !important;
}

.calendar_nextprev a
{
    font-size:10px;
	color:#185f7d !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-family:Arial, Helvetica, san-serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px;	
	width:14%;
	height:100px;
	border: 1px solid #cfcfcf;
}

.calendar_day,
.calendar_weekendday
{
	background-color:#fdfbf7;
	background-repeat:repeat-x;
	color:#185f7d;
}

.calendar_othermonthday
{
	background-color:#e1dede;
	color:#c0beb6;
}

.calendar_today
{
    background-color:#fff4bd;
	color:#185f7d;
}

.calendar_today a
{
	color:#185f7d;
}

.calendar_today .calendar_eventtime
{
	color:#535352;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#999999;
}

.calendar_eventtime
{
	color:#789f66;
	font-size:10px;		
	font-weight: normal;	
}

.calendar_eventlink
{
	font-size:10px;		
	font-weight: normal;
	line-height:12px;
	display:block;
	padding:3px 0;
}

.calendar_allinone .listtable
{
	width:720px;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight: bold;
	color: #5b8548;
	padding: 5px 0;
}

.component_subtitle
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0;
	color:#999;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px;
	width:400px;
}

.component_listitem div
{
	padding: 0 0 4px;
	width:400px;
}

.outlook{ 	margin-left: 20px;}

.component_listitem_header
{
	font-weight: bold;
	width:100px;
	vertical-align: top;
}

.component_listitem_content
{
	width:300px;
	vertical-align: top;
}

.component_content
{
}

/************************************************
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-bottom: 10px;
}

/* For dropdown filters */
.filter
{
	margin: 0px 10px 10px 0px;
}

.filter select
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.document_central_filter
{
	width: 560px;
	font-size: 9px;
}

.timing
{
}

.listtable
{
	width:545px;
	border:1px solid #185F7D !important;
	background-color:#fff;
	border-collapse:separate;
        margin-top: 10px;
}

.listtable th
{
	background-color: #185F7D;
	padding:2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.listtable_header a
{
	color:#ffffff;
}

.listtable td
{
	border:0;
	border-top:1px solid #185F7D;
	padding:4px;
	margin:0;
}

.listtable tr:hover
{
	background-color:#ffffff;
}

.listtable_buttoncolumn
{
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #949494 #828282 #c2c2c2;
}

.listtable_checkboxcolumn
{
	padding:0px;
	width:1px;
}

.listtable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on
{
	background-color:#e4f1ff;
}

.listtable_row_off
{
	background-color:#ffffff;
}

/************************************************
Plain lists
************************************************/
.listcomponent
{
	border:solid 0px #ffffff;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px;
	padding:4px 4px 10px 0;
	margin:0px;
}

.listdocument td
{
	padding: 1px 4px 1px 0;
}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #789f66;
	border-collapse: separate;
}

.righttable th
{
	background-color: #789f66;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	height:20px;
	font-size:9px;
}

.righttable_header a
{
	color:#ffffff;
}

.righttable td
{
    border:0;	
	border-top:1px solid #72bd64;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover
{
	background-color:#fffcee;
}

.righttable_buttoncolumn
{
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2;
}

.righttable_checkboxcolumn
{
	padding:0;
	width:1px;
}

.righttable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.righttable_row_on
{
	background-color:#e4f1ff;
}

.righttable_row_off
{
	background-color:#ffffff;
}

/************************************************
FAQ List
************************************************/
.listfaq
{
	width:540px;
	padding:0;
	border-collapse: separate;
	background-color:#FEFDF8;
	border:1px solid #bcb599;
}

.listfaq td
{
	padding:4px;
	border:none;
}

.listfaq_answers
{
	width:540px;
	padding:0;
	border-collapse: separate;
}

.listfaq_answers td
{
	padding:5px;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_a p, .listfaq_a ul
{
	margin-top:0px;
	font-size:11px;
}

.listfaq_a_left
{
	float:left;
	width:20px;
        margin:4px 0px 0px 0px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:500px;
	margin:6px 0px 10px 0px;
	line-height: normal;
        font-size:11px;
}
.container .listfaq_a_right p
{
	line-height: normal;
        font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
        
}

.container .listfaq_a_right li
{
	line-height: normal;
        font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
        margin:2px 0px 0px 0px;    
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:11px;
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #bcb599;
}

.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 #bcb599;
	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 #b2d2e9;
}

.listcomponent_pager
{
	text-align:left;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	margin: 0;
}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	margin:10px 0px 0px 0px;
	clear:both;
	width:560px;
}

.staff_thumbnail_span
{
	float:left;
	width:105px;
}

.staff_thumbnail_span img
{
	padding:0px;
	margin:0px 0px 10px 0px;
	border:solid 1px darkslategray;
}

.staff_listitem_span
{
	float:right;
	width:450px;
	margin:0px 0px 10px 0px;
}

/************************************************
Department boxes
************************************************/

.box_container
{
}

.box_title
{
	color:#ffffff;
	font-family:tahoma;
	font-size:15px;
	text-align:left;
	padding:10px 0 10px 10px;
	background: url(_gfx/int/box_title.jpg) top center no-repeat;
}

*html .box_title{ height: 28px;}

.box_list
{
    padding:3px 3px 5px 3px;
	border-left: solid 1px #7D9825;
	border-right: solid 1px #7D9825;
	margin-top: -15px;
}

.box_rounded
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 138px;
	height: 9px;
	display: block;
	background: url(_gfx/int/box_list_rounded.gif) no-repeat;
	margin-top: -9px;
	
}

*html .box_list {}

.box_list a
{
	font-size: 11px;
	color: #5e801b;
	text-decoration:underline;
}

.box_list a:hover
{
	text-decoration:none;
}

.box_list p
{
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:11px;
	color:#fff;
}

.box_item_title
{
	padding-top: 5px;
    padding-bottom: 5px;
}

.box_item_date
{
    margin-bottom:5px;
	font-size: 9px;
}

.box_item_date_home
{
	display:none;
}

.box_bottomlink
{
	background: url(_gfx/int/box_list_rounded.gif) bottom no-repeat;
}

.box_bottomlink a,
.box_bottomlink a:hover
{
    font-size:11px;
	color: #214163;
    display:block;
    text-align:right;
    padding:0px 5px 10px 0;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin-bottom:20px;
	text-align:center;
}

.album_thumb
{
	background-position: top center;
	background-image: url(_gfx/album/exported_group.jpg);
	overflow: hidden;
	width: 260px;
	height:152px;
	max-height:130px;
	padding-top:22px;
	background-repeat: no-repeat;
    
}

.album_thumb img
{
	width: 160px;
	height: 110px;
	position:relative;
	left:0px; 
	border:0px;
	display:block;
	margin:0px auto;
	overflow: hidden;
}

.album_name
{
	text-transform:uppercase;
	font-weight:bold;
}

.album_details
{
    font-size:9px;
}

.photo_item
{
    padding:20px;
    text-align:center;
    vertical-align:top;
}

.photo_thumb
{
    background-position: top center;
    background-image: url(_gfx/album/single_photo.gif);
    overflow: hidden;
    width:240px;
    height:240px;
    background-repeat: no-repeat;
    padding-top:50px;
    max-height: 190px;
    margin: 0 auto;
}

.photo_thumb img
{
    display:block;
    overflow: hidden;
    margin: 0 auto;
}

.photo_detail
{
    text-align:center;
}

.photo_name
{
}

.slideshow_link
{
    float:right;
    font-weight:bold;
    width:140px;
    text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 0 4px 24px;
    border:1px solid #cccccc;
    background-image:url(_gfx/album/slideshow.gif);
    background-repeat:no-repeat;
    background-position:4px 4px;
}

.slideshow_nav
{
    text-align:center;
}

.rss_button
{
	float: right;
	height: 20px;
	margin:-30px auto 0px auto;
	background: transparent url(_gfx/int/rss.gif) top left no-repeat;
}

/************************************************
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: 276px;
	width: 531px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	float: left;
}

.home_collage img
{
	border:none;
}

#imgHidden, #imgSlide {position:absolute; }
#imgHidden{z-index:0;}
#imgSlide {z-index:20;}

.important_alert
{
	position:absolute;
	margin: 25px 0px 0px 25px; 
	background: url(_gfx/home/important_bg.png) 0 0 no-repeat; 
	width: 440px;
	height: 146px; 
	padding: 50px 15px 30px 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2c360b;
	font-size: 11px;
	line-height: 14px;
	z-index: 100;
	float: right;
	opacity: 0.9;
	overflow:hidden;
}

.floating_homebox
{
	position: relative;
	z-index: 1;
	margin: -290px 0px 0px 0px;
	right: -10px;
	float: right;
	height: 300px;
	overflow: visible;
	width: 550px;
}

*html .floating_homebox{
	position: relative;
	right: -10px;
}

.spotlight
{
	float:left;
	padding:50px 20px 50px 20px;
	width: 183px;
	height: 176px;
	background: url(_gfx/cmn/spotlight_bg.jpg) no-repeat;
	font-family: tahoma;
	font-size: 11px;
	color: #2c360b;
	overflow:hidden;
}

.home_columns
{
	clear:both;
	background: url(_gfx/home/home_columns.jpg) 0px 0px no-repeat;
	height: 238px;
	width: 768px;
}

.home_left
{
	width: 178px;
	height: 238px;
	float:left;
}

.home_left ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.home_left li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.home_left img
{
	border:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

/*
.home_left_buttons{
	width: 178px;
	height: 242px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	list-style: none;
}
.home_left_buttons li{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.home_left_buttons li a{
	display: block;
	position: relative;
	width: 178px;
    padding: 67px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**//*:67px;
}
*/

/*

.home_left_buttons li.minutes{ top: 0px;}
.home_left_buttons li.bureaucracy{ top: 63px;}
.home_left_buttons li.movealong{ top: 130px;}
.home_left_buttons li.performance{ top: 184px;}

.home_left_buttons li.minutes a{
	height: 63px;
	background: url(_gfx/home/left_buttons.gif) 0 0px no-repeat;
}

.home_left_buttons li.minutes a:hover{
	height: 63px;
	background: url(_gfx/home/left_buttons.gif) -178px 0px no-repeat;
}

.home_left_buttons li.bureaucracy a{
	height: 67px;
	background: url(_gfx/home/left_buttons.gif) 0 -63px no-repeat;
}

.home_left_buttons li.bureaucracy a:hover{
	height: 67px;
	background: url(_gfx/home/left_buttons.gif) -178px -63px no-repeat;
}

.home_left_buttons li.movealong a{
	height: 54px;
	background: url(_gfx/home/left_buttons.gif) 0 -130px no-repeat;
}

.home_left_buttons li.movealong a:hover{
	height: 54px;
	background: url(_gfx/home/left_buttons.gif) -178px -130px no-repeat;
}

.home_left_buttons li.performance a{
	height: 60px;
	background: url(_gfx/home/left_buttons.gif) 0 -184px no-repeat;
}

.home_left_buttons li.performance a:hover{
	height: 60px;
	background: url(_gfx/home/left_buttons.gif) -178px -184px no-repeat;
}
*/

.home_top
{
	float:left;
	width: 582px;
	margin:-3px 0px 0px 0px;
	height:80px;
}

.home_top img
{
	border:none;	
}


/*
.home_top_buttons ul
{
	height: 80px;
	width: 582px;
	list-style: none;
}

.home_top_buttons li a{
	display: block;
	position: absolute;
    padding: 80px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/ /*:80px;
}
*/

/*
.home_top_buttons li.enews a{ left: 0px; }
.home_top_buttons li.fix_it a{ left: 148px; }
.home_top_buttons li.recreation a{ left: 279px; }
.home_top_buttons li.community a{ left: 432px; }

.home_top_buttons li.enews a{
	width: 148px;
	height: 80px;
	background: url(_gfx/home/topbuttons_bg.gif) 0px -80px no-repeat;
}

.home_top_buttons li.enews a:hover{
	background: url(_gfx/home/topbuttons_bg.gif) 0px 0px no-repeat;
}

.home_top_buttons li.fix_it a{
	width: 131px;
	height: 80px;
	background: url(_gfx/home/topbuttons_bg.gif) -148px -80px no-repeat;
}

.home_top_buttons li.fix_it a:hover{
	background: url(_gfx/home/topbuttons_bg.gif) -148px 0px no-repeat;
}

.home_top_buttons ul li.recreation a{
	width: 160px;
	height: 80px;
	background: url(_gfx/home/topbuttons_bg.gif) -279px -80px no-repeat;
}

.home_top_buttons ul li.recreation a:hover{
	background: url(_gfx/home/topbuttons_bg.gif) -279px 0px no-repeat;
}

.home_top_buttons ul li.community a{
	width: 160px;
	height: 80px;
	background: url(_gfx/home/topbuttons_bg.gif) -432px -80px no-repeat;
}

.home_top_buttons ul li.community a:hover{
	background: url(_gfx/home/topbuttons_bg.gif) -432px 0px no-repeat;
}

*/

.home_middle
{
	float:left;
	width: 238px;
	margin:-3px 0px 0px 25px;
	height:160px;
}


.home_right
{
	float:left;
	width: 250px;
	margin:-3px 0px 0px 50px;
	height:160px;
}

/************************************************
Home boxes
************************************************/

.home_events, .home_news
{
	width: 225px;
	color: #eeead3;	
	font-size:10px;
	margin-top: 8px;

}

*html .home_events
{
	margin-left: -10px;
}

.home_events .box_title{
	background: url(_gfx/home/events_bg.png) 20px 0 no-repeat;
	text-indent:-4000px;
	height:10px;

}

.home_news .box_title{
	background: url(_gfx/home/news_bg.png) 20px 0 no-repeat;
	text-indent:-4000px;
	height:10px;
}

.home_events .box_list, .home_news .box_list
{
	background: none;
	width: 235px;
	padding: 0;
	border: none;
	height: 100px;
	margin: -7px 0 0 10px;
}

.home_events .box_item_title a
{
	color: #ffa95c;
	display: block;
	background: url(_gfx/home/event_bg.gif) 0 3px no-repeat;
	font-size: 11px;
	font-family: verdana, tahoma;
	padding-left: 15px;
	text-decoration: none;  
}

.home_news .box_item_title a
{
	color: #ffa95c;
	display: block;
	background: url(_gfx/home/event_bg.gif) 0 3px no-repeat;
	font-size: 11px;
	font-family: verdana, tahoma;
	padding-left: 15px;
	text-decoration:none;
}

.home_events .box_item_title a:hover, .home_news .box_item_title a:hover
{
	text-decoration:underline;
}

.home_events .box_item_date_home
{
	display:inline;
	
}

.home_events .box_item_date
{
	display:none;
}

.home_news .box_item_desc a{ display: inline; font-size: 10px; padding: 0;}

.home_events .box_bottomlink,
.home_news .box_bottomlink
{
	position:relative;
	top:-10px;
	left:30px;
	padding:0px;
	margin:0px;
	background: none;
}

.home_events .box_bottomlink a
{
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
        overflow: hidden;
        margin-top:20px;

}

.home_events .box_bottomlink a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.home_news .box_bottomlink a
{
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
        margin-top:20px;
}

.home_news .box_bottomlink a:hover{
	color: #ffffff;
	text-decoration: underline;
}

/*
.home_news .box_bottomlink, .home_events .box_bottomlink{ background: none; width: 100%; margin: 0; padding: 0;}

.home_events .box_bottomlink a, .home_news .box_bottomlink a
{
	color: #ffa95c;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.home_events .box_bottomlink a:hover, .home_news .box_bottomlink a:hover
{
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
*/

/***Document Central Index View****/
.document_index span
{
	display: block;
	margin-left: 25px;
	padding-left: 20px;
}

.document_index .filter span
{
	margin: 0;
	padding: 0;
	display: inline-block;
}

/*For Job Application Form*/
.form_validationsummary ul
{
	display:none;
}

.fieldset_div
{
	border: solid 1px #999999;
	padding: 3px 5px 3px 5px;
	margin: 5px 0px 5px 0px;	
}

.subfieldset_div
{
	border: dotted 1px #cccccc;
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 2px 0px;
}

.field_div
{
  height: 25px;
  height:/**/auto;
  min-height:25px;
}

.field_wide_div
{
	height:auto;
	line-height: 20px;
}

.field_name
{
	padding-top:3px;
	font-weight: normal;
	float: left;
	width: 170px;
	text-align: left;
	vertical-align:middle;
}

.subfieldset_div .field_name
{
	width: 173px;
}

.field_wholeline_name
{
	padding-top:3px;
	font-weight: normal;
	height:20px;
	text-align: left;
	vertical-align:middle;
}

.field_control
{
	height:20px;
	float: right;
	width: 350px;
	text-align: left;
	vertical-align:middle;
}

.subfieldset_div .field_control
{
	width: 347px;
}

.field_control_high
{
	/*height:auto;
	float: right;
	width: 300px;*/
	text-align: left;
	vertical-align:middle;
}

.job_title_span
{
	font-weight:bold;
	padding: 5 0 5 0;
	display:none;
}

/****** SAFARI ONLY *********/

(-webkit-min-device-pixel-ratio:0){
	left: 0px;
}




.captcha img
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #c2bca6;
}