/**
 * StyleSheet used for displaying DVD's contained within Movie Collector.
 *
 * The general look & feel of this layout is based on some images I found on
 * the former Navworks website combined with experimentally gathered (gray-based)
 * colors and fonts.
 *
 * @author Verhoeven Bart
 * @email LetoOfDune@hotmail.com
 */

BODY {
	font-family:"Verdana","Arial","Helvetica","Times";
	font-size:normal;
	background-image:url("../dvd/Background.gif");
	//color: #B4B4B4;
	color: black;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

A {
	cursor: hand;
	text-weight: bold;
	text-decoration: none;
}

A:link {
	color: white;
	text-weight: bold;
	text-decoration: none;
}

A:visited {
	color: white;
	text-weight: bold;
	text-decoration: none;
}

A:active {
	color: white;
	text-weight: bold;
	text-decoration: none;
}

A.CssButton {
	color: white;
	font-family: "Verdana","Arial","Helvetica","Times";
	font-size: normal;
	text-decoration: none;
}

A.SelectedCssButton {
	color: white;
	font-family: "Verdana","Arial","Helvetica","Times";
	font-size: normal;
	text-decoration: none;
	text-weight: bold;
}

H1 {
	font-family: "Verdana","Arial","Helvetica","Times";
	afont-weight: bold;
	font-size: x-large;
	text-align: center;
}

P {
	text-align: justify;
	text-indent: 0.5cm;
}

P.DropCapParagraph {
	margin-top: 0.25cm;
	margin-bottom: 0.25cm;
	margin-left: 0.25cm;
	margin-right: 0.25cm;
	text-indent: 0.5cm;
}

P.DropCapParagraph:first-letter {
	font-size: 300%;
	font-style: italic;
	font-weight: bold;
	float: left;
}

UL {
	text-align: justify;
	list-style-type: square;
	margin-top: 0.1cm;
	margin-left: 0.1cm;
}

UL UL {
	list-style-type: disc;
	margin-left: 0.5cm;
}

UL UL UL {
	list-style-type: circle;
	margin-left: 0.5cm;
}

OL {
	text-align: justify;
	list-style-type: upper-roman;
	margin-top: 0.1cm;
	margin-left: 2.5cm;
}

OL OL {
	list-style-type: upper-alpha;
	margin-left: 0.5cm;
}

OL OL OL {
	list-style-type: decimal;
	margin-left: 0.5cm;
}

LI:before {
	display: marker;
	marker-offset: 5px;
}

IMG {
	border-spacing: 0pt 0pt;
	border-width: 0pt 0pt 0pt 0pt;
}

TABLE.FormattedTable {
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-spacing: 0pt 0pt;
	padding: 0px;
	width: 95%;
}

TH.FormattedTable {
	vertical-align: top;
}

TR.FormattedTable {
	vertical-align: top;
}

TD.FormattedTable {
	vertical-align: top;
	margin: 5px;
}

TABLE {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-spacing: 0pt 0pt;
	padding: 0px;
}

TR {
}

TD {
}

TABLE.InnerTable {
	vertical-align: top;
	margin-top: 0px;
	vertical-align: top;
	width: 100%;
}

TH.InnerTable {
	font-size: large;
	vertical-align: top;
}

TR.InnerTable {
	vertical-align: top;
}

TD.InnerTable {
	text-align: left;
	vertical-align: top;
}

TH.SectionHeading {
	font-weight: bold;
	font-style: italic;
	font-size: large;
	text-align: center;
	vertical-align: top;
	color: #CCCCCC;
	margin-top: 0cm;
	margin-bottom: 0cm;
}

TH.SectionHeadingLeft {
	font-weight: bold;
	font-style: italic;
	font-size: large;
	text-align: left;
	vertical-align: top;
	color: #CCCCCC;
	margin-top: 0cm;
	margin-bottom: 0cm;
}

HR {
	align: center;
	width: 100%;
}

SPAN.SectionHeading {
	font-weight: bold;
	font-style: italic;
	font-size: x-large;
	text-align: center;
	vertical-align: top;
	color: #CCCCCC;
	margin-top: 0cm;
	margin-bottom: 0cm;
}

SPAN.Title {
	font-weight: bold;
	font-style: normal;
	font-size: normal;
	text-align: left;
	color: white;
	margin-top: 0cm;
	margin-bottom: 0cm;
}

SPAN.TitleExtension {
	font-weight: normal;
	font-style: italic;
	font-size: normal;
	text-align: left;
	color: black;
	margin-top: 0cm;
	margin-bottom: 0cm;
}

SPAN.Edition {
	font-weight: bold;
	font-style: italic;
	font-size: normal;
	text-align: center;
	color: #CCCCCC;
	margin-top: 0cm;
	margin-bottom: 0cm;
}

SPAN.FieldName {
	font-weight: bold;
}

SPAN.Director {
}

SPAN.Writer {
}

SPAN.Actor {
}

SPAN.Character {
	font-style: italic;
}

SPAN.Language {
}

SPAN.Color {
}

SPAN.RunTime {
}

SPAN.Format {
}

SPAN.ScreenRatio {
}

SPAN.DvdType {
}

SPAN.SubTitle {
}

SPAN.Region {
}

SPAN.ReleaseDate {
}

SPAN.NrOfDiscs {
}

SPAN.NrOfChapters {
}

SPAN.BoxSet {
}

SPAN.UPC {
}

SPAN.MpaaRating {
}

SPAN.Genre {
}

SPAN.Plot {
}

SPAN.ExtraFeatures {
}

SPAN.Notes {
}

SPAN.PurchaseStore {
}

SPAN.PurchaseDate {
}

SPAN.PurchasePrice {
}

SPAN.LoanedTo {
}

SPAN.LoanDate {
}

SPAN.DueDate {
}

SPAN.ReturnDate {
}

SPAN.LoanNotes {
}

SPAN.OverDue {
}

SPAN.SeenIt {
}

SPAN.SeenWhere {
}

SPAN.ViewingDate {
}

SPAN.InCollection {
}

SPAN.NoDataKnown {
	font-family:"Verdana","Arial","Helvetica","Times";
	font-style: italic;
	color: red;
}

SPAN.CssButton {
	border-style: inset;
	border-color: #666666;
	background-color: #888888;
	text-decoration: none;
	width: 250 px;
	text-align: center;
}

.LightTableBackground {
	background-image:url("../dvd/LightTableBackground.gif");
}

.TableBackground {
	background-image:url("../dvd/TableBackground.gif");
}

.DarkTableBackground {
	background-image:url("../dvd/DarkTableBackground.gif");
}


