/****************************************************************************************/
/*  BEGIN TYPOGRAPHY CUSTOMIZATION, STYLES USED IN MULTIPLE LOCATIONS, AND MISC
****************************************************************************************/

body {}
/*
a {color: #000099;}
a:hover {color: #000099;}
a:visited {color: #000099;}
*/

/*header tag styles-define based on look and feel of newsroom 
****************************************************************************************/
h1 {/*font-size: 2.2em;*/} /* used for page title in sub nav.inc*/
h2 {} /* used for inner heading titles or possible full item display headers*/
h3 {/*font-size: 1em; margin-bottom: .75em;*/} /* used for content titles on section listing pages*/
h4 {/*font-weight: bold; margin-bottom: .75em;*/} /* used for form labels*/
h5 {} /* full item display headline if h2 can't be shared */
h6 {} /* contacts/related assets headlines */

/*pagination styles
****************************************************************************************/
.pagination {float: right; margin: 12px 0; padding: 0 3px 0 0;}

/*comments styles
****************************************************************************************/
.comments_username {/*color: #888; font-weight: bold;*/}
.comments_date {/*color: #888; font-weight: normal; font-size: 10px;*/}
.comments_text {/*font-weight: normal;*/}
	
/* tag cloud styles: 
NOTE: you may want to make same changes to maint\newsroom_maint.css
****************************************************************************************/
.tag_cloud_smallest, a.tag_cloud_smallest, a.tag_cloud_smallest:link, a.tag_cloud_smallest:visited {font-size: 8px;}
.tag_cloud_small, a.tag_cloud_small, a.tag_cloud_small:link, a.tag_cloud_small:visited {font-size: 10px;}
.tag_cloud_medium, a.tag_cloud_medium, a.tag_cloud_medium:link, a.tag_cloud_medium:visited {font-size: 11px;}
.tag_cloud_large, a.tag_cloud_large, a.tag_cloud_large:link, a.tag_cloud_large:visited {font-size: 12px;}
.tag_cloud_largest, a.tag_cloud_largest, a.tag_cloud_largest:link, a.tag_cloud_largest:visited {font-weight:bold; font-size: 14px;}

