/*PublicAlerts.org custom styles */

@import url('/shared/SexyButtons/sexybuttons.css');

.note {
	font-size: 70%;
	color: #777;
}

.center {
	text-align: center;
}

.error {
	color: red;
}

.localplowroutes { 
	width:100%; 
	height:1150px;
	border: 0;
}

a img {
	border: none;
}

dl {
	font-size:
}

li {
	margin: 5px 0;
}

#test { 
	color:red;
}

.columnwrapper {
	clear: both;
	overflow: auto;
}

.column {
	float: left;
	margin: 0;
	padding: 0;
	width: 45%;
}

ul.column,
.column ul {
	padding-left: 14px;
}

.questionsAndComments {
	font-size: 11px;
	text-align: center;
}

div#alertimagebuttons div {
	display:block; 
	float:left; 
	margin-top:15px; 
	border:none; 
	width:250px; 
	height:133px; 
}

div.oddalert { 
	margin-right:15px; 
}

div#alertimagebuttons div a {
	display:block; 
	width:248px;
	height:130px;
	_width:250px;
	_height:133px;
	text-decoration:none; border:none;
	background-image: url(/images/blackslice2.gif);
	background-position: left -274px;
	background-repeat: repeat-x;
	font-family:verdana, sans serif; 
	color:white;
	font-weight:bold;
	padding:2px 0 0;
	font-size:14px;
	line-height:1.5em;
	border:1px solid #ddd;
	/* for IE  filter:alpha(opacity=40); */
	/* CSS3 standard   opacity:0.4; */
	
	filter:alpha(opacity=50); 
	opacity:0.50;
}

div#alertimagebuttons div a:hover {
	background-image: url(/images/blackslice2.gif);	
	/*background-position: left -274px;*/ 
	border:1px solid black; 
	
	filter:alpha(opacity=85); 
	opacity:0.85;
}

div#roads a { 
	background-image: url(/images/plow.jpg); 
}
div#schools a { 
	background-image: url(/images/lane.jpg); 
}
div#maxs a { 
	background-image: url(/images/max.jpg); 
}
div#health a { 
	background-image: url(/images/health.jpg); 
}

a.header img, 
span#searchbox, 
td.footerDescription { 
	visibility:hidden; 
}

td.footerItems { 
	width:900px; 
	text-align:left; 
	padding-left:30px; 
}

h2 a:link, 
h2 a:visited { 
	color:#993300; 
}


div.weatherbug { 
	font-size: 15px; 
	color: #555; 
	padding:10px; 
	margin:12px 20px 15px 0; 
	text-align:center; 
	line-height:1.3em;
}

div.weatherbug p {
	margin:0px; 
}
div.weatherbug p a:hover {
	filter:alpha(opacity=80); 
	opacity:0.8;
	color:#993300;
}

div.weatherbug img { 
	border:none; 
}

#divSubid1 { 
	display:none; 
}

#divAreaid1 { 
	display:none; 
}

.crumb { 
	display:none; 
}

#locationform p { 
	font-size:14px; 
	color:#333; 
	margin:0 0 3px 0; 
	font-weight:bold; 
	width:100%;
}

#locationform form,
#locationform input {
	 margin:0px; padding:0px; 
}

#locationform input, 
#locationform select { 
	border:1px solid #ccc; 
	font-size:13px; 
	color:#666; 
	padding:4px; 
	margin-right:5px;
}

#feed p { 
	font-weight:bold; 
	display:block; 
	width:100%; 
	border-bottom:1px solid #bbb; 
}

#feed ul li { 
	margin-top: 10px 0 0 0; 
	padding-left:0px; 
	list-style-type:none; 
}

#feed ul { 
	margin:0px; 
	padding:0px; 
}

#contentContainer {
	width: 100%;
}

.pagecolumnmiddle {
	padding-left: 25px;
	padding-bottom: 5px;	
}
	
.pagecolumnmiddle table {
	position: relative;
	width: 100%;
}

.pagecolumnmiddle font.medium br:first-child {
	display: none;
}

