body {
	/* the following line will enable :focus for IE - dt 20050810 */
	background-color: #202020;
	margin-top: 30px;
	/*font-family: tahoma, Arial, Helvetica, sans-serif; */
  font-family: 'Lucida Grande', sans-serif;
	font-size: 10px;
	text-align: center; /* Note text-align: left in #layout_table */
}

html, body, #layout_table {}

#layout_table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	width: 800px;
	height: 100%;
	margin-bottom: 15px;
	text-align: left; /* Note text-align: center in body{} */
}
td.top_bar {
	height: 52px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 10px;
	background-color: #202020;
	color: #999;
}
td.title {
	background: #000 url('/themes/vhstodvd/images/web_header_image.jpg') top left no-repeat;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 100%;
}
td.navigation {
	background: #404040;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 10pt;
	color: #999;
	padding: 0px;
}
td.left_bar {
	height: 100%;
	width: 160px;
	max-width: 160px;
	background-color: #D4D4D4;
	color: #4E4E4E;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right: 4px solid white;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 8pt;
}
td.body {
	width: 100%;
	background-color: white;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	/*font-family: tahoma, Arial, Helvetica, sans-serif;*/
	font-family: 'Lucida Grande', sans-serif;
	font-size: 11px;
	line-height: 150%;
}
td.footer {
	background: #404040 url('/themes/vhstodvd/images/page_bottom.gif') bottom left no-repeat;
	border-top: 1px solid white;
	margin-top: 1px;
	padding: 8px;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #999;
}
td.footer a, td.footer table td {
	background-color: #404040;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #999;
}
h1#site_title {
	color: White;
	margin-bottom: 0px;
	font-size: 32px;
}
div.pagecontent {
	min-height: 40em;
	height: auto;
}
/* Minimum Height (min-height) for Internet Explorer */
/*\*/
* html div.pagecontent {
	height: 40em;
}
/**/



/* MENU */
#menu {
	margin: 0px -180px 0px 0px;
	width: 790px; /* See PAdding left */
	padding: 0;
	padding-left: 10px; /* See Width */
	height: 28px;
	background-color: #202020;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
/* first level */
#menu li {
	list-style-type: none;
	margin-right: 0px;
	float: left;
}
#menu a {
	float: left;
	height: 18px;	
	display: block;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
#menu a.submenu {
	padding-right: 22px;
	background: url("/themes/default/images/style/menu_arrow.gif") no-repeat right center;
	cursor: default;
}
#menu a:hover {
	background-color: #202020;
	cursor: default;
}
#menu a:visited:hover,
#menu a:link:hover {
	text-decoration: underline;
	cursor: pointer;
}

#menu a.menu_open {
	background-color: #202020;
}
/* second level */
#menu ul {
	visibility: hidden;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 0;
	position: absolute;
	color: black;
	background: #202020;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}
#menu ul li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #555;
}
#menu ul li a {
	float: none;
	width: 210px;
}
#menu ul li a:hover {
	background-color: #202020;
}


/* Styled Table */
table.styled {
	width: 100%;
	font-family: "arial unicode MS", arial, geneva, sans-serif;
	border-collapse: collapse;
}
table.styled tr {
	background-color: #FFFFFF;
}
table.styled tr.alt {
	background-color: #EFEFEF;
}
table.styled td, table.styled th {
	padding: 3px;
	margin: 0px;
}
table.styled th {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #DEDEDE;
}
table.styled td {
	border-bottom: 1px dotted #aaa;
}

/* NO BORDER */
table.noborder, table.noborder tr, table.noborder th, table.noborder td {
	border: none;
	background: transparent;
}

