/* Styles for the VizbiPlus pages */

p.large { font-size: 1.25em; vertical-align:middle; }

.nospace { margin:0; }

div.portrait { 
	display: inline-block; 
	/* height: 525px; */
	margin: 1%;
	padding:0 3% 1% 0; 
	vertical-align: top;
	width:28%; 
}

div#blanket { 
	position:fixed; 
	height:100%; 
	width:100%; 
	background: url(/img/trans80.png); 
	display: none;
	z-index:100;
	text-align:center;
}

#videoiframe { margin: 200px auto; background: #999; }

div.portrait img { max-height:357px; max-width: 100%;}

h3.nospace {
	margin-top: 16px;
}

label.required { color:#E97F1A; }

label.error { color: #F4B;   letter-spacing: 0;
  text-transform: none;}
  
.submenu{display:none;}  

ul.menu {
    list-style: none;
}
 
ul.menu li.items:before {
    color: #669ABA;
/*     content: '\25b6'; */
    font-size: 1em;
    float: left;
    margin-left: -1.2em;
}

li.items {
		font-size: 1.3em;
    color: #669ABA;		
}


  