.contentHeaderWrap {
	position: absolute;
	width: 655px;
	text-align: right;
}

.contentHeader {
	display: none;
}


/* !Body
---------------------------------------------------------------------- */
BODY {
	font-size: 10pt; 
	color: #444; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: white;
	background-image: url(/images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
BODY.popup {
	margin-top: 10px; 
	font-size: 8pt; 
	color: #444; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #fff;
}

/* !Links
---------------------------------------------------------------------- */
A:link {
	color: #126079; 
}
A:visited {
	color: #126079;
}
A:hover {
	color: #113042; 
	text-decoration: underline
}

/* !Header Links
---------------------------------------------------------------------- */
A.header:link {
	color: #126079;
}
A.header:visited {
	color: #126079;
}
A.header:hover {
	color: #113042; 
	text-decoration: underline
}

/* !Stealth Links
---------------------------------------------------------------------- */
A.stealth:link {
	color: #126079;
}
A.stealth:visited {
	color: #126079;
}
A.stealth:hover {
	color: #113042; 
	text-decoration: underline
}

/* !Paragraph, Headings, Blockquotes
---------------------------------------------------------------------- */
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6em;
}
H1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color:#444;
	margin:15px 0; 
	padding:0px;
	/*letter-spacing: -.375px;
	word-spacing: -.03em;
	line-height: 1.25em;
	margin-top: .75em;
	margin-bottom: .75em;*/
}

H2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color:#fff;
	display:block;
	background-color:#c13c2e;
	margin:5px 0 2px; padding:4px;
	/*letter-spacing: -.375px;
	word-spacing: -.03em;
	line-height: 1.25em;
	margin-top: .75em;
	margin-bottom: .75em;*/
}

