/* all meh style will go here */

body {
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/pattern.jpg');
		background-repeat: repeat-x;
		background-color: #fff;
		text-align: center;
		margin: 5px 0 0 0;
		}
		
p {
		font-family: Arial;
		font-size: 0.9em;
		line-height: 1.4em;
		}
		
ul {
		font-family: Arial;
		font-size: 0.9em;
		line-height: 1.4em;
		}
		
li {
		font-family: Arial;
		font-size: 0.9em;
		line-height: 1.4em;
		}
		
#container {
		width: 1000px;
		margin: 0 auto;
		}
		
#head {
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/dd10-transparent.png') no-repeat;
		margin: 0 auto;
		width: 1000px;
		padding-top: 200px;
		}
		
#top_nav {
		width: 550px;
		margin: 0px auto;
		font-family: Arial;
		text-align: center;
		padding: 10px;
		}
		
#content_left {
		width: 160px;
		height: 605px;
		float: left;
		text-align: center;
		margin-top: -15px;
		}
		
		
#content_left a {
		color:#000000;
		margin: 1px;
		padding: 1px;
		font-family: Arial;
		font-size: 0.9em;
		text-decoration: none;
		display: block;
		line-height: 1.2em;
	}
	
#content_left a:hover {
		color: #000000;
		margin: 1px;
		font-family: Arial;
		font-size: 0.9em;
		display: block;
		background-image: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/arrow.jpg');
		background-repeat: no-repeat;
		background-position: right center;
	}
	
#content_left h1 {
		color: #000000;
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/h1.jpg') no-repeat;
		height: 23px;
		padding: 3px 3px 3px 10px;
		font-family: Arial;
		font-size: 1.2em;
		text-align: left;
	}		
		
		
#content_right {
		width: 160px;
		height: 605px;
		float: right;
		text-align: center;
		}
		
#content_middle {
		width: 600px;
		margin: 0px auto;
		text-align: justify;
		}
		
#content_middle h1 {
		font-family: Arial;
		font-size: 1.2em;
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/contenth1.jpg');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 30px;
		}
		
.noborder {border:none;}

#divider {
		width: 590px;
		height: 121px;
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/divider.jpg') no-repeat;
		margin: 25px auto 0 auto;
		}
		
#day_title {
		margin: 0 auto 0 auto;
		padding-top: 50px;
		font-family: Arial;
		font-size: 25px;
		text-align: center;
		}
		
table {
		margin-top: -25px;
		font-family: Arial;
		}

#before_header {
		text-align: center;
		width: 100%;
		height: 90px;
		padding-bottom: 20px;
		}
		
#box {
		margin-top: -5px;
		margin-bottom: 25px;
		}
		
#footer table {
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/footer.jpg');
		background-repeat: repeat-x;
		background-position: bottom botoom;
		height: 133px;
		font-size: 0.7em;
		font-family: Arial;
		text-align: center;
		padding: 10px;
		clear: both;
		margin-top:10px;
		}
		
#footer a, a:visited, a:link, a:active, a:hover {
		text-decoration: underline;
		color: #000;
		}
		
		
/*Co's Added Code*/

#staff .middle th {
        vertical-align: middle;
	font-size: 13px;
}

#staff td.aaa{
        background-color:#FFCC00;
	font-size: 13px;
}


#staff td.aaalt{
        background-color:#f7a32e;
	font-size: 13px;
}

#staff td.aaanb{
        background-color:#f73e00;
	font-size: 13px;
}

#staff td.abi{
        background-color:#99CCFF;
	font-size: 13px;
}


#staff td.abilt{
        background-color:#00cd97;
	font-size: 13px;
}

#staff td.abinb{
        background-color:#00d400;
	font-size: 13px;
}

#staff {
margin: 10px 0px 10px 0px;
}


/* general table style */

#staff table{
	border-collapse: collapse;
	border: 1px solid  #000000;
	table-layout: fixed;
	font-size: 13px;
	text-align: center;
}

#staff th{
	background-color: #C43534;
	color: #FFFFFF;
	font-size: 13px;
}

#staff tr {
	padding: 10px 0px 10px 0px;
	font-size: 13px;
	border: 1px solid  #000000;
}

#staff td {
	font-size: 13px;
	border: 1px solid  #000000;
}

#staff .noborder, #staff .noborder td, #staff .noborder tr {
	border: none;
}