/*
-----------------------------------------------
Improv Playhouse
Author:   Soapbox Stido
Version:  1 Dec 2005
----------------------------------------------- */

/* Background
----------------------------------------------- */
.maintable {
	background-color: #000000;
	background-image: url(images/background_new.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #FF0000;
}
/* Tables
----------------------------------------------- */
.cell {
	background-image: url(images/cellbkg.jpg);
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.sideborder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
/* Text
----------------------------------------------- */
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.home:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.home:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a.home:hover {
	color: #FF0000;
	font-weight: bold;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.navigation:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.navigation:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a.navigation:hover {
	color: #000000;
	font-weight: bold;
}
a.navigation:active {
	color: #FFFFFF;
	font-weight: bold;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.body:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
a.body:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
a.body:hover {
	color: #6699ff;
	font-weight: normal;
	text-decoration: underline;
}
a.body:active {
	color: #FFFFFF;
}
.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.location:link {
	color: #6699ff;
	font-weight: normal;
	text-decoration: underline;
}
a.location:visited {
	color: #6699ff;
	font-weight: normal;
	text-decoration: underline;
}
a.location:hover {
	color: #99CCFF;
	font-weight: normal;
	text-decoration: underline;
}
a.location:active {
	color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
a.footer:link {
	color: #FFFFFF;
	font-weight: normal;
}
a.footer:visited {
	color: #FFFFFF;
}
a.footer:hover {
	color: #CCCCCC;
}
a.footer:active {
	color: #FFFFFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.header:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.header:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.header:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.classname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
}
.border {
	border: thin solid #6699ff;
	margin-right: 5px;
}
