html
{
	height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size: 9pt;
	overflow:hidden;
}

body
{
	font-family: arial, verdana, helvetica;
	margin:0;
	padding:0;
	overflow:hidden !important;
}

input.textIn
{
	border: solid 1px black;
}

#homeViewSelector,
#homeViewSelector div
{
	padding-left: 5px;
	border: none;
	background-color: #D1DFEE;
	color: Black;
	font-size: 8pt;
}

#homeViewSelector a:hover
{
	background-color: Blue;
}

.pageHdr 
{
	font-size: 155%;
	font-weight: bold;
	color: #7f2c6c;
}

.sectionHdr {
	font-size: 133%;
	font-weight: bold;
	color: #7f2c6c;
}

.pageFooter TD
{
	font-size: 60%;
	text-align: right;
	font-weight: lighter;
	color: #cccccc;
}

.pageFooter 
{
	height: 20px;
}

.sideBarHdr {
	background-color: #9BBDDE;	
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.sideBar {
	background-color: #FFFFFF;
	border: solid #9BBDDE 1px;
}

.sideBar TABLE 
{
	table-layout: auto;
}

.sideBarHdr select 
{
	font-size: 80%;
}

.sideBarItem TD
{
	font-size: 60%;
	border-bottom: solid #9BBDDE 1px;
	padding: 3px;
	white-space: nowrap;
}

.sideBarLeft
{
	height: 19px;
	background: #FFF url(../images/PMGR_SideBarLeft.gif);
}

.sideBarRight
{
	height: 19px;
	background: #FFF url(../images/PMGR_SideBarRight.gif);
}

.sidePanel 
{
	width: 50%;
}

.quoteAndTabs
{
	height: 200px;
	border-right: solid 1px #9bbdde;
	border-left: solid 1px #9bbdde;
}

.mainPanel
{
	background-color: White;
	vertical-align: top;
	border: solid 1px #9BBDDE;
	border-top: none;
}
	

.MastheadHomepage
{
	margin-right: 3px;
	font-size: 8pt;
	color: #4875A4;
	font-weight: bold;
	font-family: MS Sans Serif;	
}

.quoteAndTabsTable
{
	width:100%;	
	height:125px;
}

.quoteAndTabsTable TD
{
	margin-left: 0px;
	margin-right: 0px;
}

.quoteCompName
{
	vertical-align: bottom;
	font-size: 80%;
	font-weight: bold;	
	color: #0A55A3;
	padding: 4px;
	padding-top: 10px;
}

.quoteAsOf
{
	text-align: right;	
	vertical-align: bottom;
	font-size: 60%;
	font-weight: lighter;
}

.quoteHeader
{
	background-color: #84AAD1;
}

.quoteHeader TD
{
	text-align: center;
	font-size: 60%;
	font-weight: bold;
	color: White;
	white-space: nowrap;	
	padding: 3px;
}	

.quoteData
{
	background-color: white;
}

.quoteData TD
{
	font-size: 70%;
	text-align: center;
	color: Black;
}

.graphLabel
{
	text-align: center;
	color: #0A55A3;
}

.helpTab
{
	/* width: 170px; */
	background-color: #84AAD1;
	font-weight: bold;
}

.helpTab TD
{
	padding-left: 4px;
	padding-left: 2px;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	color: White;
}

.helpTab a, .helpTab a:visited, .helpTab a:hover
{
	color: #FFF;
}

.mainTable
{
	margin-top: 20px;
}

.tab
{
	width: 120px;
}

.tabSpacerLeft
{
	width: 10%;
}

.tabSpacerRight
{
	width: 90%;
}

.tabDivider
{
	background-color: #9BBDDE;
	height: 8px;
}

.subTabs TABLE
{
	table-layout: auto;	
}

.subTabs TD
{
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
	height: 23px;
}

a.subTabLink img
{
    border:1px solid #9BBDDE;
}

a.subTabLink:hover img
{
	border: solid white 1px;
}

.subTabSpacer
{
	width: 80px;
}

IMG.subTabSpacer
{
	height: 1px;
}

/*
.subTabs TD
{
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 70%;
	white-space: nowrap;
	padding-top: 1px;
	vertical-align: top;
	color: White;
}

.subTab_selected
{
	color: #0A55A3;
}
*/
	
.suspectText
{
	color: #A36209;
	text-decoration: underline;
}

.productName
{
	font-weight: bold;
}

/*
.subTabLink
{
	text-decoration: none;
	color: white;
}

.subTabLink:hover
{
	text-decoration: underline;
	color: #A36209;
}
*/

.tabularDataHdr
{
	background-color: #7f2c6c;
	/*background-color: #dcbed0;*/
	color: white;
	font-weight: bold;
}

.tabularDataHdr .spacerCell
{
	width: 10px;
}

.planSummaryDescription
{
	padding-left: 25px;
	border-bottom: solid black 1px;
}	

.planSummaryDescription,
.planSummaryDescription p,
.planSummaryDescription table tr td
{
	color: #606060;
}

.planSummaryDescription p
{	
	margin-bottom: 5px;
}

.planSummaryDescription p,
.planSummaryDescription div
{
	table-layout: auto;
	width: 400px;
}

.planSummaryDescription div
{
	margin-left: 10px;
}

.summaryRow
{
	padding-top: 5px;
}

.dataSectionHdr
{
	font-weight: bold;
	padding-top: 12px;
	border-bottom: solid black 1px;
}

.dataSection TD
{
	font-size: 70%;
	padding-bottom: 5px;
	vertical-align: top;
	padding-right: 5px;
}

.emptyDataSet
{
	color: #A36209;
	font-weight: bold;
	font-size: 70%;
}

.brokerDesc
{
	color: #606060;
	vertical-align: top;
}
	
.content10
{
	margin-top: 10px;
}

/*
.content10 TABLE
{
	table-layout: auto;
}
*/

/*
.tradingWindowSection
{
	table-layout: auto;
	width: 480px;
}
*/

.tradingCalendar
{
	margin-top: 12px;
	width: 145px;
	border-collapse: collapse;
	border: solid #4C7399 1px;
}

.tradingCalendar TD
{
	font-size: 60%;
	/* border-color: #C4DD9F #006600;
	border-style: none;
	border-width: 1px;
	*/
	height: 16px;
}

.tradingCalendar TBODY.calendarGrid TD
{
	text-align: left;
	vertical-align: top;
	height: 21px;
}

.tradingCalendar TBODY
{
	color: #4C7399;
}

.calendarLegend
{
	table-layout: auto;
	width: 280px;
}

.calendarLegend TD
{
	white-space: nowrap;
	font-size: 60%;
	height: 12px;
}

.calendarLegend .calendarDays
{
	border: solid black 1px;
}

.calendarLegend .tradingWindow
{
	border: solid black 1px;
}

.calendarLegend .unspecifiedDays
{
	border: solid black 1px;
}

.calendarDOW TD
{
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 0px;
}

.extraDays
{
	background-color: #F0F0F0;
	border: solid #4C7399 1px;
}

.calendarHdr TD
{
	text-align: center;
}

.unspecifiedDays
{
	background-color: #D1DFEE;
	border: solid #4C7399 1px;
}

.today
{
	background-color: Yellow;
}

.calendarDays
{
	background-color: #FFFFCC;
	height: 16px;
	font-size: 50%;
	border: solid #4C7399 1px;
}

.tradingWindow
{
	background-color: #FEE2C4;
	font-size: 50%;
	height: 21px;
	border: solid #4C7399 1px;
}

.msgSentTime
{
	text-align: left;
	white-space: nowrap;
}

.msgSender
{
	text-align: right;
}

.msgSubject
{
	color: #909090;
}

.msgSubject TD,
.msgPreview TD
{
	padding-left: 5px;
}

.msgPreview
{
	color: Blue;
}

.msgPreview TD
{
	border-bottom: solid #AAAAAA 1px;
}

.wizardForm
{
	table-layout: auto;
	width: 100%;
}

.wizPositionIndicator
{
	height: 40px;
}

.wizPageContent
{
	height: 250px;
	vertical-align: top;
}

.wizButtonsLeftSpacer
{
	width: 30%;
}

.wizButtonsRightSpacer
{
	width: 70%;
}

.wizButtons TABLE
{
	table-layout: auto;
}

.cancelButton
{
	padding-right: 35px;
}

.prevButton
{
	padding-right: 10px;
}

th
{
	font-size: 80%;
	white-space: nowrap;
}

td.negVal
{
	color: #990000;
}

td.posVal
{
	color: #009900;
}

td.unchVal
{
	color: #333333;
}

.menuNorm 
{ 
	color : white;
	font-family: MS Sans Serif;
	font-size : 11pt;
	font-weight : bold;
}
.menuNormUp 
{ 
	color : white;
	font-family: Wingdings;
	font-size : 11pt;
	font-weight : bold;  
}
.menuOn 
{ 
	color : yellow;
	font-family: MS Sans Serif;
	font-size : 11pt;
	font-weight : bold; 
}
.menuOnUp 
{ 
	color : yellow;
	font-family: Wingdings;
	font-size : 11pt;
	font-weight : bold;    
}