/* -- PAGE STYLES --------------------------------------  */
body {
	/*background:url(../img/bg_footer.png) center repeat-y #000;*/
	background-color: #000;		
	margin: 0px;
	padding: 0px;
}

 html {
 	/*overflow-y: scroll;*/
 }

/* -- EDITOR FONT STYLES --------------------------------------  */
h1 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	color:#666666;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h2 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h3 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h4 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-style:italic;
}

p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
	color:#000000;
	font-weight:normal;
	line-height:20px;
	margin: 10px 0px;
}

a {
	text-decoration:none;
	color:#A9362F;
}

a:hover {
	text-decoration:underline;
	color:#A9362F;
}

ul {
	margin-top:25px;
	margin-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

ol {
	margin-top:25px;
	margin-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	line-height:12px;
	margin-bottom:14px;
}

hr {
	border-style: dotted;
	border-width: 2px;
	border-color: #c6c6c6;
}

/* -- BEGIN: TEMPLATE STYLES --------------------------------------  */
#siteWrapper {	
	margin: auto auto;
	position: relative;
	width: 100%; 
	z-index: 100; 
	min-width: 980px; 
	margin: 0 auto;	
}

#navWrapper {
	background:url(../img/bg_top_nav.jpg) center #000;
	position: relative;
	height: 27px;
}

#navMainWrapper {
	position: relative;
	margin: auto auto;	
	height: 27px;
	width: 980px;
}

#footerWrapper {
	background:url(../img/bg_footer1.gif) repeat-x #000;	
}

#footerWrapper,
#footerInfo  {
	min-width: 980px;
	margin: auto auto;
	position: relative;	
}

#accordian {
	margin: auto auto;
	position: relative;	
	min-width: 980px;
}

#footerInfo {
	/*background:url(../img/bg_footer.png) center repeat-y;*/
	height: 126px;
}

#footerInfoWrapper {
	width: 935px;
	margin: auto auto;
	position: relative;	
}

#footerInfo .copyrightText {
	color: #bf2f38;	
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	/*margin-left: 45px;*/
}

#mainWrapper {
	height: 676px;
	margin: auto auto;	
	position: relative;
	z-index: 1000;
}

#mainWrapperSub {
	min-height: 676px;
	margin: auto auto;	
	position: relative;
	z-index: 1000;
}

#subContainer {
	background:url(../img/bg_content.png) repeat-y top;
	width: 718px;
	min-height: 644px;
	margin: auto auto;
	position: relative;	
}

#subContainerWhitepapers {
	background:url(../img/bg_content_whitepapers.png) repeat-y top;
	width: 718px;
	min-height: 644px;
	margin: auto auto;
	position: relative;
}

/*#subContainerGamesArchive {
	width: 770px;
	min-height: 644px;
	margin: auto auto;
	position: relative;	
}*/

#subContainerGamesArchive {
	min-height: 644px;
	margin: auto auto;
	position: relative;	
}

#gamesArchiveAjax {
	margin: 0px auto; 
	position: relative;
	width:100%;
}

#gamesArchiveHeader {
	width: 777px; 
	margin: 0px auto; 
	position: relative;
}

#mainWrapperShadowHome { /* Shadow at bottom of main image #faeccc; */
	background: url(../img/vv_blend.png) repeat-x bottom #faeccc;
	position: relative;
	z-index: 1900;	
}

#mainWrapperShadow_bottom { /* Shadow at bottom of main image */
	background: url(../img/bg_main_shadow_small.png) repeat-x bottom;
	position: absolute;
	z-index: 1900;	
	left: 0px;
	right: 0px;
	top: -14px;
	height: 16px;
}

/*mainWrapperShadow {  EMPTY DIV - DO NOT ACTIVATE!!
	background: url(../img/bg_main_shadow3.png) repeat-x bottom #000000;
	position: relative;
	z-index: 1900;	
} */

.bgLogoShadow {
	min-height: 570px; 
	pointer-events: none;
	width: 166px;
}

.bgLogoShadow.left {
	background:url(../img/bg_main_left.png) repeat-y left top; 
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	top: 0px; 	
	z-index: 1500;
}

.bgLogoShadow.right {
	background:url(../img/bg_main_right.png) repeat-y right top; 
	position: absolute; 
	bottom: 0px;  
	right: 0px; 
	top: 0px; 	
	z-index: 1500;	
}

.vvlogo {
	position: absolute; 
	left: 5px;
	top: 25px; 
	z-index: 1500;
}

#main_navigationList {	
	height: 27px;
	line-height: 27px;	
}

.gamesDetail {
	width: 356px; 
	height: 595px; 
	margin-right: 35px;
	float: left;
}

.gamesSide {
	width: 147px; 
	height: 595px; 
	position: relative;
	float: left;
}

.gamesLink {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 13px; 
}

