/* ========= OLD STYLES ========== *


body, ul, td, .normal {
 	font-family : verdana, gill sans, tahoma;
 	font-size : 12.5px;
	color : #000000;
	letter-spacing: normal;
}
	
p {	line-height: 170%; }

li { line-height: 170%; }

a { color: blue;  }

a:visited { color: blue; }

a:hover { color: #942A6E; }

a.inline { text-decoration: underline }


.fixed  {
 	font-family : courier new,courier,monospaced;
 	font-size : 10px;
 	letter-spacing:normal;
	background-color:#f4f4f4;
	}


.home1 {
 	font-family : verdana, gill sans, tahoma;
	font-weight: bold;
	color: #CDA667;
	font-size:12px;
	}

.home2 {
 	font-family : verdana, gill sans, tahoma;
	font-weight: bold;
	color: #3C5A58;
	font-size:12px;
	}
	
.footer {
	font-size: 7pt;
	color: #3C5A58;
	letter-spacing:normal;
	}
	
.input {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#FFFFFF;
	border: 1px groove #002266;
	width:150px;
	}
	
.select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#ffffff;
	border: 1px groove #002266;
	}

.textbox {
 	font-family : courier new, monospaced;
	font-size : 11px;
	color: black;
	background-color:#ffffff;
	border: 1px groove #002266;
	width:400px
 	}

.button {
 	font-family : verdana;
	font-size : 8pt;
	color: black;
	}
 
.dwarf {
	font-family : verdana;
	font-size : 7pt;
	font-weight:normal;
	line-height: 150%;
	color : black;
	letter-spacing:normal;
	}

.tablecontainer {
 	background-color:#FFFFFF;
	}
	
.trlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#CDA667;
	}
	
.trlabel2  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#3B5957;
	}
	
.tdlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#FFF2CF;
	}
	
.cell  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color: #f0f0f0;
 	letter-spacing:normal;
	}
	
.cell2  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color: #e0e0e0;
 	letter-spacing:normal;
	}
	
.selectedcell {
	font-family : verdana,arial,helvetica;
 	font-size:7pt;
	font-weight:normal;
	color:black;
	background-color: #FFFFFF;
 	letter-spacing:normal;
	border-style:solid;
	border-width:2px;
	border-color:#5AAD40;
	}
	
.box  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	}

	
h3, .head  	{
 	font-family : verdana, gill sans, tahoma;
	font-size : 18px;
 	font-weight : bold;
	color : #3C5A58;
	line-height:100%;
	}
	
h4, .head2  	{
 	font-family : verdana, gill sans, tahoma;
	font-size : 18px;
 	font-weight : bold;
	color : #CEA668;
	line-height:100%;
	}	

.dim {
	color: gray;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}
	
.table {
	border-width: 0.5mm;
	border-color: #B9DBAD;
	border-style: groove;
	}

*/


/* Import color scheme stylesheet */
@import url(colors.css);

/* ========== TABLE OF CONTENTS ==========
 * 1. Basic Tag Styles (standard tags as well as custom Clarity tag classes)
 * 2. Typography Styles (text)
 * 3. Form Styles (inputs, textareas, etc)
 * 4. Table Styles (tr, th, td, etc)
 * 5. Standard Sub Page Styles (for dsp_showpage as well as tools' PGE-fed sections)
 * 6. Sub Page Layouts (A-H)
 * 7. Page Specific Styles (PGE and other standard page styles)
 *		i. Standard Pages
 *		ii. Calendar Pages
 *		iii. Emarketing Pages
 *		iv. Plant Pages
 */


/* ===== BASIC TAG STYLES ===== */

hr {
	height: 1px;
	clear: both;
}

