body
{
	font-family: Tahoma, Arial, helvetica, Sans-Serif;
	font-size: small;
	behavior:url(/PG/csshover.htc);
	background-color: #EFEFEF;
	
}
body a
{
	text-decoration: none;
	background: transparent url(/PG/images/SmallArrowRightGreen.GIF) left no-repeat;
    padding: 0px  0px 0px 12px;
    color: #006600;
    background-color: #ddeedd;
}
body a:current
{
	text-decoration: none;
	background: transparent url(/PG/images/SmallArrowRightGreen.GIF) left no-repeat;
    padding: 0px  0px 0px 12px;
    color: #006600;
    border: solid 2px #006600;
    background-color: #aaccaa;
}

body a:visited
{
	text-decoration: none;
	background: transparent url(/PG/images/SmallArrowRightBlack.GIF) left no-repeat;
    padding: 0px  0px 0px 12px;
    color: #006600;
    background-color: #ddeedd;
}
body a:hover
{
	text-decoration: underline;
}


#fullpage
{
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: White;
}

hr
{
	color: #006600;
	height: 2px;
}

#pagetop
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 80px;
	background-image: url(/PG/images/PuntersGenieBannerTopNoStrap-FULL-2.JPG);
}
#pagetop img.logo
{
	position: relative;

}
#pagetop img.adright
{
	position: relative;
	vertical-align: middle;
	float: right;
}

/* ##### Main menu styles                          ##### */
#mainmenuholder
{
	width:800px;
	height:15px;
}
#mainmenu
{
	width: 800px;
	background-color: #ffffaa;
}
#mainmenu, #mainmenu ul { /* all lists */
	padding: 0px 0px;
	margin: 0;
	list-style: none;
	line-height: 15px;
	z-index: 2;
	width:800px;
}
#mainmenu a {
	display: block;
	color: Black;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
#mainmenu li { /* all list items */
	float: left;
	list-style: none;
	font-weight: bold;
	font-size: small;
	margin: 0px 2px 0px 0px;
	padding: 0px 3px 0px 3px;
	border: solid 1px #aaaaaa;
	background-color: #ffff99;
}
#mainmenu li.nonmenu { /* all non-menu list items */
	float: left;
	list-style: none;
	font-size: small;
	margin: 0px 2px 0px 0px;
	padding: 0px 3px 0px 3px;
	border: solid 1px #aaaaaa;
	background-color: #ffff99;
}

#mainmenu li:hover, #mainmenu li:sfhover
{
	background-color: #006600;
	color: #ffffff;
}
#mainmenu li.nonmenu:hover, #mainmenu li.nonmenu:sfhover
{
	background-color: #ffff99;
	color: Black;
}

#mainmenu li:hover ul, #mainmenu li.sfhover ul 
{ /* lists nested under hovered list items */
	left: auto;
	top: auto;
}

#mainmenu li ul
{
	border-top: solid 1px #bbbb55;
}

 /* second-level lists */
#mainmenu li ul 
{
	position: absolute;
	width: 100px;
	left: -999em;
}
#mainmenu li ul li
{
	width: 200px;
	height: 20px;
	vertical-align: middle;
	font-weight: normal;
	border-top: none;
	border-left: solid 1px #bbbb55;
	border-right: solid 1px #bbbb55;
	border-bottom: solid 1px #bbbb55;
	background-color: #ffffdd;
	color: Black;
}
#mainmenu li ul li.nonmenu
{
	font-weight: bold;
}
#mainmenu li ul li a
{
	font-weight: normal;
		font-size: small;
}
#mainmenu li ul li ul
{
	position: absolute;
	width: 100px;
	left: -999em;
}



#mainmenu li:hover a, #mainmenu li:sfhover a
{
	color: White;
}
#mainmenu li.nonmenu:hover a, #mainmenu li.nonmenu:sfhover a
{
	color: black;
}
#mainmenu li:hover li a, #mainmenu li:sfhover li a
{
	color: Black;
}

#mainmenu li ul li a:hover, #mainmenu li ul li a:sfhover
{
	color: White;
	background-color: #006600;
}




/* Classes for Menus */


