/* IE PNG Fix */
img { behavior: url(../styles/iepngfix.htc); }

/* Color Settings */
BODY,
#vt-credits,
#tabs,
.tab,
#vt-link-caption,
#vt-navi-container
 {
	background-color:	#ffffff;
}
#vt-pref-container,
#vt-pref-container A,
.info-container {
	color:				#333333;
}
#vt-credits,
#vt-credits A,
#vt-credits A:link,
#vt-credits A:visited,
#vt-credits A:active,
#vt-credits A:hover {
	color:				#bbbbbb;
}
#vt-pref-active,
#vt-link-caption,
.tab_hover,
#vt-navi-container {
	color: 				#333333;
}
#vt-pref-title,
.tab {
	color: 				#444444;
}
#vt-media-container,
.tab_hover,
#vt-media-container,
#vt-link-caption {
	background-color:	#dddddd;
}
/* Navigation */
#vt-navi-container {
	width:auto;
	text-align:center;
	padding-top: 20px;
	height: 90px;
}
/* VT Link */
#vt-link {
	float: right;
	width: 150px;
}
#vt-link-caption {
	padding-top: 3px;
	padding-bottom: 3px;
	margin:auto;
	text-align:center;
}
/* VT Info */
.info-container {
	margin:auto;
	width:auto;
	text-align:center;
	vertical-align: middle;
}
/* VT Media */
#vt-media-container {
	margin:auto;
	text-align:center;
	height: 100%;
}
/* VT Preferences */
#vt-pref-container {
	text-align:right;
	padding-right:0px;
	padding-top: 4px;
}
#vt-pref-container A{
}
#vt-pref-title {
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 5px;

}
#vt-pref-active {
	font-weight:bold;
}
/* Credits */
#vt-credits {
	text-align:right;
	padding: 3px;
	padding-right: 0px;
}
/* Tabs */
#tabs {
	height: 35px;
	vertical-align:bottom;
}
#tab-spacer-left{
	height:20px;
	width:20px;
}
.tab {
	height: 25px;
	cursor: pointer;
	vertical-align:middle;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
}
.tab_hover {
	cursor: pointer;
	vertical-align: middle;
	height: 25px;
	font-weight: bold;
	background-image: url(../images/tab_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}