body {
margin: 0;
background-color: #808080;
background: url(http://www.smta.org/images/smta_background_fade_380px.jpg) gray;
background-repeat: repeat-x;
background-position: top;
font-family: Arial,Helvetica,Sans-serif;
}

a { 
text-decoration: none;
} 

:hover { 
text-decoration: underline; 
color: crimson;
} 

h3 {
display: inline;
}


.videoframe {
float: right; 
border: 1px solid black;
padding: 3px;
margin: 4px;
}

.caption {
background-color: lightgray; 
font-size: 9px; 
text-align: center; 
width: 250px;
}

.polaroid {
border: 1px solid gray; 
padding: 3px; 
margin: 2px;
}

td {
font-size: 12px;
}

tr.header {
font-weight: bold;
}

tr.even {
background-color: white;
}

tr.odd {
background-color: #cccccc;
}

/* Adjustable Color Buttons */
.btn {
	float: left;
	/*clear: both;*/
	background: url(http://www.smta.org/images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(http://www.smta.org/images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(http://www.smta.org/images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_iwlpc { background-color: #3480c8; }
.btn_smta { background-color: #243682; }

.clear { 
  clear: both;
}