/* poll styles
****************************************************************************************/
.poll {border-color:#000; border: solid; border-width: 1px; background-color: #fff; padding: 4px;}
.polltext {font-size: 10px;}

/* section tree styles
****************************************************************************************/
.mSectionTree table {margin: 0; padding: 0;}
.mSectionTree td {margin: 0; padding: 0; vertical-align: top;}
.mout{
	background-color: #ffffff; 
	width: 100%; 
	padding: 0px; 
	font-family: Verdana,Helvetica,sans-serif; 
	font-size: 11px;
}
.mover 
	{
	background-color: #eeeeee; 
	width: 100%; 
	font-weight: bold; 
	padding: 0px; 
	font-family: Verdana,Helvetica,sans-serif; 
	font-size: 11px;
}
.mdisabled0, a.mdisabled0:link, a.mdisabled0:active, a.mdisabled0:visited, a.mdisabled0:hover
	{
	color: #999999; 
	background-color: #ffffff; 
	text-decoration: none; 
	width: 100%; 
	padding: 0px; 
	font-family: Verdana,Helvetica,sans-serif; 
	font-size: 11px;
}
.mdisabled1
	{text-decoration: none;}

.mtblbase {background-color: #fff;color: #000000; font-family: Verdana,Helvetica,sans-serif; font-size: 11px; margin: 0; padding: 0;}
.mExpandBlock {background: none;}
.mExpand {background: none; text-decoration:none; color:#0000aa;}

/*various styles to customize typography throughout the site
****************************************************************************************/
.morelinks, a.morelinks , a.morelinks:visited{}
.taglinks, a.taglinks, a.taglinks:visited {}
.editlinks, a.editlinks, a.editlinks:visited {}
.relatedlinks, a.relatedlinks, a.relatedlinks:visited {}
.pagenavlinks, a.pagenavlinks, a.pagenavlinks:visited  {}
.breadcrumblinks, a.breadcrumblinks, a.breadcrumblinks:visited {}
.smallfont, a.smallfont, a.smallfont:visited {font-size: .8em;}
.strDate, a.strDate, a.strDate:visited {/*color: #919191;*/ margin-right: 10px;}
.warning {color: #ff0000; font-weight: bold;}
.success {color: #0000ff; font-weight: bold;}
.box1 {width: 400px; border: solid 1px #999; background-color: #eee; padding: 5px 10px 5px 10px;}

a.morelinks:hover, a.taglinks:hover, a.editlinks:hover, 
a.relatedlinks:hover, a.pagenavlinks:hover, a.breadcrumblinks:hover, 
a.smallfont:hover {text-decoration:underline;}

/*various horizontal line styles*/
hr.ra {clear: all; border-top: 1px dashed #999; height: 1px;}
hr.content {clear: all; border-top: 1px dashed #999; height: 1px; padding: 0; margin: 0 0 10px 0;}
hr.bc {clear: all; border-top: 1px dashed #999; height: 1px;margin-bottom: 10px;}

/*misc
****************************************************************************************/
.cleartext {clear: both;}
.eventOddLine {background-color: #fff;}
.eventEvenLine {background-color: #fff;}
.clearType {list-style-type: none;}
/* .marginFix {}
.railModule {margin-top:-10px; padding: 0;} */
.railForm {width:75%;}
.underscore {text-decoration: underline;}
.centertext {text-align: center;}
.tableNoPad td {margin: 0; padding: 0;}
.inputNoPad input {margin: 0; padding: 0;}
.tableVrtAlgnTop td {vertical-align: top;}
.tableVrtAlgnMdl {vertical-align: middle;}
.fo_select, .fo_select td {margin: 0; padding: 0;}

/*PoweredBy TEKgroup*/
#poweredBy {
	height: 71px;
	width: 133px;
	float: left;
}
	
/* classes for validator */
.inputHighlighted {color: red;}
.inputNormal {color: black;}

/*tekbutton*/
.tekbutton, a.tekbutton {
	display: inline;
	line-height: 22px;
	margin: 0;
    padding: 2px 5px 3px 6px;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
    color: #333;
    background-color: #c6c6c6;
    border: 1px solid;
    border-color: #ccc #666 #666 #ccc;
    cursor: pointer;
}
.tekbutton, a.tekbutton, a.tekbutton:link, a.tekbutton:active, a.tekbutton:visited {color: #000; font-weight:bold;}
a.tekbutton:hover {
	color: #fff;
	border-color: #666 #ccc #ccc #666; 
}
/* use when applly to an actual form submit button. */
.tekbutton_form {
    display: inline;
	height: 22px;
	margin: 0;
    padding: 0;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
    color: #333;
    background-color: #c6c6c6;
    border: 1px solid;
    border-color: #ccc #666 #666 #ccc;
    cursor: pointer;
}

/* layout-based styles.  Structural layout of various site wells found in layout_fixed.css
 or layout_liquid.css 
****************************************************************************************/
#headerLogo {}
#headerLogo span {visibility:hidden;}

#header ul {
	/*margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;*/
}

#header li {
	/*padding: 2px;
	float: left;*/
}

#header input {
	/*margin: 0;*/
}

#header_search {
	/*width: 370px; 
	height: 25px;
	float: right;*/
}

#leftrail ul {
	margin: 0;
	padding: 0;
	/*list-style-position:inside;*/
	list-style: none;
	padding-left: 12px;
	padding-top: 5px;
}
#leftrail ul li ul,
div#wrap_leftrail div#leftrail.columnTallest ul li ul,
div#wrap_leftrail div#leftrail.columnTallest ul li
{
	list-style: none;
}

div#wrap_leftrail div#leftrail.columnTallest ul li a{
	color: #333333;
    font-size: 13px;
}
#leftrail li li {
    list-style: none;
}
#leftrail ul li ul {
    list-style: none;
}
#rightrail ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*list-style-position:outside;*/
}
	
#leftrail li {
	margin: 0 0 5px 0;
}
	
#leftrail li li {
	font-size: 10px;
	list-style-type: circle;
	margin: 0 0 2px 5px;
}
	
#leftrail li li li {
	list-style-type: square;
	margin: 0 0 2px 10px;
}
	
#rightrail li {
	margin: 0;
	padding: 0 0 5px 0;
}
	