/*
H2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -.375px;
	word-spacing: -.03em;
	line-height: 1.15em;
	margin-top: 5px;
	margin-bottom: .75em;
	color:#555;
}*/
H3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -.175px;
	word-spacing: -.5px;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 10px;
}
H4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.175px;
	word-spacing: -.5px;
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 0px;
}
H5 { /* Pull Quote */
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin: 10px;
}
H6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
blockquote {
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

/* !Horizontal Rule
---------------------------------------------------------------------- */
HR {
	border: none; 
	border-top: 1px solid #ddd;
	color: #ddd;
	width: 100%;
	text-align: center;
	height: 1px;
	line-height: 22px;
}

/* !Tab Menu ON
---------------------------------------------------------------------- */
A.tabMenuOn:link {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}
A.tabMenuOn:visited {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}
A.tabMenuOn:hover {
	color: #fff; 
}
TD.tabMenuOn {
	font-size: 9pt;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #333; 
	background-color: #666;
}

/* !Tab Menu OFF
---------------------------------------------------------------------- */
A.tabMenuOff:link {
	color: #333; 
	text-decoration: none
}
A.tabMenuOff:visited {
	color: #333; 
	text-decoration: none
}
A.tabMenuOff:hover {
	color: #126079; 
}
TD.tabMenuOff {
	font-size: 9pt;
	background-color: #e9e9e9
}

/* !Breadcrumbs
---------------------------------------------------------------------- */
TD.crumb {
	font-size: 8pt; 
	/*font-weight: bold;*/ 
	background-color: #e9e9e9;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 18px;
}

/* !Drop Menu
---------------------------------------------------------------------- */
.hmMenus {
	font-size: 9pt;
}
.hmItems {
	background-color: #fff;
}
.hmItemsOver {
	color: #126079; 
	background-color: #e9e9e9;
}
.hmItemsSelected {
	color: #126079; 
	background-color: #e9e9e9;
}

/* !Category Menu
---------------------------------------------------------------------- */
A.categoryMenu {
	font-size: 9pt;
	text-decoration: none; 
	/*color: #444444*/
}

/* !Editor
---------------------------------------------------------------------- */

.wysiwyg TD {
	font-size: 10pt;
	line-height:16px;
}

/* !Tables
---------------------------------------------------------------------- */
TD.headerDescription {
	
	font-size: 10pt;
	color: #505050;
}
TD.headerLinks {
	font-size: 10pt;
}
TABLE.top {
	font-size: 10pt;
	background-color: #F0F0F0
}
TR.topHeader {
	font-size: 10pt;
	background-color: #f5f5f5
}
TD.topHeaderTitle {
	font-weight: bold; 
	font-size: 12pt; 
	color: #444444
}
TD.topHeaderItems {
	font-size: 10pt;
	color: #444; 
	padding-right: 10px; 
	padding-left: 10px; 
	white-space: nowrap
}
TR.topSubMenu {
	font-size: 10pt;
	background-color: #f5f5f5
}
TD.topSubMenuTitle {
	font-size: 10pt;
	padding-left: 10px; 
	font-weight: bold; 
	color: #444444
}
TD.topSubMenuItems {
	font-size: 10pt;
	padding-right: 10px; 
}
TD.pagecolumnmiddle {
	font-size: 10pt;
}

/* !Table Widgets
---------------------------------------------------------------------- */
TABLE.widget {
	font-size: 9pt;
	line-height: 15px;
padding-top:0px; 
margin-top: 0px; 
	margin-bottom: 0px;
	background-color: #fff;
}
TR.widgetHeader {
	display:none;
	font-size: 0pt;
	line-height: 0px;
	background-color: #fff;
}
TD.widgetHeaderTitle {
	font-size: 8pt;
	font-weight: bold;	
	color: #333;
	background-color: #ddd;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
TD.widgetData {
	font-size: 8pt;
	line-height: 16px;
	background-color: #fff;
}
TD.widgetDataLight {
	font-size: 8pt;
	line-height: 16px; 
	background-color: #fff;
}

/* !Table Footer
---------------------------------------------------------------------- */
TABLE.footer {
	background-color: #fff;
}
TR.footer {
	font-size: 8pt;
	background-color: #fff;
}
TD.footerDescription {
	color: #fff;
}
TD.footerItems {
	white-space: nowrap
}

/* !Table Tabular (manage content)
---------------------------------------------------------------------- */
TABLE.tabular {
	background-color: #f0f0f0;
}
TR.tabularHeader {
	font-size: 10pt;
	font-weight: bold; 
	color: #fff; 
	background-color: #666;
}
TD.tabularHeader {
	font-size: 10pt;
	font-weight: bold; 
	color: #fff; 
	background-color: #c0c0c0
}
.tabularLabel {
	background-color: #f0f0f0
}
TR.tabularSectionLabel {
	font-size: 10pt;
	font-weight: bold; 
	color: #606060; 
	line-height: 19px; 
	white-space: nowrap; 
	background-color: #f0f0f0; 
	text-align: center
}
TR.tabularEven {
	font-size: 10pt;
	background-color: #fff;
	border-bottom-color: #eee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
TR.tabularOdd {
	font-size: 10pt;
	background-color: #fff;
	border-bottom-color: #eee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
TR.tabular {
	font-size: 10pt;
	background-color: #fff;
}
TD.tabularData {
	font-size: 10pt;
	background-color: #fff;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom-color: #eee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
TD.tabularValue {
	font-size: 10pt;
	background-color: #fff;
}

/* !Table Detail
---------------------------------------------------------------------- */
TABLE.detail {
	background-color: #ccc;
	padding: 6px;
}
TR.detailHeader {
	font-size: 10pt;
	background-color: #fff; 
	line-height: 15px;
}
TD.detailHeaderTitle {
	font-weight: bold; 
	font-size: 10pt; 
	color: #444;
	padding: 6px;
}
TD.detailHeaderItems {
	font-size: 10pt;
	padding-right: 10px; 
	padding-left: 10px; 
	white-space: nowrap;
}
TD.detailLabel {
	font-size: 10pt;
	font-weight: bold; 
	white-space: nowrap; 
	background-color: #e9e9e9; 
	text-align: right;
	padding: 6px;
}
TD.detailData {
	font-size: 10pt;
	background-color: #fff;
	padding: 6px;
}

/* !Table Subdetail
---------------------------------------------------------------------- */
TABLE.subDetail {
	background-color: #ddd;
}
TR.subDetailHeader {
 	font-size: 10pt;
	background-color: #f0f0f0; 
	line-height: 15px;
}
TD.subDetailHeaderTitle {
	font-size: 10pt;
	font-weight: bold;
	line-height: 20px;
}
TD.subDetailHeaderItems {
	padding-right: 10px; 
	padding-left: 10px; 
	white-space: nowrap
}
TD.subDetailLabel {
	font-size: 10pt;
	white-space: nowrap; 
	background-color: #fff; 
	text-align: right;
}
TD.subDetailData {
	font-size: 10pt;
	background-color: #fff;
	padding: 6px;
}

/* !Table Form
---------------------------------------------------------------------- */
TABLE.form {
	background-color: #F0F0F0
}
TD.formHeader {
	font-weight: bold; 
	color: #fff; 
	background-color: #5BA8B6
}
TD.formLabel {
	font-weight: normal; 
	line-height: 19px; 
	white-space: nowrap; 
	background-color: #f0f0f0; 
	text-align: right
}
TD.formSectionLabel {
	font-weight: bold; 
	color: #606060; 
	line-height: 19px; 
	white-space: nowrap; 
	background-color: #F0F0F0; 
	text-align: center
}
TD.formData {
	background-color: #fafafa
}
TD.formNoPad {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	background-color: #fafafa
}
TD.formFooter {
	font-weight: bold; 
	background-color: #f0f0f0
}
TD.calendarDay {
	font-size: 9pt;
}
TD.calendarEvent {
	font-size: 9pt;
}
TD.calendarWeek {
	font-size: 9pt;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 15px;
}
TD.calendarLegend {
	font-size: 9pt;
}

/* !DIV
---------------------------------------------------------------------- */
DIV.page {
	padding-left: 0px; 
	font-size: 7pt; 
	width: 640px; 
	text-align: left
}

/* !Buttons
---------------------------------------------------------------------- */
.button {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #ddd;
}

/* !Highlights?
---------------------------------------------------------------------- */
TD.highlight {
	background-color: #ffffb0
}
.highlightcolor {
	background-color: #ffffb0
}

/* !Table Divider
---------------------------------------------------------------------- */
TABLE.divider {
	font-weight: normal; 
	font-size: 10pt;
	text-align: left; 
	line-height: 20px; 
	padding-right: 22px;
	vertical-align: middle;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif; 
}

/* !FONTS
---------------------------------------------------------------------- */
FONT.large {
	font-size: 11pt
}
FONT.medium {
	font-size: 10pt;
/*	line-height: 17px;*/
}
FONT.small {
	font-size: 8pt
}
FONT.verysmall {
	font-size: 7pt
}
FONT.contentHeader {
	font-size: 10pt;
	font-weight: bold; 
}
FONT.contentHeaderDetail {
	font-weight: bold; 
	font-size: 10pt
}

/* !Selects
---------------------------------------------------------------------- */
SELECT {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif
}
SELECT.small {
	font-size: 8pt; 
	font-family: Arial, Helvetica, sans-serif
}

/* !Inputs
---------------------------------------------------------------------- */
INPUT {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif
}
INPUT.text {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif
}
INPUT.date {
	font-size: 9pt;
	width: 75px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center
}
INPUT.time {
	font-size: 9pt;
	width: 65px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center
}
INPUT.numeric {
	font-size: 9pt;
	width: 35px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: right
}
INPUT.numericLarge { 
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: right
}
input[type=submit] {
	cursor: pointer;
}


#bannerImages { 
	height:75px;
	background: url('/images/public-alerts-banner.png') center top no-repeat; 
/*
	height:143px; 
	background: url('/images/public-alerts-banner.jpg') center 10px no-repeat; 
 */
}

#bannerImages td a { 
	display: none;
}


/* lefthand menu styles */
div#navcol,
div.notifications {
	width: 220px;
}

div#navcol {
	display: block;
	position: relative;
	margin-top: 10px;
	padding: 0;
	padding-bottom: 5px;
	font-weight: bold;
}

div#navcol ul {
	list-style-type: none;
	margin:0px 0px;
	padding:0px 0px;	
	display: block;
	font-size: 1.1em;
	text-align:left;
}

div#navcol ul li {
	display:block;
	position:relative;
	margin: 0px 0px;
	padding: 0 0 0 40px;	
	border-bottom: 1px solid #DFDBD1;
	zoom: 1;	/* Fix menu disappearing in IE7 */
}