.gamesLinkArchive {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 13px; 
	background:url(../img/bg_games_links.png) repeat-x;
	height: 27px;
	line-height: 27px;
	padding: 0px 30px 0px 20px;
	width: 705px;	
}

.gamesArchiveItem {
	background:url(../img/shadow_games.png) no-repeat top left; 
	width:194px; 
	height:241px;
	float: left;
}

.gamesArchiveImage {
	padding: 6px; 
	background-color:#fff; 
	width: 160px;
}

h1.pageTitles {
	color: #494747;
	margin: 0px;
	padding: 0px;
	font-size: 35px;
	font-family: Arial Black, Helvetica, sans-serif;
	font-weight: bold;
}

h2.subpageTitles {
	color: #bf392e;	
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family: Arial Black, Helvetica, sans-serif;	
	font-weight: bold;	
	text-transform: uppercase;	
	letter-spacing: 3px;
}

h3.staffNames {
	color: #000000;	
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-family: Arial Black, Helvetica, sans-serif;	
	font-weight: bold;		
}

h4.staffTitles {
	color: #000000;	
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;	
	font-style: normal;
}

h1.gameArchivesTitle {
	color: #bf392e;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family: Arial Black, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 18px;		
}

h2.gameArchivesSubTitle {
	color: #231f20;	
	margin: 0px;
	padding: 0px;
	font-size: 35px;
	font-family: Arial Black, Helvetica, sans-serif;	
	font-weight: bold;	
}

#subNav {
	position: relative;	
}

.staffPhoto {
	position: relative; 
	left: -130px; 
	top: -10px;
	background-color:#ffffff; 
	padding: 5px; 
	width: 273px;
	/* Rotate Image Settings */	
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99619470, M12=0.08715574, M21=-0.08715574, M22=0.99619470,sizingMethod='auto expand')"; /* For IE */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99619470, M12=0.08715574, M21=-0.08715574, M22=0.99619470,sizingMethod='auto expand'); /* For IE */
    -moz-transform:  matrix(0.99619470, -0.08715574, 0.08715574, 0.99619470, 0, 0);
    -webkit-transform:  matrix(0.99619470, -0.08715574, 0.08715574, 0.99619470, 0, 0);
    -o-transform:  matrix(0.99619470, -0.08715574, 0.08715574, 0.99619470, 0, 0);
}

.whitepapersContainer {
	padding: 0px 30px 0px 40px;
	background:url(../img/bg_whitepaper.png)
}

.whitepapers {
	font-family: Arial, Helvetica, sans-serif;	
}

.whitepapers .navCrumb {
	font-size: 12px;	
	float: left;
}

.whitepapers .navCrumb .selected {
	color:#dd2a22;
}

.whitepapersTitle1,
.whitepapersTitle2 {
	font-size:25px;
	font-weight:bold;
	line-height: 28px;
}

.whitepapersTitle1 {
	color:#dd2a22;
}

.whitepapersTitle2 {
	color:#535252;	
}

.whitepapersPeople {
	float: left;
	width: 155px;
	font-size: 12px;
	color: #000;
	margin-bottom: 12px;
}

.whitepapersPeople .company {
	font-size: 8px;
	color: #695e4a;	
	text-transform: uppercase;
}

.whitepaperVideo {
	color:#dd2a22;
	font-size: 11px;
	line-height: 16px;		
	position: relative;
	z-index: 1;
}

.whitepapers .hdrAbstract {
	color:#dd2a22;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;		
}

.whitepapers .download {
	color: #706f6b;	
	font-size: 12px;	
	font-weight: bold;	
	text-transform: uppercase;
	width: 150px;
}

.whitepaperThumb {	
	float: left;
}

.whitepaperThumb .title {
	color:#dd2a22;		
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.whitepaperThumb .details {
	font-size: 11px;
	margin-bottom: 10px;		
}

/* -- LINK STYLES --------------------------------------  */
#mainWrapperLeft a {
	height: 570px;
	margin: auto auto;	
	position: absolute;	
	z-index: 2000;	
	width: 50%;
	display: block;
	outline: none;
}

#mainWrapperRight a {
	height: 570px;
	margin: auto auto;	
	position: absolute;	
	right: 0px;
	z-index: 2000;	
	width: 50%;
	display: block;
	outline: none;	
}

li.footerLi a {
	color: #bf2f38;	
}

a.credit {
	color: #5e595a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.credit:hover {
	color: #9f9597;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

ul#main_navigation li a {
	color: #fff;	
	line-height: 27px;	
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;	
	font-size: 13px;
}

li.gamesNavLi a{
	color: #000000;
}

li.gamesNavLi.selected a{
	color: #a9362f;
	font-size: 20px;	
}

li.gamesNavLi a:hover {
}

.gamesLink a,
.gamesLinkArchive a {
	color: #cecfd1;
	text-decoration: none;
	font-style:italic;	
}

