﻿/* PORTAL LAYOUT
body 
{ 
margin: 0px auto 0px auto; 
text-align: center;
background-color: #C8E1FF;
}

img { border: none; }

.portalContent 
{ 
margin: 0px auto 0px auto;
text-align: center;
width: 954px;
background-color: white;
border: solid 1px #173F70; 
}

.columnOne 
{ 
background-color: #6886A4; 
}

.portletBody
{ 
margin: 0px auto 0px auto; 
text-align: center;
}

.PATableTwoWideColumnBorder
{
padding-bottom: 10px;
border-left: none;
}

.customappText
{
text-align: left;
}

#header 
{ 
text-align: left; 
}

#agency a 
{
left: auto;
top: 25px;
width: 375px; 
}

#state a 
{ 
left: auto;
top: 148px;
width: 160px;
}
#pt-portlet-content-75187
{
margin-left: 10px
}
#pt-portlet-785, #pt-portlet-36624
{
padding: 10px;
}

*/
/* COMMON STYLES FOR ALL HOSTED DISPLAY APPS */
/* layout */
#hostedDisplay { width: 100%; }
#leftnavcell { background-color: #6886A4; }
#maincell {
	padding: 10px;
	width: 100%;
	font: .9em verdana,arial,helvetica,"sans-serif"; 
}
#maincell td {
	font: .9em verdana,arial,helvetica,"sans-serif"; 
}
/* elements */
body { color: #000000; }
#hostedDisplay h1, h1 {
	font-size: 26px;
	margin: 5px 0px 10px 0px;
	color: #018752;
}
#hostedDisplay h2 {
	color: #173F6E;
	font-size: medium;
	margin-bottom: 0px;
	margin-top: 0px;
}
#hostedDisplay h3 {
	color: #173F6E;
	font-size: small;
	margin-bottom: 0px;
	margin-top: 0px;
}
#hostedDisplay a:link, #hostedDisplay a:active, #hostedDisplay a:visited {
	color: #003399;
	text-decoration: none;
}
#hostedDisplay a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#hostedDisplay ul { margin-top: 3px; }
#hostedDisplay li { margin-bottom: 3px; }
#hostedDisplay ul li, #hostedDisplay ul li ul li ul li { list-style-image: url(http://www.agriculture.state.pa.us/portal/server.pt/gateway/PTARGS_0_2_24476_10297_0_43/AgWebsite/images/green_hash.gif); }
#hostedDisplay ul li ul li, #hostedDisplay ul li ul li ul li ul li { list-style-image: url(http://www.agriculture.state.pa.us/portal/server.pt/gateway/PTARGS_0_2_24476_10297_0_43/AgWebsite/images/green_hash_hollow.gif); }
#hostedDisplay small { font-size: 9px; }
#hostedDisplay img { border: none; }
/* classes */
#hostedDisplay .seperator {
	color: #018752;
	height: 1px;
	margin: 10px 0px 10px 0px;
	background-color: #018752;
	border: none;
}
#hostedDisplay .error { color: Red; }
#hostedDisplay .left { float: left; }
#hostedDisplay .right { float: right; }
#hostedDisplay .clear { clear: both; }
#hostedDisplay .clearBlock {
	clear: both;
    padding-top: 10px;
}
#hostedDisplay .row { margin-bottom: 10px; }
#hostedDisplay .block {
	background-color: #6886A4;
	width: 345px; 
	float: left; 
	border: solid 1px #6886A4; 
	margin-right: 5px;
}
#hostedDisplay .blockFull {
	background-color: #6886A4;
	width: 100%; 
	border: solid 1px #6886A4; 
	margin-bottom: 10px;
}
#hostedDisplay .blockHeader {
	color: #FFFFFF;
	padding: 3px;
}
#hostedDisplay .blockInner {
	background-color: #FFFFFF;
	padding: 3px;
}
#hostedDisplay .alternateRow { background-color: #EDEDED; }
#hostedDisplay .nonAlternateRow { background-color: #FFFFFF; }
#hostedDisplay .center {
	margin: 0 auto;
	text-align: center;
}	
