

/* Star Trek Series */ 


#Enterprise {
	background-color: #6d9eeb;
	color: #fff;
	font-family: JEFFE___;
	padding-left: 5px;
	text-align: center;
}
#TOS {
	background-color: #38761d;
	color: #fff;
	font-family: FINALOLD;
	font-size: 1.5em;
	padding-left: 5px;
	text-align: center;
}
#TAS {
	background-color: #93c47d;
	color: #fff;
	font-family: FINALOLD;
	font-size: 1.25em;
	padding-left: 5px;
	text-align: center;
}
#TNG {
	background-color: #bf9000;
	color: #fff;
	font-family: TNG_Title;
	font-size: 1.25em;
	padding-left: 5px;
	text-align: center;
}
#DS9 {
	background-color: #45818e;
	color: #fff;
	font-family: DS9_Title;
	font-size: 1.25em;
	padding-left: 5px;
	text-align: center;
}
#Voy {
	background-color: #c27ba0;
	color: #fff;
	font-family: Finalnew;
	font-size: 1.25em;
	padding-left: 5px;
	text-align: center;
}
#mix {
	background-color: #ff9900;
	color: #fff;
	font-family: JEFFE___;
	font-size: 1em;
	padding-left: 5px;
	text-align: center;
}

/* Media Type */

#ShortStory {
	background-color: #ffe599;
}
#skShortStory {
	background-color: #f43d3d;
}
#TVshow {
	background-color: #ffff00;
}
#Novel {
	background-color: #f1c232;
}
#skNovel {
	background-color: #720f0f;
}
#skNovella {
	background-color: #C52525;
}
#Comic {
	background-color: #93c47d;
}
#Movie {
	background-color: red;
}

#unavail {
	background-color: #000;
}

/* Star Trek Fonts */

@font-face {font-family: Bajoran; src: url('../../../OT_Collections/fonts/Trek/Bajoran.ttf')}
@font-face {font-family: DS9_Title; src: url('../../../OT_Collections/fonts/Trek/DS9_Title.ttf')}
@font-face {font-family: Enterprise; src: url('../../../OT_Collections/fonts/Trek/Enterprise.ttf')}
@font-face {font-family: Finalnew; src: url('../../../OT_Collections/fonts/Trek/Finalnew.ttf')}
@font-face {font-family: FINALOLD; src: url('../../../OT_Collections/fonts/Trek/FINALOLD.ttf')}
@font-face {font-family: JEFFE___; src: url('../../../OT_Collections/fonts/Trek/JEFFE___.ttf')}
@font-face {font-family: TNG_Credits; src: url('../../../OT_Collections/fonts/Trek/TNG_Credits.ttf')}
@font-face {font-family: TNG_Title; src: url('../../../OT_Collections/fonts/Trek/TNG_Title.ttf')}
@font-face {font-family: Trek_Movie_1; src: url('../../../OT_Collections/fonts/Trek/Trek_Movie_1.ttf')}
@font-face {font-family: Trek_Movie_2; src: url('../../../OT_Collections/fonts/Trek/Trek_Movie_2.ttf')}