/* FIELDSET/LEGEND FORMS */
legend {
	font-weight: bold;
	color: white;
	margin-top: 22px;
	padding: 3px;
	background: #333;
	border-top: 1px solid black;
}
fieldset {
  margin: -21px 0px 20px 0px;
  padding: 5px 5px 5px 5px;
	background: #333;
	border: 1px solid black;
}
* html legend { /* FOR IE ONLY */
	display: block;
	position: relative;
	top: 4px;
	font-weight: bold;
	color: white;
	margin-bottom: 4px;
	margin-top: -9px;
	padding: 4px;
	background: #333;
	border-top: 1px solid black;
}
* html fieldset {
  margin: 0px 0px 20px 0px;
  padding: 5px 5px 5px 5px;
	background: #333;
	border: 1px solid black;
}
form.themed {
	font-family: 'Lucida Grande', sans-serif;
  font-size:100%;
  margin: 0;
  padding: 0;
}
form.themed fieldset legend {
	font-size:1.1em;
}
form.themed label { 
	display: block;
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right;
	font-weight: bold;
}
form.themed input, form.themed textarea, form.themed select {
	width:auto;
	margin:5px 0 0 10px;
	font-family: 'Lucida Grande', sans-serif;
  font-size: 12px;
}
form.themed input#reset {
	margin-left:0px;
}
form.themed br {
	clear:left;
}
fieldset table {
	border-collapse: collapse;
	border: 1px solid grey;
}
fieldset table tr {
	background-color: lavender;
}
fieldset table tr.alt {
	background-color: gainsboro;
}
fieldset table td, fieldset table th {
	border: 1px solid grey;
	padding: 3px;
}
fieldset table th {
	background-color: #999;
	text-transform: capitalize;
}
div.no_items {
	text-align: center;
	font-style: italic;
	padding: 10px;
}
fieldset a {
	color: white;
}

/* LINKS */
a {
	color: #004D97;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a img {
	border: none;
}

/* HEADINGS */
div.pagetitle h1 {
	font-family: 'Lucida Grande', sans-serif;
	font-size: 24px;
	height: 28px;
	color: #999;
	line-height: 100%;
}
.pagetitle h1 a {
	color: #999;
}
.pagetitle h1 a:hover {
	text-decoration: none;
}
div.pagecontent h1 {
	font-size: 17pt;
}
div.pagecontent h2 {
	font-size: 12pt;
}


/* LEFT BAR */
td.left_bar h1 {
	margin-top: 0px;
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: 14pt;
}
td.left_bar h2 {
}
td.left_bar h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background: #474747; /* ; */
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	border-bottom: 1px solid black;
}
td.left_bar h3  a{
	text-decoration: none;
	color: black;
}
td.left_bar h3  a:hover{
	color: white;
}
div.lb_article {
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid #DEDEDE;
	margin-bottom: 15px;
	background-color: #D3D3D3;
	padding: 0px;
	line-height: 125%;
}
div.lb_article_copy {
	background-color: #FAFAFA;
	padding: 2%;
}
div.lb_article_copy a img {
	margin-bottom: -2px;
}


/* FOOTER */
td.footer input.text, td.footer input.password,td.footer input {}
td.footer input.text:focus, td.footer input.password:focus,td.footer input:focus {}
td.footer input.button {}
td.footer a {
	color: #999;
	background-color: #404040;
	font-size: 12px;
}
td.footer a:hover {
	color: white;
	text-decoration: underline;
}

/* GENERAL */
.left {	text-align: left; }
.right {text-align: right; }
.center {	text-align: center; }
.italic { font-style: italic; }
.small { font-size: 9px; }

/* FORMS GENERAL */
input {
	padding: 2px;
}
input:focus, select:focus, textarea:focus {
	background-color: #dbe3ff;
}

/* USER MESSAGES */
#user_messages {
	position:absolute;
	z-index: 55;
	width:300px;
	left:30%;
	bottom: 300px;
	padding: 6px;
	padding-right: 36px;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	color: white;
	text-align: left;
	background: #33cc33 url('../../../images/messages/check.gif') top right no-repeat;
	min-height: 40px;
	display: block;
	filter:alpha(opacity=100);
}
div#user_warnings {
	position:absolute;
	z-index: 55;
	width:300px;
	left:30%;
	bottom: 300px;
	padding: 6px;
	padding-right: 36px;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	color: black;
	text-align: left;
	background: #cccc33 url('../../../images/messages/warning.gif') top right no-repeat;
	min-height: 40px;
	display: block;
	filter:alpha(opacity=100);
}
div#user_errors {
	position:absolute;
	z-index: 55;
	width:300px;
	left:30%;
	bottom: 300px;
	padding: 6px;
	padding-right: 36px;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	color: white;
	text-align: left;
	background: #cc3333 url('../../../images/messages/error.gif') top right no-repeat;
	min-height: 40px;
	display: block;
	filter:alpha(opacity=100);
}