#rightrail li li {
	margin: 0;
	padding: 0;
}
	
#rightrail li li li {
	margin: 0;
	padding: 0;
}
	
#leftrail table td, #rightrail table td {
	margin: 0;
	padding: 0;
}

#rightrail h4 {margin: 0; padding: 0;}
#leftrail h4 {margin: 0; padding: 0;}
	
/****************************************************************************************/
/*  BEGIN CORE PAGE STYLES
****************************************************************************************/
.content_cell {background-color:#fff;}
.box_cell {background-color:#D6E3EF;}
	
/*  archive page styles
****************************************************************************************/
#archiveNav {float: right;}
/* most layout for archive is culled from sectionInfo */

/* article display based styles 
****************************************************************************************/
#articleTools {
	margin: 0 0 20px 0;
}

#articleTools table {
	padding-right: 5px;
}
	
#articleTools td {padding: 2px;}

.articleDisclaimer {
	margin: 0 0 20px 0;
	font-style:italic;
	font-size: 0.9em;
}

.articleContacts {}

#articleBio {
	margin: 0 0 20px 0;
}
	
.articleBioPic {margin: 5px; display: block; float: right;}

#articleDateTitle {}
#articleDateTitle h2 {} /*article title*/

#articleContent {overflow: auto;}

#articleContent img {margin: 5px;}
#articleContent h5 {font-weight: bold; color: #000;} /*article sub-title*/
	
#articleComments {
	margin: 0 0 10px 0;
}
	
#articleTags {}
	
#articleRelated {
	margin: 0 0 10px 0;
}
	
#articleUpdFm {
	padding: 10px;
	margin: 0;
}
#articleUpdFm p {padding-bottom: 10px;}

/* article media items AKA Businesswire media gallery styles 
****************************************************************************************/
/* refer to media_gallery.css if this site uses Bizwire */

/* audio page styles
****************************************************************************************/
#audioObject {margin: 0 0 10px; 0}
#audioTags {margin: 0 0 10px; 0}
#audioComments {margin: 0 0 10px; 0}

/* breadcrumb based styles 
****************************************************************************************/
#breadcrumbsRSS {
	margin: 2px;
	float: right;
}
.xbreadcrumbs {
	position: relative;
	z-index: 5; /*must be greater than 1 but less than 10, which is zindex on hover nav. if adjusting, adjust hovernav's zindex as well (if applicable)*/
}
.xbreadcrumbs LI UL { 
	position: absolute;
	float: left;
}
.xbreadcrumbs, .xbreadcrumbs LI, .xbreadcrumbs UL, .xbreadcrumbs UL LI {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xbreadcrumbs { clear: both; }
.xbreadcrumbs, .xbreadcrumbs LI {
	float: left;
}
.xbreadcrumbs UL {
	display: none;
}
/*  Top Level  */
.xbreadcrumbs {
	background: #F0F0F0;
	width: 100%;
}
.xbreadcrumbs LI {
	padding: 5px;
	border-right: 1px solid #CECECE;
	height: 16px;
}
.xbreadcrumbs LI.current {
	border-right: none;
}
.xbreadcrumbs LI A {
	font-size: 11px;
	text-decoration: none;
}
.xbreadcrumbs LI A:HOVER, .xbreadcrumbs LI.hover A {}
/*  Top Level - Current Page  */
.xbreadcrumbs LI.current A {
	color: #000;
	font-weight: bold;
}
/*  Sub Level - Current Page (when only one item in section brand) */
.xbreadcrumbs LI.current UL LI A {
	color: #000;
	font-weight: normal;
}
/*  Sub-level  */
.xbreadcrumbs LI UL {
	padding: 3px;
	background: #ccc;
	font-size: 11px;
	width: 180px;
	top: 25px;
}
.xbreadcrumbs LI UL LI {
	float: left;
	width: 100%;
	border-right: none;
	height: auto;
}
.xbreadcrumbs LI UL LI A {
	text-decoration: none;
	color: #000 !important;
	display: block;
	padding: 4px;
	border-bottom: 1px dotted #999;
}
.xbreadcrumbs LI UL LI:last-child A {
	border-bottom: none;
}
.xbreadcrumbs LI UL LI A:HOVER {
    background: #efefef;
}

.xbreadcrumbs LI {
    border-right: none;
    background: url(/graphics/0/separator.gif) no-repeat right center;
    padding-right: 15px;
    padding-left: 10px;
}
.xbreadcrumbs LI.current { background: none; }
.xbreadcrumbs LI UL LI { background: none; }

.xbreadcrumbs LI A.home {
    background: url(/graphics/0/home.gif) no-repeat left center;
    padding-left: 20px;
}

/*  Custom styles for breadcrums (#breadcrumbs-3)  */
.xbreadcrumbs#breadcrumbs-3 {
    background: none;
} 
.xbreadcrumbs#breadcrumbs-3 LI A {
    text-decoration: underline;
}
.xbreadcrumbs#breadcrumbs-3 LI A:HOVER, .xbreadcrumbs#breadcrumbs-3 LI.hover A { text-decoration: none; }
.xbreadcrumbs#breadcrumbs-3 LI.current A {
	text-decoration: none;
}
.xbreadcrumbs#breadcrumbs-3 LI {
    border-right: none;
    background: url(/graphics/0/separator-arrow.gif) no-repeat right center;
    padding-right: 15px;
    padding-left: 10px;
}
.xbreadcrumbs#breadcrumbs-3 LI.first { padding-left: 0; }
.xbreadcrumbs#breadcrumbs-3 LI.current { background: none; }
.xbreadcrumbs#breadcrumbs-3 LI UL LI { background: none; padding: 0;  }

