/************************************************
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: #0b2638 url(_gfx/cmn/body_bg.png) 0 top repeat;
	text-align: center;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;	
	line-height:16px;
	color: #000000;}

ul { list-style-image: url(_gfx/home/box_list.png);
	list-style-type: square;}

*html ul { list-style-image: url(_gfx/home/box_list2.png);
	list-style-type: square;}

.printonly {
	display: none;
}

a img
{
		border: 1px solid #a9b1bc;
}

a
{
	color:#5a7ea9;
	text-decoration:none;	
}

a:hover
{ 
    text-decoration:underline; 
}

/* 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_noleftnav:after, 
.container_noleftnav_notitle:after,
.title_right:after,
.header_nav:after,
.home_columns:after,
.box_container:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*^^^ .container:after, */

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.title_right,
.header_nav,
.home_columns,
.box_container
{
	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,
* html.header_nav,
* html.home_columns,
* html.box_container
{
	height:1%;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.title_right, 
.header_nav,
.home_columns,
.box_container
{
	display:block;
}
/* End hide from IE-mac \*/


/* Containing frame for the site */

.mainSpan_wrapper{
	width: 100%;
	/*background: url(_gfx/cmn/mainwrap_bg.png) top center no-repeat;*/
	height:100%;
}

.mainSpan
{
	width: 760px;
	margin: 0px auto 0px auto;
	text-align:left;
	background: #fff url(_gfx/cmn/mainspan_bg.gif) 0 0 repeat-y;
}

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:100px; 
    left:100px; 
    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: #fff url(_gfx/cmn/header_bg.png) top center no-repeat;
	height:97px;overflow:hidden;
}

.header_left
{
	float:left;
	width:270px;
}

.header_left h1{
	text-indent: -4000px;
	margin: 0;
	padding: 0;
}

.header_left h1 a{
	display: block;
	width: 425px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	
}

*html .header_left h1 a{
	display: block;
	width: 425px;
	height: 60px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
}
	
.header_right
{
	float:left;
	width:285px;
}

/* Top line of links */
.header_nav
{ 
	font-weight:bold;
	/*height: 25px;*/
	width: 749px;
	padding: 3px;
	color: #EEEEEE;
	font-size: 10px;
	float: right;
	text-align: right;
	margin-right: 5px;
}

.header_nav a{
	color: #5a7ea9;

}

.header_nav img{ margin: 0 2px -2px 0; padding-top: 0px; }

.header_nav a img{
	border: none !important;
}

.header_nav ul
{
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.header_nav ul li
{
	float: left;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	list-style: none;
}

.header_nav li a{
	display:block;
	height:25px; 
	float:left;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-indent: -2000px;
}

.header_nav li.member a {
	width:143px;
	background:url(_gfx/home/nav/member.png) top center no-repeat;
	}

.header_nav li.newsroom a {
	width:66px;
	background:url(_gfx/home/nav/newsroom.png) top center no-repeat;
	}

.header_nav li.contact a {
	width:66px;
	background:url(_gfx/home/nav/contact.png) top center no-repeat;
	}

.header_nav li.hotline a {
	width:125px;
	background:url(_gfx/home/nav/hotline.png) top center no-repeat;
	}


/* Container for search field and go button */
.searchbox
{ 
	position:relative;
	/*width: 295px;*/
	width: 280px;
	/*left: 189px;	*/
	left: 202px;
	top:22px;
	padding-top:5px;
	/*border: solid 1px #ff3333;*/
}

*html .searchbox {/*left: 33px;*/left:47px;}

/* Opera Fix */

@media all and (min-width:0px) {
			head~body .searchbox { 	top: 20px; }
		}
		
/* Safari Fix */

html[xmlns*=""] body:last-child .searchbox { top: 35px; left: 55px; }
@media all and (min-width:0px) {
	body:not(:root:root) .searchbox { top: 35px; left: 55px; }
}


.quicklinks
{
	float:left;
	padding: 1px 1px 0px 0px;
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	margin:0px 5px 0px 0px;
	height: 18px;
	border: 1px solid #969696;
	background-color:#fff;
	color: #000000;
	width:155px;
}

.searchbox_textbox
{
	float:left;
	padding:1px 1px 1px 1px;
	margin:0px 5px 0px 0px;
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	border: 1px solid #969696;
	height: 20px;
	background-color:#fff;
	color: #000000;
	width:245px;
}

.searchbox_button
{
	float:left;
}

.header_print
{
	display:none;
}

/************************************************
Content section
************************************************/
/* Page content container */
.container
{ 
	width: 590px;
	float:left;
	overflow: hidden;
   	background: #ffffff;
}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader
{
	padding-top: 2px;
	
}

*html .contentheader{ padding-top: 10px; }

.breadcrumb_wrapper
{
	display: block;
	padding: 0px 0px 0px 20px;	
	margin: 8px 0 3px 0;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5a7ea9;
}

.breadcrumb {
	margin-bottom:3px;
}

.breadcrumb a
{ 
	color: #5a7ea9;
	text-decoration: none;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

.dept_header {
	margin-left:10px;
	margin-bottom:1px;
}

.printer_friendly, .forward_link, .rss{
    font-size:10px;
    float:right;
	margin-right: 10px;
    height:20px;
    text-align:left;
}

.printer_friendly a, .forward_link a, .rss a{
	float:right;
    display:block;
    padding-left:20px;
	height: 20px;
 	line-height: 18px;
	color: #456174;
    text-decoration:underline;
}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	text-decoration:none;
}

.printer_friendly
{
    width:35px;
}

.printer_friendly a
{
    background:url(_gfx/cmn/print.gif) top left no-repeat;
}


.forward_link
{
    width:55px;
}

.forward_link a
{
    background:url(_gfx/cmn/email.gif) top left no-repeat;
}

.rss
{
    width:35px;
}

.rss a
{
    background:url(_gfx/cmn/rss.gif) top left no-repeat;
}

.title_right
{
	width:175px;
	float:right;
	position: absolute;
	right: 11px;
	bottom: 2px;
	text-align:right;
	height:20px;
	padding:0px 0px 0px 0px;
}
	* html .title_right 
	{
		/*width:130px;*/
		/*width:auto;*/
		position: absolute;
		top: 5px;
		width:182px;
	}

	* html .container_noleftnav .title_right 
	{
		/*width:130px;*/
		/*width:auto;*/
		position: absolute;
		top: 5px;
		width:180px;
	}


.contentheader .title
{

	background: url(_gfx/int/titleBG.gif) bottom no-repeat;
	position: relative;
	margin:1px 10px 10px 10px;
}

.container_noleftnav .contentheader .title
{

}

.contentheader h1, .title h1
{
    padding:6px 15px 7px 10px;
    margin: 0px;
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight: normal;
	color: #456174;
	line-height: 24px;
}

h1.title_noleftnav
{
	padding-left: 20px;
	width: auto;
}

.contentheader h2, .title h2
{
    padding:5px 0px 0px 20px;
    margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight: bold;
	color: #5a7ea9;
}

/* Content: padding should be on content class NOT container */
.content
{ 
	padding: 0px 20px 25px 20px;
}

.content .content{ padding: 0;}

.content p, .content
{
	font-family: verdana, Arial, Sans-Serif;
	font-size: 11px;	
	line-height:19px;
	color: #000000;}
	
.content p img {border-color: #a9b1bc;}
.content p img a {border-color: #a9b1bc;}

.content a{
	text-decoration: underline;
}

.content a:hover{
	text-decoration: none;
}

.content textarea
{
	width:525px;
}

.content ul, .content ol
{
	padding:0px;
	margin:8px 0 10px 20px;
}

.content ul li
{
	padding: 2px 0px;
	list-style-image: url(_gfx/home/box_list.png);
	list-style-type: square;

}

*html .content ul li
{
	list-style-image: url(_gfx/home/box_list2.png);
	list-style-type: square;}
	
.content ol li{
	padding: 2px 0;
}

.downloadmessage
{
	background: #f7fbff;
	border:solid 1px #7495bd;
	text-align:center;
	clear: both;
	width: 90%;
	margin: 10px auto;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 4px 2px;
}

.downloadmessage p
{
	color: #000000;	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.last_updated
{
	background: url(_gfx/cmn/updated.gif) top center no-repeat;
	width: 90%;	
    color:#aba28f;
    font-size:9px;
	margin: 20px auto 0px auto;
    text-align:right;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer_home{
	clear:both;
	width:760px;
	margin:0px auto 0px auto;
	background: #fff;
	padding: 15px 0;
	text-align:center;
}

.footer{
	clear:both;
	width:760px;
	margin:0px auto 0px auto;
	padding: 35px 0 25px 0;
	background: #fff url(_gfx/cmn/footer_bg.gif) 0 0 no-repeat;
	text-align:center;
}

.footer p, .footer a, .footer_home p, .footer_home a
{
	font-family: Trebuchet MS, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	line-height: 14px;
	padding: 1px 0;
	margin: 0;
	font-weight: bold;
}

/* Classes inside .container_noleftnav */
.container_noleftnav
{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.container_noleftnav .contentheader
{
}

.container_noleftnav .breadcrumb_wrapper
{
}

.container_noleftnav .title
{
	background: url(_gfx/int/titlenoleftnav_bg.png) top center no-repeat;
	position: relative;
	width:100%;
	margin:0px 0px 10px 0px;
}

.container_noleftnav .title_left
{
}

.container_noleftnav .printerfriendly
{
}

.container_noleftnav .printerfriendly a
{
}

.container_noleftnav .content
{
	width:740px;
	padding: 0px 0px 10px 20px;
    background-color:#ffffff;
    /*border-top:5px solid #2a6477;*/
}

/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle 
{
	background-color: #ffffff;
}

.container_noleftnav_notitle .contentheader
{
    display:none;
}

.container_noleftnav_notitle .content
{
	margin:5px 20px 20px;
	padding:0px 0px 5px;
}

/* Used for content review pages, also error page */
.container_review
{
}

.container_review .contentheader
{
	display:none;
}

.container_review .component_title_review, .comtainer_review .content_review_title
{
    padding:5px 15px 15px 0px;
    margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	color: #456174;
	line-height: 24px;
}

.container_review .content
{
    padding: 10px 20px;
    background-color:#ffffff;
}

/* Hide review title for all except .container_review */
.container .component_title_review,
.container_noleftnav .component_title_review,
.container_noleftnav_notitle .component_title_review
{
	display:none;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
    padding:0px;
}

.depthome_right
{
    padding:0px;
	float: right;
	width:160px;
}

.alphabetpicker a
{
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/************************************************
Left navigation 
************************************************/

.leftnav
{
	width: 160px;
	float:left;
	display: inline;
	padding: 10px 0 0 0px;
	font-size:10px;
	margin-top: 0px;
	margin-left: 10px;
	background: url(_gfx/nav/leftnav_top.gif) top center no-repeat;
	padding-bottom: 75px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
}



.leftnav a
{
	display:block;
	padding: 4px 3px 4px 6px;
	color:#fff;
	text-decoration:none;
}

.leftnav a span
{
	display:block;
	padding-left: 10px;
	background: url(_gfx/nav/arrow_right.gif) no-repeat 2px 5px;
}

.leftnav a:hover, .leftnav_node_iscurrent a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color: #335e90 !important;
	background: #fbbd39;
	text-decoration:none;
}

.leftnav_node_wrapper
{
	border-bottom:1px solid #92aac6;
	background: #7495bd;
}

.leftnav_node_wrapper_root
{
	border-bottom:1px solid #92aac6;
}

.leftnav_node_haschildren a
{
	color: #fbbd39;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren
{
	background-color: #5a7ea9;
}

.leftnav_node_haschildren a span,
.leftnav_node_wrapper_root .leftnav_node_haschildren a span
{
	font-weight:bold;
	padding-left: 10px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 7px;
}

.leftnav_node_iscurrent a {
	color: #fbbd39;
}

.leftnav_node_iscurrent a span
{
	background: url(_gfx/nav/arrow_right_current.gif) no-repeat 2px 5px;
	font-weight:bold;
}

/************************************************
Dropdown Menu
************************************************/
/* Menu wrapper */ 
.dropdownmenu
{ 
	margin: 0px 0 0 10px;
	background: #fff;
	padding:0;
}

/* Root menu table */
table.menu
{
	border-collapse: separate;
}

/* That pops up */
table.menu_group
{	
    border:1px solid #5a7ea9;
}

.menu_group td
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	color:#fff;
	cursor: pointer;
}

.menu_group img
{
    margin-right:3px;
}

/* Default menu style item */
.menuitem,
.menuitem_top 
{
	background-color:#7495bd;
	border-bottom:1px solid #92aac6;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background:#fbbd39;
	color: #456174 !important;
	border-bottom:1px solid #ADA990;
}

.menuitem_hover td,
.menuitem_active td,
.menuitem_expanded td,
.menuitem_hover_top td,
.menuitem_active_top td,
.menuitem_expanded_top td
{
	background:#fbbd39;
	color: #456174 !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: #415a91;
}

fieldset
{
	border:solid 1px #5a7ea9;
}

.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: #5a7ea9;
	font-family:Tahoma, :0;;
	font-size: 11px;
	font-weight:bold;
	padding: 3px;
	color: #fff;
	border: 1px solid #0b2638;
}

.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;
}

.sitemap td{
	line-height: 12px;
}

.rootnode,
.parentnode,
.leafnode
{
	padding:3px 3px 0;
}

.rootnode
{
	font-weight: bold;
	color: #625C4D;
} 

.rootnode a,
.parentnode a
{ 
	color: #304366;
	font-weight: bold;
} 

.leafnode a{
	color: #5a7ea9;
}

.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;
	padding: 0 10px;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	background-color:#f7fbff;
	text-decoration:none;
	_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:#f7fbff;
	padding:10px;
	text-align:center;
	font-size:10px;
	border:1px solid #b2d2e9;
}

.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:#f7fbff;
}

.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;
}

/************************************************
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:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:720px;
}

.calendar
{
	width:100%;
	border: 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.calendar_dayheader
{
	height: 1px;
	color: #ffffff;
	background-color: #5a7ea9;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0px;
	text-transform: uppercase;
	border: 1px solid #415a91;
}

.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: #5a7ea9;
	width:60%;
}

td.calendar_nextprev
{
	width:200px !important;
}

.calendar_nextprev a
{
    font-size:10px;
	color:#5a7ea9 !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;
	line-height:25px;
	font-weight:bold;
	padding: 3px 3px 3px 3px;	
	width:14%;
	height: 100px;
	border: 1px solid #415a91;
}

.calendar_day a,
.calendar_today a,
.calendar_weekendday a,
.calendar_selectedday a,
.calendar_othermonthday  a
{
	padding: 0 5px 0px 5px;
	margin:0px 0;
}

.calendar_day,
.calendar_weekendday
{
	background-color:#ffffff;
	color:#415a91;
}

.calendar_othermonthday
{
	background-color:#e5f1ff;
	color:#7495bd;
}

.calendar_today
{
    background-color:#ffd780;
	color:#18384c;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#999999;
}

.calendar_eventtime
{
	color:#666666;
	font-size:10px;		
	font-weight: normal;	
	line-height:11px;
	margin:0px 0 0 0;
	padding: 0px 0 0 2px !important;
}

.calendar_eventlink
{
	font-size:10px;		
	font-weight: normal;
	line-height:12px;
	display:block;
	padding:0px 0 0px 4px;
	margin:0px 0 ;
}

.calendar_allinone .listtable
{
	width:720px;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight: bold;
	color: #5a7ea9;
}

.component_subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight: bold;
	color: #5a7ea9;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 0px;
	width:400px;
}

.component_listitem div
{
	padding: 0 0 2px 0;
	margin: 0;
	width:550px;
}

.component_listitem_header
{
	font-weight: bold;
	width:85px;
	vertical-align: top;
}

.component_listitem_content
{
	width:350px;
	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;
	color: #415a91;
}

.filter select
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.timing
{
}

.listtable
{
	width:550px;
	background: #f7fbff;
	border:1px solid #5a7ea9 !important;
	border-collapse:separate;
}

.listtable th
{
	background-color: #5a7ea9;
	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 #c3bfa7;
	padding:4px;
	margin:0;
}

.listtable tr:hover
{
	background-color:#7495bd;
}

.listtable tr:hover td, .listtable tr:hover td a
{
	color: #fff;
}

.listtable_buttoncolumn
{
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input
{
	background: #5a7ea9;
	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;
}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #007799;
	border-collapse: separate;
}

.righttable th
{
	background-color: #007799;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	height:20px;
	font-size:9px;
}

.righttable_header a
{
	color:#ffffff;
}

.righttable td
{
    border:0;	
	border-top:1px solid #dadada;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover
{
	background-color:#fffcee;
}

.righttable_buttoncolumn
{
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input
{
	background: #5a7ea9;
	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:#f4f9fd;
	border:1px solid #bcb599;
}

.listfaq td
{
	padding:4px;
	border:none;
}

.listfaq_answers
{
	width:540px;
	padding:0;
	border-collapse: separate;
}

.listfaq_answers td
{
	padding:4px;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_a p, .listfaq_a ul
{
	margin-top:0px;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:445px;
	margin:0px 0px 0px 0px;
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #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 0;
	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
{
	margin-left:12px;
	background-color: #f7fbff;
	border: 1px solid #5a7ea9;
	font-size:10px;
	line-height:12px;
	width:150px;
}

.box_container p { 	line-height:12px; }

.box_title
{
	color:#fff;
	font-size:10px;
	text-transform: uppercase;
	font-weight:bold;
	padding:3px;
	background:#5a7ea9 url(_gfx/int/deptbox_headbg.gif) top center no-repeat;
}

.box_list
{
    padding:3px;
}

.box_list a
{
	color: #456174;
	font-weight:bold;
	text-decoration:none;
}

.box_list a:hover
{
	text-decoration:underline;
}

.box_list p
{
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.box_item_wrapper 
{
	background: url('_gfx/home/box_list.png') 0 10px no-repeat;
	float:left;
}

.box_item_title
{
    padding-top:5px;
	padding-left: 10px;
	margin-bottom:5px;
}

.box_item_date
{

}

.box_bottomlink a,
.box_bottomlink a:hover
{
	color: #0a5a7b;
    font-size:10px;
    display:block;
    text-align:right;
    padding:3px;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin-bottom:20px;
	text-align:center;
}

.album_thumb
{
	background-position: top center;
	background-image: url(_gfx/album/exported_group.jpg);
	overflow: hidden;
	width: 260px;
	height:152px;
	max-height:130px;
	padding-top:22px;
	background-repeat: no-repeat;
    
}

.album_thumb img
{
	width: 160px;
	height: 110px;
	position:relative;
	left:0px; 
	border:0px;
	display:block;
	margin:0px auto;
	overflow: hidden;
}

.album_name
{
	text-transform:uppercase;
	font-weight:bold;
}

.album_details
{
    font-size:9px;
}

.photo_item
{
    padding:20px;
    text-align:center;
    vertical-align:top;
}

.photo_thumb
{
    background-position: top center;
    background-image: url(_gfx/album/single_photo.gif);
    overflow: hidden;
    width:240px;
    height:240px;
    background-repeat: no-repeat;
    padding-top:50px;
    max-height: 190px;
    margin: 0 auto;
}

.photo_thumb img
{
    display:block;
    overflow: hidden;
    margin: 0 auto;
}

.photo_detail
{
    text-align:center;
}

.photo_name
{
}

.slideshow_link
{
    float:right;
    font-weight:bold;
    width:140px;
    text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 0 4px 24px;
    border:1px solid #cccccc;
    background-image:url(_gfx/album/slideshow.gif);
    background-repeat:no-repeat;
    background-position:4px 4px;
}

.slideshow_nav
{
    text-align:center;
}

.rss_button
{
	float: right;
	margin:-30px auto 0px auto;
}

/************************************************
Official's Corner 
************************************************/
.official_list
{
	width:470px;
	clear:both;
}

.official_list:after { content: ""; display: block; height: 0; clear: both; }

.official_list_thumbnail
{
	float:left;
	width:70px;
}

.official_list_info
{
	float:right;
	padding:25px 0px 0px 00px;
	width:400px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	clear:both;
	width:560px;
	height:auto;
}

.official_top:after { content: ""; display: block; height: 0; clear: both; }

.official_image
{
	float: left;
	width:auto;
	height:auto;
	margin:10px 0px 0px 0px;
	border: solid 1px #000000;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border:solid 1px #CCCCCC;
	
}

.official_info_div
{
	clear:both;
	width:390px;
	height:auto;
}

.official_info_div:after { content: ""; display: block; height: 0; clear: both; }

.official_info_header
{
	font-weight:bold;
	float: left;
	width:100px;
	height:auto;
}

.official_info_content
{
	float: right;
	width:285px;
	height:auto;
	padding:0px 0px 0px 5px;
}

.official_info_noimage
{
	width:560px;
	height:auto;
	padding:10px 0px 0px 0px;
}

.official_message
{
	clear:both;
	width:560px;
	padding:5px 0px 0px 0px;
}

.official_message:after { content: ""; display: block; height: 0; clear: both; }

.official_message_list
{
	float: left;
	width:140px;
	padding:5px 0px 0px 0px;
}

.official_message_message
{
	float: right;
	width:410px;
	height:auto;
}

.official_message_subject
{
	font-size:12px;
	font-weight:bold;
	padding:3px 3px 3px 3px;
}

.official_message_body
{
	height:auto;
	width:408px;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }


/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 
.home_collage img
{
	display: block; 
	margin: 0 10px 0px 10px;
}

.home_collage img { border: none !important;}

.home_collage{
	padding-top: 10px;
}

.home_columns
{
	margin-left:0px;
}

.home_left
{
	width:360px;
	float:left;
	padding:0;
	line-height:16px;
}

.home_left span.home_title
{
	font-weight:bold;
	display:block;
}

.home_right
{
	width:380px;
	float:left;
	padding:0;
}

.home_buttons
{
	width: 760px;
	height: 27px;
    margin:8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.home_buttons ul
{
    margin:0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;border:1px solid #fff;
}

.home_buttons ul li
{
	float: left;
    margin:0px;
    padding: 0px !important;
	list-style: none;margin-right:7px;
}

.home_buttons li a{
	display:inline;
	height:27px; 
	float:left;
    margin:0px;
    padding: 0px;
	text-indent: -2000px;
}

.home_buttons li.homebutton_appointment a {
	width:179px;
	background:url(_gfx/home/buttons/appointment.png) top center no-repeat;
	}

.home_buttons li.homebutton_research a {
	width:180px;
	background:url(_gfx/home/buttons/research.png) top center no-repeat;
	}

.home_buttons li.homebutton_giving a {
	width:179px;
	background:url(_gfx/home/buttons/giving.png) top center no-repeat;
	}

.home_buttons li.homebutton_clinical a {
	width:179px;
	background:url(_gfx/home/buttons/clinical.png) top center no-repeat;
	}

.home_buttons li.homebutton_appointment a:hover {
	background:url(_gfx/home/buttons/appointment_over.png) top center no-repeat;
	}

.home_buttons li.homebutton_research a:hover {
	background:url(_gfx/home/buttons/research_over.png) top center no-repeat;
	}

.home_buttons li.homebutton_giving a:hover {
	background:url(_gfx/home/buttons/giving_over.png) top center no-repeat;
	}

.home_buttons li.homebutton_clinical a:hover {
	background:url(_gfx/home/buttons/clinical_over.png) top center no-repeat;
	}
	
.home_message {
	display: block;
	background: #fedd96 url(_gfx/home/homemessage_bottom.png)  center no-repeat;
	width: 740px;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 3px 0px;
}

.home_message h4{
	background: #fedd96 url(_gfx/home/homemessage_bg.png) top center no-repeat;
	border:0px solid #blue;
	text-align: left;
	padding: 20px 17px 20px 17px;margin:0;
	line-height: 18px;
	color: #1d3466;
	font-size: 13px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* Opera Fix */

@media all and (min-width:0px) {
			head~body .home_message h4 { 		padding: 20px 17px 18px 17px; }
		}


.home_message .more{
	color: #456174;
	width: 90px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	padding-right: 20px;
	background: url(_gfx/home/more_button.png) right no-repeat;
}

/************************************************
Home boxes
************************************************/

.home_left_title, .home_right_title{
	color: #553045;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 25px;
	margin-top: 10px;

}

.home_left_title span, .home_right_title span{
	float: left;
}

.home_icons{
	float: right;
	width:193px;
}

.home_left .home_icons{padding-right: 4px;}

.home_icons .rss, .home_icons .enews{
	float:left;
	font-size: 10px;
	color: #005588;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.home_icons .rss { width: 76px }
.home_icons .enews { width:105px }

.home_icons .rss a{
	height: 20px;
	padding: 0 0 0 17px !important;
	color: #007799;
	background: url(_gfx/home/rss.png) left no-repeat;
	text-decoration:underline;
}

.home_icons .enews a{
	display: block;
	margin-left: 5px;
	padding: 0 0 0 25px !important;
	height: 25px;
	color: #007799;
	background: url(_gfx/home/enews.png) top left no-repeat;
	text-decoration:underline;
}

.home_icons .enews a:hover, .home_icons .rss a:hover { text-decoration:none }

.home_events .box_title, .home_news .box_title
{
	display:none;
}

.home_events .box_list a, .home_news .box_list a
{
    font-size:12px;
    line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	font-weight: normal;
	margin: 0;
}

.home_news .box_list .box_item_title, .home_events .box_list .box_item_wrapper{
	padding-left: 20px;
	float:left;
	width:315px;
}

.home_events .box_list a:hover, .home_news .box_list a:hover
{
	text-decoration:underline;
}

.home_events .box_item_date
{
	font-weight: bold;
	float: left;
	/*width: 55px;*/
	margin: 0;
    font-size:12px;
    line-height: 14px;
    padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
}

.home_news, .home_events
{
	padding-left: 25px;
	margin-top: 10px;
	color: #eeead3;	
	font-size:10px;
}

.home_news .box_bottomlink, .home_events .box_bottomlink{
	color: #007799;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	position: relative;
	float: left;
	margin-top: 10px;
}

.home_news .box_bottomlink a, .home_events .box_bottomlink a{
	font-size: 11px;
	color: #007799;
}

.home_news .box_bottomlink a:hover, .home_events .box_bottomlink a:hover{
	font-size: 11px;
}

.box_item_date_dept
{
	width:140px;
	padding-top:2px;
	padding-bottom:5px;
}

.box_item_title_dept
{
	padding-top:5px;
	float:left;
	width:140px;
}

.home_news .box_bottomlink_dept, .home_events .box_bottomlink_dept
{
	color: #0a5a7b;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	float: left;
}

.box_bottomlink_dept a,
.box_bottomlink_dept a:hover
{
	color: #0a5a7b;
    font-size:10px;
    display:block;
    text-align:right;
    padding:3px;
    margin-top:7px;
}

.home_news .box_bottomlink_dept a, .home_events .box_bottomlink_dept a
{
	font-size: 11px;
	color: #0a5a7b;
}

/************************************************
Faculty
************************************************/
.faculty .component_title
{
	width:100%;
	border-bottom:solid 1px #CCCCCC;
}

.faculty .portrait img { width: 138px; border: 1px solid #a9b1bc; }

.faculty h4
{
	color:#7495bd;
	font-size:13px;
	margin:15px 0px 0px 0px;
}

.certifications h4, .education h4, .contact h4, .additional h4, .scientificinterest h4, .publications h4, .news h4, .practiceinformation h4 {
	background: url(_gfx/cmn/boxlink_lrg.gif) 0 4px no-repeat;
	padding-left: 18px;
	border-bottom: 1px solid #cccccc;
}

.contact div, .additional div, .scientificinterest div, .publications div, .news div, .certifications div, .education div, .practiceinformation div {
	padding: 0 20px;
}

.certifications th, .education th, .contact th, .practiceinformation th {
	width: 125px !important;
}

.certifications th div{ padding-right: 0;}

.portrait
{
	float:left;
	margin:0px 0px 10px 0px;
}

.right_column
{
	float:left;
	margin:0px 0px 0px 10px;
	width:400px;
}

.faculty .form_item
{
	clear:both;
}

.faculty .label
{
	float:left;
	font-weight:bold;
}

.faculty .field
{
	float:left;
}

.faculty th,
.faculty td
{
	text-align:left;
	vertical-align:top;
	font-size:11px;
}

.alphabetlist
{
	list-style: none !important;
	list-style-image: none !important;
	margin-left:-20px;
	font-weight: bold;
	font-size: 13px;
}

.faculty_list .sitemap_file
{
/*
	list-style-image: url(_gfx/home/box_list.png);
	list-style-type: square;*/
	font-weight: normal !important;
}

/************************************************
Clinical Trials Search
************************************************/

.cts_TitleLabel
{
	color:#7495bd;
	font-size:13px;
	line-height: 20px;
	margin:15px 0px 0px 0px;
}

.cts_TitleSpan
{
	margin:10px 0;
}

.cts_component_listitem
{
}

.cts_component_listitem_header
{
	font-weight: bold;
	vertical-align: top;
}

.cts_component_listitem_content
{
	vertical-align: top;
	margin-right: 10px;
}

.cts_otherdetails h4 {
	background: url(_gfx/cmn/boxlink_lrg.gif) 0 4px no-repeat;
	padding-left: 18px;
	border-bottom: 1px solid #cccccc;
}

.cts_otherdetails div {
	padding: 0 20px;
}

.cts h4
{
	color:#7495bd;
	font-size:13px;
	margin:15px 0px 0px 0px;
}

.cts_searchDiv
{
	color: #415a91;
}

.cts_searchDiv table
{
}

.cts_textBox
{
	
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	border: 1px solid #969696;
	height: 20px;
	background-color:#fff;
	color: #000000;
	width:300px;
}

.cts_searchButton
{
	background: #5a7ea9;
	font-family:Tahoma, :0;;
	font-size: 11px;
	font-weight:bold;
	padding: 3px;
	color: #fff;
	border: 1px solid #0b2638;
}

.cts_dropdown
{
	width:auto;
}

.cts_table
{
}

.cts_table th,
.cts_table td
{
	text-align:left;
	vertical-align:top;
	font-size:11px;
}

.cts_title_cell
{
}

.cts_organSite
{
}

.cts_IRB
{
}

.cts_PI
{
}

.cts_Link
{
}

/* For dropdown filters */
.cts_filter
{
	margin: 0px 10px 10px 0px;
	color: #415a91;
}

.cts_filter select
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.socialbookmarks
{
	margin:10px 0px 10px 0px;
}

.socialbookmarks a
{
	margin:0px 4px 0px 4px;
}

.socialbookmarks div
{
	float:left;
	margin:3px 10px 0px 0px;
}

.captcha img, .captcha a
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaIcons
{
	width: 20px !important;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #c2bca6;
}
.listingLink
{
	color:Blue;
}
