
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #223322;
	background:#e8eae8;
	height: 100%;
	margin:0px 0px 0px 0px;
}

a:link, a:visited	{
	text-decoration:underline;
	color:#000099
	/* color:#cb1000; */
}

a:hover {
	color:#cb1000;
}
	
pre {
	color:blue;
}
	
li {
	margin-bottom:0.5em;
}

img {
	border: none;
}

#pagetext {
	position: relative;
	height: 100%;
	margin-left: 3%;
	margin-right: 15%;
}

.borderimage   {
	background: white;
	border: 1px solid #666;
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

.rightimage
{
    float: right;
	border: 1px solid #666;
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

.leftimage
{
	float: left;
	border: 1px solid #666;
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.centerimage {
    display: block;
	border: 1px solid #666;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
}

.moddate
{
float: right;
padding: 2px;
font-style: italic;
color: #ff0000;
}

/* Header and Footer specific stuff */

.headfootbar {
	position: relative;
	background: #636563;
	min-height: 15px;
}

#topbanner {
	position: relative;
	width: 100%;
	background: #008000;
	min-height: 100px;
}
@media handheld {
	#topbanner { min-height: 0; }
}

#topbanner img {
	float: left;
}

@media handheld {

  	#topbanner img { display: none; }
}

#topbanner a {}
#topbanner a:hover {}

#topbanner h1 {
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-size: 2.0em;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	margin: 0.5em;
}

@media handheld {
	#topbanner h1 { text-align: left; }
}

#footer {
	clear: both;
	padding-top: 2em;
	width: 100%;
	font-size: 0.8em;
}
#footer p {
	height: 100%;
	margin-left: 2em;
}

/* Homepage specific stuff */

#rallyimage {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

@media handheld {
  #rallyimage {
  	display: none;
	}
}
#rilabel {
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	font-size: 15px;
	color: #223322;
}
#rilabel a	{
	text-decoration:none;
	font-weight:bold;
	color: inherit;
}
#rilabel a:hover {
	color: #223322;
}

#mainmenu {
	background:#e8eae8;
	position: relative;
	float: left;
	margin-top: 10px;
	font-variant: small-caps;
}

#mainmenu li {
	list-style: none;
	line-height: 140%;
}

#mainmenu a {
	font-weight:bold;
}

#about {
	position: relative;
	clear: both;
	margin-left: 3%;
	margin-right: 15%;
	padding-top: 20px;
	line-height: 180%;
	font-weight: bold;
	font-style: italic;
}

#meeting {
	position: relative;
	clear: both;
	margin-left: 3%;
	margin-right: 15%;
	padding-top: 20px;
	line-height: 180%;
}

#announce {
	position: relative;
	clear: both;
	margin-left: 3%;
	margin-right: 15%;
	padding-top: 20px;
	line-height: 180%;
}

.under { text-decoration: underline; }

.italic	 { font-style: italic; }

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

