/* CSS Document */

	/*
.popup {
	border-radius: 10px 10px 10px 10px;
	color: #000000;
	padding: 15px;
	position: relative;
	border: 1px solid #FFFFFF;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), -2px -2px 2px rgba(0, 0, 0, 0.5) inset, 2px -2px 2px rgba(255, 255, 255, 0.5) inset;
	[if lte IE 8]behavior:url(access.vrslive.com/new_index/inc/css/PIE.htc);
}
	*/
.head_title {
	color:#FFF;
/*
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	text-align: center;
*/
	font-size: 18px;
	font-weight: bold;
}
.tab_wrapper {
	/*
	position: absolute;
	top: -32px;
	*/
	overflow: hidden;
}
.tabs {
	top: 1px;
	position: relative;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	float: left;
	font-size: 16px;
	margin-right: 5px;
	/*
	border: 1px #DDD solid;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), 2px 2px 2px rgba(255, 255, 255, 0.5) inset, -2px 1px 1px rgba(0, 0, 0, 0.25) inset;
	*/
	padding: 5px 10px;
	[if lte IE 8]behavior:url(access.vrslive.com/new_index/inc/css/PIE.htc);
}
	/*
.pop_close {
	border-radius: 12px 12px 12px 12px;
	border: 1px solid white;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	position: absolute;
	right: -12px;
	top: -12px;
	[if lte IE 8]behavior:url(access.vrslive.com/new_index/inc/css/PIE.htc);
}
	*/
.grey_light_grad {
	background: #c3e9ff;
	background: -moz-linear-gradient(top, #c8c8c8 0%, #969696 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #c8c8c8 0%, #969696 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c8c8c8 0%, #969696 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c8c8c8 0%, #969696 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c8c8c8 0%, #969696 100%); /* W3C */
}
.grey_dark {
	background-color: #969696;
}
.grey_dark_grad {
	background: #969696;
	background: -moz-linear-gradient(top, #969696 0%, #646464 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #969696 0%, #646464 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #969696 0%, #646464 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #969696 0%, #646464 100%); /* IE10+ */
	background: linear-gradient(to bottom, #969696 0%, #646464 100%); /* W3C */
}
.grey_active_tab {
	color: #000;
	background-color: #c8c8c8;
	font-weight: bold;
	border-bottom: 0;
	border-bottom: #c8c8c8 1px solid;
}
.grey_inactive_tab {
	color: #444;
	border-bottom: #FFFFFF 1px solid;
	background: #c8c8c8;
	background: -moz-linear-gradient(top, #c8c8c8 0%, #969696 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #c8c8c8 0%, #969696 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c8c8c8 0%, #969696 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c8c8c8 0%, #969696 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c8c8c8 0%, #969696 100%); /* W3C */
}
.cyan_light_grad {
	background: #CCCCCC;
}
.cyan_dark {
	background-color: #AAAAAA;
}
.cyan_dark_grad {
	background: #AAAAAA;
}
.cyan_active_tab {
	color: #000;
	background-color: #CCCCCC;
	font-weight: bold;
	border-bottom: 0;
	border-bottom: #CCCCCC 1px solid;
}
.cyan_inactive_tab {
	color: #FFF;
	border-bottom: #FFFFFF 1px solid;
	background: #888888;
}
.blue_light_grad {
	background: #2da7ff;
	background: -moz-linear-gradient(top, #2da7ff 0%, #0074c8 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #2da7ff 0%, #0074c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2da7ff 0%, #0074c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2da7ff 0%, #0074c8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2da7ff 0%, #0074c8 100%); /* W3C */
}
.blue_dark {
	background-color: #0074c8;
}
.blue_dark_grad {
	background: #0074c8;
	background: -moz-linear-gradient(top, #0074c8 0%, #003a64 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #0074c8 0%, #003a64 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0074c8 0%, #003a64 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0074c8 0%, #003a64 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0074c8 0%, #003a64 100%); /* W3C */
}
.blue_active_tab {
	color: #000;
	background-color: #2da7ff;
	font-weight: bold;
	border-bottom: 0;
	border-bottom: #0074c8 1px solid;
}
.blue_inactive_tab {
	color: #FFF;
	border-bottom: #FFFFFF 1px solid;
	background: #0074c8;
}
.green_light_grad {
	background: #CCCCCC;
}
.green_dark {
	background-color: #AAAAAA;
}
.green_dark_grad {
	background: #AAAAAA;
}
.green_active_tab {
	color: #000;
	background-color: #CCCCCC;
	font-weight: bold;
	border-bottom: 0;
	border-bottom: #CCCCCC 1px solid;
}
.green_inactive_tab {
	color: #FFF;
	border-bottom: #CCCCCC 1px solid;
	background: #888888;
}
.orange_light_grad {
	background: #f9ad61;
}
.orange_dark {
	background-color: #F48E30;
}
.orange_dark_grad {
	background: #F48E30;
	background: -moz-linear-gradient(top, #F48E30 0%, #bd560b 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #F48E30 0%, #bd560b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F48E30 0%, #bd560b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F48E30 0%, #bd560b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F48E30 0%, #bd560b 100%); /* W3C */
}
.orange_active_tab {
	color: #000;
	background-color: #f9ad61;
	font-weight: bold;
	border-bottom: 0;
	border-bottom: #ffcd91 1px solid;
}
.orange_inactive_tab {
	color: #FFF;
	border-bottom: #FFFFFF 1px solid;
	background: #F39200;
}
