/* 
a: #ff8300
a:hover: Orange
color: #636262
h1: #0082a2
font-family: Tahoma, Arial, San Serif;;
*/

/* r.a.d.menu Plain skin */

.RadMenu_Default 
{
	margin: 0 42px 0 0;
	padding: 0 0 0 0;
	z-index: 9999;
	xbackground: #000000 url(../design/MainNavigationInnerBG.jpg) no-repeat scroll top left;
	float: right !important;
	width: auto;
}

.RadMenu_Default .text
{
	font-family: Tahoma, Arial, San Serif;;
	font-size: 12px;
	cursor: pointer;
	_cursor: hand;
	xbackground: transparent url(../design/MainNavigationDivider.jpg) no-repeat scroll top right;
}

.RadMenu_Default .rootGroup
{
	margin: 0;
	padding: 0;
}

.RadMenu_Default .rootGroup .text
{
	padding:0px 18px;
	font-size: 13px;
	color: #fff;
	border-left: 1px solid white;
	margin: 7px 0;
	cursor: pointer;
	_cursor: hand;
	xbackground: transparent url(../design/MainNavigationDivider.jpg) no-repeat scroll top right;
}

.RadMenu_Default .rootGroup a.link
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#FFFFFF;
	text-decoration:none;
}

.RadMenu_Default .rootGroup a.link:hover,
.RadMenu_Default .rootGroup a.selected
{
	xtext-decoration: underline;
}

.RadMenu_Default .group
{
	border: solid 1px #000000;
	border-top: none;
	background-color: #CCCCCC;
	z-index: 1001;
	margin-left: 2px;
}

.RadMenu_Default .group .text
{
	font-weight: normal;
	padding: 5px 20px 5px 6px;	
	cursor: hand;
	text-decoration: none;
}

.RadMenu_Default .group .link
{
	padding: 5px 0 5px 6px;
	color: #FFFFFF;
	xbackground: transparent url(../design/nav_line.gif) repeat-x scroll bottom left;
}

.RadMenu_Default .group .link:hover
{
	color: #ff8300;
	text-decoration: none;
}

.RadMenu_Default .group .link:hover .text
{
	color: #ff8300;
	text-decoration: none;
}

.RadMenu_Default .group .level2
{
}

.RadMenu_Default .level2
{
}
	
.RadMenu_Default .group .level2 .item
{
	margin:0;
	padding:0;
}

.RadMenu_Default .rightArrow,
.RadMenu_Default .leftArrow
{
	height:100%;
}

.RadMenu_Default .rightArrow,
.RadMenu_Default .rightArrowDisabled
{
	xbackground-image: url(../design/nav_arrow.gif);
}

.RadMenu_Default .expandLeft,
.RadMenu_Default .expandRight
{
	xbackground:transparent url(../design/nav_arrow.gif) no-repeat center right;
}

/* right to left */
.RadMenu_Default_rtl .group .link:hover .expandLeft,
.RadMenu_Default_rtl .group .link:hover .expandRight
{
	margin: 0 0 0 0;
}

.RadMenu_Default .link:hover .expandLeft,
.RadMenu_Default .link:hover .expandRight
{
}

/* Rad panel */

.panelbarItem0Selected, .panelbarItem0Expanded, .panelbarItem0ExpandedSelected,
.panelbarItem, .panelbarItemCollapsed, .panelbarItemExpanded, .panelbarItemExpandedSelected, .panelbarItemSelected,
.panelbarItem2, .panelbarItem2Collapsed, .panelbarItem2Expanded, .panelbarItem2ExpandedSelected, .panelbarItem2Selected,
.panelbarItem3, .panelbarItem3ExpandedSelected, .panelbarItem3Selected
{
	color: #333333;
	text-align: left;
	cursor: pointer;
	white-space: normal;
	padding: 0 0 5px 0;
	margin: 0;
	background: transparent url(../design/nav_off.jpg) no-repeat scroll bottom left;
	line-height: 14px;
	font-size: 12px;
	white-space: normal;
	width: 176px !important;
}
.panelbarItem0Text, .panelbarItemText0Expanded, .panelbarItemText0Selected, .panelbarItemText0ExpandedSelected,
.panelbarItemText, .panelbarItemTextExpanded, .panelbarItemTextSelected, .panelbarItemTextExpandedSelected
{
	padding: 5px 5px 5px 5px;
	background-color: #dedede;
}

