﻿/* 	GIS Planning Site Finder CSS Document
	Reports, General Stylesheet
	Date: June 2009 */

#imageNav .back
{
	margin: 0 auto;
	top: 0;
	left: 0;
}

/*===Report container (was horizontal list)===*/
#reportContainer
{
	background-color: #b6b6b6;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #72767f;
	border-top: 1px solid #72767f;
	border-left: 1px solid #8a8f9b;
	border-right: 1px solid #8a8f9b;
}

/*===TAB MENU===*/

#tabs
{
	float: left;
	margin-top: 15px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	font-weight: bold;
	display: inline; /*for IE5*/
}

#tabs ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabs li
{
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	padding-left: 10px;
}

#tabs a
{
	float: left;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	padding: 8px 20px 8px 10px;
	width: .1em; /*ie fix*/
}
#tabs > ul a
{
	width: auto;
}
#tabs li:hover, #tabs li:hover a
{
	background-position: 0% -150px;
}

#tabs li:hover a
{
	background-position: 100% -150px;
}

#tabs li#current
{
	background-position: left top;
	background-repeat: no-repeat;
}

#tabs #current a, #tabs #current a:hover
{
	background-position: right top;
	background-repeat: no-repeat;
}

/*========Report header(TWW)==============*/
#ReportDescripionAndIcon
{
	display: none;
}
#reportHeader
{
	clear: both;
	position: relative;
	font-size: 13px;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: top right;
}
#reportHeader .title
{
	font-size: 13px;
	font-weight: bold;
}
#reportHeader .subTitle
{
	font-weight: normal;
	font-size: 12px;
}
#reportHeader hr
{
	margin-top: 10px;
}
h2#InternalReportHeader
{
	padding: 10px;
	font-size: 12pt;
	display: none;
}
.print h2#InternalReportHeader
{
    display:block;
}

/*===Modify Report Window===*/
#modifyReport
{
	float: right;
	text-align: right;
	width: 200px;
	display: none; /*set to block by code*/
}
#modifyReport .popDownLink a
{
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	padding-bottom: 10px;
}
#modifyReport span.popDownLink
{
	position: relative;
	margin: 0 0 0 -5px;
}
#modifyReport .popDownLink a:hover, #modifyReport .popDownLink.current a
{
	padding: 4px 4px 5px 100px;
	border-top: 1px solid #A8ABB0;
	border-left: 1px solid #A8ABB0;
	border-right: 1px solid #A8ABB0;
	position: relative;
	white-space: nowrap;
	z-index: 5;
}
#modifyReport .popDownMenu
{
	width: 750px;
	right: 20px;
	top: 38px;
	text-align: left;
	z-index: 4;
}

#modifyReport ul
{
	top: 19px;
	right: 0px;
}
#modifyReport ul li div
{
	display: block;
}
#modifyReportContent ul li
{
	display: inline;
}

#modifyReportContent h3
{
	padding-bottom: 20px;
}
#modifyReportContent .leftcol
{
	float: left;
	width: 550px;
	margin-right: 20px;
}

#modifyReportContent .leftcol p
{
	display: block;
	padding: 5px 0 3px 0;
}

#modifyReportContent .leftcol label
{
	float: left;
	padding-right: 10px;
}

#modifyReportContent .leftcol input
{
	float: left;
	margin-right: 5px;
}

#modifyReportContent .leftcol li
{
	clear: both;
	display: block;
	padding: 0px;
}

#modifyReportContent .radiusSlider
{
	width: 200px;
	z-index: 10000;
	float: left;
	margin: 5px auto;
}

#modifyReportContent .greybtns
{
	clear: both;
	display: block;
	float: right;
	text-align: right;
}

#modifyReportContent .greybtns input
{
	border: none;
	background-color: Transparent;
	font: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 13px;
	display: inline;
	margin: 0;
	width: auto;
	padding: 5px 5px 0 0;
}

#modifyReportContent .rightcol
{
	float: right;
	text-align: right;
}

#modifyReportContent .generate b
{
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
}

#modifyReportContent .generate
{
	width: 147px;
	height: 43px;
	background-position:top;
	background-repeat:no-repeat;
	float: right;
}

#modifyReportContent .generate a
{
	width: 147px;
	height: 43px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-position:0px 43px;
	background-repeat:no-repeat;
}