.gamesLink a:hover,
.gamesLinkArchive a:hover {
	text-decoration: underline;
}

li.subNavLi a{
	color: #404041;
	font-size: 12px;	
	padding-left: 20px;
	text-decoration:none;
}

li.subNavLi.selected a{
	font-size: 17px;	
	/*background: url(../img/list_notch.png) no-repeat;*/
	color: #a9362f;
}

li.secondaryNavLi a{
	font-size: 11px !important;	
	color: #404041;
	background: none !important;
}

li.secondaryNavLi.selected a{
	font-size: 11px;	
	color: #bf392e;
	background-image: none;			
}

.whitepapers .navCrumb a {
	color: #6d6e70;
}

/* -- LIST STYLES --------------------------------------  */
ul.footerUl {
	margin: 0px;
	padding: 0px;
}

li.footerLi {
	list-style-type: none;
	float: left;
	display: inline;
	border-left: 1px solid #5e595a;
	padding: 0px 8px;
	margin: 0px;
	font-size: 13px;
}

li.footerLi:first-child {
	border-left: none;
}

ul#main_navigation {
	margin: 0px;
	padding: 0px;	
	line-height: 27px;	
}

ul#main_navigation li {
	margin: 0px;
	padding: 0px;	
	float: left;
	background: url(../img/nav_arrow.png) right center no-repeat;	
	padding-right: 12px;
	padding-left: 18px;
}

ul.gamesNavUl{
	margin: 0px 0px 0px 7px;
	padding: 0px;	
}

li.gamesNavLi{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style-type: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 14px;	
}

ul.subNavUl{
	margin: 0px;
	padding: 0px;	
	font-size: 12px;
}

li.subNavLi{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style-type: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 12px;	
}

ul.secondaryNavUl {
	margin: 0px 0px 0px 20px;
	padding: 0px;	
}

li.secondaryNavLi {
	margin: 10px 5px 10px 0px;
	padding: 2px 0px;	
	font-size: 11px;	
	font-weight: bold;
	color: #404041;
}

/* -- MISC STYLES --------------------------------------  */
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.alignRight {
	text-align: right;	
}

.bold {
	font-weight: bold;	
}

a.black {
	color: #000000;	
}

.white {
	color: #ffffff;	
}


/* TABLELESS Form Styles
----------------------------------------------- */

fieldset
{
	border: 0px;
	/*width: 100%;*/
	padding: 0px;
	margin:0px;
}

legend
{
padding: 0px;
margin:0px;
} 

.formBackground {
}

label, input, textarea, select{
	display: block;
	float: left;
	margin-bottom: 5px;
}

input.textField {
	height: 30px;
	border-left: 2px solid #00447c;
	border-top: 2px solid #00447c;
	border-bottom: 0px;
	border-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	background-color: #ececec;
}

input.boxstyle {
	height: 26px;
	border-left: 2px solid #00447c;
	border-top: 2px solid #00447c;
	border-bottom: 0px;
	border-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	background-color: #ececec;
}


.textareaBox {
	border-left: 2px solid #00447c;
	border-top: 2px solid #00447c;
	border-bottom: 0px;
	border-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	background-color: #ececec;
}

.selectmMenu {
	height: 30px;
	border-left: 2px solid #00447c;
	border-top: 2px solid #00447c;
	border-bottom: 0px;
	border-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	background-color: #ececec;
}

.selectmMenusmall {
	height: 18px;
	border-left: 2px solid #00447c;
	border-top: 2px solid #00447c;
	border-bottom: 0px;
	border-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	background-color: #ececec;
}

label {
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	font-weight: bold;
	text-transform:uppercase;
}

input.btn {
	height: 30px;
	border: 2px solid #008558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #008558;
	background-color:#e8c873;
	cursor:hand;
	cursor:pointer;
	float:left;
	filter:progid:DXImageTransform.Microsoft.Gradient
     	(GradientType=0,StartColorStr='#ffffff',EndColorStr='#e8c873');
}

input.btnHov {
	height: 30px;
	border: 2px solid #008558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #008558;
	background-color:#e8c873;
	cursor:hand;
	cursor:pointer;
	float:left;
	filter:progid:DXImageTransform.Microsoft.Gradient
     	(GradientType=0,StartColorStr='#e8c873',EndColorStr='#ffffff');
}

span.radioText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.messageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#BB121E;
	text-transform:uppercase;
}

span.requiredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#BB121E;
	text-transform:uppercase;
}

span.divider {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}

hr.dash {
	border-style: dotted;
	border-width: 2px;
	border-color: #c6c6c6;
}

br.formBR {
	clear: left;
} 

/*Form Error
---------------------------------------------------*/
.textareaError {
	border: 2px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ff0000;
}

.textboxError {
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ff0000;
}

.selectbox3Error {
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ff0000;
	margin-top: 2px;
}