.panelbarItemExpandedSelected, .panelbarItemSelected, .panelbarItemExpanded
{
}

.panelbarItemTextHover, .panelbarItemTextHoverExpanded, .panelbarItemTextHoverSelected, .panelbarItemTextHoverExpandedSelected,
.panelbarItemTextSelected, .panelbarItemTextExpandedSelected
{
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	background-color: #87C2D0;
}

.panelbarItem2, .panelbarItem2Collapsed, .panelbarItem2Expanded, .panelbarItem2ExpandedSelected, .panelbarItem2Selected
{
	padding: 0 0 0 20px;
	line-height: 28px;
	background: transparent url(../design/nav2_off.jpg) no-repeat scroll bottom left;
}

.panelbarItem2TextHover, .panelbarItem2TextHoverExpanded, .panelbarItem2TextHoverSelected, .panelbarItem2TextHoverExpandedSelected
{
	background: #FFFFFF url(../design/nav2_on.jpg) no-repeat scroll top left;
}

.panelbarItem3, .panelbarItem3Collapsed, .panelbarItem3Expanded, .panelbarItem3ExpandedSelected, .panelbarItem3Selected
{
	padding: 0 0 0 30px;
	line-height: 28px;
	background: transparent url(../design/nav2_off.jpg) no-repeat scroll bottom left;
}

.panelbarItem3TextHover, .panelbarItem3TextHoverExpanded, .panelbarItem3TextHoverSelected, .panelbarItem3TextHoverExpandedSelected
{
	background: #FFFFFF url(../design/nav2_on.jpg) no-repeat scroll top left;
}

.panelbarSubgroup2
{
}

.panelbarItem0Selected, .panelbarItem0Expanded, .panelbarItem0ExpandedSelected
{
	display: none;
}

.SecondaryNavigationPanelContainer
{
	background-color: #EEEEEE;
	padding: 12px 12px 7px 12px;
}

.SecondaryNavTitle
{
	display: none;
}

/* %=Global */

a
{
	cursor: hand;
	text-decoration : none;	
}

