/* CSS Document */
body {
	background-image:  url("/media/images/backgrounds/bg.gif");
	margin-top: 20px;
	margin-bottom: 20px;
}
/* BEGIN style8 */
 #navlist
{
margin: 0 0 0 5px;
padding: 5px 0;
font-size: 14px;
text-align:center;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	
	font-weight: bold;
	margin: 0 10px 2px 0px;
	text-decoration: none;
	color: #000;
	border-bottom: 2px solid white;
	text-transform: capitalize;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 2px solid #7CCAF7;
background: transparent;
color: #000;
text-decoration: none;
}

#navlist a:hover { color: #000; }

/* END style8 */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FF7FBD;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #FF7FBD;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #7CCAF7;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #FF7FBD;
	font-weight:bold;
}
h1 {
	font-size: 36px;
	color: #7CCAF7;
}
h2 {
	font-size: 24px;
	color: #7CCAF7;
}
h3 {
	font-size: 18px;
	color: #7CCAF7;
}
h4 {
	font-size: 16px;
	color: #7CCAF7;
}
h5 {
	font-size: 14px;
	color: #7CCAF7;
}
h6 {
	font-size: 12px;
	color: #7CCAF7;
}
.wrapper_table {
	border:1px solid black;
}
.logo_cell {
	padding-bottom:5px;
}
.footer_table {
	border-top:1px solid black;
}
.fineprint {
	font-size:10px;
}
/*.join_header a:link {
	color:black;
} */
.nav_cell {
	border-top:1px solid black;
}
.livecam_cell {
	background-image: url(../media/images/backgrounds/livecam_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#samples a:link img { 
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
#samples a:visited img { 
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
#samples a:hover img { 
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
#samples a:active img { 
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.blacksolidborder { border: 1px solid #000; }
.pinksolidborder { border: 1px solid pink; }
input,select,textarea {
	background-color: pink;
	border:1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:2px;
}