.button {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
 
.dwarf {
	font-size : 10px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
}
	
.error {
	font-weight:bold;
}
	
.hand {
	cursor:pointer;
}

.applyBorder {
	border-width: 1px;
	border-style: solid;
}

/* ===== TYPOGRAPHY STYLES ===== */

h2, .head,
h3, .home1,
h4, .home2,
h5 {
 	font-weight : bold;
}

h2, .head {
 	font-size : 120%;
}

h3, .home1 {
	font-size : 110%;
}

h4, .home2,
h5 {
 	font-size : 100%;
}

/* ===== FORM STYLES ===== */

input, select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
}	
	
.input {
	width:150px;
}

textarea {
 	font-family : "courier new", monospaced;
	font-size : 11px;
	width: 400px
}


/* ===== TABLE STYLES ===== */

table {
	border-collapse: collapse;
}

td, th {
	padding: 4px;
	font-size: 10px;
	text-align: left;
}

thead, tfoot {
	font-size:10px;
}

.trlabel, .tdlabel, .cell, .cell2, .odd, .even {
 	font-family : verdana;
 	letter-spacing: normal;
	font-size : 10px;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

thead th,
.trlabel,
.tdlabel,
.cell,
.cell2 {
	font-weight: bold;
}
.cell,
.cell2 {
	padding-top: 0.5em;
}
	
.box  {
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
}


/* ========== STANDARD SUB PAGE STYLES ==========
 * 1. #breadcrumb
 * 2. h2#pageTitle
 * 3. h3#pageSubTitle
 * 4. #pageSummary
 * 5. #pageContents
 * 6. #pageBullets
 * 7. #pageConclusion 
 * 8. #imageBlock
 * 9. #imageBlockFeat
 * 10. #calloutbox
 * 11. #pageDownloads
*/
#breadcrumb {
	margin-bottom: 0.8em;
	font-size: 10px; 
	font-weight: bold; 
}
	#breadcrumb span.breadcrumbTitle {
		padding-right: 10px;
	}
	#breadcrumb a {
		font-weight: bold;
		text-decoration: none; 
	}
h2#pageTitle {
	font: normal bold 125%/110% Arial, Helvetica, sans-serif;
	padding: 0.1em 0;
}
h3#pageSubTitle {
	font: normal bold 110%/110% Arial, Helvetica, sans-serif;
	padding: 0 0 0.3em;
}
#pageSummary p,
#pageContents p,
#pageConclusion p,
#pageBullets ul,
#pageBullets ol {
	line-height: 110%;
	padding: 0.5em 0;
}

#pageSummary ul li,
#pageContents ul li,
#pageConclusion ul li {
	margin-left: 1.6em;
	list-style: disc outside url(../image/bullet.gif);
}
#pageSummary ol li,
#pageContents ol li,
#pageConclusion ol li {
	margin-left: 1.6em;
	list-style: decimal outside none;
}

#pageBullets {
	clear: left;
}
	#pageBullets ul li,
	#pageBullets ol li {
		margin-left: 1.6em;
		line-height: 150%;
	}
	#pageBullets span.clear {
		clear: left;
	}
#imageBlock,
#imageBlockFeat {
	padding: 0.5em;
}
	#imageNav {
		text-align: center;
		padding: 0.2em 0;
		font-size: 80%
	}		
		#imageNav a {
			font-weight: bold;
			color: #366;
			text-decoration: none;		
		}
	#pageContent p#currCaption,
	#pageContent p#featCaption {
		font-size: 80%;
		text-align: center;
		font-weight: bold;
	}