a:link , a:active, a:visited, a:hover
{
	color: #CC6600;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body, input, p, select, table, textarea, .RadEContent, .RadEContentBordered,
h1, h2, h3, h4, h5
{
	font-family: Tahoma, Arial, San Serif;
	color: #636262;
	font-size: 13px;
	font-weight: normal;
}

.RadEContent, .RadEContentBordered
{
	background-color: #FFFFFF !important;
}

body
{
}

input, select, textarea
{
	line-height: normal;
}

.BodyBackground
{
	background: #FFFFFF url(../design/bg.gif) repeat-x;
}

blockquote
{
	margin-left: 40px;
}

h1, h2, h3, h4, h5,
.HomePageContainer .ModuleTitle,
.RightPane h1,
.GalleryDetailTitle
{
	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: normal;
	display: block;
}

h5
{
	color: #000000;
	font-size: 11px;
}

.HomePageContainer .ModuleTitle,
.ThreeColumnContainer h1,
.TwoColumnContainer h1,
.GalleryDetailTitle,
h2
{
	color: #0082A2;
	font-size: 18px;
	padding: 20px 0 10px 0;
}

.ModuleTitle a
{
	text-decoration: none !important;
}

.RightPane .ModuleTitle
{
	color: #898989;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.RightPane h1
{
	text-align: center !important;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin: 5px 0 10px 0;
	padding: 4px 0 6px 0;
}

.HomePageContainer  p
{
	display: inline;
}

/* %=Layout */

.HomePageContainer, .ThreeColumnContainer
{
}

.MainContainer
{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.HeaderPane, .HeaderPane2, .FooterPane, .FooterPane2
.LeftPane, .ContentPane, .RightPane
{
	xborder: solid 1px red;
}

.MainContainer,
.HeaderPane, .HeaderPane2,
.TitlePane, .NavigationPane,
.FooterPane, .FooterPane2
{
	width: 980px;
	clear: both;
}

.HeaderPane
{
	background: transparent url(../design/HeaderBG.gif) repeat scroll top left;
	height: 111px;
}

.HeaderPane2
{
	border-bottom: solid 2px #ff8300;
	height: 236px;
}

.ThreeColumnContainer .HeaderPane2,
.TwoColumnContainer .HeaderPane2
{
	height: 119px;
}

.NavigationPane
{
	background: #FFFFFF url(../design/subbg.gif) repeat-y top left;
	height: 31px;
	border-bottom: solid 1px #FFFFFF;
}

.LeftPane
{
	width: 200px;
	float: left;
	clear: left;
	padding: 0 0 20px 0;
}

.HomePageContainer .LeftPane
{
	display: none;
	visibility: hidden;
}

.ContentPane
{
	width: 418px;
	padding: 0 20px 20px 20px;
	float: left;
}

.HomePageContainer .ContentPane
{
	width: 620px;
	clear: left;
}

.TwoColumnContainer .ContentPane
{
	width: 740px;
}

.RightPane
{
	width: 248px;
	float: left;
	clear: none;
	background-color: #F5F5F5;
	margin: 20px;
	_margin-left: 0;
	padding: 9px 15px 15px 15px;
	border: solid 1px #EAEAEA;
}

.FooterPane
{
	width: 873px;
	padding: 5px 20px 10px 87px;
	background: #FFFFFF url(../design/footbg.gif) repeat-x top left;
	height: 55px;
	text-align: center;
	color: #898989;
}

.FooterPane2
{
	display: none;
}

.StockQuotePane
{	
}

.Q4FooterContainer
{
}

/* Standard Modules */

.MainNavigationInner
{
}

.Breadcrumb
{
}

.ClientLogo
{
	float: left;
	width: auto;
}

.HeaderImage
{	
	clear: none;
	float: left;
	width: auto;
}

div.HeaderLinks
{
	xlist-style-type: none;
	float: right;
	width: auto;
}

.HeaderLinks ul
{
	margin: 0 0 0 0;
}

.HeaderLinks ul li
{
	list-style: none;
	display: inline;
	padding-left: 5px;
	xbackground: transparent url(../design/headerBullet.gif) no-repeat scroll center left;
}

.HeaderLinks a, .FooterLinks a
{
	
}

.HeaderLinks a:hover
{
	
}

div.FooterLinks
{
	float: left;
	width: 110px;
	padding: 0 0 0 25px;
}

.FooterLinks ul
{
	margin: 0;
	padding: 0;
}

.FooterLinks ul li
{
	list-style: none;
	display: inline;
	xbackground: transparent url(../design/headerBullet.gif) no-repeat scroll center left;
}

div.FooterLinks .QuickLinkSeparator
{
	display: inline !important;
}

.NotFoundMessage, .NotFoundText
{
	text-align: left !important;
}

.NotFoundText
{
	padding-top: 15px;
}

/* Integrated Print Panel */

.Hide 
{
	display: none;
	visibility: hidden; 	
}

.RegularVersionImage, .PrintVersionImage
{
}

.RegularVersionLink, .PrintVersionLink
{
}

.PrintPage
{
	text-align: right;
}

div.TopOfPage
{
	text-align: right;
	background: transparent url(../design/TopOfPage.gif) no-repeat scroll top right;
}

.HomePageContainer div.TopOfPage
{
	display: none;
}

div.TopOfPage li
{
	list-style: none;
}

/* Generic datagrids */

.TabTableHeader
{
	visibility: hidden;
	.display: none;
	_display: none;
	position: absolute;
	bottom: 0px;
}

.TabTableData, .TableTableBorder
{
	padding-bottom: 15px;
	width: 90% !important;
}

.TabTableDate
{
	font-weight: bold;
	white-space: nowrap;
	width: 10% !important;
	padding-right: 15px;
}

.TabTableItem, .TabTableItemAlt
{
}

.TabTableItem td, .TabTableItemAlt td, .TabTableData
{
	padding-bottom: 10px;
}

.TabTableItemAlt
{
}

/* Generic Items */

.ActionButton, .HeaderSearchImg, .InputButton, .SubmitButton
{
}

.NoBr
{
	display: none;
}

.RequiredField
{
	color: Red;
}

.YearNavContainer
{
	margin-bottom: 10px;
}

.YearNavLink
{
	text-decoration: none;
}

.YearNavContainer a, .PressReleaseYears a
{
	padding-right: 10px;
}

.YearNavContainer .selected, .YearNavContainer a:hover, .PressReleaseYears a:hover
{
	font-weight: bold;
}

/* Latest Modules */

.TitleContainer .TitleRight
{
	display: none;
}

.HomePageContainer .Title
{
}

.HomePageContainer .PressReleaseLatestContainer .ContentContainer,
.HomePageContainer .EventWebcastLatestContainer .ContentContainer,
.HomePageContainer .Highlights .ContentContainer
{
}

.PressReleaseLatestContainer .ContentContainer a,
.EventWebcastLatestContainer .ContentContainer a,
.Highlights .ContentContainer a
{
	text-decoration: none !important;
}

.ContentContainer .Date
{
	display: block;
	font-weight: bold;
	text-decoration: none !important;
	color: #636262;
}

.MoreLink
{
	display: block;
	margin-bottom: 10px;
}

.FinancialReportLatestContainer,
.PresentationLatestContainer,
.PressReleaseLatestContainer,
.EventWebcastLatestContainer
{
}

.TitleLeftHomePage
{
	padding-bottom: 10px;
}

.TitleLeft, .TitleLeft a, .TitleLeftHomePage a
{
	color: #636262;
}

.TitleRight  /* View All */
{
	display: none;
}

.FinancialReportLatestContainer li,
.PresentationLatestContainer .Date,
.PressReleaseLatestDate
{
	font-weight: bold;
	list-style-type: none;
}

.PressReleaseLatestContentColumn, .FinancialReportLatestColumn, .PresentationLatestContainer .MiddleColumnContentHomePage, .EventWebcastLatestContainer .MiddleColumnContentHomePage
{
	padding: 0 0 10px 0;
}

.PresentationLatestContainer .MiddleColumnContentHomePage, .PresentationLatestContainer .MiddleColumnContentHomePage a,
.FinancialReportLatestContainer, .PresentationLatestContainer, .PressReleaseLatestContainer,
.FinancialReportLatestContainer a, .PresentationLatestContainer a, .PressReleaseLatestContainer a
{
}

.PresentationLatestContainer .MiddleColumnContentHomePage a:hover,
.FinancialReportLatestContainer a:hover, .PresentationLatestContainer a:hover, .PressReleaseLatestContainer a:hover
{
}

.FinancialReportLatestContainer .MiddleColumnContent, .PresentationLatestContent, .PressReleaseLatestContent
{	
}

.PresentationLatestContent, .PressReleaseLatestContent
{
}


.FinancialReportLatestContainer .TitleContainer, .PresentationLatestContainer .TitleContainer, .PressReleaseLatestContainer .TitleContainer
{
}

.FinancialReportLatestContainer .FinancialReportLatestItem, .PresentationLatestContainer .PresentationLink,
.PresentationLatestContainer x.PresentationTitle, .PressReleaseLatestContainer .PressReleaseHeadline
{
	display: block !important;
}

.EventWebcastContainer .TabTableHeader, .PresentationContainer .TabTableHeader, .PressReleaseContainer .TabTableHeader
{
}

.EventWebcastContainer .TabTableTitle, .PressReleaseLatestHeadline, .Report2LinkRow
{	
}

.EventWebcastContainer .TabTableTitle, .EventWebcastLatestContainer .EventWebcastTitle, .EventWebcastLatestContainer .hrefDocument,
.PressReleaseContainer .TabTableTitle
{
	display: block;
}

/* %=FinancialReport */

.FinancialReportContainer
{
	vertical-align: top;
}

.FinancialReportContainer .YearPanel
{
	display: none;
}

.FinancialReportContainer h2, .FinancialReportContainer h3
{
}

.FinancialReportContainer .CoverImagePane
{
	vertical-align: top;
}

.FinancialReportContainer .CoverImage
{
}

.AnnualQuarterlyReportText
{
	display: none;
}

.AnnualReportPanel h3, .QuarterlyReportPanel h3, .SupplementalReportPanel h3
{
	display: none;
}

.AnnualReportPanel h2.Year
{
}

.AnnualReportPanel h4, .QuarterlyReportPanel h4, .SupplementalReportPanel h4
{
}

.FinancialReportLatestContainer .CoverImagePane
{
}

.FinancialReportLatestContainer .CoverImage
{
}

.AnnualReportPanel ul, .QuarterlyReportPanel ul, .SupplementalReportPanel ul
{
	margin: 0;
	padding: 0;
}

.AnnualReportPanel li, .QuarterlyReportPanel li, .SupplementalReportPanel li
{
	list-style: none;
	padding-bottom: 10px;
}

/* Financial Report Latest */

.FinancialReportLatestContainer
{
}

.FinancialReportLatestContainer .CoverImagePane
{
	display: none;
}

.FinancialReportLatestContainer
{
}

.FinancialReportLatestContainer .MiddleColumnContent
{
}

.FinancialReportLatestContainer ul
{
	margin: 0;
	padding: 0;
}

.FinancialReportLatestContainer li
{
	padding: 10px 0 0 0;
	font-weight: normal;
	margin: 0;
}

/* Department */

/* Download */

/* EditSubscriber */

/* EmailThisPage */

.EmailThisPageContainer .FormCol1
{
	width: 40%;
}

.EmailThisPageContainer .FormCol2
{
	width: 60%;
}

/* %=Event */

.EventWebcastContainer .TabTableHeader
{
	display: none;
}

.EventWebcastContainer .BodyLinks
{
}

.EventWebcastContainer .EventWebcastDetails, .EventWebcastSpeakers, .EventWebcastTime 
{
}

.EventWebcastContainer .EventWebcastDetails
{
	display: none;
}

.EventWebcastContainer .EventWebcastLinks
{
	display: none;
}

.EventWebcastDetailsContainer .EventTime
{
	padding-bottom: 15px;
	display: block;
}

.EventWebcastDetailsContainer .EventBody
{
	display: block;
}

.EventWebcastDetailsContainer .hrefWebcastLink
{
	padding-top: 10px;
}

.EventWebcastTime
{
	display: block;
}

/* Event Webcast Latest */

.EventWebcastLatestContainer
{
	display: block !important;
}

.EventWebcastLatestContainer .Date
{
	display: block !important;
}

/* Exit Page */
.ExitPageContainer
{
	padding: 50px 0 0 0;
	text-align: center;
}

.ExitPageText
{
	width: 300px;
}

.ConfirmationButtons
{
}

/* FAQ */
.FaqContainer
{
}

.FaqQuestionList
{
	padding: 0 0 10px 0;
}

.FaqQuestionLink
{
}

.FaqContainer .BackToTopLink
{
	width: 100%;
	display: block;
	text-align: right;
}

/* Forms */
.FormColumn1
{
	width: 30%;
}

.FormColumn2
{
	width: 70%;
}

/* %=Flash */

.Flash
{
	z-index: 1;
}

/* %=Gallery */

.GalleryDetailContainer
{
}

.GalleryDetailTitleDiv
{
}

.GalleryDetailTitle
{
}

.GalleryDetailDescriptionDiv
{
}

.GalleryDetailDescription
{
}

table.GalleryDetailImageList td
{
	border: solid 1px #999999;
	padding: 3px 3px 1px 3px;
}

img.GalleryDetailImage
{
	border: none;
}

.GalleryDetailImageList td
{
	vertical-align: top;
}

.GalleryImageDetailTitle
{
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

.GalleryImageNavDiv
{
	display: none;
}

/* Glossary */

.GlossaryContainer
{
}

.GlossaryLetters
{
	padding-bottom: 10px;
}

.GlossaryLetter
{
	font-weight: bold;
}

.GlossaryTopLink
{
}
.GlossaryDivider
{
}
/* %=HeaderImage */
.HeaderImageContainer
{
}

/* %=Html */

.HtmlTextContainer
{
}

/* %=Image */

.ImageContainer
{
}

/* %=LanguageSwitch */

.LanguageSwitch, .LanguageSwitchfr
{
}

.LanguageSwitch a, .LanguageSwitchfr a
{
}

.LanguageSwitch a:hover, .LanguageSwitchfr a:hover
{
}

/* Mailing List Signup */

.EditSubscriberContainer
{
	display: block;
	clear: both;
	float: none;
}

.ActionButton, .SubmitButton
{
	margin-top: 10px;
}

.MailingListCol1
{
	white-space: nowrap;
	width: 10%;
	padding-right: 5px;
}

.MailingListCol2
{
	white-space: nowrap;
	width: 90%;
	padding: 0 0 5px 0;
}

.MailingListCol2 input
{
	width: 200px;
}

.MailingListListTable
{
}

.MailingListConfirmation, .MailingListActivationMessage
{
	display: block;
	padding-top: 15px;
	font-weight: bold;
}

/* %=MailingListUnsubscribe */

.MailingListUnsubscribeContainer
{
}

.MailingListUnsubscribeAction
{
	padding-top: 15px;
	font-weight: bold;
}

.MailingListUnsubscribeMessage
{
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}

/* %=Person */

.PersonGenericContainer
{
	display: inline-block;
}

.PersonContainer
{
	padding: 0 0 15px 0;
	display: inline-block;
	clear: both;
}

.PersonPhoto
{
	float: left;
	width: auto;
}

.PersonDetailsContainer
{
	float: left;
	display: inline;
	xpadding-left: 15px;
}

.PersonContainer h3
{
	font-weight: bold;
}

.PersonContainer .PersonName
{
}

.PersonContainer .PersonTitle
{
}

.PersonContainer .PersonTitleComma
{
}

.PersonContainer .PersonDescription
{
}

.PersonGenericDetailsContainer
{
}

.PersonGenericDetailsContainer .PersonDetailsImageContainer
{
	float: left;
	width: auto;
}

.PersonGenericDetailsContainer .PersonDetailsNameContainer
{
	float: left;
	height: 100px;
	padding-left: 15px;
	position: relative;
	top: 65px;
}

.PersonGenericDetailsContainer .PersonName
{
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #2c76a2;
	
}

.PersonGenericDetailsContainer .PersonTitle
{
	display: block;
}

.PersonGenericDetailsContainer .PersonTitleComma
{
	display: none;
}

.PersonGenericDetailsContainer .PersonDetailsDescriptionContainer
{
	margin-top: 15px;
	clear: both;
}

/* Presentations */

.PresentationContainer .TabTableDocLink, .PresentationContainer .TabTableTitle
{
	display: block;
}

.PresentationContainer .TabTableDateInline
{
	display: block;
}

.PresentationContainer .TabTableDate
{
	display: none;
}

/* Presentation Latest */

.PresentationLatestContainer
{
}

/* Press Releases */

table.PressReleaseLatestTable,
table.PressReleaseTableWidth
{
	border-collapse: separate !important;
}

div.PressReleaseYears
{
}

.PressReleaseYears li
{
}

.PressReleaseYears ul
{
}

.PressReleaseTableWidth
{
	width: 100%;
}

.PressReleaseTableWidth pre
{
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.PressReleaseTableWidth .DetailLeft, .PressReleaseTableWidth .DetailRight
{
	vertical-align: top;
}

.PressReleaseTableWidth .DetailLeft
{
	width: 80%;
}

.PressReleaseTableWidth .DetailRight
{
	xdisplay: none;
}

.DownloadPressReleaseLink
{
	padding-bottom: 10px;
}

h1.Detail, .DetailRight, h1.EventDetail
{
	vertical-align: bottom;
}

.PressReleaseLatestContainer
{
}

.PressReleaseLatestContentColumn
{
	xpadding-bottom: 10px;
}

.PageNewsNewsDetails .ContentPane {
	width: 666px;
}

.PageNewsNewsDetails .RightPane {
	display: none;
}

/* %=Project */

.ProjectContentContainer
{
}

.ProjectRegionDash
{
	display: none;
}

.ProjectContentContainer ul
{
	margin-top: 0;
}

/* %=QuickLink */

div.QuickLinksHomepage
{
	text-align: left;
}

.QuickLinksHomepage ul li
{
	list-style-type: none;
}

div.QuickLinks
{
}

.QuickLinks h1
{	
}

.QuickLinks ul
{
	margin: 0 0 0 5px;
	padding: 0;
}

.QuickLinks ul li
{
	list-style-type: none;
}

.QuickLinks ul li a
{
}

/* Region */
.RegionContainer
{
}

/* %=Report2 */

.Report2Table
{
	border-color: #FFFFFF;
}

/* %=Report2 List */


.Report2ListContainer h1
{
}

.Report2ListTable
{
}

.Report2LinkRowDate
{
	white-space: nowrap;
	padding-right: 15px;
	font-weight: bold;
}

.Report2LinkRow
{
	width: 100%;
	padding-bottom: 10px;
}

.Report2FileSizeRow
{
	white-space: nowrap;
	xwidth: 15%;
	text-align: right;
	padding: 0 15px 0 0;
}

.Report2IconRow
{
	xwidth: 5%;
}

.Report2ListTitle
{
}

.Report2ListContainer .YearNavContainer
{
}

/* RssFeed*/
.RssFeedLatestContainer .TitleLeft
{
	font-weight: bold;
	padding-bottom: 10px;
}

.RssFeedLatestContainer .ContentInner
{
	padding-bottom: 10px;
}

.RssFeedLatestContainer .PubDate
{
	font-weight: bold;
}

.HomePageContainer .RssLinkTopContainer
{
	padding-top:22px;
}

.PresentationContainer .RssLinkTopContainer,
.EventWebcastContainer .RssLinkTopContainer,
.PressReleaseOuterContainer .RssLinkTopContainer
{
	margin-top: -30px;
}

/* %=Search */

.HeaderSearch
{
	float: right;
	width: auto;
	padding: 0 15px 0 0;
}

.HeaderSearchInput
{
}

input.HeaderSearchImg
{
}

.NotFoundMessage
{
	display: inline;
}

.SearchText
{
}

.SearchResultsUrl
{
	display: none;
}

/* %=SiteMap */

.SiteMapContainer ul
{
	margin-left: 20px;
}

.SiteMap-Level2
{
	font-weight: bold;
}

.SiteMap-Level3 { margin-left: 20px; }
.SiteMap-Level4 { margin-left: 40px; }
.SiteMap-Level5 { margin-left: 60px; }

/* Stock Page */

.StockQuoteContainer
{
}

.StockQuoteTitle
{
	display: none;
}

.StockQuoteContainer a:hover, .StockQuoteHome a:hover
{
	color: #636262 !important;
}

h1.StockPage
{
}

.StockHistoricalMsg
{
	padding-top: 15px;
}

.StockTableText
{
	padding-bottom: 5px;
}

.StockQuoteContainer .Price, .StockQuoteContainer .StockPriceDown, .StockQuoteContainer .StockPriceUp, .Volume, .High, .WeekHigh, .Low, .WeekLow, .TodaysOpen, .PreviousClose
{
}

.StockQuoteContainer a
{
	text-decoration: none;
}

.PriceLabel, .VolumeLabel, .HighLabel, .LowLabel, .TodaysOpenLabel,
.ChangeLabel, .PChangeLabel, .WeekHighLabel, .WeekLowLabel, .PreviousCloseLabel
{
	font-weight: bold;
}

/* should only be shown if there is more than one stock symbol */
.StockQuoteLookup .ControlRow, .StockQuoteHome .ControlRow, .StockQuoteLookup .InputButton, .StockPage, .StockQuoteHome .MarketText
{
	display: none;
}

.StockPriceDown
{
	color: Red;
}

.StockPriceUp
{
	color: Green;
}

.StockQuoteLookup
{
	display: none;
}

.StockTable
{
	width: auto;
}

.StockTableItem, .StockTableItemAlt
{
	padding: 0 15px 5px 0;
}

.StockTableText
{
}

/* Stock (Global) */

.GlobalStockQuote
{
	float: right;
	width: auto;
	padding: 0 10px 0 0;
}

.GlobalStockQuote .Exchange
{
}

.GlobalStockQuote .Price, .GlobalStockQuote .StockPriceUp, .GlobalStockQuote .StockPriceDown
{
}

.GlobalStockQuote .StockPriceUp, .GlobalStockQuote .StockPriceDown
{
}

.GlobalStockQuote .StockPriceDown
{
}

/* Stock Quote Home */

.StockQuoteHome
{
}

.StockTableHeader1, .StockTableHeader2
{
	display: none;
}

.StockQuoteHome .StockTable
{
}

.StockQuoteHome .StockTableItem, .StockQuoteHome .StockTableItemAlt
{
}

.StockTableFooter
{
	padding-top: 10px;
}

/* Stock Historical */
.StockHistorical
{
}

.StockHistorical .StockHistoricalSelection
{
	padding-bottom: 10px;
}

/* Custom */

.MailingListCol2 input
{
	width: 150px !important;
}

.RightPane .GridActions
{
	border-top: solid 1px #CCCCCC;
	text-align: center;
}

.DottedLine
{
	padding: 0 0 0 0;
	background: #FFFFFF url(../design/dot.gif) repeat-x bottom left;
	height: 11px;
	clear: both;
}

.PageProjectsPhotosPhotoDetails .RightPane
{
	display: none;
}

.one, .two {
	float:left;
	width:195px;
	font-size:13px;
	color:#636262;
	list-style: none;
}
.two {
	padding-left:20px;
	border-left:1px solid #EAEAEA;
}

.ContactText ul
{
	margin: 0;
	padding: 0;
}

.PageContact .LeftPane
{
	display: none;
}

.PageContact .ContentPane
{
	width: 618px;
}

.Copyright
{
	float: left;
	width: auto;
}

.RightPane .ModuleTitle
{
	text-align: center !important;
}

.PressReleaseLatestContainer
{
	float: left;
	width: 98%;
	margin-right: 10px;
}
