*
{
    font-family: Arial,Verdana,Tahoma;
    font-size: 12px;
}
html, body, form
{
    font-family: Arial,Verdana,Tahoma;
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
}
body
{
    background-color: gray;
}
img
{
    border: 0;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    color: #003366;
}
h2
{
    font-size: 14px;
}
h1
{
    font-size: 16px;
    color: #003366;
}
p
{
    text-align: justify;
    margin-top: 8px;
}
.input
{
    border: 1px solid gray;
    height: 13px;
}
div#Root
{
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    width: 1000px;
    height: auto !important; /* real browsers */
    height: 99.7%; /* IE6: treaded as min-height*/
    min-height: 99.7%; /* real browsers */
    border: 1px solid #e0e0e0;
    background-color: White;
}
div#Footer
{
    height: 22px;
    background-image: url(footerbg.jpg);
    padding-top: 10px;
    padding-left: 10px;
    width: 990px;
    position: absolute;
    bottom: 0; /* stick to bottom */
}
.Footer
{
    height: 22px;
    background-image: url(footerbg.jpg);
    padding-top: 10px;
    padding-left: 10px;
    width: 990px;
    position: absolute;
    bottom: 0; /* stick to bottom */
}
div#TopHeader
{
    height: 85px;
    background-image: url(top_bg.jpg);
    background-repeat: repeat-x;
}
div#Menu
{
    height: 31px;
    background-color: #003366;
}
div#Search
{
    height: 34px;
    background-image: url(search_box_2.jpg);
    background-repeat: repeat-x;
}
div#SearchBoxText
{
    padding-top: 6px;
    float: left;
    font-weight: bold;
}