div.site_notice {
	margin-top: 20px;
	margin-bottom: 20px;;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	width:600px;
	padding: 6px;
	padding-left: 46px;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	color: black;
	text-align: center;
	background: #cccc33 url('../../../images/messages/warning.gif') top left no-repeat;
	min-height: 40px;
	display: block;
}

/* MESSAGES (OVERRIDE) */
div#pnmsg_container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5;
	text-align: center;
	height: 44px;
}
div#pnmsg_list {
	margin-left: auto;
	margin-right: auto;
	float: center;
	width: 90%;
	margin-top: -10px;
	padding-top: 10px;
	border: 3px solid #777;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background-color: orange ;
	color: black;
	text-align: left;
	min-height: 38px;
}
div#pnmsg_controls {
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	float: right;
}
div#pnmsg_controls a, div#pnmsg_controls  a.enabled {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 16px;
	color: black;
	font-weight: bolder;
	border: 1px solid black;
	background-color: #EDEDED;
	border-width: 1px solid #5b5b5b;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
div#pnmsg_controls  a:hover, div#pnmsg_controls  a.enabled:hover {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid black;
	text-decoration: none;
	background-color: white;
	color: black;
}
div#pnmsg_controls  a.enabled:hover {}
div#pnmsg_controls  a.disabled {
	color: #B0B0B0;
	background-color: #e5e5e5;
	cursor: default;
	display: none;
}
div#pnmsg_controls  a.disabled:hover {
	padding-right: 6px;
	padding-left: 6px;
	border: 1px dotted #888;
	color: #B0B0B0;
}
div#pnmsg_body {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	width: 70%;
	text-align: left;
	font-size: 12px;
	float: left;
}
div.pnmsg_clear {
	border: none;
}

/* NEW WINDOW */
/*a[target="_blank"] {
	padding-right: 14px;
	background: url("images/style/new_window.gif") center right no-repeat;
}*/

/* PRINT */
div.print_source {
	display: none;
}
@media print {
	td.navigation, td.top_bar, td.title, td.left_bar, td.footer,div.breadcrumb,div.debug_message {
		display: none;
	}
	div.print_source {
		display: block;
		margin-top: 20px;
		font-size: 8px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		padding-left: 5px;
		padding-right: 5px;
	}
}



/* Sidebox Sidebar */
#sidebar
	{
	
	float: right;
	width: 204px;	
	margin: 57px 0 18px 34px;

	}	
	
#sidebar p
		{
			font-size: 11px;
		}
	

.body .sidebox ul
	{
	list-style-type: none;
	margin: 0 0 12px 0;	
	}


.body .sidebox ul li
	{
	margin: 0 0 0 0px;
	padding: 0 0 0 6px;
	font-size: 10px;
	}


.body .sidebox h1
	{
	font-size: 11px;
	font-weight: strong;
	padding: 3px 12px 3px 12px;
	margin: 0 -12px 6px -12px;
	color: #h1h1h1;
	}


.body .sidebox h2
	{
	font-size: 11px;
	font-weight: strong;
	padding: 3px 12px 3px 12px;
	margin: 0 -12px 6px -12px;
	}
	
.body .sidebox
	{	
	padding: 0 12px 1px 12px;
	margin: 0 0 24px 0;
	}

.body .sidebox p
	{
	padding: 0 0 0 0;
	margin: 6px 0 6px 0;
	font-size: 10px; 	
	}
	
.sidebox a
	{
	text-decoration: none;
	}
	
.sidebox a:hover
	{
	text-decoration: underline;
	}

.sidebox img.across
	{
	margin: -6px 0 6px -12px;
	}
	
	
.body .sidebox ul li
	{
	}


.body .sidebox h1
	{
	color: white;
	font-weight: normal;
	background: #404040 url("/themes/vhstodvd/images/sidebox_top.gif") 0px 0px no-repeat;	
	}



	
.body .sidebox
	{
	color: #999;
	background: #1b194b url("/themes/vhstodvd/images/sidebox_bottom.gif") bottom left no-repeat;	
	}


	
.sidebox a
	{
	color: #fff;
	}
	
.sidebox a:hover
	{
	color: #fff;
	}