/* calendar page styles
****************************************************************************************/
#calendarIntro {margin: 0 0 10px; 0}
#calendarList {margin: 0 0 10px; 0}
#calendarListSpecial {margin: 0 0 10px; 0}
#calDisplayDateTime {margin: 0 0 10px; 0}
#calDisplayInfo {margin: 0 0 10px; 0}
#calDisplayContacts {margin: 0 0 10px; 0}
#calDisplayRelated {margin: 0 0 10px; 0}

/* cookie page styles 
****************************************************************************************/
#cookieNoRails {width: 600px; margin: 0 auto;}

/* dark site page styles 
****************************************************************************************/
#darkSiteNoRails {margin: 0 auto;}

/* error handler page styles 
****************************************************************************************/
#errorHandler {width: 500px; margin: 50px auto;}

/* index page based styles 
****************************************************************************************/
#indexCustom {width: 100%; margin: 10px 0px 20px 10px;}
.indexInfoLineFeatured {overflow: auto;}
.indexInfoLineFeaturedThumb {float: left; padding-right: 10px;}
.indexInfoLineFeaturedContent {float: left;}
.indexInfoLineFeaturedContent h2 {/*font-size: 1.2em; */ margin-bottom: .2em;} /* article titles */
.indexInfoLineFeaturedContent h2 a {} /* article title anchor style */
.indexInfoLineFeaturedContent h2 a:hover {/*text-decoration: none;*/} /* article title anchor style */
.indexInfoLineFeaturedContent h3 {} /* photo titles */
.indexInfoLineFeaturedContent h3 a {} /* photo title anchor style */
.indexInfoLineFeaturedContent h3 a:hover {/*text-decoration: none;*/} /* photo title anchor style */

#indexInfoLineTitle {margin: 0 10px 12px 0; font-weight: bold; /*text-transform: uppercase;*/}
.indexInfoLine {overflow: auto;}
.indexInfoLine td {vertical-align: top;}
.indexInfoLineThumb {}
.indexInfoLineContent {float: left; margin-left: 10px;margin-bottom: 5px;}
.indexInfoLineContent h2 {/*font-size: 1.2em;*/ margin-bottom: .2em;} /* article titles */
.indexInfoLineContent h2 a {} /* article title anchor style */
.indexInfoLineContent h2 a:hover {/*text-decoration: none;*/} /* article title anchor style */
.indexInfoLineContent h3 {} /* photo titles */
.indexInfoLineContent h3 a {} /* photo title anchor style */
.indexInfoLineContent h3 a:hover {/*text-decoration: none;*/} /* photo title anchor style */
.indexInfoLineContent img {padding: 5px;} /* puts a bit of padding when image embedded in abstract */
.indexTags {}

