/***************************************************/
/* CSS Document  --  Beck Technology  -- style.css */
/*  Deeper Blue: #0F0F4C                           */
/*  Mid Blue:    #23225B                           */
/*  Std Grey:    #E7E7F3    		           */
/***************************************************/

/***************************************************/
/* Background image hack					     */
/**************************************************/

div.bground
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
}

img.bground
{
	height: 100%;
	width: 100%;
}

/*********************************************/
/*   HTML tag styles                         */
/*********************************************/
body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
img {
	border: 0;
}
table, tr, th, td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	padding-bottom: 0;
	color: #333333;
  	font-family: Arial,Helvetica,sans-serif;
 	font-size:16pt;
  	font-weight: normal;
  	display: inline;
	margin-bottom: 0;
}

h1.updates{
	padding-bottom: 0;
	color: #FFFFFF;
  	font-family: Arial,Helvetica,sans-serif;
 	font-size:16pt;
  	font-weight: normal;
  	display: inline;
	margin-bottom: 0;
}
h2 {
	font-size:13pt;
}

/*********************************************/
/*   Hyperlink tag styles                    */
/*********************************************/
a {
	color: #000000;
	font-weight: bold; 
	text-decoration: underline;
}
/*
a.updates {
	color: #FFFFFF;
	font-weight: bold; 
	text-decoration: underline;
}
*/
/*********************************************/
/*   Menu Styles                             */
/*********************************************/

a.GreyMenu
{
	color: #C1C1C1;
	font-weight: bold;
	text-decoration: none;
}

a:hover.GreyMenu
{
	color: #cccccc;
}

.GreyMenuSeparator
{
	color: #808080;
	white-space: pre;
}

ul#navlist
{
	font-family: sans-serif;
}

ul#navlist a
{
	font-weight: normal;
	text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	z-index: 10000;
}

ul#navlist li
{
	float: left;
	padding-right: 5px;
	border-left: 1px #ffffff solid;

}

ul#navlist li a
{
	color: #ffffff;
	/*background-color: #0F0F4C;*/
	padding: 3px;
}

ul#navlist li a:hover
{
	color: #BF0B17;
}

ul#navlist li a:active
{
	color: #cccccc;
	background-color: #003366;
}

ul#subnavlist
{
	/* display: none; */
	width: 185px;
	display: block;
	border: none;
	padding: 2px;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;

}

ul#subnavlist li
{
	float: none;
	padding: 2px;
	background-color: #0f0f4c;
}

ul#subnavlist li a
{
	margin: 0px;
}

/*
ul#navlist li:hover ul#subnavlist, li.over ul#subnavlist
{
	display:block;
	position:absolute;
	font-size: 8pt;
	padding-top: 5px;
	z-index: 10000;
}

ul#navlist li:hover ul#subnavlist li a
{
	display: block;
	width: 150px;
	border: none;
	padding: 2px;
}
*/

div.menuContent
{
    border: 0px;
    background: #303030;
    overflow:hidden;
}

.menuHolder
{
	display:block;
	overflow:hidden;
	border: 2px solid #FFFFFF;
	border-bottom: 0px;
	border-top: 0px;
	height:100%;
	margin-top:0px;
	font: normal 14pt "lucida sans";		
}

/*********************************************/
/*   Layout Divs                             */
/*********************************************/
#preload {
	display: none;
}
#page {
	width: 851px;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 100%;
}
#header{
	/*margin: 0 auto 0 auto;*/
	/*width: 852px;*/
	padding: 0;
	overflow:hidden;
}
#content {
	/*float: right;*/
	/*width: 849px;*/
	height: 100%;
	overflow: hidden;
	background: #000000;
	border: 1px solid #E7E7F3;
	border-top: 0px;
}

#pagecontent {
	/*float: right;*/
	/*width: 849px;*/
	height: 100%;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #E7E7F3;
	border-top: 0px;
	border-right: 0px;
	padding-left:1px;
	margin-bottom: 5px;
	border-right:1px;
	
}

#topBannerVid
{
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	padding: 0px;
}
.videoButton
{
	margin: 0px auto 0px auto;
	position:relative;
	visibility: visible;
	top:-100px;
	display:block;
	height:0px;
}
#webVideo
{
	left: 260px;
	z-index:50;
	
}

#demoVideo
{
	left: -260px;
}

.rightquote
{
	background: url("../images/quoteBG.jpg");
	float: right;
	width: 290px;
	height: 150px;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	display:block;
	font-size: 11px;
	margin: 2px 2px 2px 2px;
	padding: 8px 4px 4px 4px;
}

.leftquote
{
	background: url("../images/quoteBG.jpg");
	float: left;
	width: 290px;
	height: 300px;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12pt;
	display:inline;
	margin: 4px 4px 4px 4px;
	padding: 8px 4px 4px 4px;

}

.feature
{
	color: #000080;
	font-weight: bold;
}

.contact
{
	padding: 3px;
	border: 1px solid #000000;
}

#topBanner
{
	border: 2px solid #FFFFFF;
	border-bottom:  0px;
}

tr.contact
{
	border: 1px solid #000000;
	padding: 3px;
}