div#navcol ul li a {
	display:block;
	margin: 0px 0px;
	padding: 9px 0;
	color: #222;
	text-transform:uppercase;	
	text-decoration:none;
}

div#navcol ul li a img {
	position: absolute;
	top: 1px;
	left: 0;
}

div#navcol ul li a:hover{	
	color: red;
}

div#navcol ul ul {
	display: none;
}
	
div#navcol ul ul li {
	padding: 0 0 0 0px;
	border-bottom: none;
}

div#navcol ul ul li a {
	padding: 3px 0;
	color: #555;
}


/* Aggregated RSS data */
.rss-box li {
	margin: 10px 0;
}

.rss-date {
	display: block;
	margin-bottom: -10px;
	font-style: italic;
	font-size: .8em;
}

.rss-item-media {
	margin: 5px 0; 
	padding: 5px;
	background: #eee;
	border: 1px solid #aaa;
}

.rss-item-media p {
	margin: 0;
}

.rss-item-media li {
	margin: 0;
}

/* Emergency Notifications box */
.notifications {
	margin-top: 15px;
	padding-bottom: 5px;
	background: #eee;
	border: 1px solid #999;
}

.notifications h4 {
	margin: 0;
	padding: 3px 3px 5px;
	font: bold 1.1em Verdana;
	color: white;
	background: #999;
}

