body {
	background-color: #00008B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: smaller;
	margin: 0px;
}
td {
	font-size: smaller;
}
.main {
	background-color: #203064;
  height: 100%;
  width: 960px;
  left: 50%;
  margin-left: -490px;
  position: relative;
  scroll: auto;
}
.maintable {
	background-color: #203064;
}
.header {
  background-color: #1A2552;
  height: 50px;
  font-size: x-large;
  text-align: center;
}
.blackline {
  background-color: #8D9ABA;
  line-height: 2px;
  margin-bottom: 5px;
}
.menu {
	background-color: #203064;
	width: 150px;
	float: left;
	padding-left: 5px;
	border-right: 1px solid #8D9ABA;
	font-size: xx-small;
}
h1 {
	font-size: 14pt;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 1px;
}
hr {
	line-height: 1px;
	height: 1px;
	color: #8D9ABA;
}
.err {
	color: Red;
}
a {
	text-decoration: none;
	color: #FFA500;
}
.oddrow {
	background-color: #1A2552;
}
.attention {
	background-color: #3F006F;
}
.hdr {
	background-color: #1A2542;
}
form.smallform {
	margin: 0px;
}
legend {
	color: white;
}
table.sponsors td {
	font-size: xx-small;
}
.mailsample {
	background-color: White;
	color: Black;
	margin-bottom: 3px;
	width: 720px;
}
.btn {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #A1B3E9;
	border-top: 1px solid ButtonHighlight;
	border-left: 1px solid ButtonShadow;
	border-right: 1px solid ButtonHighlight;
	border-bottom: 1px solid ButtonShadow;
	color: black;
}
.print {
	background-color: White;
	color: Black;
}
.printoddrow {
	background-color: white;
}
.printhdr {
	background-color: #555555;
	color: white;
}
table.printsponsors td {
	border-bottom: 1px solid black;
}
.comment {
	font-size: smaller;
	color: Silver;
}
.error {
	color: Aqua;
}
.higher {
	color: Green;
}
.lower {
	color: Red;
}
.notdone {
	border: 2px solid #8A0000;
}
.filterform {
	border: 1px solid silver;
}
.popup {
	position: absolute;
	background-color: #18244C;
	border: 1px solid silver;
	visibility: hidden;
	display: none;
	z-index: 99;
	padding: 5px;
}
.popups {
	width: 200px;
}
.popupl {
	width: 300px;
}
.spmenu {
	visibility: hidden;
	display: none;
}
.crewtable {
	border: 1px solid white;
}
.crewtable td {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding: 3px;
}

#send-sms                           { padding: 20px; }
#send-sms .members                  { list-style: none; margin: 0; padding: 0; margin: 20px 0; }
#send-sms .members li               { float: left; width: 320px; overflow:hidden; margin: 0 1px 1px 0; padding: 8px 5px 8px 30px; display: block; border-bottom: 1px solid #304871; cursor: pointer; border-radius: 3px; }
#send-sms .members li span          { font-size: 10px; }
#send-sms li                        { background: url("graphics/check.png") 7px -23px no-repeat; }
#send-sms li.selected               { background-position: 7px 9px; }
#send-sms h3                        { display: block; margin-bottom: 20px; }
#send-sms textarea                  { padding: 10px; width: 400px; height: 100px; border-radius: 5px; background-color: #8a9bb8; border: none; color:#fff; font-size: 12px; }

#send-sms dt                        { display: block; width: 100%; margin-bottom:  10px; color: #8a9bb8; }
#send-sms dd                        { display: block; border-radius: 5px; margin: 0 0 10px 0; padding: 0; }

#send-sms button                    { color: #fff; background-color: #aaa; padding: 10px; border: none; border-bottom: 1px solid #fff; border-radius: 5px; text-shadow: 1px 1px 0px #000; font-weight: 700; font-size: 14px; }
#send-sms button.active             { background-color: orange; }
#send-sms .message                  { display: block; border-top: 1px solid #8a9bb8; padding-top: 10px }


.cf:before,
.cf:after                           { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.cf:after                           { clear: both; }
.cf                                 { zoom: 1; }