td.contact
{
	border: 1px solid #000000;
	padding: 3px;
	border-right:0px;
}

#demoButContainer
{
	float: left;
	display: inline;
	margin-left: 90px;
}

#liveDemoButContainer
{
	float: right;
	display: inline;
	margin-right: 90px;
}

#newsHeadlines
{
	width:100%;
	margin: 0px auto 0px auto;
	display: block;
	float:left; 
}


hr.modules
{
	color:#BF0B17;
	background:#BF0B17;
	height: 4px;
}

.subcontent{
	vertical-align: top;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	/*width: 850px;*/

}
.sidenav {
	background: #23225B;
	width: 200px;
	overflow: hidden;
	border-right: 1px solid #E7E7F3;
	margin-right: 10px;
	vertical-align: top;
}
table.pagenav {
	margin-top:12px;
	margin-bottom: 12px;
	width: 100%;
	height: 20px;
	background: #DDDDDD;
}
td.pagenav{
	border: 1px solid #000000;
	text-align: center;
	text-decoration: none;
}
#footer {
	width: 850px;
	height: 25px;
	text-align: right;
	padding: 7px 0 0 0;
	margin: 0;
}
#outlinks {
	width: 100%;
	text-align: center;
	margin-left: 2px;
}

#vidPlayer
 { 
    display:block; 
    width:100%; 
    height:405px;     
    text-align:center; 
} 

#vidStart
{
	z-index: -1;
	width: 100%;
	height: 405px;
	text-align: center;
	/*background:url(../images/dpScene.jpg) no-repeat; */
}

/*********************************************/
/*   News Table Style                        */
/*********************************************/
td.sideheader {
	background: #0D0B3C;
	width: 200px;
	height: 30px;
	border: 1px solid #FFFFFF;
	border-left: 0px;
	border-top: 8px solid #BF0B17;
	vertical-align: middle;
	padding-left: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
a.sideheader {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
	height: 100%;
	padding: 1px 1px 1px 1px;
	display: block;
}
td.sideentry {
	/*background: #454470;*/
	background: #0D0B3C;
	border-bottom: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

td.evententry {
	background: #0D0B3C;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;

}

a.sideentry {
	color: #C1C1C1;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	padding: 5px 5px 5px 5px;
}

a.sideentry:hover
{
	color: #BF0B17;
}

td.newspageentry{
	padding: 10px 10px 10px 10px;
	border: 1px solid #DDDDDD;
}
table.fillertable{
	margin: 0 auto 0 auto;
	width: 610px;
}
td.fillercell{
	background: #f6f6f6;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DDDDDD;
}


/*********************************************/
/*   Content Boxes                           */
/*********************************************/
.categoryBox{
	background-color:#f3f3f3;
	border: 1px solid #CCCCCC;
	padding:15px;
}
.categoryTitleBlue{
	background: #0B4599 url(../images/bgBlue.gif);
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}
.categoryTitleDarkBlue{
	background: #0F0F4C url(../images/bgDarkBlue.gif);
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}
.categoryTitleDarkRed{
	background: #7E0810 url(../images/bgDarkRed.gif);
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}
.categoryTitleRed{
	background: #BF0B17 url(../images/bgRed.gif);
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}
/*
#trainingDiv
{
	background: url("../images/training.jpg");
}

#updates
{
	background: url("../images/updatesBG.jpg");
	color: #FFFFFF;
	height:500px;
	
}
#updatesContent
{
	padding-left: 4px;
	width: 70%;
}
*/

td.productVersion
{
	font-style: italic;
}
tr.rowHeader
{
	font-weight:bold;
}
table.reviews
{
	border-spacing: 5px;
	width: 100%;
	height: 750px;
}
td.reviews
{
	font-weight: bold;
	margin-bottom: 5px;
}
tr.updateHeader
{
	font-weight:bold;
}
table.archive
{	
	padding: 7px;	
}



/*********************************************/
/*   Misc Display Styles                     */
/*********************************************/
.floatleft {
	float: left;
	margin: 5px 5px 5px 5px;
}
.floatright {
	float: right;
	margin: 5px 5px 5px 5px;
}
.floatcenter {
	float: left;
	position: relative;
	left: 30%;
}
.testSig
{
	font-weight: bold;
}

div.linkbox {
	width: 90%;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 15px;
	border: solid 2px #E7E7F3;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	background: #23225B;
}
a.linkbox {
	color: #FFFFFF;
	font-weight: normal;
}

td.tab{
	height: 60px;
	width: 76px;
	text-align: center;
	border-right: 1px solid #DDDDDD;
}
table.tab{
	border: 1px solid #DDDDDD;
	width: 690px;
	margin: 0 auto 0 auto;
}
td.tabfocus{
	padding: 8px 8px 8px 8px;
	background: #DDDDDD;
	vertical-align: top;
}
td.padded {
	margin: 4px 4px 4px 4px; 
	padding: 2px 2px 2px 2px;
}
a.vidtab{
	width: 98px;
	height: 54px;
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	text-align: center;
	overflow: hidden;
}
a.vidbar{
	width: 100px;
	height: 18px;
	padding-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(../images/bottombar.jpg) no-repeat; 
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	color: #000000;
	display: block;
}