.notifications .signup {
	margin: 15px 0 10px;
}


/* Twitter Feed Widget */

.twtr-widget {
position:relative;
font-size:12px!important;
font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;
zoom:1;
}

.twtr-fullscreen {
font-size:220%!important;
}

.twtr-widget .twtr-spinner {
width:14px;
height:14px;
position:absolute;
background:url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat;
top:3px;
right:3px;
}

.twtr-inactive {
display:none;
}

.twtr-widget a img {
border:0!important;
}

.twtr-doc {
overflow:hidden;
width:100%;
text-align:left;
font-weight:normal;
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
}

.twtr-bd {
padding:0 0px;
background: #666666;
}

.twtr-widget .twtr-tweet-wrap {
padding:6px 8px;
overflow:hidden;zoom:1;
}

.twtr-fullscreen .twtr-tweet-wrap {
padding:20px;
}

/* Message Background */
.twtr-widget .twtr-tweet {
border-bottom:1px dotted #ddd;
overflow:hidden;zoom:1;
}


.twtr-widget .twtr-tweet a.twtr-reply {
visibility:hidden;
}

* html .twtr-widget .twtr-tweet a.twtr-reply {
visibility:visible;
}

.twtr-widget .twtr-tweet:hover a.twtr-reply {
visibility:visible;
}

.twtr-widget-profile img.twtr-profile-img {
display:block;
float:left;
width:31px;
height:31px;
border:0!important;
}

.twtr-widget h3,.twtr-widget h4,.twtr-widget p {
margin:0!important;
padding:0!important;
line-height:1.2!important;
width:auto!important;
}

.twtr-widget-profile h3,.twtr-widget-profile h4 {
margin:0 0 0 40px!important;
}

.twtr-widget h3 {
font-size:11px!important;
font-weight:normal!important;
}



.twtr-widget h4 {
font-size:16px!important;
}

.twtr-widget i {
font-size:9px;
font-style:normal;
display:block;
margin-top:2px;
zoom:1;
}

.twtr-hd {
padding:10px;
position:relative;
zoom:1;
overflow:hidden;
color: #ffffff;
background: #999999;
}

