@charset "UTF-8";

/*---------------------------------------------------------------
	(c) Divas & Divots | www.divaevents.org
-----------------------------------------------------------------
	Filename: dd_styles.css
	Date Created: 04.07.09
--------------------------------------------------------------*/

html {
	height:100.1%;
}

* {
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
	list-style:none;
}

a, a:visited {
	color:#FF6699;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

body {
	background:url(../images/bkgd_rptX.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
	text-align:center;
}

#frame {
	width:800px;
	margin:25px auto 0px auto;
	padding-bottom:5px;
	background:url(../images/frame_rptY.jpg) repeat-y;
}

#content p {
	margin:2px 60px 23px 62px;
	text-align:left;
}

#footer {
	width:800px;
	height:25px;
	margin:0px auto 20px auto;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	background:#99CC99;
}

#footer p {
	margin:0px;
	padding:4px 0px;
}

p {
	margin: 2px 0px 23px 2px;
}

p#no_left {
	margin:0px 0px 0px 30px;
}

table#dd_schedule {
	margin:0px 0px 23px 30px;
	width:704px;
	height:316px;
	text-align:left;
	background:url(../images/bkgd_schedule.jpg) no-repeat;
}

table#dd_schedule td {
	vertical-align:top;
	padding-top:4px;
}

table#dd_schedule th {
	color:#FFFFFF;
	vertical-align:middle;
}

td#note {
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	padding-right:8px;
	vertical-align:middle;
}

td#date {
	font-weight:bold;
	color:#e34c77;
}