/* NOTE: if you are having issues with your carousel showing all pieces of content for a brief second when the page loads,
you can fix this by specifying an exact height on the #indexCarouselContent class and set overflow: hidden; */
#indexCarousel { 
	z-index: 1;
	margin: 32px 0 0 5px;
	padding: 0px;
	background-color: #666;
	border: 1px solid #ccc;
	width: 760px;
	color: white;
	/*position: absolute;*/
	
}
#indexCarouselNavTitle {
	float: left; 
	margin: 5px 10px 0px 0;
	color: white; 
	/*font-weight: bold; */
	/*font-size: 13px;*/
	/*font-style:italic;
	font-size: 16px;
	color: #444444;
	line-height: 120%;*/
	}
#indexCarouselSubtitle{
	/*font-size: 14px;
	font-weight: bold; 
	font-style:italic;*/
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	width: 365px;
	color: white;
}
#indexCarouselNav {
	margin-top:-20px;
	z-index: 200; 
	position: relative;
	float:right; 
	margin-right: 15px;
	}
#indexCarouselNav a {
	display: block; 
    float: left;
    height: 11px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 0;
    /*font-weight: bold;*/ 
	background: transparent url('/graphics/9036/sprite2.png') no-repeat 0 -649px;
	overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    position: relative;
    width: 11px;
    z-index: 2;
    color: white;
}

/* The active slide has the white circle */
#indexCarouselNav a.activeSlide { 
	/*font-weight: bold;*/ 
	background-color: #fff; 
	border: none; 
	background: transparent url('/graphics/9036/sprite2.png') no-repeat 0 -700px;
	overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    width: 11px;
    z-index: 2;
}

#indexCarouselNav a:hover {/*text-decoration: underline;*/}
#indexCarouselContent { width: 100%; height: 100%; height: 300px; overflow:hidden; z-index: 1;}
.carousel_wrap{
	width: 760px; height: 300px; overflow: hidden;
}
#indexCarouselContent h2, #indexCarouselContent h2 a {
	/*font-family: Verdana,Helvetica,sans-serif; 
	font-size: 14px; 
	color: #3B73B9;*/
	padding-top: 10px;
	color: white;
	}
#featureDate{
	font-weight: bold;
}
#floating_credits{
 	/*position: absolute; 
 	left: 0px; */
 	bottom: 0px; 
	position: absolute;
	float:right;
	clear: both; 
	margin-right: 15px;
 	width: 760px; 
 	z-index: 100; 
 	background-color:black;
 	min-height: 30px;
 	_height: 30px;
 	padding: 5px;
 	color: #FFFFFF;
}
.inlineBlocks{
	float: left;
	display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    overflow: hidden;
    /*margin: auto;*/
}
.img_left{
	float:left; /*width:365px;*/ margin-right: 10px; z-index: 1; /*background-color: white;*/
}

.img_left img{
	float: left;
}
	
.img_right{
	float: right; width:365px; /*margin-left: 10px;*/ z-index: 1; /*background-color: white;*/
}
.img_right img{
	float: right;
}
.center_cont{
	position: relative; width: 288px; padding: 0; margin: 0;
}
.center_cont_R{float: left; width: 365px; padding: 5px 20px 0 5px; margin: 0; z-index: 1;background-color:}
.center_cont_L{float:left; width:365px; padding: 5px 10px; margin: 0; z-index: 1;}
#carousel_content_wrapper{
	padding: 5px;
}

.transparent_class {
	
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";

  /* IE 5-7 */
  filter: alpha(opacity=65);

  /* Netscape */
  -moz-opacity: 0.65;

  /* Safari 1.x */
  -khtml-opacity: 0.65;

  /* Good browsers */
  opacity: 0.65;
}

#indexMultimedia {padding: 0; margin: 0;}
#indexMultimediaTitle {margin: 0 10px 12px 0; /* font-weight: bold; text-transform: uppercase;*/}
.indexMultimediaBox {background-color:#eee; border: 1px solid #ccc; float: left; margin: 0 5px 0 0; padding: 10px;}
.indexMultimediaBox.video {width: 200px;} /*special properties for video*/
.indexMultimediaBox.audio {width: 150px;} /*special properties for audio*/
.indexMultimediaBox.image {width: 150px;} /*special properties for image*/
.indexMultimediaCaption {font-size: .75em;}

div#indexCustom table tbody tr td table tbody tr td img{
	margin-right: 5px;
}

