/* 
 * CSS Document 
 *
 * Base - Common
 *
 */

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 100%;
	
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #969696;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #DDDDDD;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #969696;
	scrollbar-track-color: #F0F0F0;

	background-color: #d9dce0;
}

.vc_parent {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block;
	background-color: #FFFFFF;
}

.vc_center {
	margin-left: -475px;
	position: absolute;
	top: -285px;
	left: 50%;
	width: 950px;
	height: 570px;
	visibility: visible;
	background-color: #FFFFFF;
}

/* Border */
div#main {
	border: #999999 1px solid;
}

div#main_classic {
	background-color: transparent;
	width: 985px;
	/* testing only
	background-color: #ccffcc; */	
}

/* no frames, e.g. <img> */
.noframe { 
	border: none; 
}
