/* swm_datatoolbar.css
 * Surface Water Management, Public Works, Snohomish County
 * Emilio Mayorga, 11/26/2003
 *        updated:  5/21/2004
 *                 11/30/2004
 *                  3/23-24/2005
 *                  4/22/2005
 *                 10/18/2006. Set SWMDAT_text_pad margin, for "new", cleaner setting.
 *                 10/20/2006. Added #PageAgeWarning.
 */


/* EVENTUALLY, NEED TO ADD THE SWMDAT_ PREFIX TO THIS ID ... */
#PageAgeWarning {
	visibility: visible;
	display: none;
	position: relative;
	color: red;
}

/* SWM Data & Mapping Toolbar elements */
/* Use SWMDAT_ prefix for class and id names, to avoid conflicts with other style sheets */

td.SWMDAT_page_frame {
  padding: 0px 1px 0px 2px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#SWMDAT_snocolinks a {
  color: black;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 0px 1px 1px;
}

#SWMDAT_snocolinks a:hover {
  /*text-decoration: underline;*/
  padding: 0px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

#SWMDAT_title {
	padding-top: 5px;
	font-size: large;
  font-weight: bold;
	color: black;
	/*font-size: 16pt;
	color: rgb(0,101,206); */
}

td.SWMDAT_maintab_unsel, td.SWMDAT_maintab_sel {
  padding: 2px 3px 2px 3px;
  /*border-left: 1px solid black;*/
  border-right: 1px solid black;
  border-top: 1px solid black;
  font-size: 11pt;
  color: white;
}
/* Arial, Helvetica, sans-serif; */
/*	font-family: Arial; */

td.SWMDAT_maintab_unsel {
  border-bottom: 1px solid black;
  background-color: rgb(156,207,255);
}
td.SWMDAT_maintab_unsel:hover {
  background-color: white;
}
td.SWMDAT_maintab_unsel a:hover {
  background-color: white;
} /* :hover doesn't work on a td element in IE 6 */
td.SWMDAT_maintab_unsel a {
  color: black;
  text-decoration: none;
}

td.SWMDAT_maintab_sel {
  background-color: rgb(0,101,206);
  font-weight: bold;
}


td.SWMDAT_maintab_pad, td.SWMDAT_maintab_pad_lft {
  padding-top: 2px; 
  padding-bottom: 2px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid black;
}

td.SWMDAT_maintab_pad_lft {
  border-right: 1px solid black;
  /*padding-left: 14px;*/
  width: 20px;
}

.SWMDAT_secondbar {
  background-color: rgb(0,101,206);
  border-top: 2px solid rgb(0,101,206);
  border-bottom: 2px solid rgb(0,101,206);
  color: white;
}
.SWMDAT_secondbar a { 
  padding: 0px 3px 0px 3px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.SWMDAT_secondbar a:hover {
  /*background-color: white;
  color: black;*/
	color: yellow;
}


.SWMDAT_text_pad {
  padding: 0px 5px;
  margin: 8px 2px;
}

td.SWMDAT_header1 {
  /*border-top: 1px solid black;
  border-bottom: 1px solid black; */
  border: 1px solid black;
  padding: 3px 5px;
  background-color: #99ccff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: small;
  /*font-size: 12px;*/
  color: black;
  text-align: center;
  text-decoration: none;
}

/* -------------------------------------------------------- */
/* From County style sheet, http://www.co.snohomish.wa.us/homepage_files/styles.css */
body {
	margin: 0px 0px 5px 0px;
	background-color: rgb(255, 255, 255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* -------------------------------------------------------- */
/* From Windsor style sheet (Surface Water Online) */

/* Windsor CSS elements that are actually used in the Flood Warning app */
a {
	color: #0066cc;
}

.WINDSOR_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066cc;
}
.WINDSOR_label {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066cc;
}
.WINDSOR_default {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Unused Windsor CSS elements (at least in Flood Warning app) */
.WINDSOR_header {font-size: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none}
.WINDSOR_header1 {font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none}
.WINDSOR_header2 {font-weight: bold;
	font-size: 12px;
	vertical-align: top;
	color: #003399;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif}
.WINDSOR_header3 {font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none}
.WINDSOR_caption {font-size: 11px;
	color: #000000;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none}
.WINDSOR_selectedlabel {font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif}
.WINDSOR_hyperlink {font-size: 12px;
	color: #0066cc;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline}
.WINDSOR_labelbottom {font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
	color: #0066cc;
	font-family: Arial, Helvetica, sans-serif}
.WINDSOR_smallblack {font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none}
.WINDSOR_smallwhite {font-size: 11px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none}