/* invitation page styles 
****************************************************************************************/
#inviteDetails {width: 50%; float:left;}
#inviteDetails td {vertical-align: top;}
#inviteResponse {width: 50%; float:left	;}
#inviteResponse textarea {width: 360px;}

/* login page styles 
****************************************************************************************/
#loginNoRails {width: 600px; margin: 20px auto;}

/* "MY Stuff" page styles 
****************************************************************************************/
#myStuffIntro {float:left;}
/*#myStuffIntro ol {margin: 0 0 10px 30px;}*/
#myStuffPdf {float:right;}

/* presskit page styles
****************************************************************************************/
.presskitInfoLine {overflow: auto;}
.presskitInfoLine td {vertical-align: top;}
.presskitInfoLineThumb {}
.presskitInfoLineContent {float: left; /*font-size: 14px;*/}
.presskitInfoLineContent h2 {/*font-size: 12px; */ margin-bottom: .2em; line-height: 18px; font-weight: normal;} /* article titles */
.presskitInfoLineContent h2 a {} /* article title anchor style */
.presskitInfoLineContent h2 a:hover {/*text-decoration: none;*/} /* article title anchor style */
.presskitInfoLineContent h3 {} /* photo titles */
.presskitInfoLineContent h3 a {} /* photo title anchor style */
.presskitInfoLineContent h3 a:hover {/*text-decoration: none;*/} /* photo title anchor style */
.presskitInfoLineContent img {padding: 5px;} /* puts a bit of padding when image embedded in abstract */
#presskitMainImage {float: right;}
#presskitContent {margin: 0 0 10px; 0}
#presskitFile {margin: 0 0 10px; 0}
#presskitItems {margin: 0 0 10px; 0}
.presskitTblPhotoStnd td {/* vertical-align: top; */}
#pressContacts {margin: 0 0 10px; 0}

/* register page styles
****************************************************************************************/
#registerIntro {margin: 0 0 10px; 0}
#registerForm {margin: 0 0 10px; 0}
#registerErrors {margin: 0 0 10px; 0}
#registerThankYou {}

/* request info page styles
****************************************************************************************/
#requestInfoIntro {margin: 0 0 10px; 0}
#requestInfoForm {margin: 0 0 10px; 0}
#requestInfoForm h4, #requestInfoForm h6 {text-align: center; margin: 0;}
#requestInfoForm hr {margin: 0 auto;}
#requestInfoErrors {margin: 0 0 10px; 0}
#requestInfoThankYou {/* uncomment for centered "thank you" *//* width: 400px; margin: 10px auto; */}

/* RSS page styles
****************************************************************************************/
#RSStbl td {padding-right: 35px;}

/* search page styles
****************************************************************************************/
#searchInfoIntro {margin: 0 0 10px; 0}
#searchFormLeft {width: 48%; float:left;}
#searchFormRight {width: 48%; float:left;}
.searchKeywords, .searchTag {width: 230px;}
#searchResultsInfoErrors {margin: 0 0 10px; 0}
#searchResultsNav {margin: 0 0 10px; 0}
#searchResults {margin: 0 0 10px; 0}
#searchResults ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#searchResults li {float: left; margin: 0 6px 0 0;}
.searchInfoLine {margin: 0 0 15px 0;}
.searchInfoLine h2 {/*font-size: 1.2em; */ margin-bottom: .2em;} /* article titles */
.searchInfoLine h2 a {} /* article title anchor style */
.searchInfoLine h2 a:hover {/*text-decoration: none;*/} /* article title anchor style */
.searchInfoLine h3 {} /* photo titles */
.searchInfoLine h3 a {} /* photo title anchor style */
.searchInfoLine h3 a:hover {/*text-decoration: none;*/} /* photo title anchor style */
.searchVerityScore {color: #949294; font-size: .9em;}
.searchNoResults {margin: 40px 0 20px; 0}
.searchAdvLink {float: left; margin: 12px 0;}
.search_search_data{
	font-weight: bold;
}

/* section based styles 
****************************************************************************************/
.sectionInfoLine {overflow: auto; margin: 10px 0;}
.sectionInfoLine td {vertical-align: top;}
.sectionInfoLineThumb {}
.sectionInfoLineContent {padding: 5px;}
div.demo div#tabs.ui-tabs div#tab_content_wrapper div#tabs-3.ui-tabs-panel table tbody tr.sectionInfoLine td{
	margin: 10px 0;
	padding: 10px 0;
}  
.sectionInfoLineContent h2 {/*font-size: 1.2em;*/ margin-bottom: .2em;} /* article titles */
.sectionInfoLineContent h2 a {} /* article title anchor style */
.sectionInfoLineContent h2 a:hover {/*text-decoration: none;*/} /* article title anchor style */
.sectionInfoLineContent h3 {} /* photo titles */
.sectionInfoLineContent h3 a {} /* photo title anchor style */
.sectionInfoLineContent h3 a:hover {/*text-decoration: none;*/} /* photo title anchor style */
.sectionInfoLineContent img {padding: 5px;} /* puts a bit of padding when image embedded in abstract */
.sectionTags {}

