/* events.css - event page styles */

/* page title */
h1
{
	padding-top: 12px;
	font-size: 17px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: rgb(255,255,0);
}

/* event titles */
h2
{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 6px;
	margin: 0;
}

/* album title text */
h3
{
	margin: 0;
	padding: 4px 0 4px 10px;
	font-size: 15px;
	font-weight: bold;
	color: rgb(0,51,102);
	background: rgb(204,204,204) url(images/evt_bk.jpg) repeat-x center top;
}

/* upcoming events heading */
h4
{
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: rgb(255,255,255);
}

/* event description style (only table format used) */
table
{
	font-size: 12px;
	margin-top: 4px;
	color: rgb(0,51,102);
	background-color: rgb(128,128,128);
}

/* description table format */
td
{
	vertical-align: top;
	padding: 4px 12px 0 0;
}

/* heading area */
#heading
{
	height: 170px;
	padding: 16px 120px 0 240px;
	font-size: 13px;
	font-family: arial, sans-serif;
	overflow: hidden;
	background: url(images/evt_logo.jpg) no-repeat 8px 8px;
}

/* horizontal rope style */
#hz_rope
{
	clear: both;
	width: 900px;
	height: 7px;
	background: url(images/hz_rope.jpg) repeat-x;
}

/* bottom div */
#bottom_div
{
	width: auto;
	padding-top: 15px;
	background-color: rgb(128,128,128);
}

/* help div (left side) */
#help_div
{
	float: left;
	width: 40%;
	margin: 0 20px 10px 20px;
	color: rgb(0,51,102);
	background-color: rgb(128,128,128);
}

/* help text div */
#help_text
{
	margin: 10px 10px 0 0;
	display: none;
	font-style: italic;
}

/* flash content div */
#flashcontent
{
	float: right;
	width: auto;
}

/* album title class */
.album
{
	display: none;
}

/* upcoming events font */
.upcoming_font
{
	font-size: 12px;
	font-weight: normal;
	font-family: arial, sans-serif;
	color: rgb(255,255,255);
}

/* default link settings */
a:link
{
	text-decoration: none
}


