body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#container {
	width:1024px;
}
.tabs {
	width: 180px;
	margin-right:10px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
	background-color: #F1F1F1;
}
#content {
	height:100%;
	clear:both;
	border:1px solid #ccc;
	padding: 10px 10px;;
}
#load {
	position:absolute;
	right:50%;
	top:50%;
	width:100px;
	height:20px;

	display:none;
}

.level_bg{
	background-color: #E0E0CA;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
}
.level1{
	color: #678BA7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}
.level2{
	color: #999900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}
.level3{
	color: #CC6600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}
.level4{
	color: #990000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}
hr.level1{
	border: 1px solid;
}
hr.level2{
}
hr.level3{
}
hr.level4{
}
a.level1{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a.level1:hover{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.level2{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a.level2:hover{
		font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.level3{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a.level3:hover{
		font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.level4{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a.level4:hover{
		font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.message {
	color: red;
	background-color: #ffffcc;
	font-style: italic;
	margin-left: 40px;
	padding: 4px; /* border-style: solid; */
/* border-color: silver; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	height: 12px;
}

.msg2{
	color: red;
	background-color: #ffffcc;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	height: 12px;
}

.required {
    color: red;
    margin-left: 1ex;
    margin-right: 1ex;
}


.pageTitle {
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}

.instructions {
    font-style: italic;
}

.message {
    color: red;
    background-color: #ffffcc;
    font-size: larger;
    font-style: italic;
    margin-left: 40px;
    padding: 4px;
    /* border-style: solid; */
    /* border-color: silver; */
}

.required {
    color: red;
    margin-left: 1ex;
    margin-right: 1ex;
}

.user_info {
    font-size: smaller;
    text-align: right;
}

.user_info2 {   /* Span inside userInfo div */
    background-color: #c1ffc1;  /* DarkSeaGreen1 */
}

LI.long {
    margin-bottom: 1em;
}

.long li {
    margin-bottom: 1em;
}

.pageLinks {
    background-color: #eeeeee;
    padding: 10px;
    display: inline;  /* To prevent box from spreading the entire width. */
}

.pageLinkItem {
    border-style: outset;
    border-color: black;
    border-width: 1px;
    padding: 2px;
    margin-right: 5px;
}

div.faq hr {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
}

div.faq h2 {
    color: black;
}

div.faq span.a {
    font-size: larger;
    font-weight: bold;
}

/* Make the page links always look like "new" hyperlinks. */

.pageLinks .pageLinkItem a  { color: blue; }
.pageLinks .pageLinkItem a:visited  { color: blue; }


form {
    /* border-style: double; */
    /* background-color: beige; */
}

form.noFrills {   /* Undo everything the default form style does. */
    border-style: none;
}

.disabled {  /* Use for disabled controls and NULL values. */
    color: #888888;
}

.pseudo_button {  /* A hyperlink that should look sorta like a button.  */
    background-color: #FAFAFA;
    border-style: outset;
    padding: 5px;
}

fieldset legend { color: #036; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

/* The following were copied from quixote.form2.css.BASIC_FORM_CSS */

form.quixote div.title {
    font-weight: bold;
 /* background-color: DarkGreen;
    color: #ffffff;
    padding: 2px;
    margin-bottom: 2px; */  /* Enchancement */
}

form.quixote br.submit,
form.quixote br.widget,
br.quixoteform {
    clear: left;
}

form.quixote div.submit br.widget {
    display: none;
}

form.quixote div.widget {
    float: left;
    padding: 4px;
    padding-right: 1em;
    margin-bottom: 6px;
}

/* pretty forms (attribute selector hides from broken browsers (e.g. IE) */
form.quixote[action] {
    float: left;
}

form.quixote[action] > div.widget {
    float: none;
}

form.quixote[action] > br.widget {
    display: none;
}

form.quixote div.widget div.widget {
    padding: 0;
    margin-bottom: 0;
}

form.quixote div.SubmitWidget {
    float: left
}

form.quixote div.content {
    margin-left: 0.6em; /* indent content */
}

form.quixote div.content div.content {
    margin-left: 0; /* indent content only for top-level widgets */
}

form.quixote div.error {
    color: #c00;
    font-size: small;
    margin-top: .1em;
}

form.quixote div.hint {
    font-size: small;
    font-style: italic;
    margin-top: .1em;
}

form.quixote div.errornotice {
    color: #c00;
    padding: 0.5em;
    margin: 0.5em;
}

form.quixote div.FormTokenWidget,
form.quixote.div.HiddenWidget {
    display: none;
}

/* *** BEGIN styles by Dave Wesley *** */

h1 { color: #036; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h2 { color: #699; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3 { color: #036; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; height: 10px }
h4 { color: #699; font-size: 12px; font-family: Verdana, "Times New Roman", Georgia, Times }
a { color: blue; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times; text-decoration: none }
a:hover { color: black; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times; text-decoration: underline blink; background-repeat: repeat-x }
a:visited  { color: blue; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times }
.center_titles { color: #699; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }


.list_arrow { list-style-image: url(art_gallery/backarrwa.gif) }
.gallery_title  { font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.gallery_notes { color: black; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times }
.gallery_info { font-size: 9px; font-family: Verdana, "Times New Roman", Georgia, Times }
.photo_caption { color: black; font-style: italic; font-size: 9px; font-family: Verdana, "Times New Roman", Georgia, Times }
.photo_title   { font-weight: bold; font-size: 9px; font-family: Verdana, "Times New Roman", Georgia, Times }
.news_title    { font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.news_notes { color: black; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times }
.feature_title      { font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-top: 2px; margin-bottom: 2px }
.feature_notes { color: black; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times }
.link_title  { font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.link_notes { color: black; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times }
.link_info  { font-size: 9px; font-family: Verdana, "Times New Roman", Georgia, Times }
.resource_title  { font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.resource_notes { color: black; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times }
.resource_info  { font-size: 9px; font-family: Verdana, "Times New Roman", Georgia, Times }
.sidebar_titles  { color: #036; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-top: 12px; height: 10px }
.footer  { color: black; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.shipname { font-style: italic; font-weight: bold }
.table_header { color: #036; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #ebebeb }
.faq_question { color: black; font-weight: bold; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times }
.faq_answer { text-indent: 2em }


body  { color: black; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times }
td { color: black; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times }
p { color: black; font-size: 11px; font-family: Verdana, "Times New Roman", Georgia, Times }
ul { list-style-type: disc; list-style-position: outside; margin-bottom: -1px }

/* davew: additions */

.banner_ralign { width: 740px; text-align: right; }
.emphasis {font-weight:bolder; font-size: 120%;}
.meatball { margin-top: 4em; }
.login { margin-left: 100px; margin-top: 2em; margin-bottom: 2em; }
.notice_box { background-color: #B9C1DD; padding: 3px; border: solid  3px; margin-left: 5%; margin-right: 8%; }
.center_column { width: 620px; padding-left: 50px }
hr.spaced { margin-top: 2em; margin-bottom: 2em; }

/* davew: calendar view styles */

.cal_hdr		{ background-color: #FFFFFF; border: 1px solid #999999; }
.cal_body		{ background-color: #999999; border: 1px solid #999999; }
.cal_daynames	{ background-color: #F2F2F2; width: 105px; height: 12px; }
.cal_dayoff		{ background-color: #F2F2F2; height: 100px; width: 105px; vertical-align: top;  border: 1px solid #dddddd; }
.cal_dayon		{ background-color: #FFFFFF; height: 100px; width: 105px; vertical-align: top; border: 1px solid #dddddd; }
.cal_today		{ background-color: #FFFF99; height: 100px; width: 105px; vertical-align: top;  border: 1px solid #dddddd; }

.cal_title		{ font-family: Helvetica, sans-serif; font-size: 18px; color: #000000; font-weight:bolder; margin: 2px; }
.cal_subtitle	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666; margin: 2px; }
.cal_dayoweek	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: 900; text-align: center; }
.cal_date		{ font-family: Helvetica, sans-serif; font-size: 12px; color: #777777; text-align: right; }

a.cal_item			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; text-decoration: none; }
a.cal_item:link		{ color: #000000; }
a.cal_item:visited	{ color: #000000; }
a.cal_item:active	{ color: #000000; }
a.cal_item:hover	{ color: #000000; text-decoration: underline; }
.name            { color: #000000; }
.hdo_name        { color: #ff0000; }
/* .hdo_name:before { content: "[HDO] " } */

/* For "Who's Gone Today?" and "All Records" pages. */

.loc_table { background-color: #FFFFFF; border: 1px solid #dddddd; }
.loc_hdr      { background-color: #F2F2F2; border: 1px solid #999999; font-weight: normal; text-align: left}
.loc_sort     { background-color: #FFFF99; border: 1px solid #999999; font-weight: normal; text-align: left}
.loc_general  { border: 1px solid #dddddd; }
.loc_phone    { border: 1px solid #dddddd; width: 13ex; }
.loc_date     { border: 1px solid #dddddd; width: 12ex; }

.news_title    {   /* For Hotline Incident details table and similar */
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-align: left
}

.line_hilite    { background-color: #EDF3FE; }

/* *** END styles by Dave Wesley *** */

/* *** Used for most results tables, especially paging ones (see results.py) */
table.results {
/*	border: 1px solid Maroon; */
}
table.results th {
	background-color: #F2F2F2;
	border: 1px solid #999999;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
}
table.results th.sort {
    background-color: #FFFF99;
    border: 1px solid #999999;
    font-weight: normal;
    text-align: left
}
table.results tr.even    {
    background-color: #EDF3FE;
}
table.results tr.odd     {
}
.a vazze{
	color: Black;
	text-decoration: none;
}
vazze a:hover{
		text-decoration: none;
}
.hail_state{
	background-color: #B8B8B8;
	color: #1F1F1F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	border: 1px solid #7A7A7A;
}

.update_head{
	color: #c00;
	font-size: x-small;
	background-color: #E6E6FA;
}
