* {
	margin:0px;
	padding:0px;
}

.Vcontainer {
	position: absolute;
	top: 30px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	width:400px;
}

#blanket {
	background-color:#111;
	opacity: 0.40;
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}
#popUpDiv {
	/*position:absolute;*/
	left:10px;
	top:10px;
	background-color:#ffffff;
	border: 3px solid #1d4f82;
	/*width: 100%;*/
	padding-bottom:2em;
	z-index: 9002;
}

#inside {
	/*width: 100%;*/
	height: 100%;
	background-color: #ffffff;
}
#insideHolder {
	/*width: 100%;*/
	margin-left:14px;
	margin-right:14px;
}
#vHeader {
	border-bottom:3px solid #666666;
}
#vHolder {
	/*width: 100%;*/
	min-height: 280px;/**/
	text-align:center;
}
#vHolder p {text-align:left; margin-right:0;}
#close {
	margin-bottom: 15px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: right;
}
#name {
	margin-top: 7px;
	font: normal 900 18px arial;
	color: #244c80;
	float:left;
}
div.name a:link {
	text-decoration: underline;
}
#vLinksHeader {
	font: normal 900 14px arial;
	color: #696969;
	padding-top: 12px;
}
#vList {
	margin-top: 5px;
	font: normal 900 12px arial;
	color: #244c80;
}
div.vList a:link {
	text-decoration: underline;
}
div.getFlash {
	margin-top: 5px;
	font: normal 9px arial;
	color:#000000;
}
div.getFlash a:link {
	text-decoration: underline;
}
div.vList a:link {
	color: #1c5082;
	font-weight: bold;
	text-decoration: underline;
}
div.vList a:visited {
	font-weight: bold;
	text-decoration: underline;
}
div.vList a:hover {
	background-color: #1c5082;
	font-weight: bold;
	text-decoration: none;
}
#vLinks {
	float: left;
	margin-top:15px;
}
.vLink {
	margin: 0;
}

