/* BROWSER : "Mozilla\/5.0 AppleWebKit\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\/1.0; +claudebot@anthropic.com)"*/ 
/* =================== RESET.CSS ========================== */
/* @charset "utf-8"; */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/* =================== COMMON.CSS ========================== */

a {
	color:#666666;
}

#create {
float:left;
padding-left:38px;
padding-top:12px;
}

#manage {
float:left;
padding-left:32px;
padding-top:12px;
}

#exchange {
float:left;
padding-left:27px;
padding-top:12px;
}

#store {
float:left;
padding-left:22px;
padding-top:12px;
}

.topmenu {
float:left;
height:34px;
margin-left:0;
margin-top:0;
width:119px;
}	

.topmenu a {
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
}	

.offtopmenu {
	background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat scroll -393px -2px;
}

.ontopmenu {
	background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat scroll -514px -1px;
}

.site_name {
		font-weight:bold;
		color:#990000;
		text-decoration:none;
	}
	
.activated {
	color:#009900;
	font-weight:bold;
	}

a.activated {
	color:#009900;
	font-weight:bold;
	}

.widgettitle {
	color:#666666; 
	font-size:12px;
	font-weight:bold;
}
	
.neutral {
	color:#FF6600;
	font-weight:bold;
	}

.deactivated {
	color:#990000;
	font-weight:bold;
	}

.subnavactivated {
	color:#00CC00;
	font-weight:bold;
	}

.subnavactivated a {
	color:#FF3300;
	font-weight:bold;
	}
		
td.activated {
	background-color:#DFFFD5;
	}

td.deactivated {
	background-color:#FFEFEA;
	}

td.neutralrow {
	}
	
img.icons {
	padding: 0px;
	}
/* Styles for the BLOG SIDE */
	
.neutral {
	color:#666666;
	font-weight:bold;
	}

.action_link {
	height:20px;
	padding-top:0px;
	margin-bottom:4px;
}

.expand_link {
	background-image:url(http://edge.liveclicker.net/vms/images/expand.gif);
	background-position: top left;
	background-repeat:no-repeat;
	text-indent:16px;
	height:20px;
	padding-top:5px;
	margin-bottom:10px;
	margin-left:450px;
}

.shrink_link {
	background-image:url(http://edge.liveclicker.net/vms/images/shrink.gif);
	background-position: top left;
	background-repeat:no-repeat;
	text-indent:16px;
	height:20px;
	padding-top:5px;
	margin-bottom:10px;
	margin-left:450px;
}
	
#Help {
float:right;
/*width:200px;*/
}
#Help ul li {
display:block!important;
line-height:10px;
text-align:right;
padding-right:10px;
padding-bottom:2px;
}

#Help ul li a:link , #Help ul li a:visited , #Help ul li a:hover , #Help ul li a:active{
background:none!important;
color:#FFFFFF;
font-size:10px;
text-decoration:underline;
}
.highlight {
font-weight:bold;
}
.search{
font-weight:bold;
padding-bottom:4px;
padding-right:2px;
}
.SrchTbox1 {
border:1px solid #adadad;
}
/*fin del header*/

button, .btn, #submitBtn {
background:#FF9300 url(http://edge.liveclicker.net/vms/images/but.png) repeat-x scroll 0pt;
border:1px solid #FF9300;
color:#FFFFFF;
cursor:pointer;
font-size:11px;
font-weight:bold;
margin:1px;
padding:3px 29px;
}

/*boton generico*/
button, .btn, #submitBtn {
background:#FF9300 url(http://edge.liveclicker.net/vms/images/boton.png) no-repeat scroll 0pt;
width: 125px;
height: 27px;
border:1px solid #FF9300;
color:#FFFFFF;
cursor:pointer;
font-size:11px;
font-weight:bold;
margin:1px;
padding:3px 29px;
border: none;
}

.error
{
	color: #b10000;
	font-weight: bold;
	margin: 20px;
}

input.error
{
margin:0;
}

label.error
{
	color: #b10000;
	font-weight: bold;
	margin: 0px;
	font-style:italic;
	position:relative; 
	float:left;
	padding:0;
}

/*BUTS*/
.bigbut, .middlebut, .smallbut {
	height: 27px;
	border:1px solid #FF9300;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	margin:1px;
	padding:3px 0px 4px 0px;
	border: none;
	text-align:center;
}

.bigbut {
	background:#FF9300 url(http://edge.liveclicker.net/vms/images/bigbut.png) no-repeat scroll 0pt;
	width: 126px;
}

.middlebut {
	background:#FF9300 url(http://edge.liveclicker.net/vms/images/middlebut.png) no-repeat scroll 0pt;
	width: 90px;
}

.smallbut {
	background:#FF9300 url(http://edge.liveclicker.net/vms/images/smallbut.png) no-repeat scroll 0pt;
	width: 66px;
	margin-bottom:4px;
}

.hide { display:none;}

/******************************BOTON******************************/

.bgButton{background:transparent url(http://edge.liveclicker.net/vms/images/btnDefault.png) no-repeat left bottom;}
		.bgButton button, .bgButton input{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			border: none!important;
			color:#FFFFFF;
			height:27px;
			background:transparent url(http://edge.liveclicker.net/vms/images/btnDefaultEnd.png) no-repeat right!important;
		}
/* mensaje de ayuda */

#information-seccion-wrapper p{
	clear: left;
	margin: 0;
	padding: 5px;
	height: 1%;
	line-height:13px;
	font-size:10px;
}

#error-information-div{	
	display:none;
	background:#ffefe5;
	padding:5px;
	margin-bottom:10px;
	font-size:10px;
}

#help-information-div{
	background-color:#effaea;
	padding:5px;
}

/* ============= */
/* Popup overlay */
/* ============= */
#GB_overlay {
  background-image: url(//static.liveclicker.net/vms/images/greyboxbackgb.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(http://edge.liveclicker.net/vms/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="//static.liveclicker.net/vms/images/greyboxbackgb.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 1px solid #000;
  overflow: auto;
  width: 800px;
  height: 600px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:18px;
margin:0;
padding:6px 0 2px 5px;
text-align:left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor:pointer;
  /*cursor:hand;*/
}

/* =================== ACCOUNT.CSS ========================== */

/* @charset "utf-8"; */

.left {
	width:100%;
	float:left;
	padding-top:2px;
	padding-left:10px;
	height:20px;
}

.left ul li{
	display:inline;
}

#content{
	margin: 23px 0 0 36px;
	line-height:20px;
	padding:0pt;
}

#colLeft{
	float:left;
	width:400px;
	margin-right:100px;
}
#colRight{
	float:left;
	width:180px;
}


.title{
	color:#666666;
	font-weight:bold;
	margin-bottom:15px;
	line-height:13px;
}

#user-info-form, #user-passwd-form{
	margin-bottom:25px;
}

#user-info-form  label, #user-passwd-form label{
	width:80px;
	height:27px;
	float: left;
	margin: 0 5px 0 0;
	text-align:left;
	padding-top:5px;
	
}

#user-info-form input, #user-passwd-form input{
	width:295px;
	border:1px solid #CCCCCC;
	color:#000000;
	margin-left:3px;
	vertical-align:middle;
	padding:2px 5px 0 5px;
	font-size:10px;
	height:18px;
}

#user-info-form p, #user-passwd-form p{
	clear: left;
	margin: 0;
	padding: 5px 0px 5px 0px;
	padding-left: 2px; /*width of left column containing the label elements*/
	height: 1%;
}

/*contenedor del boton*/
.butContain{
	width:305px;
	text-align:center;
	margin-top:-10px;
	margin-left:130px;
}

.butContainOne{
	float:right;
	width:260px;
	margin-top:16px;
}

.butContainTwo{
	position:relative;
	left:180px;
	width:260px;
	margin-top:16px;
	margin-bottom:26px;
}

/* boton*/
.bgButton{    
	left:100px;
	width:128px;
	float:left;
	height:27px;
	background: transparent url(http://edge.liveclicker.net/vms/images/btnDefault.png) no-repeat left bottom!important;
}
		.bgButton button, .bgButton input{
		font-weight:bold;
		margin:0!important;
		border: none!important;
		width:128px;
		float:left;
		color:#FFFFFF;
		height:27px;
		background:transparent url(http://edge.liveclicker.net/vms/images/btnDefaultEnd.png) no-repeat right!important;
		}

/* ================================ FROM WORDPRESS ============================ */

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	list-style-type: none;
}

.picsmall {
border: 1px solid #CCCCCC;
}

/* Begin Form Elements */

a img {
	border: none;
	padding: 1px;
	}
	
img {
 	border: none;
	padding: 3px;
}		
	

/***Post Stuff***/
.post {
	margin-top: 20px;
	margin-left:-5px;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-repeat:no-repeat;
	text-indent:22px;
	padding-top:3px;
	margin-left:-20px;
	padding-bottom:20px;
}

h6 a:link {
	color:#666666;
	text-indent:22px;
}

h6 a:visited {
	color:#666666;
	text-indent:22px;
}

.posttitle small {
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
	margin-top: 1px;
	position: absolute;
}

.post a:link {
	text-decoration: none;
}

.post a:visited {
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}

pre {
background-color: #eef;
padding: 10px;
margin: 0;
border:0;
overflow: auto; /* Doesn't seem to work in IE6/Win unless...
width: 95%; /* ...we set an explicit width (without the padding). */
}

postheader1 {
color: #660000;
}

/* added by xavier */
.warningmessage {
	color: #990000;
	font-weight: bold;
}

/* added by xavier */
.warningmessage table {
	background-color:#FFCC66;
}

/*** IMPORTED STYLES ***/
#mainbox {
	float: left;
	width: 660px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
}

#mainboxwide {
	float: left;
	width: 880px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
}

#sidebar {
	float: left;
	width: 190px;
	padding-bottom: 10px;
	margin-top: 33px;
	margin-left: 5px;
}

.container_light {
	width:575px;
	margin-left:50px;
}

table.reportingtable  {
	border-spacing:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E7E7E7;
	color:#666666;
	width:600px;
}

table.tablewithcolspan  {
	border-spacing:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E7E7E7;
	color:#666666;
	width:600px;
}

td.widecolspan {
	width:600px;
}

table.dimensiontable  {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E7E7E7;
	color:#666666;
	width:600px;
}

table.dashboardtable  {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#F5F5F5;
	color:#666666;
	width:600px;
}