#sectionDesc {width: 100%; margin: 0 0 10px 0;}

#sectionGallery {}
#sectionGallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}

#sectionGallery li {float: left; margin: 0 3px 0 0;}
#sectionGallery td {vertical-align: bottom;}
.sectionGalleryImg {display: block; margin: 5px 0px;}
.sectionGalleryTools {width: 100%;}

.sectionTblPhotoStnd td {
	vertical-align: top;
	margin: 0;
	padding: 0 5px 0 0;
}

.sectionContacts {
	float: left;
	margin: 5px 18px 32px 2px;
}
#sectionContactsMMIcons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sectionContactsMMIcons ul li { display: inline; }

.sectionBreakoutInfo {float: left;}
.sectionBreakoutInfo h4 {margin: .75em 0;}
.sectionBreakoutMore {display:block; float: right; padding: 6px 0 0 0;}

#sectionMMIcons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sectionMMIcons li {margin: 0; padding: 0;}

/* user customization page styles
****************************************************************************************/
#userProfileIntro {margin: 0 0 10px; 0}
#userProfileForm {margin: 0 0 10px; 0}
#userProfileErrors {margin: 0 0 10px; 0}
#userProfileThankYou {color: #0000ff; margin: 0 0 10px; 0}
#userPrefIntro {margin: 0 0 20px; 0}
#userPrefErrors {margin: 0 0 10px; 0}
#userPrefThankYou {color: red; margin: 0 0 10px; 0}
#userPrefPKInto {margin: 0 0 10px; 0}
#userPrefPKForm {margin: 0 0 10px; 0}
#userPrefSecInto {margin: 0 0 10px; 0}
#userPrefSecForm {margin: 0 0 10px; 0}
#userPrefNotifyInto {margin: 0 0 10px; 0}
#userPrefNotifyForm {margin: 0 0 10px; 0}

/* video page styles
****************************************************************************************/
#videoObject {margin: 0 0 10px; 0}
#videoTags {margin: 0 0 10px; 0}
#videoComments {margin: 0 0 10px; 0}

/* rail gadget styles */
#railFeaturedArticles {margin: 0; padding:0;}
#railFeaturedArticles ul li {margin: 0; padding: 0;	list-style-type: none;}
.railMultimediaBox {margin: 0 auto; padding: 0;}
.railMultimediaBox.video {} /*special properties for video*/
.railMultimediaBox.audio {} /*special properties for audio*/
.railMultimediaBox.image {} /*special properties for image*/
.railMultimediaCaption {font-size: .75em;}

div#registerForm form#main_register div#div2 div#registerIntro ol{
	/*width: 510px;*/
	/*margin-left: 10px;*/
}
div#registerForm form#main_register div#div2 div#registerIntro ol li{
	margin-bottom: 10px;
	margin-left: 10px;
	/*clear: both;*/
}
#div2{
	visibility: hidden; 
	height:1px;
}
.rssFeed{
	/*position: absolute; 
	left: 1039px;*/
	position: relative;
	padding-top: 6px;
}