/*	CSS Styles for DVD Guide

	By Brian Sexton

	Wednesday, January 28th, 2004

	Last Updated on Tuesday, May 24th, 2005

*/


body { padding: 32px; background-color: #fff; color: #000; margin: 0 }


h1, h2, h3, h4, h5, h6, ol, ul, table { font-family: Verdana, sans-serif }


p { font-family: Verdana, sans-serif; margin: 32px auto }

p.Note { border: 2px solid #ddd; background-color: #eee; color: #444; padding: 16px; width: 604px; font-size: 13px }
p.Note a:link, p.Note a:visited { background-color: inherit; color: #69c; font-weight: bold; text-decoration: underline }
p.Note a:hover { background-color: inherit; color: #00f }
p.Note a:active { background-color: inherit; color: #c36 }


a:link { background-color: inherit; color: #00f }
a:visited { background-color: inherit; color: #39f; text-decoration: line-through }
a:hover { background-color: inherit; color: #00f; text-decoration: underline }
a:active { background-color: inherit; color: #c36; text-decoration: underline }

			       
div#PageHeader { margin-bottom: 32px }
div#PageHeader h1 { margin: 0 }
div#PageHeader img { display: block; margin: auto }
   
   
div.Content { border: 2px dotted #ff6600; margin-top: 32px; margin-bottom: 32px }
div.Content h2 { margin: 32px }
/*dIV.Content h2 { border-bottom: 1px solid #f00; padding: 8px; background-color: #ff0; color: #000; margin: 0 }*/
div.Content h2 img { margin-left: 24px; margin-right: 24px }
   
div.Content div.Article { margin: 32px }
div.Content div.Article h4 { margin-left: 32px; margin-right: 32px; margin-top: 24px }
div.Content div.Article p { margin-left: 64px; margin-right: 32px }
   
div.Content div.Article p.Note { font-size: 9px; font-weight: bold; font-style: italic; margin: 0 }
div.Content div.Article p.Note a:link { background-color: inherit; color: #00f; text-decoration: underline }
div.Content div.Article p.Note a:visited { background-color: inherit; color: #551a8b; text-decoration: underline }
div.Content div.Article p.Note a:active { background-color: inherit; color: #f00; text-decoration: underline }
   
   
div.Links p { font-size: 11px; font-weight: bold; text-align: center }


table { border: 1px solid #999; background-color: #ddd; margin: auto }

table thead tr { border: none; background-color: #999; color: #fff }
table thead tr:first-child { background-color: #777; color: #fff }
table thead tr th { border: none; font-family: Verdana, sans-serif; font-size: 12px; text-align: left }

table tbody tr { border: none; font-family: Verdana, sans-serif; font-size: 11px }
table tbody tr.Odd { background-color: #fff; color: #000 }
table tbody tr.Even { background-color: #eee; color: #000 }
table tbody tr td { border: none }
table tbody tr td a { font-weight: bold }



div#PageFooter { border-top: 1px solid #ccc; margin-top: 32px }
div#PageFooter p { padding: 6px; background-color: #eee; color: #999; width: auto; font-size: 9px; font-weight: bold; margin: 0 }
div#PageFooter p a:link, div#PageFooter p a:visited { background-color: inherit; color: #69c; text-decoration: underline }
div#PageFooter p a:hover { background-color: inherit; color: #00f; text-decoration: underline }
div#PageFooter p a:active { background-color: inherit; color: #c36; text-decoration: underline }