table.inputtable-narrow
	{
		width:500px;
	}
	
caption {
	font-weight: bold;
	background: #333333;
	color: #FFF;
	text-transform:uppercase;
	padding-top:5px;
	padding-left:6px;
	padding-bottom:3px;
	margin:0px;
	/*border-bottom:4px;*/
	line-height:12px;
}

.reportingtable td, th {
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tablewithcolspan td, th {
	padding: 4px;
}

.dashboardtable td, th {
	padding: 4px;
}

.dimensiontable td, th {
	padding: 4px;
}

thead th {
	/* border-bottom: 1px solid #FFF; 
	background:transparent url(//static.liveclicker.net/vms/images/all-backgrounds.gif) repeat-x scroll -1px -114px;*/
	color: #FFF;
	background-color:#666666;
	border-right: 1px solid #999999;
	text-transform:uppercase;
	line-height:14px;
	}

thead th.datacolumn {
	text-align:center;
}

thead th.datacolumnfilter {
	text-align:left;
	border-top: 1px solid #999; 
}

tbody th {
	font-weight: bold;
	text-align:center;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

tbody td.table-cell-50-50
	{
		width:300px;
		/* text-transform:uppercase; */
		text-align:left;
		vertical-align:top;
		font-size:9px;
	}
	
tbody td.table-cell-50-50-regular
	{
		width:300px;
		text-align:left;
		vertical-align:top;
		font-size:9px;
	}
	
tbody td.table-cell-30-30
	{
		width:200px;
		text-transform:uppercase;
		text-align:left;
		vertical-align:top;
		font-size:9px;
	}
	
tbody td.table-cell-10-90
	{
		width:90px;
		text-transform:uppercase;
		text-align:left;
		vertical-align:top;
		font-size:9px;
	}

tbody td.table-cell-90-10
	{
		width:500px;
		text-transform:uppercase;
		text-align:left;
		vertical-align:top;
		font-size:9px;
	}

tbody td.table-cell-small
	{
		vertical-align:top;
		text-align:left;
		font-size:11px;
	}

tbody td.table-cell-free
	{
		text-transform:uppercase;
		text-align:left;
		vertical-align:top;
		font-size:9px;
	}

tbody tr		{
	/* background-color:#FF0000; */
	}
	
tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

tbody th a:link, tbody th a:visited{
	color:#666666;
	text-align:center;
	}
tbody th a:hover{
	color:#FF8601;
	}

.reportingtable tbody tr td { 
	background:#E8E8E8;
	border: 1px solid #FFF;
	color:#666666;
	}
	
.tablewithcolspan tbody tr td { 
	background:#F5F5F5;
	border: 1px solid #FFF;
	color:#666666;
	}
		
.dashboardtable tbody tr td { 
	background:#E8E8E8;
	border: 1px solid #FFF;
	color:#666666;
	}

.dimensiontable tbody tr td { 
	background:#E8E8E8;
	border: 1px solid #FFF;
	color:#666666;
	}
	
tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	color:#666666;
	}

table td a:link, table td a:visited {
	color:#666666;
	text-decoration: none;
	text-align:center;
}

table td a:hover {
	/*color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;*/
}

.dashboardtable tbody td a {
	margin: 0 auto;
	height: 15px;
	font-weight:bold;
	color:#666666;
}

.reportingtable tbody td a {
	margin: 0 auto;
	height: 15px;
	font-weight:bold;
	color:#666666;
}

.tablewithcolspan tbody td a {
	margin: 0 auto;
	height: 15px;
	font-weight:bold;
	color:#666666;
}

.dimensiontable tbody td a {
	margin: 0 auto;
	height: 15px;
	font-weight:bold;
	color:#666666;
}

table a[title^="Download"] { 
	background: url(//static.liveclicker.net/support/wp-content/images/down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}

tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}

/* mensaje de ayuda */

#info-wrapper {
float:left;
margin-left:0;
margin-top:18px;
padding-bottom:10px;
width:180px;
}

#info-wrapper-two {
float: left;
    left: 841px;
    margin-left: 35px;
    margin-top: 22px;
    padding-bottom: 10px;
    position: fixed;
    width: 180px;
}

#error-info-div{	
	display:none;
	background:#ffefe5;
	padding:5px;
	margin-bottom:10px;
	font-size:10px;
}

#help-info-div{
	background-color:#effaea;
	padding:5px;
}

.pagemessage {
	width:590px;
	background-color:#F9F9F9;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	margin-bottom:20px;
	line-height:16px;
}

.ftpdirectory {
	width:590px;
	background-color:#F9F9F9;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	margin-bottom:20px;
	line-height:16px;
}

.ftpuploadprogress {
	width:590px;
	background-color:#F9F9F9;
	padding:5px;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	line-height:16px;
	margin-bottom:20px;
}

