/* tswpanel style sheet */

body {
background-color:#F7F6F2;
background-image:url(../images/masthead/background.jpg);
background-position:top left;
background-repeat:repeat-x;
font-family:Verdana, Arial, Geneva, Helvetica;
font-size:12px;
color:black;
margin-top:15px;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
}

table.body {
background-color:white;
}

/* key borders */
.kleft {
border-left:1px solid #292826;
}
.kright {
border-right:1px solid #292826;
}
.ktop {
border-top:1px solid #292826;
}
.kbot {
border-bottom:1px solid #292826;
}

/* master head style */
.masthead {
border-left:1px solid #292826;
border-right:1px solid #292826;
border-top:1px solid #292826;
background-color:white;
}

/* main navigation style */
.navigation {
border-left:1px solid #292826;
border-right:1px solid #292826;
background-color:white;
}

/* contains the body and footer, with a border and padding */
.superdiv {
background-color:white;
width:752px;
border-left:1px solid #292826;
border-right:1px solid #292826;
border-bottom:1px solid #292826;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
padding-top:5px;
margin:auto;
}

/* left column for hompage */
.col1 {
padding-left:0px;
padding-right:10px;
padding-top:35px;
padding-bottom:5px;
}
/* right column for all pages */
.col2 {
padding-left:5px;
padding-right:5px;
padding-top:35px;
padding-bottom:5px;
text-align:justify;
}
/* left column for subpages */
.col3 {
padding-left:20px;
padding-right:0px;
padding-top:25px;
padding-bottom:5px;
width:190px;
}

/* the first header on the page */
.first {
padding-top:0px;
margin-top:0px;
}

/* homepage pic border */
.pic {
border:1px solid #CCCCCC;
padding:5px;
}

/* subnavigation box */
.subnav {
border:1px solid black;
width:200px;
float:right;
text-align:left;
margin:10px;
}


/* page footer */
div.footer {
font-family:Verdana, Arial, Geneva, Helvetica;
color:black;
background-color:white;
margin:auto;
text-align:center;
font-size:10px;
font-weight:normal;
padding-top:30px;
padding-bottom:15px;
}
div.footer a:link {
color:#6D5B43;
text-decoration:underline;
}
div.footer a:visited {
color:#000000;
text-decoration:underline;
}
div.footer a:hover, .footer a:active {
color:#000000;
text-decoration:none;
border-bottom:1px dotted #000000;
}

/* all default links */
a:link {
color:#6D5B43;
text-decoration:underline;
}
a:visited {
color:#000000;
text-decoration:underline;
}
a:hover, a:active {
color:#000000;
text-decoration:none;
border-bottom:1px dotted #000000;
}
a.hide {
color:black !important;
text-decoration:none !important;
border-bottom:0px !important;
}
.hidelinks a {
text-decoration:none !important;
border-bottom:0px !important;
}
.textlink {
color:#6D5B43;
text-decoration:none;
border-bottom:1px dotted #000000;
cursor:pointer;
cursor:hand;
}

/* headers */
h1 {
font-family:Verdana, Arial, Geneva, Helvetica;
font-size:18px;
color:#000000;
}

h2 {
font-family:Verdana, Arial, Geneva, Helvetica;
font-size:16px;
color:#000000;
}

h3 {
font-family:Verdana, Arial, Geneva, Helvetica;
font-size:14px;
color:#000000;
}

h4 {
font-family:Verdana, Arial, Geneva, Helvetica;
font-size:12px;
color:#000000;
}

/* list boxes */
.list {
	padding-left:10px !important;
	margin-left:10px !important;
}

ul.menu {
  margin-left:5px; /* IE */
  padding-left:5px; /* Firefox */
  list-style-type:square;
}
ul.menu li {
  margin-bottom:2px;
}

ul.listbreaks {
  margin-left:15px; /* IE */
  padding-left:15px; /* Firefox */
	list-style-type:square;
	list-style-image:url(../images/blue_square.gif);	
}
ul.listbreaks li {
  margin-bottom:10px;
}

.yahooMap {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

.balloon {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
.lab {
	color:blue;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

form {
 margin:0px;
 padding:0px;
}

/* popup edit window style */
.popbody {
  margin:0px;
  padding:0px;
  overflow:hidden;
  background-color:#D9DFEA;
  width:100%;
  height:100%;
}

.main {
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

.fullarea {
  width:100%;
  height:100%;
}

.formbutton {
	color: #000000;
	background-color: #ffffff;
	border-top: 1px solid;
	border-bottom: 2px solid;
	border-left: 1px solid;
	border-right: 2px solid;
	font-family: Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

/*** admin form *****************************************/
.adminform {
  border:1px solid #3C5A98;
  background-color:#FFFFFF;
  margin:5px;
  font-size:12px;
}
.adminform th {
  background-color:#3C5A98;
  font-weight:bold;
  padding:4px;
  color:white;
}
.adminform td {
  padding:4px;
  vertical-align:top;
}
.aform1 {
  text-align:right;
  font-weight:bold;
  color:#808080;
  /*width:30%;*/
  font-size:12px;
}
.aform1b {
  text-align:left;
  font-weight:bold;
  color:#808080;
  font-size:12px;
}
.aform2 {
  text-align:left;
}
.req {
  color:red;
  font-weight:bold;
  font-size:9pt;
  font-family:verdana, arial, sans-serif;
}
.req2 {
  color:orange;
  font-weight:bold;
  font-size:9pt;
  font-family:verdana, arial, sans-serif;
}
.message {
  color:black;
  font-size:10pt;
  font-weight:normal;
  border:1px solid #FFE222;
  background-color:#FFFBE2;
  text-align:left;
  padding:4px;
  margin:5px;
	width:400px;
}
.errormessage {
  color:black;
  font-size:10pt;
  font-weight:normal;
  border:1px solid #DD3C10;
  background-color:#FFEBE8;
  text-align:left;
  padding:4px;
  margin:5px;
}
/*** end admin form *************************************/


/*** form validation error box start ********************/
.errorbox {
  border:1px solid red;
  background-color:#F7F7F7;
  padding:2px;
  font-size:10pt;
  margin:5px;
}
.errorbox ul {
  margin-top:5px;
  margin-bottom:5px;
  list-style-type:square;
}
.errorbox td {
  color:black;
}
.errorbox td b {
  color:red;
  font-weight:normal;
}
.errorbox th {
  color:black;
  font-size:12pt;
  padding:4px;
}
.error {
  color:red;
  font-size:10pt;
}
/*** form validation error box end ********************/

/*** form controls ************************************/

.inputbutton {
  border-style:solid;
  border-width:1px;
  border-top-color:#D9DFEA;
  border-left-color:#D9DFEA;
  border-bottom-color:#0e1f5b;
  border-right-color:#0e1f5b;
  background-color:#3b5998;
  color:#FFFFFF;
  font-size:11px;
  font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
  vertical-align:middle;
  height:20px;
}

.inputtext {
  border:1px solid #BDC7D8;
  font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
  font-size:12px;
  vertical-align:middle;
  padding:2px;
}

.textarea {
  border:1px solid #BDC7D8;
  font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
  font-size:12px;
  padding:1px;
}

.inputsearch {
  background-color:white;
  background-image:url(../images/magglass.gif);
  background-repeat:no-repeat;
  background-position:3px 4px;
  padding-left:17px;
}

/*** end form controls ********************************/