.w10 { width: 10%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w100 { width: 100%; }

.indent {
	margin-left: 5%;
	margin-right: 5%;
}

.green {
	color: black;
	background: #CCFFCC;
}

.outline {
	border: 1px solid black;
	padding: 2px;
}

ul.rasc {
	list-style-image: url("/images/r_bullet.gif");
	font-size: 120%;
}

/* classes for Board of Directors tables */
table.current-board, table.roster {
	border: 2px solid black;
	width: 80%;
	text-align: left;
	vertical-align: middle;
	color: black;
}

table.past-board {
	border: 1px solid black;
	width: 75%;
	text-align: left;
	color: black;
}

table.current-board thead, table.past-board thead {
	background: #999999;
	color: black;
	font-weight: bold;
}	

table.current-board td, table.past-board td, table.roster td {
	border: 1px solid black;
}

table.roster td {
	width: 50%;
}

table.ham {
	border: 1px solid black;
	width: 50%;
	text-align: left;
	vertical-align: middle;
	color: black;
}

/* color for 1st-3rd place, usually used in tables */

.first { background: #C0C0FF; }
.second { background: #FF8080; }
.third { background: #33FF99; }

/* classes for detailed scoring tables */
table.detailed {
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	color: black;
	empty-cells: show;
}

table.detailed td, table.detailed th {
	border: 1px solid black;
}

table.detailed tr.shade {
	background: #AEAEAE; 
}

/* min-width not supported on all browsers */
table.detailed td.total, table.detailed th.total {
	background: #33CCFF;
	min-width: 4em;
}

table.detailed td.total, table.detailed td.sectot {
	font-weight: bold; 
}

/* min-width not supported on all browsers */
table.detailed td.sectot, table.detailed th.sectot {
	background: #33FFFF;
	min-width: 4em;
}

/* min-width not supported on all browsers */
table.detailed th.ta, table.detailed td.ta {
	min-width: 4em;
}

/* min-width not supported on all browsers */
table.detailed th.cp, table.detailed td.cp {
	min-width: 4em;
}

/* min-width not supported on all browsers */
table.detailed th.car, table.detailed td.car {
	min-width: 5em;
}

/* min-width not supported on all browsers */
table.detailed th.comp, table.detailed td.comp {
	min-width: 15em;
}

/* min-width not supported on all browsers */
table.detailed th.class, table.detailed td.class {
	min-width: 2em;
}

table.detailed th.ord-oa, table.detailed td.ord-oa, table.detailed th.ord-cl, table.detailed td.ord-cl {
	min-width: 2em;
}

table.detailed th {
	text-align: left;
	background: #4D4D4D;
	color: white;
}

table.detailed th.sectot, table.detailed th.total {
	background: #4D4D4D;
}

/* classes for detailed scoring summary tables */
table.score-sum {
	text-align: right;
	vertical-align: middle;
	color: black;
	empty-cells: show;
}

table.score-sum tr { border-bottom: thin; }

td.comp, th.comp { text-align: left; }

/* classes for worker tables */
table.work-sum th, table.work-sum td, table.work-det th, table.work-det td {
	text-align: left; border: 1px solid black; 
}

td.work, tr.work td {
	font-weight: bold;
	background: silver;
}

div.ham-form {
	color: black;
	background: #CCFFCC;
	width: 50%;
	margin-top: 0;
	margin-bottom: 0;
}

div.ham-form div {
	font-size: 80%;
	margin-top: -1.2em;;
	margin-bottom: 0;
	text-align: right;
}

table.teeshirt {
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	color: black;
}

table.teeshirt thead, td.tshead {
	font-weight: bold;
	text-align: left;
} 

table.teeshirt td {
	border: 1px solid black;
}

#tsthumb {
	border: 1px solid black;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	height: 172px;
	width: 697px;
}

#tsthumb img {
	height: 130px;
	width: 130px;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 1px solid black;
	padding: 2px;
}

#thumb1 {
	width: 170px; 
	height: 170px; 
	border: 1px solid black; 
}

#thumb2 {
  	width: 170px; 
	height: 170px; 
	border: 1px solid black; 
	position: relative; 
	top: -172px; 
	left: 175px;
}

#thumb3 {
  	width: 170px; 
	height: 170px; 
	border: 1px solid black; 
	position: relative; 
	top: -344px; 
	left: 350px;
}

#thumb4 {
  	width: 170px; 
	height: 170px; 
	border: 1px solid black; 
	position: relative; 
	top: -516px; 
	left: 525px;
}

/* RallyMap Entries */
/* #mappage {
	position: relative;
	height: 100%;
	margin-left: 3%;
	margin-right: 3%;
}

#map {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	border: 1px solid #979797;
}

#sectionlist {
	margin-top: 20px;
}
#leglist {
	margin-top: 20px;
}

#mapsidelist {
	background:#e8eae8;
	position: relative;
	float: left;
	margin-left: 10px;
	font-variant: small-caps;
}

#mapsidelist li {
	list-style: none;
	line-height: 140%;
}

#mapsidelist a {
	font-weight:bold;
}

#instructions {
	position: relative;
	clear: both;
	margin-left: 3%;
	margin-right: 15%;
	padding-top: 20px;
} */