#modifyReportContent .generate a:hover
{
	background-position:0px 0px;
	text-decoration: none;
	cursor: pointer;
}
#modifyReportContent #naicsClasses,
#modifyReportContent #businessTypes,
#modifyReportContent #naicsCodes,
#modifyReportContent #businessClusters{
	 height:100px;
	 overflow-y:auto;
	 width:700px;
}



/*===== Group Header and charting==============*/

tr.groupHeader td, #tabbedContent H4
{
	background-repeat:repeat-x;
}
.groupHeader div
{
	min-height: 18px;
	position: relative;
}
.groupHeader .groupTitle
{
	padding-left: 2px;
	font-weight: bold; /*position: absolute;*/
	top: 1px;
	left: 2px;
}
.groupHeader .groupChart
{
	float: right;
	background: url(images/reports/ChartBackground.png) repeat-x bottom;
	width: 100%;
}
.groupHeader a.chartOpener
{
	/*position: relative;*/
	display: block;
	background: url(images/reports/ToggleChart.png) no-repeat right bottom;
}
.groupHeader a.chartOpener .chartLabel
{
	color: White;
	font-weight: bold;
	position: absolute;
	display: block;
	right: 12px;
	top: 1px;
}
.groupHeader a.chartOpener .button
{
	background: url(images/reports/ToggleChart.png) no-repeat right top;
	display: block;
	position: absolute;
	width: 10px;
	height: 18px;
	right: 0px;
	top: 0px;
}
.groupHeader .groupChart.current a.chartOpener .button
{
	background-image: none;
}
.groupHeader ul.chartContainer
{
	position: static;
	padding: 0 0 0 0;
	display: none;
	margin: 0 0 0 0;
}
tr.groupTotal
{
	background-repeat:repeat-x;
}
.chartContainer li
{
	padding: 0 0 0 0;
	text-align: right;
	text-align: center;
}
.chartContainer li div
{
	padding: 0 0 0 0;
	text-align: right;
}

.chartContainer img
{
	padding-top: 7px;
}

a.pin
{
	top: 20px;
	right: 10px;
}
a.fullLink
{
	top: 160px;
	right: 65px;
}
a.pin, a.pin:visited, a.fullLink, a.fullLink:visited
{
	position: absolute;
	color: Silver;
}
a.pin:hover, a.fullLink:hover
{
	color: White;
}

/*===form styling===*/
.inputSm
{
	background-color: none;
	border: none;
	height: 21px;
	width: 71px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 0 0 4px;
	color: #999999;
}
.inputMed
{
	background-color: none;
	border: none;
	height: 20px;
	width: 220px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 0 0 4px;
	color: #999999;
}

label.left
{
	width: 150px;
	text-align: right;
}

.hidden
{
	display: none;
}

/*===to from blocks===*/
.tofromBlock
{
	clear: both;
	margin-top: 10px;
}

.toBlock, .fromBlock
{
	background: url(images/reports/tofromBlock.png) no-repeat;
	width: 240px;
	height: 107px;
	padding: 20px 10px 20px 10px;
	font-weight: normal;
	overflow: hidden;
	float: left;
}

#modifyReportContent .leftcol .scroll ul
{
	margin: 0 auto;
	padding: 0;
}

#modifyReportContent .leftcol .scroll li
{
	margin: 0 auto;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #43943C;
}
.tofromBtns
{
	float: left;
	width: 25px;
	margin-top: 45px;
	text-align: center;
}

.tofromBtns .plus, .tofromBtns .minus
{
	margin-top: 10px;
	display: block;
}


/*Share this*/
.socialButton
{
	display: inline;
}
.shareThis
{
	margin-left: auto;
	margin-right: 0;
	text-align: right;
	padding-right: 20px;
}
.shareThis .addthis_toolbox .custom_images a
{
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
}

.shareThisButton
{
	cursor: pointer;
}

.popDownMenu.shareMenu li span
{
	padding-top: 3px;
	padding-left: 8px;
}
.popDownMenu.shareMenu li
{
	padding-top: 3px;
	padding-left: 8px;
}

.reportLinkBox
{
	width: 450px;
	border: none;
	height: 21px;
	background: url(images/searchWindow/inputReallyBig.png) no-repeat;
	padding: 2px 0 0 4px;
	color: #999999;
}

.reportLinkText
{
	width: 440px;
	font-size: 14px;
	float: left;
	background-color: Transparent;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
}


#reportLink
{
	display: none;
}
#ExportReportHeader
{
	display:none;
}