.menudiv, .menudiv ul { /* all lists */
	padding: 0px 0px;
	margin: 0;
	list-style: none;
	line-height: 15px;
	z-index: 2;
}
.menudiv a:link, .menudiv a:visited{
	display: block;
	color: Black;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
.menudiv a:hover{
	color: White;
}
.menudiv li { /* all list items */
	float: left;
	list-style: none;
	font-weight: bold;
	font-size: small;
	margin: 0px 2px 0px 0px;
	padding: 0px 3px 0px 3px;
	border: solid 1px #aaaaaa;
	background-color: #ffff99;
}
.menudiv li.nonmenu { /* all non-menu list items */
	float: left;
	list-style: none;
	font-size: small;
	margin: 0px 2px 0px 0px;
	padding: 0px 3px 0px 3px;
	border: solid 1px #aaaaaa;
	background-color: #ffff99;
}

.menudiv li:hover, .menudiv li:sfhover
{
	background-color: #006600;
	color: #ffffff;
}
.menudiv li.nonmenu:hover, .menudiv li.nonmenu:sfhover
{
	background-color: #ffff99;
	color: Black;
}

.menudiv li:hover ul, .menudiv li.sfhover ul 
{ /* lists nested under hovered list items */
	left: auto;
	top: auto;
}

.menudiv li ul
{
	border-top: solid 1px #bbbb55;
}

 /* second-level lists */
.menudiv li ul 
{
	position: absolute;
	width: 100px;
	left: -999em;
}
.menudiv li ul li
{
	width: 200px;
	height: 20px;
	vertical-align: middle;
	font-weight: normal;
	border-top: none;
	border-left: solid 1px #bbbb55;
	border-right: solid 1px #bbbb55;
	border-bottom: solid 1px #bbbb55;
	background-color: #ffffdd;
	color: Black;
}
.menudiv li ul li.nonmenu
{
	font-weight: bold;
}
.menudiv li ul li a
{
	font-weight: normal;
		font-size: small;
}
.menudiv li ul li ul
{
	position: absolute;
	width: 100px;
	left: -999em;
}

.menudiv li:hover a, .menudiv li:sfhover a
{
	color: White;
}
.menudiv li.nonmenu:hover a, .menudiv li.nonmenu:sfhover a
{
	color: black;
}
.menudiv li:hover li a, .menudiv li:sfhover li a
{
	color: Black;
}

.menudiv li ul li a:hover, .menudiv li ul li a:sfhover
{
	color: White;
	background-color: #006600;
}






#toppanel
{
	top: 0px;
	left: 0px;
	width: 800px;
	clear: left;
}
#leftpanel
{
	/*display: inline;
	float: right;*/
	width: 800px;
		/*clear: left;*/
}
#rightpanel
{
	display: inline;
	float: left;
	width: 127px;
}
#rightbar
{
	padding: 0px 0px 0px 0px; 
	border: solid 0px;
	display: inline;
	float: right;
}
#rightbar img
{
	float: right;
}

#crumbs
{
	position: relative;
	left: 10px;
	width: 567px;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-weight: bold;
	font-size: xx-small;
	margin-left: 3px;
	margin-top: -10px;
	margin-bottom: 10px;
	background-color: Maroon;
	color: White;
	padding-left: 2px;
	height: 14px;
	vertical-align: middle;
}
#crumbs ul
{
	display: inline;
	padding-left: 0px;
	margin-left: 0px;
}
#crumbs ul li
{
	display: inline;

}
#crumbs ul li a
{
	color: white;
	text-decoration: none;
}
#crumbs ul ul li
{
	padding-left: 0px;
}
#infoarea
{
	/*position:relative;*/
	width: 648px;
	float:left;
	/*left: 30px;
	left: 150px;*/
}
.storyhead
{
	font-size: medium;
	color: #006600;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#leftmenu
{
	display: inline;
	float: left;
	width: 140px;
	border-right: solid 1px #dddddd;
	font-size: small;
	
}
#leftmenu a
{
	text-decoration: none;
	text-decoration: none;
	background: none;
    padding: 0px;
    color: #006600;
}
#leftmenu td.menuitem
{
	padding: 5px 0px 5px 0px;
}
#infoareasmall
{
	width: 493px;
}
#mainframe
{
	font-size: x-small;
	left: 140px;
	top: 10px;
	width: 440px;
	height: 500px;
}

#mainframe H1
{
	color: White;
	background-color: Maroon;
	font-style: italic;
	padding-left: 2px;
}
#mainframe H2
{
	color: White;
	background-color:Maroon;
	font-style: italic;
	padding-left: 2px;
	padding-right: 0px;
	margin-right: 0px;
}
#mainframe H3
{
	color: White;
	background-color: Maroon;
	font-style: italic;
	padding-left: 2px;
}
#mainframe H4
{
	color: White;
	background-color: Maroon;
	font-style: italic;
	padding-left: 2px;
}
	
#StatusBar
{
	height: 20px;
	background-color: #006600;
	color: White;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 10px;
	font-size: small;
	margin-top: 5px;
	z-index:5;
}
#StatusBar a
{
	color: White;
	text-decoration: none;
	/*background-image: "~/images/SmallArrowRight.GIF";*/
	background: transparent url(/PG/images/SmallArrowRightYellow.GIF) left no-repeat;
    padding: 0px  0px 0px 12px;

}
#StatusBar a:hover
{
	color: Yellow;
}

#predMenu ul
{
	padding: 2px 0px;
	margin-left: 0px;
	border-bottom: solid 1px #778;
}
#predMenu li
{
	list-style: none;
	margin: 0;
	display: inline;
}
#predMenu ul li a
{
	padding:  2px 2px;
	margin-left: 2px;
	border: solid 1px #778;
	border-bottom: none;
	background-color: #dde;
	text-decoration: none;
}
#predMenu ul li a.selitem
{
	background: none;
	background-color: #fff;
	color: #000000;
	border-bottom: solid 1px #fff;
}
#predMenu ul li a:link
{
	color: #448;
}
#predMenu ul li a:visited
{
	color: #667;
}
#predMenu ul li a:link:hover, #predMenu ul li a:visited:hover
{
	color: #000;
	background-color: #aae;
	border-color: #227;
	border-bottom: solid 1px #aae;
}
#predMenu ul li a#current
{
	background-color: #fff;
	color: #000000;
	border-bottom: solid 1px white;
}

#predMenu a
{
	background: none;
	padding:2px;
}
#predMenu a:current
{
	background: none;
	padding:2px;
}
#predMenu a:hover
{
	background: none;
	padding:2px;
}
#predMenu img.pm
{
	vertical-align: text-bottom;
	position: relative;
	top: 2px;
}



.infopanelquarter
{
	float: left;
	/*top: 0px;*/
	width: 145px;
	/*margin: 10px 5px 10px 5px;*/
	padding: 5px;
	background-color: #eeeeee;
}

.infopanelhalf
{
	float: left;
	/*top: 0px;*/
	width: 304px;
	margin: 0px;
	padding: 5px;
	background-color: #eeeeee;
}
.infopanelhalf img
{
	margin-right: 10px;
}
.infopanelfull
{
	float: left;
	/*top: 0px;
	position: relative;*/
	width: 628px;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background-color: #eeeeee;
}
.infopanelfull img
{
	margin-right: 10px;
}
.infopanelbanner
{
	
	background-color: Purple;
	background-image: url("/pg/images/BanBackDarkPurple10x20.jpg");
	color: White;
	font-size: small;
	font-weight: bold;
	text-transform: capitalize;
	width: auto;
	height: 20px;
	padding-left: 5px;
	padding-top: 2px;
	margin: 0px;
	font-style: italic;
	font-family: Verdana, Tahoma;
}


#mastheadlogo
{
	float: left;
	width: 420px;
}
#mastheadad
{
	float: right;
	width: 250px;
	height: 80px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
}
#mastheadad img
{
	float: right;
	vertical-align: middle;
}
#copyright
{
	width: 800px;
}

#footer
{
	/*display: block;*/
}
#quickbar
{

	width:145px;
	background-color: #eeffee;
	float:left;
	margin-top: 5px;
	margin-right: 5px;
	border-right: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}
.quickbarheader
{
	margin: 0px;
	background-color: #668866;
}
.quickbarpanel
{
	width:145px;
	margin:0px;
	background-color:#eeffee;
	font-size:x-small;
	padding: 0px;
}
.quickpaneltitle
{
	background-color:#339933;
	font-weight:bold;
	margin: 5px 0px 0px 0px;
	padding-left:3px;
	color:White;
	font-size:small;
}
.quickpaneltitletop
{
	background-color:#339933;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding-left:3px;
	color:White;
	font-size:small;
}
.quickbarmainlink
{
	font-size:small;
	background-color: #ffffaa;
}
.prop200
{
	height: 200px;
	width: 1px;
	float: right;
}

/* ##### Table type 1 - used in predictions charts for example         ##### */
/* ##### light green, dark green border, bold header, green highlights ##### */
/* ##### small text and a little padding in table cells                ##### */

.tabletype1
{
	table-layout: auto;
	font-size: x-small;
	border-collapse: collapse;
	border: solid 1px #006600;
}
.tabletype1 th
{
	font-weight: bold;
	border: solid 1px #006600;
	background-color: #aaccaa;
}
.tabletype1 td
{
	border: solid 1px #aaccaa;
	padding: 0px 3px 0px 5px;
}
.tabletype1 td.nopad
{
	border: solid 1px #aaccaa;
	padding: 0px;
}
.tabletype1 td a
{
	color: #006600;
}
.tabletype1 td.highlight1
{
	background-color: #ddffdd;
}
.tabletype1 td.highlight1 a
{
	color: #006600;
}
.tabletype1 td.highlight2
{
	background-color: #bbddbb;
}
.tabletype1 td.highlight2 a
{
	color: #006600;
}
.tabletype1 td.highlight3
{
	background-color: #99ff99;
}
.tabletype1 td.highlight3nopad
{
	background-color: #99ff99;
	padding: 0px;
}
.tabletype1 td.highlight3 a
{
	color: #006600;
}
.tabletype1 td.highlight1red
{
	background-color: #ff9999;
}
.tabletype1 td.highlight1red a
{
	color: #006600;
}
.tabletype1 td.divider
{
	background-color: #006600;
}

/* ##### Table type 1 LARGE - used where there is little to display    ##### */
/* ##### light green, dark green border, bold header, green highlights ##### */
/* ##### small text and a little padding in table cells                ##### */

.tabletype1large
{
	table-layout: auto;
	font-size: small;
	border-collapse: collapse;
	border: solid 1px #006600;
	

}
.tabletype1large th
{
	font-weight: bold;
	border: solid 1px #006600;
	background-color: #aaccaa;
}
.tabletype1large td
{
	border: solid 1px #aaccaa;
	padding: 0px 3px 0px 5px;
}
.tabletype1large td a
{
	color: #006600;
}
.tabletype1large td.highlight1
{
	background-color: #ddffdd;
}
.tabletype1large td.highlight1 a
{
	color: #006600;
}
.tabletype1large td.highlight2
{
	background-color: #bbddbb;
}
.tabletype1large td.highlight2 a
{
	color: #006600;
}
.tabletype1large td.highlight3
{
	background-color: #99ff99;
}
.tabletype1large td.highlight3 a
{
	color: #006600;
}
.tabletype1large td.highlight1red
{
	background-color: #ff9999;
}
.tabletype1large td.highlight1red a
{
	color: #006600;
}
.tabletype1large td.divider
{
	background-color: #006600;
}

/* ##################################################################*/

/* ##### Table type 2                                                  ##### */
/* ##### light red, dark red border, bold header, red highlights       ##### */
/* ##### small text and a little padding in table cells                ##### */

.tabletype2
{
	table-layout: auto;
	font-size: x-small;
	border-collapse: collapse;
	border: solid 1px #660000;
}
.tabletype2 th
{
	font-weight: bold;
	border: solid 1px #660000;
	background-color: #ccaaaa;
}
.tabletype2 td
{
	border: solid 1px #ccaaaa;
	padding: 0px 3px 0px 5px;
}
.tabletype2 td a
{
	color: #660000;
}
.tabletype2 td.highlight1
{
	background-color: #ffdddd;
}
.tabletype2 td.highlight1 a
{
	color: #660000;
}
.tabletype2 td.highlight2
{
	background-color: #ddbbbb;
}
.tabletype2 td.highlight2 a
{
	color: #660000;
}
.tabletype2 td.highlight3
{
	background-color: #bb9999;
}
.tabletype2 td.highlight3 a
{
	color: #660000;
}

/* ##################################################################*/

/* ##### Table type 3                                                  ##### */
/* ##### light blue, dark blue border, bold header, blue highlights    ##### */
/* ##### small text and a little padding in table cells                ##### */

.tabletype3
{
	table-layout: auto;
	font-size: x-small;
	border-collapse: collapse;
	border: solid 1px #000066;
}
.tabletype3 a
{
	color: #000066;
}
.tabletype3 th
{
	font-weight: bold;
	border: solid 1px #000066;
	background-color: #aaaacc;
}
.tabletype3 td
{
	border: solid 1px #aaaacc;
	padding: 0px 3px 0px 5px;
}
.tabletype3 td a
{
	color: #000066;
}
.tabletype3 td.highlight1
{
	background-color: #ddddff;
}
.tabletype3 td.highlight1 a
{
	color: #000066;
}
.tabletype3 td.highlight2
{
	background-color: #bbbbdd;
}
.tabletype3 td.highlight2 a
{
	color: #000066;
}
.tabletype3 td.highlight3
{
	background-color: #9999bb;
}
.tabletype3 td.highlight3 a
{
	color: #000066;
}

/* ##################################################################*/

#sitemap
{
	border-bottom: solid 1px #006600;
	background-color: #99bb99;
	z-index: -2;
}
#sitemap a
{
	background-color: Transparent;
	background: none;
	padding: 0px;
	margin: 0px;
}
#sitemappage
{
}
#sitemappage a
{
	background: none;
	padding: 0px;
	margin: 0px;
	background-color: Transparent;
}
.calendarpop
{
	position: relative;
	top: 0px;
	display: none;
}
.plainlink
{
	background-image: none;
	background-color:Transparent;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
a.plainlink:link, a.plainlink:visited
{
	background-color: Transparent;
	background-image: none;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
a.plainlink img
{
	border: none;
	/*margin: 0px;
	padding: 0px;*/
}
.plainlink a
{
	background-color: Transparent;
	background-image: none;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
.plainlinknopadding
{
	background-image: none;
	background-color:Transparent;
	padding: 0px;
	margin: 0px;
}
a.plainlinknopadding:link, a.plainlinknopadding:visited
{
	background-color: Transparent;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
a.plainlinknopadding img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

a.helptool:link, a.helptool:visited
{
	background-color: Transparent;
	background-image: none;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
a.helptool img
{
	border: none;
	margin: 0px;
	padding: 0px;
}
.blog1day
{
	position: relative;
	margin: 5px 40px 5px 40px;
	border: solid 1px #006600;
	padding: 5px;
	background-color: #aaccaa;
}
.blog1item
{
	position: relative;
	margin: 5px;
	border: dotted 1px #aaccaa;
	padding: 5px;
	background-color: White;
}
div.tablegroupholder
{
	width: 100%;
	display: block;
	position: relative;
}
.panneledtext
{
	width:600px;
	background-color:  #eeeeee;
	padding: 10px;
	border: dotted 1px #999999;
	float: left;
}
.isolate_lr_10
{
	margin: 0px 10px 0px 10px;
}
.isolate_tb_10
{
	margin: 10px 0px 10px 0px;
}
.FBCountry
{
	background-color: Black;
	color: White;
	font-size: large;
	font-weight: bold;
	text-align:center;
	vertical-align: middle;
	height: 1.5em;
	margin-bottom: 15px;
}
.optionsrow
{
	height: 20px;
	vertical-align: top;
}
.QBBigLink
{
	width:100px;
	color: black;
	font-weight: normal;
	background-image: none;
	background-color:#ffffaa;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
a.QBBigLink:link, a.QBBigLink:visited
{
	background-color: #ffffaa;
	background-image: none;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
a.QBBigLink img
{
	border: none;
}
.QBBigLinkDiv
{
	background-color: #ffffaa;
}
.filedownloadtable
{
	border: solid 1px black;
	padding: 0;	
	border-collapse:collapse;
}

.filedownloadtable td
{
	text-align: left;
	width: 60px;
	border: solid 1px black;
	padding: 3px;
	vertical-align: top;
}
.filedownloadtable td img
{
	vertical-align: middle;
}
.DLimage
{
	float: left;
	padding-right:5px;
}
.productListTitleCell
{
	background-color:#006600;
	color: White;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	padding:2px;
}
.notice
{
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	border: solid 3px red;
	background-color: #FFFFDD;
	font-weight: bold;
	width: 70%;
	padding: 5px;
}