@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}
#blackout {
visibility: hidden;
position: fixed;
left: 0;
-padding-left: 20px !important;

top: 0;
width: 100%;
height: 100%;
display: none;
/*background-color: #000;*/
background-color: #cccccc;
filter: alpha(opacity=80);
-moz-opacity: .8;
opacity: .8;
z-index: 9;
}
#divpopup{
position: fixed;
margin-top: 10%; /*half of the height plus a little to the top*/
margin-left: 30%; /*half of the width */
-margin-top: 0px !important; /
-margin-left: -20% !important; /*half of the width */
visibility: hidden;
display: none;
border: 1px solid #000;
background-color: #FFF;
color: #333;
padding: 0;
height: 37%;
-height : 37% !important;
width: 40%;
z-index: 10;
/*font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;*/
-moz-border-radius: 10px ;
-webkit-border-radius:10px;
/*background-image: url("../images/vtplogo.gif");*/
background-repeat: no-repeat;
}
#divpop_head{
position:absolute;
top:0;
left:0;
width:100%;
background-color: #999999;
text-align:center;
padding:2px 0;
z-index:-1;
 -moz-border-radius: 20px ;
}
#close_pop{
float:right;
text-align:right;
cursor:pointer;
padding-right:10px;
padding-top : 15px;
}
#close_pop a{
text-decoration:none;
color: #333;
}
#close_pop a:hover{
color:#FF0000;
}
#pop_content{
clear:both;
padding: 10px;
}
#pop_content_home{ /* home page popup  */
padding: 10px;
}
#blackout_home { /* home page background while popup  */
visibility: hidden;
position: fixed;
left: 0;
-padding-left: 20px !important;
top: 0;
width: 100%;
height: 100%;
display: none;
/*background-color: #000;*/
background-color: #cccccc;

filter: alpha(opacity=80);
-moz-opacity: .8;
opacity: .8;
z-index: 9;
-height:1200px !important;

overflow: auto;
}

#divpopup_home{ /* home page popup block */
position: fixed;
margin-top: 2%; /*half of the height plus a little to the top*/
margin-left: 2%; /*half of the width */
-margin-top: 0% !important; 
-margin-left: -20% !important; /*half of the width */
visibility: hidden;
display: none;
border: 1px solid #7c7c7c;
background-color: #FFF;
color: #333;
padding: 0;
height: 90%;
-height : 20% !important;
width: 94%;
z-index: 10;
/*font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;*/
-moz-border-radius: 10px ;
-webkit-border-radius:10px;
}
*html #blackout_home {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}
*html #divpopup_home {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}
*html #blackout {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html #divpopup {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

#feaCont{
width:100%;
float:left;
height:201px;
}
.featuresCont{
width: auto;
float:left;
clear:both;
margin:2px;
}
.bullet{
background-image:url(../images/bullet.gif);
background-position:center;
background-repeat:no-repeat;
float:left;
clear:right;
width:12px;
padding:3px;
}
.featureText{
width:auto;
float:left;
clear:right;
height:10px;
}

.featureTextTitle{
width: 98%;
float: left;
height:50px;
-height:20px !important;
font-weight:bold;
padding-left:5px;	
}

.prowA{
	background-color:#F9F9F9;
	line-height:25px;
}
.prowB{
	background-color:#F5F5F5;
	line-height:25px;
}

.redColor {
	font-weight:bold;
	color:#FF1700;

}

.alphacube_message {
		 	/*font: 12px arial;*/
			text-align:center;
			width:100%;
			padding-bottom:10px;
		}
		
		.alphacube_buttons {
			text-align:center;
			width:100%;
		}
		
		
		.ok_button {
			height:30px;
			line-height:30px;
			margin-top:10px;
			border: solid 1px #d3d3d3;
			background-color:#e4e4e4;
			cursor:pointer;
			color:#000000;
			font-weight:bold;
			margin-left:4px;
			width:90px;
		}
		.cancel_button {
			height:30px;
			line-height:30px;
			margin-top:10px;
			border: solid 1px #d3d3d3;
			background-color:#e4e4e4;
			cursor:pointer;
			color:#000000;
			font-weight:bold;
			margin-left:4px;
			width:90px;
		}

