/*          Copyright (c) 2008 All Rights Reserved FilmtoDVDs.com           */

body {
  background-color: #262626;
  margin: 0px;
  padding: 0px;
  FONT: 11px/14px Trebuchet MS, "Lucida Sans", sans-serif}

table, tr, td {
	FONT: 11px/14px Trebuchet MS, "Lucida Sans", sans-serif}

td.borderleft{
	   background:#262626 url(images/BorderLeft.gif) top left repeat-y; 
		height: 21px;
		width: 35px;}

td.borderright{
	   background:#262626 url(images/BorderRight.gif) top left repeat-y; 
		height: 21px;
		width: 35px;}

td#container {
	width: 798px;
	 background-color: #FFFFFF;
	 height: 400px;
	 border-left: 2px solid #FFFFFF;
	 border-right: 2px solid #FFFFFF;}
	 
td#content {
		background:#ffffff url(images/Main_bkgd.gif) top left repeat-x; 
		height: 281px;
		width: 794px;
		padding-top: 15px}

td#content table {
	padding: 10px 15px 0px 15px;}
	
hr {
	color: #cccccc;
	margin: 0px; 
	padding: 0px
}
	
/* text */

span.sub {
	color: #0f3f94;
	FONT: 16px/20px Trebuchet MS, "Lucida Sans", sans-serif}
	
span.subR {
	color: #AD3333;
	FONT: 14px/20px Trebuchet MS, "Lucida Sans", sans-serif}
	

/* links */	
a:link, a:active, a:visited {
	color:#ad3333; 
	text-decoration: none}
a:hover		{color:#0F3F94}

a:link.blue, a:active.blue, a:visited.blue			{
	color:#0F3F94; 	
	text-decoration: none}
a:hover.blue		{color: #AD3333}

a:link.gray, a:active.gray, a:visited.gray			{
	color:#666666; 	
	text-decoration: none}
a:hover.gray		{color: #0F3F94}





.box {
	border: 1px solid #a9b8d4;
	background-color: white;
	padding: 10px;
}

.boxcd {
	background-image: url(images/boxcd.jpg);
	background-position: right;
	border: 1px solid #a9b8d4;
	background-color: white;
	padding: 10px;
}
a.button, a.button:active, a.button:visited {
	padding: 10px 15px 10px 10px;
	color: #4c70b0;
	border-right: 3px solid #FFFFFF;
	height: 37px;
}
a.button:hover {
	background-color: #CCCCCC
}
a.buttonOn {
	color: #AD3333;
	padding: 10px, 15px, 10px, 10px;
	border-right: 1px solid #cccccc;
		height: 37px;
}