/********************************************
   AUTHOR:  			Mick McCabe (Mediatician)
   WEBSITE:   			http://www.mediatician.com/
	TEMPLATE: 	Based on the Enlighten template (S-0011, version 1.0) by Erwin Aligam (http://www.styleshout.com/)
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 8px 0 20px 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #ffffff;
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #ef3826; text-decoration: none; }
a:hover { background: inherit; color: #009999; text-decoration: underline; }

/* headers */
h1, h2, h3, h4, h5{
	font: bold 1em  Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }

p, h1, h2, h3, h4, h5 {
	margin: 10px 15px;
}

#wrap {	margin-left: auto;  margin-right: auto; margin-top: 0; margin-bottom: 0;  padding: 0; width: 740px; text-align: left;}

/* ------------------------------------------------------------ tables */

#mytable {
	width: 740px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #c8d684;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	vertical-align:top;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	vertical-align:top;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	text-transform:none;
	font-weight:normal;
	letter-spacing:normal;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #F5FAFA;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
}
th.upcomingtitle {
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	background: #fff9bb;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
}
th.upcomingdate {
	
	border-bottom: 6px solid #f9fbfb;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: #fff9bb;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
	
}
td.upcominginfo {
	background: #fff9bb;
	border-bottom: 6px solid #f9fbfb;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
th.upcomingtop {
	border-left: 1px solid #C1DAD7;
	border-top: 6px solid #f9fbfb;
	background: #F5FAFA;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
}
/* --------------------------------------------------------- -- content */