#calloutbox {
	width: 220px;
	position: relative;
	margin: 1em 0;
	/*border-width: 2px;
	border-style: solid;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
}
	#calloutbox h3 {
		width: 200px;
		padding: 0 10px;
		margin: 0;
		font-size: 100%;
		line-height: 40px;
		text-align: center;
	}
	#calloutbox #calloutboxContent {
		width: 200px;
		padding: 0 10px;
		text-align: center;
	}
		#calloutbox ul#calloutboxList {
			width: 200px;
			padding: 0 0 12px;
			color: inherit;
		}
			#calloutbox ul#calloutboxList li {
				list-style: disc;
				display: list-item;
				text-align: left;
				margin: 0 0 0 1em;
				padding: 5px 0;
			}
			#calloutbox ul#calloutboxList a {
				font-size: 90%;
				font-weight: bold;
				text-decoration: none;
			}
#pageDownloads {
	margin: 1em 0;
	clear: both;
}
	#pageDownloads h3 {
		padding-bottom: 0.5em;
	}
	#pageDownloads div.pageDownloadBlock {
		width: 45%;
		min-height: 45px;
		float: left; 
		padding-right: 5%;
		padding-bottom: 0.5em;
		position: relative;
	}
	#pageDownloads a.pageDownloadThumbLink {
		display: block;
		padding-right: 10px;
		position: absolute;
		left: 0;
		top: 0;
	}
	#pageDownloads div.pageDownloadBlock h4,
	#pageDownloads div.pageDownloadBlock p {
		font-size: 90%;
		padding-left: 42px;
	}
			
/* ========== SUB PAGE LAYOUTS ==========
 * 1. Layout A
 * 2. Layout B
 * 3. Layout C
 * 4. Layout D
 * 5. Layout E
 * 6. Layout F
 *
 * ===== Layout A ===== */

#pageSummary.layoutA p,
#pageContents.layoutA p,
#pageConclusion.layoutA p,
#pageBullets.layoutA ul,
#pageBullets.layoutA ol {
	padding-left: 0;
}
#imageBlock.layoutA {
	padding: 0 0 0.5em;
}
#imageBlock.layoutA,
#calloutbox.layoutA {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout B ===== */

#imageBlockFeat.layoutB,
#calloutbox.layoutB {
	float: left;
	clear: left;
	margin-right: 1em;
}
#imageBlock.layoutB {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout C ===== */

#calloutbox.layoutC {
	float: left;
	clear: left;
	margin-right: 1em;
}
#imageBlock.layoutC,
#imageBlockFeat.layoutC {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout D ===== */
#imageBlock.layoutD {
	float: right;
	clear: right;
	margin-left: 1em;
}
#calloutbox.layoutD {
	float: left;
	clear: left;
	margin-right: 1em;
}

/* ===== Layout E ===== */
div.imageBlock.layoutE {
	float: right;
	clear: right;
	padding: 10px;
}
div.imageBlock.layoutE p.imageCaption {
	font-size: 80%;
	text-align: right;
	margin: 0;
	padding: 0;
}
#pageDownloads.layoutE {
	clear: none;
}
	#pageDownloads.layoutE div.pageDownloadBlock.layoutE {
		width: auto;
		float: none;
		clear: left;
		padding: 0 0.5em;
	}

/* ===== Layout F ===== */
#imageBlock.layoutF {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}

#imageBlock.layoutF p#myCaption {
	text-align: center;
}
#imageBlock.layoutF #thumbGallery {
	padding: 0.5em;
}
	#imageBlock.layoutF #thumbGallery a.thumbSwitch {
		display: block;
		float: left;
		width: 50px;
		height: 50px;
		padding: 5px;
	}

#calloutbox.layoutF,
#imageBlockFeat.layoutF {
	float: left;
	clear: left;
	margin-right: 1em;
}

/* ===== Layout G ===== */
#videoBlock.layoutG {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}
	#videoBlock.layoutG #videoWrapper {
		background: transparent url(../image/loading.gif) no-repeat 50% 50%;
		margin: 0 auto;
	}
		#videoWrapper.layoutG object {
			display: block;
			margin: 0 auto;
		}
	#videoBlock.layoutG #videoCaption {
		padding-top: 0.5em;
		text-align: center;
	}

#calloutbox.layoutG {
	float: left;
	clear: left;
	margin-right: 1em;
}

#pageThumbs {
	margin-top: 1em;
}
	#pageThumbs div.vidThumb {
		float: left;
		padding: 0.5em 1.3em 0.5em 0;
		width: 100px;
		text-align: center;
	}
		#pageThumbs div.vidThumb a {
			text-decoration: none;
			font-size: smaller;
			font-weight: bold;
			display: block;
			position: relative;
		}
			#pageThumbs div.vidThumb a img {
				border: 1px solid #CCC;
			}