.twtr-fullscreen .twtr-hd {
height:0;
padding:0;
}

.twtr-timeline {
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
position:relative;
overflow:hidden;
z-index:2;
height:225px;
background: #ffffff;
}

.twtr-timeline a {
color: #c05;
}

.twtr-ft {
position:relative;
}

.twtr-ft div {
overflow:hidden;
padding:10px;
zoom:1;
background: #999999;
}

.twtr-ft span {
float:right;
text-align:right;
}

.twtr-ft a {
float:left;
display:block;
}

.twtr-ft span a {
float:none;
}

.twtr-avatar {
width:40px;
height:40px;
float:left;
overflow:hidden;
display:block;
}

.twtr-fullscreen .twtr-avatar {
width:80px;
height:80px;
}

.twtr-img {
height:25px;
width:25px;
}

.twtr-img img {
width:30px;
height:30px;
}

.twtr-fullscreen .twtr-img img {
width:72px;
height:72px;
}

.twtr-fullscreen a.twtr-join-conv {
display:none;
}

.twtr-tweet-text {
margin-left:40px;
}

.twtr-fullscreen .twtr-tweet-text {
margin-left:90px;
}

.twtr-doc a {
text-decoration:none!important;
}

.twtr-doc a:hover {
text-decoration:underline!important;
}


/* RSS Alert Scroller */
#alerts {
	position: relative;
	margin-top: 1em;
}

#joinDiscussion {
	position: absolute; 
	right: 0;
	z-index: 1;
}


/* Alert notification signup form */

#signup { 
	margin-top:20px;
}

.PAform div.formfield {
	position: relative; 
	padding: 3px 3px 3px 155px;
	border:1px solid white;
}

.PAform div.formfield.active {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.PAform label {
	display: block;
	position: absolute;
	left: 0;
	_left: -158px;
	width: 130px;
	margin: 2px 0 0 3px;
	padding: 0;
	text-align: left;
}

.PAform label em {
	position: absolute;
	left: 140px;
}

.PAform label.error { 
	position: static;
	width: 100%;
	color: red; 
	vertical-align: top; 
	font-size: 0.75em;
}

.PAform input {
	display: block;
	margin: 0;
	padding:2px;
	border: 1px solid #bbb;
}

.PAform .subfield.solitary {
	margin-top: 5px;
}

.PAform .subfield p {
	margin: 0;
}

.PAform .subfield label {
	display: inline;
	position: static;
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 0.8em;
}

.PAform .subfield input {
	display: inline;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

.PAform div#submitButtons {
	margin: 15px 0 25px 155px;
	_margin-left: 160px;
}

.PAform #submitButtons input {
	display: inline;
	margin: 0;
}


/* Send Alert button */

#sendAlert {
	position: absolute;
	top: 0;
	right: 10px;
	background: #555;
	z-index: 20000;
}

#sendAlert p {
	margin: 0;
	padding: 0;
}

#sendAlert a {
	display: block;
	padding: 0 5px;
	color: white;
	text-decoration: none;
}

#sendAlert a:hover {
	color: white;
	background: #5B72B6;
	text-decoration: none;
}


.charCount {
	margin: 1px 0 3px;
}


/* Road Cameras */

.roadcam {
	float: left;
	width: 160px;
	height: 175px;
	margin: 5px 5px 0 0;
	font-size: .8em;
	text-align: center;
}
	
.roadcam font {
	font-size: .85em;
}
	
.roadcam img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	cursor: pointer;
}


/* Reload alert notice */
#reloadAlerts {
	display: none;
	margin: 20px 0;
	padding: 10px;
	border: 2px solid #f7c500;
	background: #FFF5AD;
}

#reloadAlerts h3 {
	margin: 0;
	color: #994800;
}

#rss_scroller #reloadAlerts p {
	margin: 0;
	padding: 1em 0;
	font-size: 10pt;
	color: black;
}

#reloadAlerts .buttonWrapper {
	text-align: center;
}

#reloadAlerts button {
	margin-bottom: 5px;
}

