/********************************************* TAG STYLES *********************************************/
body {
	background-color:#660000;
	background-attachment:fixed;
	background-repeat:repeat;
	font-family:Verdana,Arial,Helvetica;
	font-size:10pt;
	line-height:120%;
	margin:0px;
}

a {
	color: #00FFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:visited, a:active {
	color:#00FFFF;
}

table {
	border-collapse:collapse;
	color:#FAF8CC;
}
/*
text color is Light Goldenrod Yellow
source: http://www.computerhope.com/htmcolor.htm
*/

td {
	font-size:10pt;
	line-height: 120%;
}

hr {
	border-color:#000000;
	height: 1px;
	width: 95%;
}


/********************************************* CLASS STYLES *********************************************/
/* The class selector is used to specify a style for a group of elements. Unlike the id 
selector, the class selector is most often used on several elements */

/***** Used in About Us reviewer *****/
.aboutReviewer {
	font-family:Arial,sans serif;
	font-size:12pt;
	font-weight:bold;
}
/*************************************/

/***** Used in headers cells *****/
.headerCell {
	background-color:#181818;
	border-style:none;
}
/*********************************/

/***** Used in database navigation *****/
.databaseNavigation a {
	color: #FFFFFF;
	font-family:DiMurphic,Verdana,Arial,sans serif;
	font-size:14pt;
	text-align:right;
}

.databaseNavigation a:hover {
	font-weight:bold;
}
/***************************************/

.title {
	color:#FFFFFF;
	font-family:Arial,sans serif;
	font-size:16pt;
	font-weight:normal;
}


.bottomborder {
	border-bottom:1px solid #666666;
	line-height: 120%;
}

.topborder {
	border-style:solid;
	border-top:1px solid #FFFFFF;
}

/***** Used in the Conventions page *****/
.topic {
	background-color:#850E1C;
	color: #FFFFFF;
	font-family:Verdana,Arial,sans serif;
	font-size:12pt;
	text-align:center;
}
/****************************************/


/********************************************* ID STYLES *********************************************/
/* The id selector is used to specify a style for a single, unique element */

/***** Used for the main banner *****/
#mainBanner {
	background-image:url('/images/Menu_Images/mainbanner_blurring.gif');
	background-repeat:no-repeat;
	background-position:center;
} 
/*******************************/

/***** Used for the styling for the outer table on each page *****/
table#outerTable {
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
	padding:0px;
	width:80%;
	margin:auto;
}

/***** Used for the styling for the outer table on the bigger Movie Manger page *****/
#outerTable-movies {
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
	padding:0px;
	width:100%;
}
/*****************************************************************/


/***** Used in footer *****/
#footer {
	color:#A0A0A0;
	font-size:8pt;
}
/**************************/

/***** Used in main navigation bar *****/
#menu a {
	color: #FFFFFF;
	font-family:DiMurphic,Arial;
	font-size:12pt;
	font-weight:normal;
	text-align:center;
}

#menu a:hover {
	color:#FFFFFF;
	font-weight:bold;
}
/***************************************/

#navlist li {
	display:inline;
	list-style-type:none; }

#navlist a {
	padding:3px 10px; }

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	background-color: rgb(99,15,18);
	text-decoration: none; }

#navlist a:hover {
	color: #FFFFFF;
	background-color: rgb(136,13,29);
	text-decoration: none; }

ul#navlist {
	font-family: Arial, sans serif;
	font-size: 11pt;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap; }
