/* *********************************************************** */
/*             Star Trek Lives - Style Sheet - Style           */
/* *********************************************************** */

/* common **************************************************** */
body, td {

	scrollbar-arrow-color:#777;
	scrollbar-base-color:#006;
	scrollbar-3dlight-color:#000;
	scrollbar-track-color:#000;
	scrollbar-highlight-color:#777;
	scrollbar-shadow-color:#777;

	margin: 1mm 0mm 1mm 1mm;
	background-color:#000;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#ddd;
}

hr 			{	color: #202020;	}

/* links ****************************************************** */
a:active 	{ text-decoration: none; color: #3300cc; }
a:link 		{ text-decoration: none; color: #0099ff; }
a:visited 	{ text-decoration: none; color: #0099ff; }
a:hover 		{ text-decoration: none; color: #0066cc; }

/* forms ****************************************************** */
.input 		{	border: #777 1 solid;	}

/* backgrounds ************************************************ */

.bgc05		{	background-color: #202020;	}	/* episode border	*/

.bgc04		{	background-color: #202020;	}	/* content border	*/
.bgc03		{	background-color: #0A0A0A;	}	/* content background 	*/

.bgc02		{	background-color: #202020;	}	/* header border	*/
.bgc01		{	background-color: #0A0A0A;	}	/* header background	*/

.bgc00		{	background-color: #000000;	}	/* main background 	*/

/* alignments ************************************************* */
.tal		{	text-align: left; }
.tac		{	text-align: center; }
.tar		{	text-align: right; }
.taj		{	text-align: justify; }

/* widths ***************************************************** */
.w100 		{	width: 100px;	}
.w150 		{	width: 150px;	}
.w182 		{	width: 182px;	}
.w410 		{	width: 410px;	}

/* fontsizes ************************************************** */
.fs07 		{	font-size: 0.7em;	}
.fs10 		{	font-size: 1.0em;	}

/* fontstyles ************************************************* */
.fsi		{	font-style: italic;	}

/* fontweights ************************************************ */
.fw6 		{	font-weight: 600; 	}

/* paddings *************************************************** */
.pdt5		{	padding-top: 5pt;		}
.pdt10		{	padding-top: 10pt;		}
.pdt20		{	padding-top: 20pt;		}

.pdb5		{	padding-bottom: 5pt;	}
.pdl5		{	padding-left: 5pt;		}

.pdr5		{	padding-right: 5pt;		}
.pdr10		{	padding-right: 10pt;	}

