/* Page Look */
body {background-color: black;scrollbar-base-color: #949494;}
p.infoMargin {margin: 0.5cm 1cm 1cm 1cm;text-align: left;} /* top, right, bottom, left */
p.titleMargin {margin: 0.5cm 0.5cm 0cm 0.5cm;text-align: left;} /* top, right, bottom, left */
p.mainInfo:first-letter {
	color: white;
	font-size:x-large;
	font-family: garamond, "times new roman", arial;
}
p.secTitle:first-line {
	color: white;
	font-size:x-large;
	font-weight: bold;
	font-family: garamond, "times new roman", arial;
}

/* Whole Table Properties (page frame)*/
table.tableBody {
width: 760px;
height: 480px;
text-align: center;
color: white;
font-family: garamond, "times new roman", arial;
font-size: 20px;
border-collapse: collapse;
table-layout: fixed;
}

/* Information Area */
.infoArea {
	color: white;
	font-family: garamond, "times new roman", arial;
	font-weight: normal;
	font-size: 1em;
	border-collapse: collapse;
}
.infoAreaSmall {
	color: white;
	font-family: garamond, "times new roman", arial;
	font-weight: normal;
	font-size: 0.9em;
	border-collapse: collapse;
}

div.transbox{
	width: 500px;
	height: 294px;
	position:relative;
	top:-12px;
	left:130px;
	margin: 0px 0px;
	background-color: #151515;/* #6C6C6D; */
	border: 0px solid #F1D200;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
	overflow: auto;
}
div.moviebox{
	width: 500px;
	height: 294px;
	position:relative;
	top:-12px;
	left:130px;
	margin: 0px 0px;
	background-color: #151515;/* #6C6C6D; */
	border: 0px solid #F1D200;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
	overflow: hidden;/*auto;*/
}
.demoReelTitle{
	color: white;
	font-size:x-large;
	font-weight: bold;
	font-family: garamond, "times new roman", arial;
	white-space: nowrap;
}
p.DemoInfoMargin {margin: 0.5cm 0.0cm 0.0cm 0.4cm;text-align: left;} /* top, right, bottom, left */
p.contactTitleMargin {margin: 0.1cm 0.1cm 0.1cm 0.1cm;text-align: left;} /* top, right, bottom, left */
div.formtransbox{
	width: 530px;
	height: 294px;
	position:relative;
	top:-12px;
	left:115px;
	margin: 0px 0px;
	background-color: #151515;/* #6C6C6D; */
	border: 0px solid #F1D200;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
	overflow: hidden;
}

a.infoLink:link {color: #526FB5; text-decoration: none}
a.infoLink:visited {color: #526FB5; text-decoration: none}
a.infoLink:active {color: #526FB5; text-decoration: none}
a.infoLink:hover {color: red; text-decoration: none}


/* LIST BASED MENU */
#menu {
width: 147px; /* Set width of the menu */
background: #CCCCCC;
/*text-align: right;*/
} 

/* Remove the bullets and list indents */
#menu ul { 
list-style: none;
margin: 0;
padding: 0;
}

/* Style, Color and Size links and headings */
#menu a {
font: bold 18px/16px garamond, "times new roman", arial;
color: #000;
background: #CCCCCC;
text-decoration: none;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #ccc #999 #ccc;
margin: 0;
padding: 0px 0px;
height: 20;
text-align: center;
}

#menu a:hover {
color: #526FB5;
background: #fff;
background-image: url("./images/btnhover.gif");
}
#menu a:active {
color: blue;
background: #fff;
background-image: url("./images/btnhover.gif");
}