div#SearchBox
{
    height: 30px;
    width: 950px;
    float: left;
    padding-top: 4px;
}
div#SearchArea
{
    float: left;
}
div#SearchBoxBg
{
    background-image: url(search_2.jpg);
    background-repeat: repeat-x;
    width: 390px;
    float: left;
    height: 27px;
    padding-top: 3px;
}
.clear
{
    clear: both;
}
.clearHeight
{
    clear: both;
    height: 13px;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.allp
{
    padding: 6px;
}

.lp
{
    padding-left: 6px;
}
.rp
{
    padding-right: 6px;
}
.tp
{
    padding-top: 6px;
}
.bp
{
    padding-bottom: 6px;
}
.lm
{
    margin-left: 6px;
}
.rm
{
    margin-right: 6px;
}
.tm
{
    margin-top: 6px;
}
.bm
{
    margin-bottom: 6px;
}
.allm
{
    margin: 6px;
}
.allb
{
    border: 1px solid #e0e0e0;
}
.lb
{
    border-left: 1px solid #e0e0e0;
}
.rb
{
    border-right: 1px solid #e0e0e0;
}
.tb
{
    border-top: 1px solid #e0e0e0;
}
.bb
{
    border-bottom: 1px solid #e0e0e0;
}

.right, .left
{
    width: 13px;
}
.ContentHolder
{
    width: 975px;
}
.homeText
{
    width: 700px;
    color: #003366;
    font-size: 14px;
    line-height: 21px;
}
.leftNavigation
{
    width: 215px;
}
.rightNavigation
{
    width: 188px;
}

.headerBg
{
    background-image: url(tableHeader.jpg);
    background-repeat: repeat-x;
    padding: 6px 5px 5px 5px;
}
.reportListBg
{
    background-image: url(tableHeader.jpg);
    background-repeat: repeat-x;
    padding: 6px 5px 5px 10px;
    height: 18px;
}
/*
background-image:url(tableHeader.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;

*/

ul.UlNormalLinks
{ 
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style: inside;

}
ul.UlNormalLinks li
{
    line-height: 20px;
    list-style-image:url(bullet_1.gif);
    list-style-position: outside;
}
ul.UlNormalLinks li a
{
    color: #003366;
    text-decoration: none;
}

ul.UlLinks
{ 
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style: inside;

}
ul.UlLinks li
{
    line-height: 20px;
    list-style:none;
    background-image:url(tableHeader.jpg);
    background-repeat:repeat-x;
    background-position:top;
    list-style-position: outside;
}
ul.UlLinks li a
{
    color: #1f268c;
    text-decoration: none;
}

.anchor
{
    color: #0000ff;
    text-decoration: none;
}



ul.UlLinks2
{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style: inside;
}
ul.UlLinks2 li
{
    line-height: 20px;
    list-style-image: url(bullet_1.gif);
    list-style-position: outside;
}
ul.UlLinks2 li a
{
    color: #003366;
    text-decoration: none;
}

ul.UlLinks3
{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style: inside;
}
ul.UlLinks3 li
{
    line-height: 20px;
    list-style-image: url(bullet_1.gif);
    list-style-position: outside;
}
ul.UlLinks3 li a
{
    color: #8f1434;
    text-decoration: none;
}

.subUlLinks
{
    margin: 0;
    padding: 0;
    list-style: inside;
}
.subUlLinks li a
{
    color: #6446e6;
    text-decoration: none;
}

ul.subUlLinks li
{
    line-height: 20px;
    list-style-image: url(bullet_2.gif);
}
.latestReports
{
    width: 723px;
}
.reportlist
{
    width: 522px;
}
.reportlistbig
{
    width: 702px;
}

.linkitem
{
    height: 15px;
    padding: 1px 9px 0 9px;
    color: white;
}
.visited a, .linkitem a
{
    color: white;
    text-decoration: none;
}
.user
{
    color: #4FE1FF;
    font-weight: bold;
}
.visited
{
    height: 15px;
    padding: 1px 9px 0 9px;
    color: white;
    background-image: url(visited.jpg);
}

.Menuleft
{
    padding-top: 7px;
    padding-left: 12px;
}
.Menuright
{
    padding-top: 7px;
    padding-right: 12px;
}
.breadcrumb
{
    float: left;
    padding-right: 15px;
    background-image: url(arrow.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
.breadcrumb a, .breadcrumb h1
{
    color: #064682;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
.breadcrumbn
{
    float: left;
    padding-right: 15px;
}
.breadcrumbn a, .breadcrumbn h1
{
    color: #064682;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}



.reportTItle
{
    color: #031995;
    float: left;
    padding-top: 6px;
    padding-left: 2px;
    font-weight: bold;
    width: 400px;
}
.reportTItleoffer
{
    color: #031995;
    float: left;
    width: 355px;
    padding-top: 6px;
    padding-left: 2px;
    font-weight: bold;
}
.reportTItleBig
{
    color: #031995;
    float: left;
    width: 560px;
    padding-top: 6px;
    font-weight: bold;
    text-align: left;
}
.reportPrice
{
    font-weight: bold;
    float: right;
    padding-right: 10px;
    text-align: right;
    padding-top: 6px;
}
.reportDesc
{
    float: left;
    width: 520px;
    padding-top: 10px;
    text-align: justify;
    padding-left: 2px;
}
.reportDescbig
{
    float: left;
    width: 736px;
    padding-top: 10px;
    text-align: justify;
    padding-left: 2px;
    border: 1px solid white;
}
.reportFootNote
{
    clear: left;
    float: left;
    height: 13px;
    width: 450px;
    text-align: left;
    font-weight: normal;
    padding-top: 7px;
    color: #545a5c;
    padding-left: 2px;
}
.RefiningControls
{
    float: right;
    height: 23px;
    width: 68px;
    color: #031995;
    text-align:right;
    padding-right:7px;
    
}
.RefiningControls2
{
    float: right;
    height: 23px;
    width: 100px;
    color: #031995;
    text-align:right;
    padding-right:7px;
    
}

.FreeOffer
{
    width: 400px;
    float: right;
    border: 1px solid #003366;
    background-color: #1aafcc;
    color: white;
}
.FreeOfferSmall
{
    width: 300px;
    float: right;
    border: 1px solid #003366;
    background-color: #1aafcc;
    color: white;
}
.FreeOfferBig
{
    width: 680px;
    border: 1px solid #003366;
    background-color: #1aafcc;
    color: white;
    margin-top: 7px;
    padding-left: 5px;
    float: right;
    padding-right: 10px;
}
.FreeOfferSmall
{
    width: 510px;
    border: 1px solid #003366;
    background-color: #1aafcc;
    color: white;
    margin-top: 7px;
    padding-left: 5px;
    float: right;
}
div#Col1
{
    width: 65px;
    float: left;
}
div#Col2
{
    width: 320px;
}
.TabbedContent
{
    width: 970px;
}
.TabPlaceHolder
{
    background-image: url(bg_3.gif);
    background-repeat: repeat-x;
    background-position: top; /*width:732px;*/
}

.bg1
{
    background-image: url(bg_1.gif);
    height: 20px;
    padding-top: 5px;
    font-weight: bold;
}
.bg2
{
    background-image: url(bg_2.gif);
    height: 25px;
    height: 20px;
    padding-top: 5px;
}
.links
{
    color: #003366;
    text-decoration: none;
}
.header
{
    color: #003366;
    font-weight: bold;
}
.header1
{
    color: #ffe555;
    font-weight: bold;
}
.treelink1
{
    text-decoration: none;
    color: Red;
    font-weight: bold;
    line-height: 50px;
}

.TabLinks
{
    
    text-decoration: none;
    font-size: 14px;
    color: #003366;
}
.TabLinksVisited
{
    color: #023A7F;
    text-decoration: none;
    font-size: 12px;
   
}
.validation
{
    font-size: 10px;
    color: Red;
}
.buy1get1
{
    width: 505px;
    background: #fdffe6;
    border:1px solid #bfcb6b;
}
.buy1get1Small
{
    width: 420px;
    border: 1px solid #bfcb6b;
    background: #fdffe6;
}
.buy1get1Big
{
    width: 695px;
    border: 1px solid #bfcb6b;
    background: #fdffe6;
}
span#Title1 a
{
    color: #972C0C;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}
.SpecialOffer
{
    width: 505px;
    border: 1px solid #AFA9E5;
    background: #f4f2ff;
}
.SpecialOfferSmall
{
    width: 420px;
    border: 1px solid #AFA9E5;
    background: #f4f2ff;
}
.SpecialOfferBig
{
    width: 695px;
    border: 1px solid #AFA9E5;
    background: #f4f2ff;
}
span#Title2 a
{
    color: #760346;
    font-weight: bold;
    text-decoration: none;
}
.FreeReport
{
    width: 505px;
    border: 1px solid #45da8f;
    background: #e4ffff;
}
.FreeReportSmall
{
    width: 420px;
    border: 1px solid #45da8f;
    background: #e4ffff;
}
.FreeReportBig
{
    width: 695px;
    border: 1px solid #45da8f;
    background: #e4ffff;
}
span#Title3 a
{
    color: #065655;
    
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}
/*
ul.accordion li
{
    background-image:url(tableHeader.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}


.accordion {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px;
	border: 1px solid #17a;
	border-top: none;
	border-left: none;
}
.accordion ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}
.accordion li {
	background-image:url(tableHeader.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}
.accordion li.active>a {
	background: url('close.gif') no-repeat center right;
}
.accordion li div {
	padding: 20px;
	background-image:url(tablebg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	display: block;
	clear: both;
	float: left;
	width: 379px;
}
.accordion a {
	text-decoration: none;
	border-bottom: 1px solid #e0e0e0;
	font: bold 1.1em/2em Arial, sans-serif;
	color: #222;
	padding: 0 10px;
	display: block;
	cursor: pointer;
	background: url('open.gif') no-repeat center right;
}
 Level 2 
	.accordion li ul li {
	background: #7FD2FF;
	font-size: 0.9em;
}

*/




.block
{
    display:block;
}
.none
{
    display:none;
}
.reportborder
{
    border-left:1px solid #6D88A9;
    border-right:1px solid #6D88A9;
    border-bottom:1px solid #6D88A9;
    width:973px;
}
.topitem
{
    background-image:url(bg_image.jpg);
	background-repeat:repeat-x;
    height:23px;
    display:block;
    padding-top:5px;
    width:201px;
    padding-left:10px;
    border-left:1px solid #bdc37b;
    border-right:1px solid #bdc37b;
    border-bottom:1px solid #bdc37b;
}
.topitemtop
{
    border-top:1px solid #bdc37b;
    
}

div.topitem a
{
    color:#065655;
    text-decoration:none;
}

.linkheight
{
	padding:5px 5px 5px 15px;
	width:193px;
	background-color:#e9fbe5;
	/*
	background-image:url(plus_1.gif);
	background-repeat:no-repeat;
	background-position:8px 8px;
*/

}
.linkheight a
{
	color:#003366;
	text-decoration:none;
}

.linkheight2
{
	padding:5px 5px 5px 19px;
	width:189px;
	background-color:#e9fbe5;
	/*
	background-image:url(plus_1_1.gif);
	background-repeat:no-repeat;
	background-position:14px 8px;
*/
}
.linkheight2 a
{
	color:#c41d29;
	text-decoration:none;
}
.activelink1
{
	padding:5px 5px 5px 15px;
	width:191px;
	background-color:#d3f4ee;
	border:1px solid #8ad4c7;
	/*
	background-image:url(plus_2.gif);
	background-repeat:no-repeat;
	background-position:8px 8px;
	*/
}
.activelink2
{
	padding:5px 5px 5px 19px;
	width:187px;
	background-color:#d3f4ee;
	border:1px solid #8ad4c7;
	/*
	background-image:url(plus_1_1.gif);
	background-repeat:no-repeat;
	background-position:15px 8px;
*/

}

.activelink1 a
{
	 color:#003366;
	 font-weight:bold;
}
.activelink2 a
{
	 color:#c41d29;
	 font-weight:bold;
	 
}
textarea
{
    resize:none;
}

/* sliding tooltip */


.bubbleInfo {
    position: relative;
    
}
.trigger {
position: absolute;
}
 .popup {
    position: absolute;
    display: none;
    z-index: 15050;
   border-collapse: collapse;
   width:200px;
}

.popup td.corner {
    height: 15px;
    width: 19px;
}
.popup td#topleft { background-image: url(bubble-1.gif); }
.popup td.top { background-image: url(bubble-2.gif); }
.popup td#topright { background-image: url(bubble-3.gif); }
.popup td.left { background-image: url(bubble-4.gif); }
.popup td.right { background-image: url(bubble-5.gif); }
.popup td#bottomleft { background-image: url(bubble-6.gif); }
.popup td.bottom { background-image: url(bubble-7.gif); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(bubble-8.gif); }
.popup table.popup-contents {
    font-size: 12px;
    line-height: 1.2em;
    background-color: #fff;
    color: #666;
    
}
tr#release-notes th {
    text-align: left;
    text-indent: -9999px;
    background: url(starburst.gif) no-repeat top right;
    height: 17px;
}

tr#release-notes td a {
    color: #333;
}


