﻿body { margin: 0px 0px 0px 0px; background-color: #000000; }


.contentbg { 
	background-color: #f7ebda;
	vertical-align: top;
	z-index: 1;
	}

.formfield {
	font-family: "Courier New", Courier, monospace;
	font-size: 12 px;
	border-width: 0px 0px 0px 0px;
	background-color: transparent;
	}

.formpadding {
	font-family: "Courier New", Courier, monospace;
	color: #FF0000;
	font-size: 10px;
	}

.optintext { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	}

.formdropdownlist {
	font-family: "Courier New", Courier, monospace;
	font-size: 12 px;
	border: 0px 0px 0px 0px;
	background-color: #EEEEF0;
	}

.formbg {
	background-image: url(../images/entry/entry_r1_c2.jpg);
	background-repeat: no-repeat;
	z-index: 2;
	}

.stationfinderbg {
	background-image: url(../images/landing/landing_r3_c2.jpg);
	background-repeat: no-repeat;
	}

.stationfinderstyle {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	width: 130px;
	}

.text { font-family: "Courier New", Courier, monospace; font-size: 13px; color: #000000; }
.text a:link { font-family: "Courier New", Courier, monospace; font-size: 13px; color: #FF0000;  text-decoration: none;}
.text a:active { font-family: "Courier New", Courier, monospace; font-size: 13px; color: #FF0000;  text-decoration: none;}
.text a:visited { font-family: "Courier New", Courier, monospace; font-size: 13px; color: #FF0000;  text-decoration: none;}
.text a:hover { font-family: "Courier New", Courier, monospace; font-size: 13px; color: #FF0000; text-decoration: underline;}

.episodeguidetext { font-family: "Courier New", Courier, monospace; font-size: 13px; color: #000000; vertical-align: top; padding-bottom: 15px; }

.largetext { font-family: "Courier New", Courier, monospace; font-size: 20px; color: #000000; }

.rulesbg { 
	background-image: url(../images/rulesbg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: top;
	}
	
.biocontentbg {
	background-image: url(../images/bios/bios_r2_c1.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	}

.andy {
	background-image: url(../images/bios/bios_r1_c1.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	vertical-align: bottom;
	}
	

/*Modal Popup*/
.modalBackground {
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color: #FFFF9B;
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFF9B;
    padding: 10px;
    width: 650px;
	height: auto;
    overflow: hidden;
}

.modalPopupDragPanel 
{
	cursor: move;
    height: auto;
}


