/* MOJACKS */
/* default styles */
body {margin: 0; padding: 0; background: #1a411a; text-align: center; font: 11px, Verdana, Arial, Geneva, sans-serif; color: #ededed;}
a {color: #ededed; text-decoration: underline;}
a:link {color: #ededed; text-decoration: underline;}
a:active {color: #ededed; text-decoration: underline;}
a:hover {color: #ffcc33; text-decoration: none; }

table, td {font: 11px, Verdana, Geneva, Arial, sans-serif; color: #ededed;}

.title {
	font-family: Verdana, Arial, Geneva, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ededed; 
}

.mediatitle {
	font-family: Verdana, Arial, Geneva, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff; 
}
.mediatitle a {color: #ffffff; text-decoration: underline;}
.mediatitle a:link {color: #ffffff; text-decoration: underline;}
.mediatitle a:active {color: #ffffff; text-decoration: underline;}
.mediatitle a:hover {color: #ffcc33; text-decoration: none; }

/* all-purpose text */
.textXs, .textXs td { font-size:10px; }	/* 7 pt */
.textSm, .textSm td { font-size:11px; }	/* 8 pt */
.text, .text td { font-size:12px; }		/* 9 pt */
.textLg, .textLg td { font-size:14px; }	/* 11 pt */
.textXl, .textXl td { font-size:16px; }	/* 12 pt */

/* TICKET */
.toptick {
	font-family: Verdana, Arial, Geneva, sans-serif; 
	font-size: 11px;
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
	color: #cccccc; 
}

/* TICKET */
.timetxt {
	font-family: Verdana, Arial, Geneva, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #666666; 
}

/* roll over node list */
.OFF {
border: 1px solid #000000; background-color:#000000; color: #000000;
}

.ON {
border: 1px solid #FFFF00; background-color:#FFFF00; color:#FFFF00;
}

/* CONTACT */
#contact {
	/* don't add position: absolute; */
	margin-top: 0px;
	margin-right: 0; 
	margin-bottom: 0;
	margin-left: 0px;
	border: 0px none;
	padding: 0;
	}
.contactalt {
	display: none;
	}
#contactlink {
	display: block;
	padding: 0;
	border: 0px none;
	margin: 0;
	}
#contact {
	width: 177px;
	height: 25px;
	left: 584px;
	background: url('../images/mediatitle.gif') no-repeat;
	}
#contactlink {
	width: 177px;
	height: 25px;
	background: url('../images/mediatitle.gif') no-repeat;
	}
a:hover#contactlink {
	background: url('../images/mediatitleOver.gif') no-repeat;
	}

/* FOOTER */
.footer {
    background-color:#ededed; 
}
.credit
{
    color: #666666;
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: 9px;
	letter-spacing: 2px
}

.copyright
{
    color: #CCCCCC;
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: 10px;
}

/* FORMS */
.form {margin: 0px; padding: 0px;}
.formFields {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #333333; text-decoration: none; border: 1px solid #0F2C67; margin: 0px; padding: 0px;}
.selected {background:#ededed; font-weight: bold;}
option {font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #ffffff; background:#0a1a0a;}
select {font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #ffffff; background:#0a1a0a;}
input {font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #ffffff; background:#0a1a0a;}
textarea {font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #ffffff; background:#0a1a0a;}
.box_req {
	background-color:#005500;
}