/* 
stylesheet specific to Air Alert system
airalert.css 
Last updated: SAL 2006-4-7
*/

/* add cleared :after pseudoelement */
.tabarea:after, form dl.sidebyside:after, #airalert dl dd form:after,
.clearafter:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* force IE to give these elements "Layout" */
/*
.tabarea, form dl.sidebyside, #airalert dl dd form, 
.hasLayout {
	zoom: 1; 
}
*/

/* workaround stupid IE bug */
hr.hide {
	padding: 0;
	margin: 0;
	height: 1px;
	visibility: hidden;
}

#airalert dl {
	float: left;
	padding: 0px 8px;
	margin-bottom: 10px;
}

#airalert dl dt label {
	padding-left: 10px;
}

#airalert dl dt, #airalert dl dd {
	background: white;
	margin: 0px;
	border: 1px solid #999;
}

#airalert dl dt {
	background: #f5f5f5;
	padding: 4px;
	border-bottom: none;
	font: bold 12px futura, sans-serif;
}
#airalert dl dd {
	border-top: none;
	padding: 0px 4px 4px 4px;
}

#airalert dl dd.fullwidth {
	width: 520px;
}
#airalert dl dd.narrow {
	width: 200px;
}
#airalert dl dd.narrow dl {
	padding-left: 0px;
	padding-right: 0px;
}
#airalert dl dd.narrow dl dd {
	margin-left: 0px;
}

#airalert h4 {
	padding: 4px 0px;
	font: bold 12px Arial, sans-serif;
	margin: 0;
	float: left;
}

#airalert dl dd a, #airalert dl dd a:hover, #airalert dl dd a:visited {
	color: blue;
	text-decoration: underline;
}

#airalert dl table {
	clear: left;
	border-collapse: collapse;
	margin: 0px 10px 10px;
	width: 270px;
}
#airalert dl table th, #airalert dl table td {
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	text-align: left;
	font: 12px Arial, sans-serif;
	white-space: nowrap;
	padding: 2px 4px;
}

#airalert dl table.sendout {
	width: 500px;
}
#airalert dl table.sendout th {
	font-weight: bold;
	border-top: none;
}
#airalert dl table.sendout td {
	height: 1.5em;
}

#airalert dl #dateform {
	float: left;
	margin: 0px 0px 4px 0px;
	padding-left: 5px;
}
#airalert dl #dateform label, dl #dateform input {
	float: left;
	font: 10px/20px futura, sans-serif;
	margin: 0px 4px;
}
#airalert dl #dateform input.dateinput {
	font: 10px Arial, sans-serif;
	width: 60px;
}
#airalert dl #dateform input.gobutton, input.gobutton {
	border: none;
	background: transparent url("assets/go.gif") no-repeat left top;
	height: 16px;
	width: auto;
	padding: 0px 0px 0px 16px;
	margin: 0px 4px;
	font: 11px/16px Arial, sans-serif;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

div.progressbar {
	float: left;
	width: 100px;
	height: 10px;
	border: 1px solid #999;
	margin: 4px;
	background: white;
}
div.progressbar span {
	background: blue;
	float: left;
	height: 10px;
	overflow: hidden;
}

#airalert dl ul {
	margin: 0px;
	padding: 4px;
}
#airalert dl ul li {
	list-style: disc;
	margin-left: 16px;
	padding: 0px;
}

#airalert dl dl, #airalert form dl {
	float: none;
}
#airalert dl dl dt, #airalert form dl dt {
	background: white;
	border: none;
	padding: 2px 0px;
	margin: 0px;
}
#airalert dl dl dd, #airalert form dl dd {
	background: white;
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#airalert dl code, #airalert dl pre {
	margin: 0px;
	font-weight: normal;
}

input.text, #airalert textarea {
	width: 480px;
}

input.text1 {
	width: 460px;
}

input.textemail {
	width: 420px;
}
input.textemailsend {
	width: 300px;
}

#airalert textarea {
	height: 200px;
}

.tabarea > form {
	clear: both;
}


#airalert dl dd form input.button {
	float: right;
}

#airalertlogo {
	margin-left: 520px;
	margin-top: 0px;
	z-index: 1;
}
#longForm_folding { 
	margin-left: 0px;
	width: 95%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* tabs at top */
.tabarea {
    background: #cee9f4; /*#cef;*/
    padding-bottom: 10px;
    font: 13px arial, sans-serif;
    width: 693px;
    padding-top: 0px;
    position: relative;
	z-index: 9;
}
.tabarea ul.tabs {
    padding-right: 0px;
    padding-left: 0px;
    background: white;
    left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 10px;
    width: 100%;
    padding-top: 0px;
    list-style-type: none;
    top: 0px;
    height: 24px;
}
.tabarea ul.tabs li {
    padding-right: 0px;
    padding-left: 5px;
    background: url("assets/simpletab-left.gif") no-repeat 0px -150.5px; 
    float: left;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    height: 24px;
    text-align: center;
}
.tabarea ul.tabs li a {
    padding-right: 12px;
    padding-left: 6px;
    background: url("assets/simpletab-right.gif") no-repeat 100% -150.5px;
    float: left;
    padding-bottom: 4px;
    font: 12px arial, sans-serif;
    color: black;
    padding-top: 5px;
    white-space: nowrap;
    text-decoration: none;
}
.tabarea ul.tabs li a:visited {
    color: black;
    text-decoration: none;
}
.tabarea ul.tabs li a:hover {
    color: blue;
    text-decoration: none;
}
.tabarea ul.tabs li.selected {
    background-position: 0px 0px;
}
.tabarea ul.tabs li.selected a {
    background-position: 100% 0px;
    font-weight: bold;
    color: black;
}
.tabarea ul.tabs li.selected a:hover {
    color: black;
}

#airalert p {
    margin: 10px
}
#airalert h3 {
    margin: 10px
}
#airalert dl p {
	margin: 0px;
	padding: 10px;
}
#airalert dl h3, #airalert dl h4 {
	margin: 0px;
}
#airalert dl h3 {
	/* padding: 4px 0px 8px; */
	padding: 0px 0px 8px;
	font: bold 13px Arial, sans-serif;
}

.emailFields {
	padding-left: 0px;
	margin-left: 3px;
	width: 490px;
}

#airalertremove {
	width: 100%;
}
#airalertremove dl {
	padding-left: 0;
	width: 100%;
}
