HTML, BODY {
  height: 100%;
  min-height: 100%;
}
#xvr_body {
	margin:0;
	padding:0; 
	background-color:#fff;
	background: linear-gradient(to right, #000 40%, #0e0e0e 60%);
	font-family: Verdana, Geneva, sans-serif;
}
#container {
	height:100%;
	width: 1200px;
	margin:auto;
}
#header {
	position:relative;
	height: 196px;
	width: 100%;
	background-image:url('../images/xvr_hl.gif');
	background-color:#000;
	background-repeat: repeat-x;
}
#header_right{
	position:absolute;
	top:0;
	right:0;
	height: 196px;
	width: 825px;
	background-image:url('../images/xvr_hr.gif');
	background-repeat: no-repeat;
}
#header_context{
	position:absolute;
	top: 144px;
	right: 108px;
	color:#fff;
	font-family: Impact, Charcoal, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	text-shadow: 1px 1px #000;
	text-transform:uppercase;
	text-align:right;
}
#footer_text {
	color:#494949;
	background-color:#F4F4F4;
	text-align:center;
	width: 100%;
	font-family: Impact, Charcoal, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-variant:small-caps;
	text-shadow: 1px 1px #666;
	letter-spacing:2px;
	padding:5px 0px 5px 0px;
}
#menu {
	position:absolute;
	top: 50px;
	right:0;
	height:21px;
	padding-right:108px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	letter-spacing: -1px;
}
#menu_home, #menu_find, #menu_dub, #menu_show, #menu_support, #menu_logout, .menu_disabled {
	height:21px;
	margin-left:30px;
	padding-left:28px;
	padding-bottom:4px;
	color:#fff;
	background-repeat: no-repeat;
	float:left;
	cursor:pointer;
	opacity:0.85;
}
.menu_disabled {
	opacity:0.5 !important;
	background-image:url('../images/xvr_i_dub.png');
	cursor:default;
}
#menu_home:hover, #menu_find:hover, #menu_dub:hover, #menu_show:hover, #menu_support:hover, #menu_logout:hover {
	border-bottom:2px dotted #aaa;
	opacity:1;
}
#menu_home { background-image:url('../images/xvr_i_home.png'); }
#menu_find { background-image:url('../images/xvr_i_find.png'); }
#menu_dub { background-image:url('../images/xvr_i_dub.png'); }
#menu_show { background-image:url('../images/xvr_i_dub.png'); }
#menu_support { background-image:url('../images/xvr_i_support.png'); }
#menu_logout { background-image:url('../images/xvr_i_logout.png'); }
#logo {
	position:absolute;
	top: 28px;
	left: 108px;
	height: 60px;
	width: 123px;
	background-image:url('../images/xvr_logo.gif');
	background-repeat: no-repeat;
	cursor:pointer;
	opacity:0.85;
}
#logo:hover {
	cursor:pointer;
	opacity:1;
}
#logo_name {
	position:absolute;
	top: 141px;
	left: 108px;
	color:#fff;
	font-family: Impact, Charcoal, sans-serif;
	font-size:22px;
	display:inline;
	letter-spacing:1px;
	text-shadow: 2px 2px #000;
	text-transform:uppercase;
}
#logo_img {
	position:absolute;
	top: 116px;
	left: 108px;
	height:80px;
	display:block;
}
#quick_search {
	background-color:#666;
	border: 1px solid #c5c5c5;
	color:#fff;
	width:160px;
	padding:2px 5px 2px 5px;
	font-family: Verdana, Geneva, sans-serif;
	margin-right:15px;
}
#quick_search_provider {
	background-color:#666;
	border: 1px solid #c5c5c5;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	margin-right:15px;
}
#import_csv {
	background-color:#666;
	border: 1px solid #c5c5c5;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
}
input[type=button] {
	background-color:#666;
	border: 1px solid #c5c5c5;
	color:#fff;
	font-family: Impact, Charcoal, sans-serif;
	text-transform:uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
}
.xvr_select_time, .xvr_email {
	background-color:#666;
	border: 1px solid #c5c5c5;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#quick_search:hover, #quick_search_provider:hover, input[type=button]:hover, .xvr_select_time:hover {
	-webkit-box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.75);
}
#content {
	height: auto;
	width: 100%;
	background-color:#fff;
	padding-bottom: 50px;
}
#content_top_info {
	margin: 0px 85px 0px 85px;
	padding-top:5px;
	color:#494949;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px #aaa;
	text-transform:uppercase;
	letter-spacing:-1px;
	height:15px;
}
#content_top_info_left { float:left; }
#content_top_info_right { float:right; }
#content_error{
	height:30px;
	text-align:center;
	color:#f00;
	font-size:24px;
	font-weight:bold;
}
#content_inner {
	height:620px;
	overflow:auto;
	margin: 0px 85px 0px 85px;
	padding: 6px;
	background-color:#f4f4f4;
	box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
	-moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
	-webkit-box-shadow:inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
}
.content_item, .content_item_no_client {
	width:321px;
	height:308px;
	float:left;
	margin:6px;
	position:relative;
}
.content_item { height:308px; }
.content_item_no_client { height:290px; }
.thumb_preview_small {
	cursor:pointer;
    background: url(../images/xvr_play.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
	height:16px;
	width:16px;
}
.thumb_preview, .thumb_preview_play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200px;
	min-height:200px;
	max-height:200px;
}
.thumb_preview { z-index:1; }
.thumb_preview_play {
	z-index:3;
	background-image:url('../images/xvr_play.png');
	background-repeat:no-repeat;
	background-position:center center; 
	opacity:1;
	cursor:pointer;
}
.thumb_preview_play:hover {
	opacity:0.75;
	-webkit-box-shadow: inset 0px 1px 20px 7px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: inset 0px 1px 20px 7px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0px 1px 20px 7px rgba(255, 255, 255, 0.75);
}
.content_item_header_text, .content_item_header_text_no_client {
	padding-top:180px;
	color:#494949;
	font-size:14px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px #aaa;
	text-transform:uppercase;
	letter-spacing:-1px;
	overflow:hidden;
}
.content_item_header_text { height:53px; }
.content_item_header_text_no_client { height:35px; }
.content_item_text {
	float:left;
	color:#818181;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
}
.content_item_pitch , .content_item_alarm  {
	float:right;
	width:32px;
	height:32px;
	background-repeat:no-repeat;
	background-position:center center; 
	opacity:1;
	cursor:pointer;
}
.content_item_pitch:hover, .content_item_alarm:hover  {
	opacity:0.75;
}
.content_item_pitch  { background-image:url('../images/xvr_pitch.png'); }
.content_item_alarm  { background-image:url('../images/xvr_alarm.png'); }
.content_item_alarm_container {
	position: absolute;
	top:36px;
	left:19px;
	z-index:4;
	width:280px;
	height:50px;
	color:#494949;
	font-size:14px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px #aaa;
	text-transform:uppercase;
	letter-spacing:-1px;
	background-color:#f4f4f4;
	text-align:center;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 2px solid #7D7D7D;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
}
.tab_waiting, .tab_processing, .tab_ready, .tab_downloaded, .tab_unaware  {
	position:relative;
	left:-16px;
	background: orange;
	box-shadow: 0 1px 10px #888;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 32px;
	height: 32px;
	padding: 1px;
	margin: -16px auto 0;
	-webkit-box-shadow: 3px 1px 2px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    3px 1px 2px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         3px 1px 2px 0px rgba(50, 50, 50, 0.5);
}
.tab_waiting { background: #b60000;}
.tab_processing { background: #1da9dd;}
.tab_ready { background: #f80;}
.tab_downloaded { background: #f80;}
.tab_unaware { background: #b60000;}
.tab_outer {
	margin: 0 0;
	height: 32px;
	width: 32px;
	position: relative;
	overflow: hidden;
	top:0;
	left:0;
	z-index:2;
}
#lightbox {
	position:fixed;
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	z-index:5;
	background:url(../images/overlay.png) repeat; 
	text-align:center;
	display:none;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
}
#lightbox a {
	text-align:center; 
	border:1px solid #fff;
	background-color:#000;
	color:#fff; 
	font-size:16px; 
	text-decoration:none;
	font-variant:small-caps;
}
#lightbox video {
	box-shadow:0 0 150px #000;
	-webkit-box-shadow:0 0 150px #000;
	-moz-box-shadow:0 0 150px #000;
	max-width:940px;
}
#lightboxVideo, #lightboxHLS {
	background-color:#000;
}
#lightboxHLS {
	height:50%;
}
#next_day_list_data {
	font-size:8px;
}
.pageButton, .pageButtonCurrent {
	display:inline;
	background-color: #494949;
	color:#fff;
	font-size:10px;
	margin:0px 5px 0px 5px;
	padding:5px 10px 5px 10px;

}
.pageButtonCurrent { color:#aaa; }
.pageButton {
	text-decoration:underline;
	cursor:pointer;
}
.pageButton:hover {
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
}
.find_container {
	margin: 0px 85px 0px 85px;
}
.find_table {
	color:#494949;
	width:100%;
	background-color:#f4f4f4;
	font-size:14px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px #aaa;
	text-transform:uppercase;
	letter-spacing:-1px;
	border:0;
	overflow:auto;
}
.find_th {
	background-color:#666;
	color:#fff;
	font-family: Impact, Charcoal, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	text-shadow: 2px 2px #000;
	text-transform:uppercase;
}
.find_table td {
	padding:5px;
}
.find_search_button_container {
	text-align:center;
	margin: 20px;
}
.find_input {
	background-color:#aaa;
	border: 1px solid #666;
	color:#fff;
	width:160px;
	padding:2px 5px 2px 5px;
	font-family: Verdana, Geneva, sans-serif;
	margin-right:15px;
	width:100%;
}
.dub_header, .dub_header_next_day_list, .dub_header_stream_list  {
	height:30px;
	color:#fff;
	padding-left:30px;
	font-size:10px;
	text-transform:uppercase;
}
.dub_rot_status_sent, .dub_rot_status_ro, .dub_rot_status_none {
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
}
.dub_rot_status_none { color: #88f; }
.dub_rot_status_ro { color: #ff6; }
.dub_rot_status_sent { color: #6f6; }
.dub_header { background-color:#666; }
.dub_header_next_day_list { background-color:#494949; }
.dub_header_stream_list { background-color:#468; }
.dub_history, .dub_print, .dub_rot_compare, .dub_rot_edit, .dub_rot_send {
	background-repeat: no-repeat;
	background-position: left 2;
	height:25px;
	padding-left: 25px;
	margin-right: 10px;
	display:block;
	float:right;
	cursor:pointer;
	line-height:30px;
}
.dub_rot_compare, .dub_rot_edit, .dub_rot_send {
	line-height:32px;
	background-size: 20px 20px;
}
.dub_rot_compare:hover, .dub_rot_edit:hover, .dub_rot_send:hover {
	opacity:0.75;
}
.dub_rot_compare { background-image: url(../images/v4_rb_reports.png); }
.dub_rot_edit { background-image: url(../images/v4_rb_preview.png); }
.dub_rot_send { background-image: url(../images/v4_rb_submit.png); }
.dub_history { background-image: url(../images/xvr_dinso.png); }
.dub_print { background-image:url(../images/xvr_dprint.png); }
.dub_no_dwn {
	height:25px;
	margin-right: 10px;
	display:block;
	float:left;
	line-height:30px;
}

/* login */
#xvr_l_body {
	background-image:url('../images/xvr_l_bg.gif');
	background-repeat:repeat;
}
#xvr_l_container {
	position:relative;
	width:600px;
	height:100%;
	margin:auto;
	padding-top:65px;
	background-image:url('../images/xvr_l_input_bg.png');
	background-position: 140px 193px;
	background-repeat:no-repeat;
}
#xvr_l_container_spotgenie {
	position:relative;
	width:600px;
	height:100%;
	margin:auto;
	padding-top:50px;
	background-image:url('../images/xvr_l_input_bg.png');
	background-position: 140px 193px;
	background-repeat:no-repeat;
}
#xvr_l_container_analytics {
	position:relative;
	width:600px;
	height:100%;
	margin:auto;
	padding-top:5px;
	background-image:url('../images/xvr_l_input_bg.png');
	background-position: 140px 193px;
	background-repeat:no-repeat;
}
#xvr_l_logo {
	width:181px;
	height:85px;
	margin:auto;
	background-image:url('../images/xvr_l_logo.png');
	background-repeat:no-repeat;
}
#xvr_l_logo_gray {
	width:181px;
	height:85px;
	margin:auto;
	background-image:url('../images/xvr_l_logo_gray.png');
	background-repeat:no-repeat;
}
#xvr_l_logo_spotgenie {
	width:300px;
	height:130px;
	margin:auto;
	background-image:url('../images/xvr_l_logo_spotgenie.png');
	background-repeat:no-repeat;
}
#xvr_l_logo_analytics {
	width:220px;
	height:275px;
	margin:auto;
	background-image:url('../images/xvr_l_logo_analytics.png');
	background-repeat:no-repeat;
}
#xvr_l_logo_m3 {
	width:300px;
	height:130px;
	margin:auto;
	background-image:url('../images/brand/m3.png');
	background-repeat:no-repeat;
}
#xvr_l_copyright {
	position:fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align:right;
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px #aaa;
	color:#fff;
	text-align: center;
	margin-bottom: 5px;
}
#xvr_l_button {
	position:absolute;
	top:213px;
	left:423px;
	width:50px;
	height:50px;
	background-image:url('../images/xvr_l_button.png');
	background-repeat:no-repeat;
	opacity:1;
	cursor:pointer;
}
#xvr_l_button:hover {
	opacity:0.85;
}
#xvr_l_user_input, #xvr_l_pass_input {
	position:absolute;
	left:150px;
	width:260px;
	font-size:14px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px #aaa;
	color:#fff;
	background:transparent;
	border:none;
	outline:none;
}
#xvr_l_user_label, #xvr_l_pass_label {
	position:absolute;
	left:0px;
	width:130px;
	text-align:right;
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px #aaa;
	color:#fff;
}
#xvr_l_user_input, #xvr_l_user_label{ top:203px; }
#xvr_l_pass_input, #xvr_l_pass_label{ top:252px; }
#xvr_l_support, #xvr_l_privacy {
	display:block;
	position:absolute;
	top:295px;
	left:270px;
	width:auto;
	font-size:14px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px #666;
	color:#fdbb1c;
	text-decoration:none;
	cursor:pointer;
}
#xvr_l_privacy { left: 145px; }
#xvr_l_support:hover, #xvr_l_privacy:hover { color:#fda01c; }
#xvr_l_error {
	position:absolute;
	top:355px;
	left:0px;
	width:100%;
	font-size:14px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px #666;
	color:#fd6b1c;
	text-align:center;
	border-top:1px dashed #666;
	padding-top:20px;
}
.flat_table {
	color:#494949;
	width:100%;
	font-size:14px;
	letter-spacing:-1px;
	border:0;
	overflow:auto;
	margin-bottom:15px;
}
.flat_table th {
	background-color:#666;
	color:#fff;
	font-family: Impact, Charcoal, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	text-shadow: 2px 2px #000;
	text-transform:uppercase;
}
.flat_table td {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
}
#flat_mode {
	margin-top:1px;
	margin-left:15px;
}
#flat_all {
	display:none;
}


