/* Colors should match the movies page (flm_sid.css) */

body {
	background-color: #808080;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Global Link Styles */
a {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: none;
}

a.astrip {
	text-deocration: underline;
	color: #FFFF00;
}
a.astrip:hover {
	text-decoration: none;
}



.strip {
	color: #FFFFFF;
}

/* Side Panel Header Bars - Edit  Background and/or Font Color  */
td.navhdr {
	background-color: #666666;  /* usually a few shades darker than td.panel */
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
}

/* Left and Right Side Bar background Colors - Edit */
td.panels {
	background-color: #EFEFEF;
	border-left: 1px solid #000000;  /* usually a few shades darker than the bgcolor */
	border-right: 1px solid #000000;  /* same as above */
}

/* background color with top and bottom border */
td.tdsubhead {
	background-color: #EFEFEF;  /* Same as td.panels style */
	border-top: 1px solid #000000;  /* same as td.panels border color  */
	border-bottom: 1px solid #000000;  /* Same as above */
	font-size: 9pt;
}

/* The usuals */
.extrastxt {
	font-size: 14px;
}
.copy {
	font-size: 11px;
}
.previewblock {
	font-family: Tahoma, Arial;
	border: 1px dotted #000000; /* td.panels or td.navhdr color usually works here */
	font-size: 11px;
}
.txt8pt {
	font-size: 8pt;
}
/* Background colors */
.bgdark {
	background-color: #842EE5;
}
.bgmed {
	background-color: #EEEEEE;  /* usually a few shades darker than td.panel */
}
.bglight {
	background-color: #EFEFEF; /* td.panels color usually works here */
}
.bglighter {
	background-color: #FFFFFF;
}

/* Main Table Border - Splash, Extras, Bonus Sites Pages */
td.bordercolor {
	background-color: #000000;
}

legend {
	color: #000000;
	font-size: 12px;
}



/* Horizontal rule color - left nav */
.hr1 {
	color: #000000;  /* usually same as td.sorter borders */
}
/* Horizontal rule color - main body */
.hr2 {
	color: #000000;  /* can be same as hr1 or same as td.panels border color */
}


/* Super Gallery Styles  - (alot  of the above are used) */
td.sggallery {
	font-size: 8pt;
	background-color: #F2EDFE;  /* same as td.panels */
	border: 1px solid #C0A5FA;  /* same as td.panels */
}