.dashboardmessage {
	background-image:url(http://edge.liveclicker.net/vms/images/dahsboardbullets.gif);
	background-position: top left;
	background-repeat:no-repeat;
	text-indent:20px;
	width:590px;
	background-color:#FFF2EC;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #FEDEC7;
	border-bottom:1px solid #FEDEC7;
	margin-bottom:12px;
	line-height:12px;
}


#loading {
	background-image:url(http://edge.liveclicker.net/vms/images/loading.gif);
	background-position: top left;
	background-repeat:no-repeat;
	text-indent:20px;
	width:120px;
	height:50px;
	color:#FFF;
}

.dashboardflow {
	background-image:url(http://edge.liveclicker.net/vms/images/dahsboardbullets.gif);
	background-position: top left;
	background-repeat:no-repeat; 
	text-indent:20px;
	width:590px;
	background-color:#FFF2EC;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #FEDEC7;
	border-bottom:1px solid #FEDEC7;
	margin-bottom:8px;
	line-height:12px;
}

.suggestionmessage
	{
		width:590px;
		/* background-color:#FFEADF; SALMON */
		background-color:#E8F2F7;
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		padding-bottom:5px;
		border-top:1px solid #EAEAEA;
		border-bottom:1px solid #EAEAEA;
		margin-bottom:20px;
		line-height:16px;
	}

.sidebarmodule {
	width:185px !important;
	width:190px;
	background-color:#F5F5F5;
	padding-bottom:5px;
	padding-left:4px;
	/* border: 1px solid #DDDDDD; */
	margin-top:0px !important;
	margin-top:-8px;
	margin-bottom:0px;
	line-height:16px;
	color:#666666;
	position:relative;
	float:left;
}

.piecharcontainer {
	width:185px !important;
	width:190px;
	margin:0;
	padding:0;
}


.sidebarmodulerelated  {
	width:185px !important;
	width:190px;
	background-color:#F5F7EA;
	padding-bottom:5px;
	padding-left:4px;
	margin-top:0px !important;
	margin-top:-8px;
	margin-bottom:0px;
	line-height:16px;
	color:#666666;
	position:relative;
	float:left;
}

.sidebarmoduleimportant  {
background-color:#FDF2EE;
color:#666666;
float:left;
line-height:16px;
margin-bottom:0;
margin-top:0 !important;
padding-bottom:5px;
position:relative;
width:189px !important;
}

.sidebarmodulewrapper {
	width:185px !important;
	width:190px;
	position:relative;
	float:left;
}

.sidebarmodule_widgetdrilldown {
	width:180px;
	background-color:#F9F9F9;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	margin-top:0px;
	margin-bottom:0px;
	line-height:16px;
	color:#666666;
}

.faq {
	position:relative;
	float:left;
	width:176px;
	padding:4px;
	line-height:16px;
}

.onefaq {
	position:relative;
	float:left;
	width:176px;
	padding-bottom:6px;
	line-height:16px;
}

.seeallfaqs{
	cursor:pointer;
}

.widgetsidebar {
	width:170px;
	background-color:#F9F9F9;
	padding-left:14px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	margin-top:0px;
	margin-bottom:0px;
	line-height:16px;
	color:#333333;
}

.sidebartitle
{
	background:url(//static.liveclicker.net/images/videoicon.gif);
	background-position: top left;
	background-repeat:no-repeat;
	text-indent:16px;	
	font-weight:bold;
	margin-bottom:6px;
	line-height:16px;
}

.sidebarwidgetthumbnail
	{
		padding-left:0px;
		padding-bottom:10px;
	}

.sidebarwidgetinfo
	{
		/* padding-left:20px; */
		padding-bottom:10px;
		line-height:14px;
	}

.reportselector {
	width:596px;
	background-color:#FFEFE5;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
}

/* input forms */

.tinyinput
	{
		width:60px;
		height:16px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
	}
	
.smallinput
	{
		width:100px;
		height:16px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
	}
	
.mediuminput
	{
		width:200px;
		height:16px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
	}

.largeinput
	{
		width:300px;
		height:16px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
	}

.verylargeinput
	{
		width:400px;
		height:16px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
	}
	
.hugeinput
	{
		width:500px;
		height:16px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
	}

.smallselect
	{
		width:105px;
		line-height:22px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
		text-transform:none;
	}
	
.mediumselect
	{
		width:205px;
		line-height:22px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
		text-transform:none;
	}

.largeselect
	{
		width:305px;
		line-height:22px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
		text-transform:none;
	}

.hugeselect
	{
		width:505px;
		line-height:22px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
		text-transform:none;
	}

.smalltextarea
	{
		width:100px;
		height:80px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
	}
	
.mediumtextarea
	{
		width:200px;
		height:160px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
	}

.mediumwidetextarea
	{
		width:400px;
		height:160px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
	}
	
		
.largetextarea
	{
		width:400px;
		height:320px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		/* vertical-align:center; */
		font-weight:bold;
		font-size:12px;
	}	

.hugetextarea
	{
		width:500px;
		height:460px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#333333;
		/* vertical-align:center; 
		font-weight:bold; */
		font-size:10px;
	}	
	
/* light version of the set dimensions, etc */

.maincontainerlight
	{
		width:600px;
		margin-top:10px;
		margin-left:40px;
	}	
	
.maincontainerlightenterprise
	{
		width:600px;
		margin-top:10px;
		margin-left:10px;
	}	
		
/* DASHBOARD TABLE */

.dashboardtable tr td {
	height:14px;	
}

.taglink {
	font-weight:normal;
	text-decoration:underline;
	color:#0066FF;
}


.embedcode_videosite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
	
/* reporting styles */
.timerangeselector {
	 background-image:url(http://edge.liveclicker.net/vms/images/timerange.png);
	 background-repeat:no-repeat;
	 height:28px;
	 width:600px;
}

.timerangeselectorwithdates {
	background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat scroll -175px -388px;
	height:28px;
	width:600px;
}

.timerangeboxwithdates {
	position:relative;
	float:left;
	width:280px;
	top:3px;
	left:38px;
}

.timerangebox {
	position:relative;
	float:left;
	width:200px;
	top:3px;
	left:100px;
}

.timerangeselectwrapper {
	position:relative;
	float:left;
	top:2px;
}
.timerangeselectwrapperfordates {
float:left;
left:0;
position:relative;
top:2px;
}

.timerangeselectorform {
	position:relative;
	left:418px;
	top:4px;
}

timerangeselectorformwithdates {
	position:relative;
	left:18px;
	top:4px;
}

.timerangeselectorformwithdates {
	background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat scroll -175px -461px;
	height:28px;
	width:600px;
}

.timerangeselectorformbutton {
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

.timeframeselector {
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
 
.graphcontainer {
	 width:600px;
	 height:360px;
	 margin-bottom:20px;
	 /* background-image: url(//static.liveclicker.net/vms/images/flotrback.png); */
	 background-repeat:no-repeat; 
	 background-position: 25px 2px;
}

/* TABLE REPORTS */

.tablewithcolspan caption {
	font-weight: bold;
	/*background: url(http://edge.liveclicker.net/vms/images/captionbackground_v2.png) no-repeat;
	border-bottom:4px;*/
background-color:#666666;
border-bottom:1px solid #999999;
color:#FFFFFF;
font-weight:bold;
min-height:16px;
padding-left:6px;
text-align:left;
text-transform:uppercase;
}

.reportingtable caption {
background-color:#666666;
color:#FFFFFF;
font-weight:bold;
padding-left:6px;
text-align:left;
text-transform:uppercase;
border-bottom:1px solid #999999;
min-height:16px;
}

.mediumtable caption {
	font-weight: bold;
	background: url(http://edge.liveclicker.net/vms/images/captionbackground_medium.png) no-repeat;
	color: #FFF;
	text-transform:uppercase;
	padding-top:5px;
	padding-left:6px;
	padding-bottom:3px;
	margin:0px;
	/*border-bottom:4px;*/
	line-height:12px;
	text-align:left;
}

.reportingtable thead th {
	background:url("/vms/images/tableheaderback.gif") repeat-x scroll 0 0 transparent;
	color: #FFF;
	text-transform:uppercase;
	line-height:15px;
	
	}

.tablewithcolspan tbody tr td {
	font-weight:normal;
	line-height:14px;
	height:12px;
	color:#666666;
	vertical-align:middle;
	background:#F5F5F5 none repeat scroll 0%;
}
	
.reportingtable tbody tr td {
	font-weight:normal;
	line-height:14px;
	height:12px;
	color:#666666;
	vertical-align:middle;
	background:#E8E8E8 none repeat scroll 0%;
	padding-left:4px;
	padding-top:6px;
	padding-bottom:6px;
}

.reportingtable td.data_smallthumbnail {
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
}

.reportingtable td.data_data, .reportingtable td.data_number {
	text-align:center;
	padding-right:2px;
}

.tablewithcolspan  tbody {
	border-bottom:2px #999999;
}


.reportingtable tbody {
	border-bottom:2px #999999;
}

.dimensiontable caption {
	font-weight: bold;
	background: url(http://edge.liveclicker.net/vms/images/captionbackground.gif) no-repeat;
	color: #FFF;
	text-transform:uppercase;
	line-height:12px;
	text-align:left;
}

.dimensiontable thead th {
	background: url(http://edge.liveclicker.net/vms/images/totalbackground2.gif) repeat-x;
	color: #FFF;
	text-transform:uppercase;
	line-height:12px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	}
	
.dimensiontable tbody tr td {
	font-weight:normal;
	text-align:left;
	line-height:14px;
	height:12px;
	color:#666666;
	vertical-align:middle;
	background:#E8E8E8 none repeat scroll 0%;
}

.dimensiontable tbody {
	border-bottom:2px #999999;
}


.largetablefinish {
	background:transparent url(//static.liveclicker.net/vms/images/all-backgrounds.gif) repeat-x scroll -1px -114px;
	background:transparent url(//static.liveclicker.net/vms/images/all-backgrounds.gif) repeat-x scroll -1px -139px;
	height:3px;
	margin-top:0;
	width:599px;
}

.tablefinish {
	background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat scroll -175px -419px;
	margin-top:0;
	color:#aaa;
}

.reporttablecolumnname {
	color:#333333;
	font-weight:bold;
}

/* the totals */
.reporttabletotals tr {
	margin:0;
}

.reporttabletotals td {
	background:#666;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align:center;
}

.reporttabletotals td.leadingcolumn {
	font-weight:bold;
	text-align:left;
	padding:4px;
}



/* SIDEBAR TABLES FOR THE DASHBOARD */
.sidebartable  {
	width:180px;
}

.sidebartable td {
	width:35px;
	height:16px;
}

td.sidebartable_largecell {
	width:180px;	
	text-align:left;
}

td.sidebartable_maxicell {
	width:200px;	
	text-align:left;
}

.data_smallthumbnail {
	text-align:left;
	padding:0px;
	padding-left:6px;
	width:44px;
}

.data_tinythumbnail {
	text-align:left;
	padding:0px;
	padding-left:2px;
	width:26px;
}
.data_title {
	text-align:left;
}

.data_date {
	text-align:left;
}

.data_percentage {
	width:54px;
	text-align:center;
}

.data_number {
	width:44px;
	text-align:center;
}

.data_drilldownlink {
	width:12px;
	text-align:center;
}

.reportingtable tr.odd td {
	background-color:#F5F5F5;
}

.reportingtable tr.even td {
	/* background-color:#E4E4E4; */
}

.sidebarimportanttable tr.odd td {
	background-color:#FDF2EE;
	color:#333;
	padding:5px;
}

.sidebarimportanttable tr.green td {
	padding:5px;
}

td.sidebartable_maxicell {
	width:147px;
}

.sidebarimportanttable tr.even td {
	background-color:#FFFBF9;
	color:#333;
	padding:5px;
}

.reportingtable tr.totalcost td {
	background-color:#333333;
	color:#FFFFFF;
}

.reportingtable td.data_title {
	text-align:left; 
}

.reportingtable tr.highlightedrow td {
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer; 
}

.reportingtable tr.highlightedrow a {
	color:#FFFFFF;
}

.reportingtable th.leadingcolumn {
	font-weight:bold;
	text-align:left;
}

/* MANAGE POSTS AND VIDEOS */

.reportingtable .activated {
	color:#009900;
	font-weight:bold;
}

.tablewithcolspan td.activated {
	background-color:#DFFFD5;
}

.tablewithcolspan .activated {
	color:#009900;
	font-weight:bold;
}

.reportingtable td.activated {
	background-color:#DFFFD5;
}

.reportingtable td.deactivated {
background-color:#FFEFEA;
}
.reportingtable .deactivated {
color:#990000;
font-weight:bold;
}
/* REPORTS */
.reportnav {
	height:20px;
	background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat scroll -175px -436px;
	width:599px;
	background-repeat:no-repeat;
	margin-bottom:14px;
	color:#999999;
	padding-left:6px;
	padding-top:3px;
}

.reportnav a {
	color:#FFFFFF;
}

.reportnav a.selected {
	font-weight:bold;
}

/* GRAPH */

.flotr-grid-label {
}

/* SIDEBAR FINISH */

.sidebarfinishtop {
	/* background: url(http://edge.liveclicker.net/vms/images/sidebarfinishtop.gif) no-repeat; */
	margin-bottom:0;
	height:4px;
	width:192px;
	position:relative;
	float:left;
}

.sidebarfinishbottom {
	/* background: url(http://edge.liveclicker.net/vms/images/sidebarfinishbottom.gif) no-repeat; */
	height:4px;
	width:192px;
	margin-bottom:8px !important;
	margin-bottom:0px;
	position:relative;
	float:left;
}
	
.smallheader {
background-color:#666;
border-bottom:1px solid #DDD;
border-top:1px solid #DDD;
color:#fff;
font-size:11px;
font-weight:bold;
margin-bottom:5px;
margin-left:-4px;
margin-top:-1px;
padding:2px 5px 4px;
}

.smallheaderrelated {
background-color:#296A2A;
border-bottom:1px solid #DDD;
border-top:1px solid #DDD;
color:#fff;
font-size:11px;
font-weight:bold;
margin-bottom:5px;
margin-left:-4px;
margin-top:-1px;
padding:2px 5px 4px;
}

.smallheaderimportant {
background-color:#990000;
border-bottom:1px solid #DDD;
border-top:1px solid #DDD;
color:#fff;
font-size:11px;
font-weight:bold;
margin-bottom:5px;
margin-top:-1px;
padding:2px 5px 4px;
}

/* icons */
.eachrelated {
	width:156px;
	height:18px;
	position:relative;
	float:left;
	padding-top:4px;
}

.spriteicon {position:relative; position:relative;display:block;  width:22px; height:22px; background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat; float:left;}
.shortspriteicon {position:relative; position:relative;display:block;  width:22px; height:14px; background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat; float:left;}

.manageicon {background-position: -243px -213px;}
.exchangeicon {background-position: -183px -153px;}
.exchangepartnericon {background-position: -183px -153px;}
.reportingicon {background-position: -364px -304px;}
.facebookicon { background-position:-392px -303px;}
.createicon {background-position: -33px -275px;}
.emailicon {background-position: -363px -154px;}
.newicon {background-position: -64px -243px;}
.compareicon {background-position: -333px -243px;}
.settingsicon {background-position: -274px -213px;}
.switchicon {background-position:-121px -152px;}
.deleteicon {background-position:-154px -183px; cursor:pointer;}
.passwordicon {background-position:-154px -183px;}
.filtericon {background-position:-154px -212px;}
.unfiltericon {background-position:-184px -212px;}
.abtesticon {background-position:-392px -333px;}
.successicon {background-position:-214px -272px;}
.publishicon {background-position:-334px -303px;}
.unpublishicon {background-position:-184px -242px; cursor:pointer;}
.favoriteicon {background-position:-331px -213px;}
.bigcheckicon {background-position:-120px -363px;}
.transcripticon {background-position:-59px -184px;}
.cuticon {background-position:-270px -244px;}
.nexticon {background-position:-328px -333px;}
.copyicon {background-position:-60px -151px; cursor:pointer;}
.detailsicon {background-position:-358px -242px; cursor:pointer;}
.editicon {background-position:-243px -212px; cursor:pointer;}
.nexticon {background-position:-365px -63px;}
.Approvedicon {background-position:-212px -273px}
.Pendingicon {background-position:-179px -273px;}
.Rejectedicon {background-position:-183px -242px;}
.Encodingicon {background-position:-89px -273px;}
.previewicon {background-position:-214px -212px; cursor:pointer;}
.embedicon {background-position:-69px -273px;}
.asseticon {background-position:-34px -273px;}
.emptyicon {background-position:-365px -79px;}
.realtimeicon {background-position: -333px -212px;}
.saveicon {background-position:-94px -214px;}
.segmentationicon {background-position:-272px -277px;}
.geticon {background-position:-334px -92px;}
.backicon {background-position:-4px -363px;}
.pauseicon {background-position:-4px -302px; cursor:pointer;}
.resumeicon{background-position:-35px -302px; cursor:pointer;}

.centeredlabel {float:left;height:18px; padding-top:5px;}
.getit{color:#009900; font-weight:bold; cursor:pointer;}
.load {float:left;width:30px;height:30px;}

.inlinespriteicon {position:relative; position:relative;display:block;  width:12px; height:12px; background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat; float:left;}
.inlineitemicon {background-position: -368px -8px;}

.spriteimage {position:relative; position:relative;display:block;  background:transparent url(//static.liveclicker.net/vms/images/all-images.png) no-repeat; float:left;}

.youtubeimage {background-position: -0px -0px;width:100px; height:20px;}
.twitterimage {background-position: -0px -20px;width:100px; height:20px;}
.googlevideoimage {background-position: -0px -40px;width:100px; height:20px;}
.cjimage {background-position: -0px -100px;width:100px; height:20px;}
.linkshareimage {background-position: -0px -80px;width:100px; height:20px;}
.liveclickerimage {background-position: -0px -120px;width:100px; height:20px;}
.viddlerimage {background-position: -0px -60px;width:100px; height:20px;}

.enabledimage {background-position:-101px -12px;height:12px;width:61px;}
.disabledimage {background-position:-101px -0px;height:12px;width:61px;}

.ajaxButtonMedium {background-position:-166px -58px;color:#FFFFFF;font-size:11px;font-weight:bold;height:33px;width:134px;}
.ajaxButtonMediumLabel {font-size:11px;height:33px;padding-top:8px;text-align:center;width:134px;}

/* ======================================================== */
/* ======================================================== */
/* fancybox Jquery plugin */
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(http://edge.liveclicker.net/vms/liveclicker/images/data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://edge.liveclicker.net/images/liveclicker/fancybox/fancy_shadow_nw.png) no-repeat;
}

/************************
/* EMAIL BUILDER */

.ui-slider { width: 200px; height: 23px; position: relative; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle { position: absolute; z-index: 5; height: 23px; width: 12px; top: 0px; left: 0px; background-image: url(http://edge.liveclicker.net/vms/images/slider-handle3.gif);  }
.ui-slider-handle-middle { position: absolute; z-index: 5; height: 23px; width: 12px; top: 0px; left: 160px; background-image: url(http://edge.liveclicker.net/vms/images/slider-handle3.gif);  }
.ui-slider-handle-active { /*border: 1px dotted gray; */ }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background-image: url(http://edge.liveclicker.net/vms/images/footerbar/slider-bg-4.png); background-repeat:repeat-x; width:90%; height:8px;top:12px;padding:0;}

/* Default slider backgrounds */
.ui-slider, .ui-slider-1 { background-image: url(http://edge.liveclicker.net/vms/images/footerbar/slider-bg-1.png); }
.ui-slider-price {
	background-image: url(http://edge.liveclicker.net/vms/images/footerbar/slider-bg-3.png);
	z-index:5;
	height: 25px;
	width: 200px;
	float:left;
	padding-right:0px;
	padding-left:8px;
	}

.ui-slider-rating {
	background-image: url(http://static.liveclicker.com/vms/images/email_scale_new.png);
	z-index:5;
	height: 25px;
	width: 486px;
	float:left;
	padding-right:2px;
	padding-left:2px;
	}

#sizeslider {
	margin-left:-20px;
}

.emailparameterbox {
	width:620px;
	position:relative;
	float:left;
	vertical-align:bottom;
	height:28px;
	padding-top:4px;
	}

.framelabelred {
background-color:#990000;
}

.framelabelgreen {
background-color:#009900;
}

.framelabel {
color:#FFFFFF;
float:left;
position:relative;
text-align:center;
width:42px;
}

#startthumbs {
	height:47px;
}

#endthumbs {
	height:47px;
}


.tinyproductimage {
	float:left;
	position:relative;
	width:42px;
	height:32px;
	cursor:pointer;
	/* background-color:#009900; */
}

.activateddiv {
	background-color:#009900;
}

.deactivateddiv {
	background-color:#CC0000;
}

.allbuttons {
	width:410px;
	padding-left:120px;
	position:relative;
	float:left;
	}
	
.btnparameterbox {
	width:400px;
	position:relative;
	float:left;
	vertical-align:bottom;
	padding-top:4px;
	margin-left:110px;
	}
	
#custombutton {
	cursor:pointer;
	}
	

.emailslidelabel {
	position:relative;
	width:130px;
	float:left;
	padding-top:5px;
	font-weight:bold;
	color:#666666;
	}
	
.costslidelabel {
	position:relative;
	width:160px;
	float:left;
	padding-top:5px;
	}
#thumbnailbox {
	position:relative;
	float:left;
	padding-bottom:10px;
	}	
#cropclick {
	padding-top:6px;
	padding-bottom:3px;
	cursor:pointer;
	}

#thumbnailboxcrop	{
	position:relative;
	float:left;
	padding-bottom:10px;
	padding-top:3px;
	padding-left:3px;
	}	
#cancelcrop {
	cursor:pointer;
}	
	
.thumbnailcrop {	
	padding:0;
}
#playbutton {
	z-index:6;
	posostition:absolute;
	bottom:6px;
	right:6px;
	}	

.playbuttonunselected {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5; 
}

.playbuttonselected {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.emailradiooption {
	position:relative;
	float:left;
	width:80px;
	text-align:left;
	height:20px;
}

.emailradiooptionsimple {
	position:relative;
	float:left;
	width:80px;
	text-align:left;
	height:20px;
}

.emailradiooptionwide {
	position:relative;
	float:left;
	width:200px;
	text-align:left;
	height:20px;
}

.nbemailinput {
	position:relative;
	float:left;
	width:300px;
	text-align:left;
	height:20px;
}

#customchoice {
	position:relative;
	float:left;
	width:20px;
	text-align:left;
}

#customdurationinput {
	position:relative;
	float:left;
	width:30px;
	text-align:left;
	padding-top:2px;
}

#nbemailinput {
	position:relative;
	float:left;
	width:100px;
	text-align:left;
	padding-top:2px;
}

.costanalysis {
	position:relative;
	float:left;
	width:240px;
	text-align:left;
	padding-top:2px;
	padding-left:20px;
	line-height:16px;
	font-weight:bold;
}

#durationtextbox {
	position:relative;
	float:left;
	width:30px;
	text-align:left;
	padding-top:5px;
}

#nbemailtextbox {
	position:relative;
	float:left;
	width:120px;
	text-align:left;
	padding-top:5px;
}

#maxduration {
	position:relative;
	float:left;
	width:280px;
	text-align:left;
	padding-top:5px;
	color:#990000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#maxstart {
	position:relative;
	float:left;
	width:330px;
	text-align:left;
	padding-top:5px;
	color:#990000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.durationcustom {
	width:23px;
	text-align:left;
	height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#666666;
}

.altcustom {
	width:220px;
	text-align:left;
	height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#666666;
}

.openratecustom {
	width:20px;
	text-align:left;
	height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#666666;
}

.nbemailcustom {
	width:80px;
	text-align:left;
	height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#666666;
}

.finalemailresult {
	position:relative;
	float:left;
	background-color:#E8F2F7;
	border-bottom:1px solid #EAEAEA;
	border-top:1px solid #EAEAEA;
	line-height:16px;
	margin-top:0px;
	margin-bottom:20px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:0px;
	width:610px;
}

.emailstepwrapper {
	position:relative;
	float:left;
	width:590px;
	margin-top:16px;
}
.emailstep {
	position:relative;
	float:left;
	width:100px;
	padding:4px;	
	height:15px;
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:0;
}

.wideemailaction {
	position:relative;
	float:left;
	width:614px;
	margin-top:6px;
	height:20px;
	background-color:#009900;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	padding-top:4px;
	text-align:center;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	margin-bottom:16px;
	font-size:14px;
	}

.wideplayeraction {
	position:relative;
	float:left;
	width:610px;
	margin-top:6px;
	height:23px;
	background-color:#009900;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	padding-top:4px;
	text-align:center;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	margin-bottom:16px;
	}
#htmltextareabox {
	color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
height:50px;
width:609px;
}

.usethiscode {
background-color:#E8F2F7;
border-bottom:1px solid #EAEAEA;
border-top:1px solid #EAEAEA;
float:left;
line-height:16px;
margin-bottom:6px;
padding:5px;
position:relative;
width:605px;
}

.htmlcodeemail {
	position:relative;
	float:left;
	width:590px;
	margin-top:6px;
	height:30px;
}

input.actionbtn { 
	  color:#FFF; 
	  background-color:#009900; 
	  border:0;
	  cursor:pointer;
	  font-family:Verdana, Arial, Helvetica, sans-serif; 
	  font-size:14px;
	  font-weight:bold;
	} 
	
.wideemailaction a,  .wideemailaction a:visited, .wideemailaction a:link {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

.email_separator {
	position:relative;
	float:left;
	width:592px;
	height:1px;
	background-color:#FFFFFF;
}

/* Exchange */

.partnerrow {
	position:relative; 
	float:left; 
	width:180px;	
}

.partnername {
float:left;
padding-top:5px;
position:relative;
width:110px;
}

.partnercontrol {
	position:relative; 
	float:left; 
	width:20px;	
}

.exchangeloading {
	/* color:#FFFFFF; */
	border:#FFFFFF 1px solid;
}

.exchangetableownasset {
	background-color:#F5F5F5;
	border:#CCCCCC 1px solid;
}

.exchangetableotherasset {
	background-color:#F5F5F5;
	border:#CCCCCC 1px solid;
}

/* sparklines on the dashboard */

.sparklineblock
	{
		position:relative; 
		float:left;
		width:93px;
		height:36px;
	}

.sparklinetitle
	{
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:10px;
		color:#666666;
		margin-bottom:7px;
		font-weight:bold;
	}

.dashboardnumbers
	{
color:#666666;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
height:40px;
padding-bottom:4px;
padding-left:3px;
padding-top:5px;
position:relative;
text-align:center;
width:62px;
	}
	
.sparklines
	{
		position:relative; 
		float:left;
		width:570px;
		overflow:hidden;
		height:45px;
		margin-bottom:10px;
		/* background-image:url(http://edge.liveclicker.net/vms/images/dash_back_0.gif); */
		background-repeat:no-repeat;
		padding-top:4px;
		padding-left:9px;
		border-top:1px solid #FFFFFF;
	}

.date {
background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat scroll -422px -37px;
float:left;
height:30px;
margin-bottom:0;
margin-top:2px;
text-align:center;
width:30px;
margin-right:3px;
margin-left:3px;
}

.datenew {
background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat scroll -392px -37px;
float:left;
height:30px;
margin-bottom:0;
margin-top:2px;
text-align:center;
width:30px;
margin-right:3px;
margin-left:3px;
}

.dateprivate {
background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat scroll -452px -37px;
float:left;
height:30px;
margin-bottom:0;
margin-top:2px;
text-align:center;
width:30px;
margin-right:3px;
margin-left:3px;
}

.date .month {
color:#FFFFFF;
display:block;
font-size:9px;
font-weight:bold;
margin-bottom:7px;
margin-top:0px;
padding:2px 0;
text-align:center;
text-transform:uppercase;
}

.date .day {
-x-system-font:none;
color:#FFFFFF;
display:block;
font-family: Arial, Helvetica, sans-serif; 
font-size:1.2em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-top:-11px;
padding-top:0;
text-align:center;
}

.datenew .month {
color:#FFFFFF;
display:block;
font-size:9px;
font-weight:bold;
margin-bottom:7px;
margin-top:0px;
padding:2px 0;
text-align:center;
text-transform:uppercase;
}

.datenew .day {
-x-system-font:none;
color:#FFFFFF;
display:block;
font-family: Arial, Helvetica, sans-serif; 
font-size:1.2em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-top:-11px;
padding-top:0;
text-align:center;
}

.dateprivate .month {
color:#FFFFFF;
display:block;
font-size:9px;
font-weight:bold;
margin-bottom:7px;
margin-top:0px;
padding:2px 0;
text-align:center;
text-transform:uppercase;
}

.dateprivate .day {
-x-system-font:none;
color:#FFFFFF;
display:block;
font-family: Arial, Helvetica, sans-serif; 
font-size:1.2em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-top:-11px;
padding-top:0;
text-align:center;
}

a.supportupdatelink:hover {
	text-decoration:underline;
}

.supportupdatecommentblock {
	position:relative;
	float:left;
	width: 280px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	padding:3px;
	margin-top:6px;
}

.supportupdatecommenttextarea{
	width:230px;
	height:40px;
	font-size:9px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.supportupdatesavebtn {
	cursor:pointer;
}

.updatecomments {
	margin-left:6px;
	margin-top:6px;
	margin-bottom:4px;
	line-height:14px;
	color:#009900;
	width:230px;
}

/*Affiliate Linkshare and Commission Junction widget creator */

/* TABLE FOR DIMENSIONS */

.dimensiontable thead th {
	background: url(http://edge.liveclicker.net/vms/images/totalbackground2.gif) repeat-x;
	color: #FFF;
	text-transform:uppercase;
	line-height:12px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	}
	
.dimensiontablevalue {
	height:12px;
}	

.dimensiontable tbody tr td {
	font-weight:normal;
	line-height:12px;
	height:10px;
	color:#666666;
	background:#E8E8E8 none repeat scroll 0%;
}

.dimensiontable tbody {
	border-bottom:2px #999999;
}

/* setdimensions */
.ac_input {
		width:76px;
		margin-top:2px;
}

.dimensiontable {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color:#666666;
	width:600px;
}

tbody td.table-cell-dimensiontable
	{
		width:80px;
		text-transform:uppercase;
		text-align:left;
		vertical-align:top;
		font-size:9px;
	}
	
.lcsectionnavigation {
	width:750px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	padding-left:4px;
	font-size:12px;
	font-weight:bold;
	height:22px;
}

.lcsectionnavigationshort {
	width:750px;
	padding-left:4px;
	margin-bottom:1px;
	font-size:12px;
	font-weight:bold;
	height:22px;
}

.lcsectionnavigationtabinactive {
	position:relative; 
	float:left; 
	height:14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:3px;
	padding-bottom:4px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#F5F5F5;
	margin-right:4px;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
}

.lcsectionnavigationtabactive {
	position:relative; 
	float:left; 
	height:14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:3px;
	padding-bottom:4px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #E2E2E2;
	background-color:#009900;
	color:#FFFFFF;
	margin-right:4px;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
}

.lcsectionnavigationactive {
	color:#990000;
}

.lcsectionnavigationinactive {
}

.widgetparamdirectlink {
position:relative; 
float:right; 
margin:0;
padding-top:2px;
}

.widgetparamdirectlink a:link, .widgetparamdirectlink a:visited {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.publishoptioncontainer {
	width:757px;
	position:relative;
	float:left;
	margin-bottom:8px;
}

.publishoptioncontainerhalf {
	width:361px;
	position:relative;
	float:left;
	background-color:#EFF7FC;
	border:1px solid #DDDDDD;
	line-height:16px;
	margin-bottom:10px;
	padding:5px;
	display:none;
}

.publishcheckboxcontainer {
	width:20px;
	position:relative;
	float:left;
	line-height:16px;
	margin-bottom:10px;
	padding:5px;
}

.publishoption0 {
	width:747px;
	position:relative;
	float:left;
	padding:4px;
	background:#EFF7FC;
	color:#666666;
	border-bottom:#FFFFFF 1px solid; 
}

.publishoption1 {
	width:747px;
	position:relative;
	float:left;
	padding:4px;
	background:#009900;
	color:#FFFFFF;
	border-bottom:#FFFFFF 1px solid; 
}

.publishbox {
	width:30px;
	position:relative;
	float:left;	
}

.publishlabel0 {
	width:400px;
	position:relative;
	float:left;	
	padding-top:2px;
	font-size:11px;
	font-weight:bold;
}

.publishlabel1 {
	width:400px;
	position:relative;
	float:left;	
	padding-top:2px;
	font-size:11px;
	font-weight:bold;
}

.buttonbox {
}

.disabledbox {
	color:#999999;
}

.publishtab_offline {
	position:relative; 
	float:left; 
	height:14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:3px;
	padding-bottom:4px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #E2E2E2;
	background-color:#F5F5F5;
	margin-right:4px;
	background-color:#990000;
	color:#FFFFFF;
}

.publishtab_online {
	position:relative; 
	float:left; 
	height:14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:3px;
	padding-bottom:4px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #E2E2E2;
	background-color:#F5F5F5;
	margin-right:4px;
	background-color:#009900;
	color:#FFFFFF;
}

a.white {
	color:#FFFFFF;
	text-decoration:none;
}

a.grey {
	color:#333333;
	text-decoration:none;
}

/* date picker */
.datepicker {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	width:92px;
	margin-top:4px;
	margin-bottom:4px;
}

.datepickerreports {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	width:92px;
	margin-top:2px;
	margin-bottom:2px;
	height:12px;
	font-size:11px;
}


.timepicker {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	width:64px;
	margin-top:4px;
	margin-bottom:4px;
}

/* reports */

.bannerselector {
	background-image:url(//static.liveclicker.net/vms/images/videobannerselector.png);
	background-repeat:no-repeat;
	height:28px;
	width:600px;
	margin-top:14px;
	margin-bottom:14px;
}

.videositeselector {
	background-image:url(//static.liveclicker.net/vms/images/videositeselector.png);
	background-repeat:no-repeat;
	height:28px;
	width:600px;
	margin-top:14px;
	margin-bottom:14px;
}

/* Compare videos */

.comparisoncontainer {
	width:400px;
	height:100%;
	margin-left:35px;
	margin-right:5px;
	padding-top:24px;
	position:relative;
	float:left;
}

.compareblock {
	position:relative;
	float:left;
	width:195px;
}
.compareimage {
	cursor:pointer;
	padding:1px;
}
#title1 {
	height:20px;
}
#title2 {
	height:20px;
}

.comparisontable {
	position:relative;
	float:left;
}
th.comparisontable, td.comparisontable {
	width:80px;
}

th.comparisontableleadingcol, td.comparisontableleadingcol {
	width:110px;
	text-align:center;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

table.comparisontable  {
	border-spacing:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E7E7E7;
	color:#666666;
	width:386px;
}

td.comparisontable {
	height:22px;
	text-align:center;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	width:88px;
	vertical-align:middle;
}
.comparisondata {
	float:left;
	padding-top:4px;
	position:relative;
	width:80px;
}

.tablecomparisonfinishbottom {
background:transparent url(http://edge.liveclicker.net/vms/images/tablebottom_medium.png) no-repeat scroll 0 0;
margin-top:0;
position:relative;
float:left;
width:386px;
height:14px;
}
/* uploader ximageassets.php */
.uploadtext {
	width:476px;
	position:relative;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding-top:8px;
	color:#666666;
}

.uploadbutton {
	position:relative;
	float:left;
}

.uploadbuttonflat {
	position:relative;
	float:left;
	height:30px;
	width:110px;
}

.uploadbuttonbox {
background-color:#F9F9F9;
border-bottom:1px solid #EAEAEA;
border-top:1px solid #EAEAEA;
line-height:16px;
margin-bottom:20px;
padding:5px;
width:590px;
height:30px;
position:relative;
float:left;
}

.sorthover {
	font-style:italic;
	color:#FF6600;
	cursor:pointer;
}

/* ========================= JQUERY ALERTS ==========================
======================================================================== */
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(//static.liveclicker.net/vms/images/jquery.alerts/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(//static.liveclicker.net/vms/images/jquery.alerts/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(//static.liveclicker.net/vms/images/jquery.alerts/info.gif);
}

#popup_content.confirm {
	background-image: url(//static.liveclicker.net/vms/images/jquery.alerts/important.gif);
}

#popup_content.prompt {
	background-image: url(//static.liveclicker.net/vms/images/jquery.alerts/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

/* ========================================================================
======================================================================== */

.code {
color:#666666;
font-family:verdana;
font-size:10px;
height:40px;
margin-left:22px;
text-align:left;
width:300px;
}

.seemore {
	text-align:right;
}

.seemorethumbs {
	text-align:right;
}


/* ========================================================================
======================================================================== */

.emailpreviewbox {
	width:520px;
	height:160px;
}

.emailpreviewimagecontainer {
	width:520px;
	position:relative;
	float:left;
	padding-bottom:12px;
}

.emailpreviewprogress {
	height:3px;
	margin-left:1px;
	margin-top:2px;
	position:relative;
	float:left;
	color:#CCCCCC;
	background-color:#009900;
}

.progresscontainer {
	background-image:url(//static.liveclicker.net/vms/images/progress_background.gif);
	background-repeat:no-repeat;
	width:586px;
	position:relative;
	float:left;
	height:7px;
	
}
.emailpreviewmetric {
	background-color:#990000;
	color:#FFFFFF;
	float:left;
	height:3px;
	margin-left:1px;
	margin-top:2px;
	position:relative;
}

.metainfo {
	font-size:14px;

}

.emailexpressprogress {
	font-size:10px;
	font-weight:normal;

}

.emailpreviewseparator {
	width:520px;
	position:relative;
	float:left;
}

img.mini-thumb {
	padding:2px;
	border:#999999 1px solid; 
}

.progresscontrols {
float:left;
padding-left:260px;
padding-top:10px;
position:relative;
width:520px;
font-size:14px;
font-weight:bold;
}

.emailpreviewlabel {
	width:520px;
	position:relative;
	float:left;
}

img.previewclip {
	border:#CCCCCC 1px solid; 
	padding:2px;
}

/* -- jRounded -- */
.box{position:relative;background-color:#eee;margin-bottom:25px;padding:10px; width:580px;}
.box .tl,.box .tr,.box .bl,.box .br{position:absolute;width:10px;height:10px;}
.box .tl{background-image:url(//static.liveclicker.net/vms/images/box-tl.gif);top:0;left:0;}
.box .tr{background-image:url(//static.liveclicker.net/vms/images/box-tr.gif);top:0;right:0;}
.box .bl{background-image:url(//static.liveclicker.net/vms/images/box-bl.gif);bottom:0;left:0;}
.box .br{background-image:url(//static.liveclicker.net/vms/images/box-br.gif);bottom:0;right:0;}
.box .bg-white{background-color:#fff;padding:10px;}

#start {
	font-size:12px; 
	font-weight:bold;
}

/* CSV EXPORT LINK */
.csv_link {
	margin-bottom:14px;
}

/* Email clips */
.edit_title {
	width:400px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:10px;
}
/* ========================================================================
================ LOGIN PAGE ========================= */

@charset "utf-8";
html, body {height:100%}
#wrapper {
position: relative;
min-height: 100%;
}
#biglogo{
	margin: 0 auto;
	padding-top:110px;
	background: url(http://my.liveclicker.com/images/logo.png) no-repeat bottom;
	width:704px;
	height:88px;
}

.content {
	margin:50px auto 0;
	width:350px;
	clear:both;
}
.shim {height:30px}
#loginForm {display:block;}

	#loginForm li {clear:both; padding:10px 0;}	
	#loginForm li a{float:right; margin-left:11px; line-height:17px}
	
	#loginForm label{
		float:left;
		color:#666666;
		font-family:Verdana;
		font-size:11px;
		line-height:17px;
		vertical-align:middle;
		font-weight:bold;
		width: 90px;
	}
	
	#loginForm input{
		width:126px;
		float:left;
		vertical-align:middle;
		background-color:#efefef;
		border:1px solid #adadad;
	}

	#loginForm .buttonContainer, .error, #loginForm .remember{padding-left:90px;}
	
	.remember input {width:auto!important; background:none!important; border:none!important}
	.remember label{font-weight:normal!important; width:auto!important }
	
	.bgButton{width:130px; background:transparent url(http://my.liveclicker.com/images/btnDefault.png) no-repeat left bottom;}
		.bgButton button, .bgButton input{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			border: none!important;
			width:130px!important;
			color:#FFFFFF;
			height:27px;
			background:transparent url(http://my.liveclicker.com/images/btnDefaultEnd.png) no-repeat right!important;
		}
.error, .errordiv{
	color: #b10000;
	font-weight: bold;	
}

.errordiv{
	text-align:center;
	margin: 230px auto 0 auto;
}

#footer{width:100%; text-align:center; padding-bottom:10px; position:absolute; bottom:0}

/*passwordrecovery*/
#passRecovery{
	margin: 50px auto;
	color:#666666;
	font-weight:bold;
	text-align:center;
}

/* Table sorter */
table.tablesorter {
	font-size: 12px;
	background-color: #4D4D4D;
	width: 1024px;
	border: 1px solid #000;
}
table.tablesorter th {
	text-align: left;
	padding: 5px;
	background-color: #6E6E6E;
}
table.tablesorter td {
	color: #FFF;
	padding: 5px;
}
table.tablesorter .even {
	background-color: #3D3D3D;
}
table.tablesorter .odd {
	background-color: #6E6E6E;
}
table.tablesorter .header {
	background-image: url(//static.liveclicker.net/vms/images/bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
table.tablesorter .headerSortUp {
	background-image: url(//static.liveclicker.net/vms/images/asc.png);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(//static.liveclicker.net/vms/images/desc.png);
	background-repeat: no-repeat;
}

.extraimages {
}

.hideextraimages {
	display:none;
}

/* email clips */

.emailedittitle {
width:225px; height:50px; font-family:Arial, Helvetica, sans-serif; font-size:10px;color:#666666;
}

.updatereportbtn
{
background-color:#333;
border:1px solid #666666;
color:#FFF;
cursor:pointer;
float:left;
font-weight:bold;
height:15px;
left:6px;
padding-left:6px;
padding-right:6px;
padding-top:2px;
position:relative;
top:2px;
}

.updatereportbtnactive
{
color:#333333;
background-color:#E9E9E9;
}
td.falloutcontainer
{
	border:1px solid #eee; 
}

.falloutcontainer
{
	border:1px solid #eee; 
	width:375px; padding:0; 
	/*margin-bottom:3px; */
	margin-top:4px;
}

.falloutpercentage
{
color:#999999;
float:left;
font-size:20px;
position:relative;
top:20px;
width:100px;
padding:1px;
}

.falloutstep 
{
color:#999999;
float:left;
font-size:11px;
left:2px;
position:relative;
top:14px;
width:100px;
}


.discoverfilteringbar {
position:relative; 
float:left;
width:210px;
}

.discoverblock {
position:relative; 
float:left;
width:500px;
}

.widediscovercontainer {
position:relative; 
float:left;
width:900px;
}

.abtesttablebox {
font-size:11px;
font-weight:bold;
height:25px;
padding-top:8px;
text-align:center;
}

.piechartinfo {
padding-left:57px;
}

.staticimage {
background-color:#FFFFCC;
}

.abtestactive {
	background-color:#000000;
	color:#00FF00;
	border: 1px solid #00FF00; 
	padding:2px;
	width:130px;
	text-align:center;
}

.navexception {
background:transparent url(//static.liveclicker.net/vms/images/all-backgrounds.gif) repeat-x scroll 7px -89px;
}

.thumbtarget {
background-color:#EEEEEE;
border:1px solid #DDDDDD;
color:#666666;
float:left;
height:236px;
overflow-x:hidden;
overflow-y:scroll;
padding:4px;
position:relative;
width:286px;
}

/* ======================================
======================================== */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {font: 12px Arial, Helvetica, sans-serif;color: #333333;}
#TB_secondLine {font: 10px Arial, Helvetica, sans-serif;color:#666666;}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {position: fixed;z-index:100;top: 0px;left: 0px;height:100%;width:100%;}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {background-color:#000;filter:alpha(opacity=70);-moz-opacity: 0.70;opacity: 0.70;}
* html #TB_overlay { /* ie6 hack */position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_window {position: fixed;background: #fff;z-index: 102;color:#000000;display:none;border:0;text-align:left;top:50%;left:50%;}
* html #TB_window { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_window img#TB_Image {display:block;margin: 15px 0 0 15px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-top: 1px solid #666;border-left: 1px solid #666;}
#TB_caption{height:25px;padding:7px 30px 10px 25px;float:left;}
#TB_closeWindow{height:25px;padding:11px 25px 10px 0;float:right;}
#TB_closeAjaxWindow{padding:7px 10px 5px 0;margin-bottom:1px;text-align:right;float:right;}
#TB_ajaxWindowTitle{float:left;padding:7px 0 5px 10px;margin-bottom:1px;}
#TB_title{background-color:#e8e8e8;height:27px;}
#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em;}
#TB_ajaxContent.TB_modal{padding:15px;}
#TB_ajaxContent p{padding:5px 0px 5px 0px;}
#TB_load{position: fixed;display:none;height:13px;width:208px;z-index:103;top: 50%;left: 50%;margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}
* html #TB_load { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_HideSelect{z-index:99;position:fixed;top: 0;left: 0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity: 0;opacity: 0;height:100%;width:100%;}
* html #TB_HideSelect { /* ie6 hack */position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_iframeContent{clear:both;border:none;margin-bottom:-1px;margin-top:1px;_margin-bottom:1px;}

/* LC Modifications*/
#TB_window {font:11px "trebuchet ms",verdana,sans-serif;border:0;}
#TB_title{display:none;}
#TB_ajaxContent{padding:0;}

.close-bmod{margin:0;padding:0;width:594px;height:12px;}
.close-bmod a,.close-bmod a:link,.close-bmod a:visited,.close-bmod a:hover,.close-bmod a:active{outline:0;display:block;height:12px;text-indent:-9999px;text-decoration:none;margin:0 0 0 534px;padding:0;width:60px;background-color:#FFF;background-position:top right;background-repeat:no-repeat;}
.close-bmod a:hover{background-color:#FFF;background-position:top right;background-repeat:no-repeat;}

.close-bmod a,.close-bmod a:link,.close-bmod a:visited,.close-bmod a:hover,.close-bmod a:active{background-image:url(http://sv.liveclicker.net/service/images/component/blue_close.gif);}

#bmod-outer{margin:0;padding:0;width:600px;height:400px;voice-family:"\"}\"";voice-family:inherit;width:596px;height:396px;}
#bmod-inner{margin:0;padding:0;width:596px;height:396px;voice-family:"\"}\"";voice-family:inherit;width:594px;height:394px;}
.bmod-content{padding:0 0px 0px;padding-top:20px;}
.bmod-content h3{margin:3px 0 6px;padding:0;color:#333;font:bold 16px "trebuchet ms",verdana,sans-serif;}

.playlabel {
background-color:#333333;
color:#CCCCCC;
height:13px;
margin-left:19px;
margin-top:-20px;
position:absolute;
text-align:center;
width:40px;
z-index:10;
border:1px solid #CCCCCC;
}

.playlabelnew {
background-color:#333333;
border:1px solid #CCCCCC;
color:#FFFFFF;
height:13px;
margin-left:11px;
margin-top:28px;
position:absolute;
text-align:center;
width:40px;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
padding-bottom:1px;
}

.playlabelnewonimage {
background-color:#333333;
border:1px solid #CCCCCC;
color:#FFFFFF;
height:13px;
margin-left:20px;
margin-top:35px;
position:absolute;
text-align:center;
width:40px;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
padding-bottom:1px;
}

.playlabelnewonimagesmall {
background-color:#333333;
color:#FFFFFF;
height:40px;
margin-left:62px;
margin-top:40px;
position:absolute;
text-align:center;
width:40px;
background:url("/vms/images/small_play_btn.png") no-repeat scroll 0 0 transparent;
}

.playlabelnew a:link, .playlabelnew a:visited {
color:#CCCCCC;
}

.playlabelnew a:hover {
color:#FFFFFF;
}

.playlabellarge {
background-color:#333333;
border:1px solid #CCCCCC;
color:#CCCCCC;
font-size:13px;
font-weight:bold;
margin-left:63px;
line-height:17px;
height:18px;
margin-top:-40px;
position:absolute;
text-align:center;
width:48px;
z-index:10;
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
padding-bottom:1px;
}

.medthumbnail {
	padding-left:4px;
}

.channeldistributionrow {
position:relative; 
float:left; 
height:22px;
}

/* playlists */
.thumbdragablecontainer {
float:left;
margin-bottom:12px;
position:relative;
width:270px;
background-color: #F5F5F5;
}

.thumbdragableimage {
position:relative; 
float:left; 
width:240px;
}

.thumbdragablelink {
float:left;
padding-left:7px;
position:relative;
width:190px;
}

.emptywidesprite {
position:relative; 
float:left; 
width:30px;
}

/* allcomponents.php */
.embed_style_wrapper {
float:left;
height:25px;
position:relative;
width:285px;
}
.embed_ab_label {
float:left;
padding:3px;
position:relative;
font-size:12px;
}


/* CALENDAR */

#widget {
	position: relative;
}
#widgetField {
	width: 212px;
	height: 19px;
	background:transparent url(//static.liveclicker.net/vms/images/all-icons-v4.gif) no-repeat scroll -393px -89px;
	overflow: hidden;
	position: relative;
}
#widgetField a 	{
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	right: 0;
	text-decoration: none;
	text-indent: -3000px;
}
#widgetField span	{
color:#666666;
font-size:11px;
font-weight:bold;
height:20px;
left:5px;
line-height:19px;
position:absolute;
text-align:center;
top:0;
width:182px;
}
#widgetCalendar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
left:0;
overflow:hidden;
position:absolute;
top:26px;
width:430px;
z-index:10;
}

#widgetCalendar .datepicker {
	position: absolute;
	bottom: 0;
	top: auto;
}
#widgetCalendar .datepickerContainer,
#widgetCalendar .datepickerBorderT,
#widgetCalendar .datepickerBorderB,
#widgetCalendar .datepickerBorderL,
#widgetCalendar .datepickerBorderR,
#widgetCalendar .datepickerBorderTL,
#widgetCalendar .datepickerBorderTR,
#widgetCalendar .datepickerBorderBL,
#widgetCalendar .datepickerBorderBR {
	/* background: transparent !important; */
}
#widgetCalendar .datepicker a:hover{
	color:#FFFFFF; 
	text-decoration:underline;
	cursor:pointer;}

div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
.datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(/vms/images/datepicker/datepicker_t.png);
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(/vms/images/datepicker/datepicker_b.png);
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(/vms/images/datepicker/datepicker_l.png);
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(/vms/images/datepicker/datepicker_r.png);
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/vms/images/datepicker/datepicker_tl.png);
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/vms/images/datepicker/datepicker_tr.png);
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/vms/images/datepicker/datepicker_bl.png);
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/vms/images/datepicker/datepicker_br.png);
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}

div.datepicker tr td th {
	padding: 0;
}

div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
background-color:#000000;
border:2px solid #000000;
text-align:right;
}
div.datepicker th {
	text-align: center;
	color:#FFFFFF;
	font-weight: normal;
	border:none;
}
div.datepicker tbody th {
text-align:center;
}
div.datepicker tbody a {
	display: block;
	color:#FFFFFF;
}

th.datepickerWeek  {
	border:2px solid #000000;
	background-color:#666666;
}

th.datepickerMonth  {
	line-height:16px;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
	color:#FFFFFF;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	color:#FFFFFF;
}
td.datepickerNotInMonth a {
	color:#006600;
}
tbody.datepickerDays td.datepickerSelected{
	background: #009900;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #005000;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: center;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

a.previewlink {
	font-size:12px;
}

 #tooltip {  
     position:absolute;  
     z-index:9999;  
     color:#000;  
     font-size:10px;  
     width:180px;      
 }  
   
 #tooltip .tipHeader {  
     /* height:8px;  
     background:url(http://www.queness.com/resources/html/tooltip/images/tipHeader.gif) no-repeat;  */
 }  
   
 /* IE hack */  
 *html #tooltip .tipHeader {margin-bottom:-6px;}  
   
 #tooltip .tipBody {  
background-color:#333333;
color:#FFFFFF;
line-height:14px;
font-size:12px;
font-weight:bold;
padding:5px;
-webkit-border-radius: 4px;    /* for Safari */
-moz-border-radius: 4px;       /* for Firefox */
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
font-family:"Lucida Sans Unicode","Lucida Grande",Verdana, Arial; 
 }  
   
 #tooltip .tipFooter {  
     /* height:8px;  */
     /* background:url(http://www.queness.com/resources/html/tooltip/images/tipFooter.gif) no-repeat;  */
 } 
 
 .videomoreless {
color:#666666;
cursor:pointer;
float:left;
margin-top:3px;
text-align:right;
text-decoration:underline;
width:180px;
height:20px;
 }
 
.widgetfiltercontainer {
border-bottom:1px solid #FFFFFF;
float:left;
height:18px;
margin-bottom:2px;
padding-bottom:2px;
width:180px;
}

.widgetfiltercontainertable {
background-color:#666666;
float:right;
margin-bottom:0;
margin-top:-1px;
}

.widgetfilterinput {
font-size:11px;
height:11px;
width:173px;
}

.widgetfilterinputtable {
font-size:11px;
height:9px;
width:173px;
margin-right:3px;
}

.inputmessageinit {
color:#CCCCCC;
}

.captionwrapper {
float:left; 
}

#benchmarkinfo {
color:#666666;
font-size:12px;
font-weight:bold;
height:26px;
line-height:14px;
margin-bottom:10px;
width:600px;
}

.benchmarkzoom {
color:#FFFFFF;
cursor:pointer;
float:left;
margin-right:4px;
padding:3px 2px 2px;
position:relative;
}

.zoomtitle {
position:relative; 
float:left;
}

.zoomcontrols {
background:url("//static.liveclicker.net/vms/images/all-icons-v4.gif") no-repeat scroll -175px -436px transparent;
color:#666666;
font-size:12px;
font-weight:bold;
height:21px;
line-height:14px;
margin-bottom:10px;
padding-left:12px;
width:600px;
}

.singleheader {
background-color:#666666;
color:#FFFFFF;
float:left;
font-weight:bold;
height:17px;
margin-bottom:2px;
padding-left:6px;
padding-top:4px;
position:relative;
text-transform:uppercase;
width:594px;
}

#benchmarkcenter {
position:absolute;
top:100px; 
left:100px;
background-image:url('/vms/images/interestcenter_all.png');
width:90px;
height:90px;
}

#benchmarkcentercurrent {
position:absolute;
top:100px; 
left:100px;
background-image:url('/vms/images/interestcenter_selected.png');
width:90px;
height:90px;
}

.showinfo {
border:1px solid #efefef;
}

/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url(/vms/images/border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(/vms/images/border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(/vms/images/border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(/vms/images/border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-outer {
    background-color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-selection {  
}

.confidence {
font-size:11px;
font-weight:bold;
margin-top:1px;
}

.lowconfidence {
color:#990000;
}

.highconfidence {
color:#009900;
}

.emphasizetext {
font-weight:bold;
font-size:12px;
}

#blockstep {
font-size:12px;
}

.blockUI {
font-size:12px;
height:56px;
}

#timeblock {
font-size:12px;
}

.blockUI h1{
font-size:12px;
line-height:16px;
}

a.onblack {
color:#FFFFFF;
font-weight:normal;
}
a.selectedonblack {
color:#FFFFFF;
font-weight:bold;
}

.treemapscale {
background:url("//static.liveclicker.net/vms/images/all-icons-v4.gif") repeat-x scroll -8px -424px transparent;
float:right;
height:8px;
margin-right:25px;
width:148px;
}

.onblock {
float:left;
border:2px solid #333;
margin:7px;
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity: 0.7; 
}

.offblock {
float:left;
border:3px solid #FF3300;
margin:6px;
}

.advancedparam {
display:none;
}

#showadvanced {
cursor:pointer;
font-size:11px;
}

/* ZENDESK */

#zenbox_overlay { top:0; left:0; width: 100%; height: 100%; position: absolute; _position: absolute; z-index: 90000; }
#zenbox_overlay * { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-style:normal; font-variant:normal; font-size: 12px; color:#333;}

#zenbox_main #overlay_header {
  padding:6px 5px 1px 0; background-color:#333; 
  font-weight: bold; height:18px; border: solid 2px #000; 
}
#zenbox_main #overlay_header span {
  float:right; height:20px; padding-right:20px; background: transparent url(http://assets0.zendesk.com/external/zenbox/images/close.png) no-repeat 33px 0; 
  text-decoration:underline; font-size:11px; cursor:pointer; color: #fff; 
}

#zenbox_main #overlay_loading h2 {padding: 10px 0; font-size:28px; }

#zenbox_main { width: 550px; height: 620px; margin: 0 auto; z-index:2; position:relative; }
#zenbox_main div { padding: 5px 20px 0 20px; margin:0; background: #EEE; overflow:none; border-right: solid 2px #000; border-left: solid 2px #000; }
#zenbox_main h2 { margin: 11px 0 7px 0; font-size: 24px; color: #111; font-weight:normal;}
#zenbox_main p  { margin: 7px 20px 0 0; line-height:1.4em;}
#zenbox_main iframe { width: 100%; height: 100%; }

#zenbox_main #overlay_preamble h2, #zenbox_main #overlay_preamble p {text-align:left;} 

#zenbox_screen { top:0; left:0; z-index:1; width: 100%; position: absolute; background-color: #000; opacity: 0.42; filter:alpha(opacity=42); -moz-opacity: 0.42;}

a#zenbox_tab {
  top: 50%; left: 0; width: 38px; height: 108px; /* border: solid 1px; */cursor:pointer; text-indent:-5000px; 
  position: fixed; _position: fixed; z-index: 10000; overflow:hidden; margin-left: -20px;
}
a#zenbox_tab:hover {background-color: #444;}


/* NEW STUFF */

.id {
font-size:12px;
font-weight:bold;
margin:2px;
padding:1px;
}

.subitemintable {
float:left;
height:18px;
margin:0;
position:relative;
text-align:left;
width:100%;
}

.clickabletext {
cursor:pointer;
}

.largetabletext {
font-size:12px;
font-weight:bold;
}

.feedlink {
padding:1px;
background-color:#FFFFCC; 
border:1px solid #999999;
}

.feedlink a:link, .feedlink a:visited {
color:#666666;
}

.emailbtn {
height:14px;
padding:4px;
text-align:center;
text-transform:uppercase;
vertical-align:middle;
width:120px;
color:#333333; font-weight:bold;
margin-bottom:5px;
}

.storegetbtn {
color:#FFFFFF;
cursor:pointer;
float:left;
font-size:14px;
height:15px;
padding:3px 2px 2px;
position:relative;
text-align:center;
text-transform:uppercase;
vertical-align:middle;
width:84px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.getbtn {
height:14px;
padding:4px;
text-align:center;
text-transform:uppercase;
vertical-align:middle;
width:120px;
color:#333333; font-weight:bold;
margin-bottom:5px;
}



.storereadytodeploy {
background-color:#009000;
border:1px solid #DBDBDB;
}

.readytodeploy {
background-color:#EEFFEA;
border:1px solid #DBDBDB;
}

.notreadytodeploy {
background-color:#FFF4F0;
border:1px solid #DBDBDB;
}

.videoalreadyloaded {
background-color:#666;
border:1px solid #DBDBDB;
}

.feeddescription {
position:relative; 
float:left; 
width:303px;
height:14px;
margin-top:3px;
}

.feedurl {
position:relative; 
float:left; 
width:280px;
height:14px;
background-color:#FFFFCC;
border:1px solid #999999;
padding-top:1px;
padding-left:2px;
padding-right:2px;
padding-bottom:1px;

}
.productaffiliate {
background-color:#EFEFEF;
float:left;
line-height:16px;
margin-bottom:6px;
padding:2px;
position:relative;
width:352px;
}
.productaffiliateimg {
position:relative; 
float:left; 
width:48px;
height:40px;
}

.productaffiliateimg > img {
	padding:0;
}
.productaffname {
position:relative; 
float:left; 
width:300px;
height:30px;
}

.activityblock {
font-size:12px;
font-weight:bold;
padding:2px;
}

.playing {
border:1px solid #DBDBDB;
background-color:#EEFFEA;
color:#009900;
}

.paused {
background-color:#FFF4F0;
border:1px solid #DBDBDB;
color:#990000;
}

.widgettitlesmall {
	color:#666666; 
	font-size:14px;
}

.dragablethumb {
width:30px;
position:relative;
float:left;
}

.reportingtable tbody td a.dragablethumb {
height:24px;
width:30px;
position: relative;
float: left;
padding: 2px;
}

/* new dashboard uploader */

.quickleftnavbox {
position:relative;
float:left;
width:570px;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}
.quickleftnavitem {
cursor:pointer;
float:left;
font-size:10px;
padding-bottom:2px;
padding-left:3px;
padding-top:2px;
position:relative;
text-align:center;
width:110px !important;
width:114px;
height:14px;
font-weight:bold;
}

.quickunselected {
background-color:#F5F5F5;
color:#666666;
border-left:1px solid #FFFFFF;
}

.quickselected {
color:#FFFFFF;
background-color:#009900;
}

#uploadmyvideo {
background-color:#009900;
color:#FFFFFF;
cursor:pointer;
float:left;
font-size:11px;
font-weight:bold;
height:11px;
margin-top:9px;
padding-bottom:4px;
padding-top:1px;
position:relative;
text-align:center;
width:500px;
background-color:#666666;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.uploadinstruction {
float:left;
height:50px;
padding:15px;
position:relative;
line-height:16px;
}
.quickuploadbox {
float:left;
position:relative;
width:570px;
}

.brandcontainer
{
float:left;
position:relative;
width:570px;
margin-top:5px;
}

.storebrandname 
{
float:left;
font-size:11px;
font-weight:bold;
padding-left:5px;
padding-top:10px;
position:relative;
width:105px;
color:#666666;
}

.storebrandthumbs 
{
float:left;
position:relative;
width:460px;
}/* autocomplete stuff */
.ac_results {
	padding: 0px;
	background-color: Window;
	overflow: hidden;
	border: 1px solid #222;
	z-index:100;
			-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
	
}

.searchresultitem {
	position:relative; 
	float:left;
	width: 200px;
}

.searchresultthumb {
	position:relative; 
	float:left;
	width: 50px;
}

.searchboxunselected {
background-color:#333333;
border:1px solid #222;
color:#999;
cursor:pointer;
font-size:10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-left: 7px;

}

.searchboxselected {
	font-size:12px; 
	font-weight:bold;
}

.searchresultinfo {
	position:relative; 
	float:left;
	width: 150px;
}

.ac_even {
	background-color:#F5F5F5;
}

.ac_odd {
	background-color:#E4E4E4;
}

.ac_over {
background-color:#EDF2F5;
border-left:4px solid #2F434B;
color:black;
font-weight:bold;
}

.searchresultheader {
background-color:#2F434B;
color:#FFFFFF;
font-size:11px;
margin-left:-6px;
margin-top:-6px;
padding-bottom:4px;
padding-left:4px;
padding-top:6px;
width:230px;
}

.searchresultoffset {
	margin-top:6px;
}/* ============================================================================ */
/* ============ CUSTOM STYLES ========================================== */
/* ============================================================================ */

#logo{
    background:transparent url(//static.liveclicker.net/vms/images/all-icons.gif) no-repeat scroll -635px -7px;
	/*cursor:pointer;*/
	float:left;
	height:25px;
	width:144px;
	margin-left:9px;
    margin-top:9px;
}

#logoexchange{
    background:url(//static.liveclicker.net/vms/images/logoexchange.jpg) no-repeat;
	/*cursor:pointer;*/
	float:left;
	height:25px;
	width:203px;
	margin-left:9px;
    margin-top:9px;
}

#menu .head{
background:transparent url(//static.liveclicker.net/vms/images/all-backgrounds.gif) repeat-x scroll -1px -26px;
height:35px;
}

.nav{
background:transparent url(//static.liveclicker.net/vms/images/all-backgrounds.gif) repeat-x scroll -1px -67px;
height:19px;
border: #666666 solid;
border-width: 1px 0;
font-weight:bold;
width:100%;
float:left;
}

.nav2 {
background:transparent url(//static.liveclicker.net/vms/images/all-backgrounds.gif) repeat-x scroll 7px -89px;
}

.nav3 {
background-image:url(//static.liveclicker.net/vms/images/menu_bg_hover_v2.jpg);
color: #ffffff;
float: left;
text-decoration: none;
display:block;
}

#biglogo{
position:absolute;
top:110px;
left:50%;
margin-left:-352px;
background: url(//static.liveclicker.net/vms/images/logo.png) no-repeat;
width:704px;
height:88px;
}

#submenu {
background:transparent url(//static.liveclicker.net/vms/images/all-backgrounds.gif) repeat-x scroll -1px -4px;
height:22px;
clear: both;
}	

#submenumaster {
background:transparent url(//static.liveclicker.net/vms/images/all-backgrounds.gif) repeat-x scroll -1px -157px;
height:22px;
clear: both;
}	

#search {
float:right;
color:#FFFFFF;
width:360px;
margin:2px 0 -2px 0;
overflow:hidden;
}
.right_nav{
width:180px!important;
text-align:right;
float:left;
height:28px;
padding-top:5px;
display:none; 
}

#menu {
background-color:#000000;
}

#menu ul li {
display: inline;
margin:0;
}
.nav ul li a{
font-size:10px;
margin:0;
display:block;
text-align:center;
border: #666666 solid;
border-width:0 1px 0 0;
height:17px;
width:110px;
color: #ffffff;
float: left;
text-decoration:none;
padding-top:3px;
line-height:11px;
}
.nav ul li a:hover{
text-decoration:underline;
}
 .nav ul li a:active{
position:relative;
display:block;
padding-top:2px;
}



.currentnavlink {
color: #ffffff;
font-weight:bold;
text-decoration: none;
}

#submenuwrapper ul a, #submenuwrapper ul a:link {
	color: #ffffff;
	font-size:10px;
	text-decoration: none;
}

#submenuwrapper ul a:hover {
	text-decoration: underline;
}

.submenuseparator {
	color:#666666;
}

select.sidebarselect {
	margin-bottom:5px;
	width:182px;
}

/* ============================================================================ */
/* ============================================================================ */
/* ============================================================================ */