/* ===== Layout H ===== */
#videoBlock.layoutH {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}	
	#videoBlock.layoutH #videoWrapper {
		background: transparent url(../image/loading.gif) no-repeat 50% 50%;
		margin: 0 auto;
	}
		#videoWrapper.layoutH object {
			display: block;
			margin: 0 auto;
		}
	#videoBlock.layoutH #videoCaption {
		padding-top: 0.5em;
		text-align: center;
	}
	#videoBlock.layoutH #thumbGallery {
		padding: 1em 0 0.5em;
		margin: 0 auto;
	}
		#videoBlock.layoutH #thumbGallery a.thumbSwitch {
			position: relative;
			display: block;
			float: left;
			width: 50px;
			height: 50px;
			padding: 5px;
			overflow: hidden;
		}
		
#calloutbox.layoutH {
	float: right;
	clear: right;
	margin-left: 1em;
}

#imageBlock.layoutH {
	float: left;
	margin-right: 1em;
}	
	#imageBlock.layoutH #myCaption {
		text-align: center;
	}


/* ==================== PAGE SPECIFIC STYLES BY TOOL ==================== */


/* =============== // STANDARD PAGES // =============== */



/* =============== // PHOTO GALLERY TOOL PAGES // =============== */

/* ========== Photo Gallery Main Page ========== */
#galleryCats {
	
}
	#galleryCats li {
		display:block; 
		width:48%; 
		float:left; 
		margin-top: 1em; 
	}
		#galleryCats li img {
			float:left; 
			margin: 0 10px 10px 0;
		}
		#galleryCats h3 {
			font-size: 80%;
		}
		#galleryCats h3,
		#galleryCats p {
			padding-right:20px;
		}

/* ========== Photo Gallery Category Page ========== */
#imgPane {
	text-align: center; 
	float: right; 
	/*width: 48%;*/ 
	background: white url(http://console.clarity-connect.com/image/loading.gif) no-repeat 50% 50%;	
}
	#imgWrapper {
		margin: 0 auto; 
		border: thin solid #999; 
		padding: 2px; 
	}
	#myCaption,
	#myByline {
		font-size: 70%;
		text-align: center;
	}
	#myCaption {
		padding:10px 50px 0;
	}
	#myByline {
		padding:4px 50px;
	}
#gallery {
	width: 48%;
}
	#galleryThumbs { 
		padding-bottom: 8px;
	}
		#galleryThumbs a,
		#galleryThumbs a:active,
		#galleryThumbs a:focus {
			outline: none;
		}
		#galleryThumbs img {
			padding: 3px;
			background-color: white;
		}
		#galleryThumbs .current img {
			background-color: #CCC;
		}
	#galleryPages {}
	
/* =============== RESOURCES & LINKS TOOL =============== */
.linkList {
	list-style: none;
}
	.linkBlock {
		display: block;
		float: left;
		width: 45%;
		padding: 2.5%;
	}
		.linkBlock .linkLogo {
			float: left;
			padding-right: 1em;
			padding-bottom: 1em;
			text-indent: -999em;
		}
		
/* =============== PORTFOLIO TOOL =============== */
.portfolioItem {
	padding: 0.5em 0;
}
	.portfolioItem>* {
		line-height: 110%;
	}
	.portfolioItem>h3 {
		line-height: 125%;
		padding-bottom: 0.2em;
	}
	.portfolioItem a {
		color: #1D4848;
		text-decoration: none;
	}
		.portfolioItem a img {
			border: none;
			outline: none;
			float: left;
			padding: 0.5em;
		}

/* =============== PLANT CALCULATORS =============== */
.calculatorResult {
	float: left; 
	width: 45%;
	padding: 1em 0 2.5em;
	line-height: 150%;
}
	.calculatorResult h3 {
		padding: 0.2em 0 0.3em;
	}