.xvr_input {
	background-color:#f5f5f5;
	color:#808080;
	width:260px;
	height:40px;
	margin:auto;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;	
}
.xvr_input:hover, .xvr_input:focus, .xvr_select:hover, .xvr_select:focus, .xvr_select_small:hover, .xvr_select_small:focus {
	background-color:#bbb;
}
.xvr_checkbox, .xvr_checkbox_small {
    display:none;
}
.xvr_checkbox + label, .xvr_checkbox:checked + label,.xvr_checkbox_small + label, .xvr_checkbox_small:checked + label {
	height: 20px;
	background-image:url(../images/xvr_checkbox_off.png);
	background-repeat:no-repeat;

	line-height:normal;
	padding: 3px 20px 0px 25px;
	margin-top:10px;
	margin-left:10px;

	font-size:12px;
	font-family: Verdana,Geneva,sans-serif;
	font-weight:bold;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	white-space: nowrap;
	display:inline-block;
	cursor:pointer;
}
.xvr_checkbox_small + label, .xvr_checkbox_small:checked + label {
	margin:0;
	font-size:8px;
	padding: 3px 0px 0px 25px;
}
.xvr_checkbox:checked + label, .xvr_checkbox_small:checked + label {
	background-image:url(../images/xvr_checkbox_on.png);
}
.xvr_checkbox:disabled + label, xvr_checkbox_small:disabled + label {
	opacity:0.25;
	filter: alpha(opacity=25);
}
.xvr_select select, .xvr_select_small select {
	background: transparent;
	width: 288px;
	height: 38px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.xvr_select, .xvr_select_small {
	width: 258px;
	height: 38px;
	overflow: hidden;
	background: url(../images/xvr_pulldown_arrow.png) no-repeat right #f5f5f5;
	background-position: right 10px center;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;	
}
.xvr_select_small select { width: 138px; }
.xvr_select_small { width: 108px; }
.xvr_select, .xvr_select select, .xvr_select_small, .xvr_select_small select {
	color:#808080;
	font-size:11px;
	font-family: Verdana,Geneva,sans-serif;
	font-weight:normal;
	display:inline-block;
	cursor:pointer;
}
.xvr_input:disabled, .xvr_select select:disabled, .xvr_select_small select:disabled {
	opacity:0.25;
	filter: alpha(opacity=25);
	background-color:#f5f5f5;
}
.xvr_file_input_wrapper {
    position: relative; 
	margin:auto;
    margin-bottom: 5px;
	width:240px;
}
.xvr_file_input {
    width: 150px;
	height:40px;
    color: #808080;
    padding: 11px 17px; 
    border: none;
    background-color: #f5f5f5; 
    float: left; /* IE 9 Fix */
	font-family: Verdana,Geneva,sans-serif;
	font-size:12px;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.xvr_file_input:hover, .xvr_file_input:active {
	background-color:#bbb;
}
.xvr_file_input_button {
	height:40px;
    cursor: pointer; 
    display: inline-block; 
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px; 
    border: none;
    margin-left: -1px;  
	background-color:#98c3c0;
    float: left; /* IE 9 Fix */
	font-family: Verdana,Geneva,sans-serif;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.xvr_file_input_button:hover, .xvr_file_input_button:active {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.xvr_file_input_button:active {
	background-color:#666;
}
.xvr_attr_no_margin {
	margin:0 !important;
}
.xvr_attr_no_padding {
	padding:0 !important;
}
.xvr_attr_clickable {
	cursor:pointer !important;
}
.xvr_attr_center {
	margin:auto;
	text-align:center;
}
.xvr_attr_table_no_spacing {
	border-spacing: 0px !important;
	border-collapse: separate !important;
}
.xvr_attr_table_no_spacing td {
	line-height:normal;
	padding:5px;
}
.xvr_attr_input_medium {
	width:150px !important;
}
.xvr_attr_input_small {
	width:75px !important;
}
.xvr_attr_date {
	background: url(../images/xvr_icon_cal.png) no-repeat right #f5f5f5;
	background-position: right 10px center;
	width:125px;
	cursor:pointer;
}
.xvr_attr_textarea {
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	height:100px;
	display:block;
	resize:none;
}
.xvr_attr_show {
	display:block;
}
#xvr_upload_tile_dialog, xvr_content_editor_dialog { display:none }
.xvr_content_edit_table {
	color:#000;
	font-size:11px;
	font-family: Verdana,Geneva,sans-serif;
	font-weight:bold;
	margin-left:10px;
	padding-right:20px;
	border:0;
	border-spacing: 5px;
	border-collapse: separate;
	width:100%;
}
.xvr_content_edit_table td {
	line-height:30px;
	vertical-align: top;
}
.xvr_content_edit_table span {
	color:#a0cecb;
	font-size:9px;
	text-transform:uppercase;
}

#xvr_busy {
	display:none;
	position:fixed;
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	z-index:999999;
	background-color:#000;
	background-image:url(../images/v4_busy.gif);
	background-repeat: no-repeat;
	background-position: center center; 
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	opacity:0.75;
	filter: alpha(opacity=75);
}