/*****************************/
/*** Core html setup stuff ***/
/*****************************/
html {
	overflow: hidden;
}
body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}
.no-iframe {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #555;
	color: #fff;
	padding:0;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
	line-height: 18px;
	height:20px;
	width:20px;
	display:block;
	text-align:center;
	cursor: pointer;
}

.no-iframe:hover {
	background: #ccc;
	color: #333;
}
.demo-overlay {
background:url(images/bg.png);
position: absolute;
top: 46px;
right: 0;
bottom: 0;
left: 0;
z-index: 200;
}
.demo-overlay .loader-wrapper {
width: 50px;
height:50px;
margin: 200px auto 0;
padding: 20px;
background-color: #fff;
border-radius: 1em;
box-shadow:0 0 5px 5px #999;
}
.demo-overlay .loader-wrapper .loader {
width: 100%;
height: 100%;
background: url(images/loader.gif) no-repeat center center;
}
.demo-overlay.hide {
display: none;
} 
.iframe-wrapper {
    bottom: 0;
    left: 0;
    margin-top: 46px;
    position: absolute;
    right: 0;
    top: 0;
}


#iframe {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}
#vtemdemonav{
background: #444 url(images/bar_bg.png) left top repeat-x; /* Old browsers */
height:46px;
z-index:2000;
position:relative;
}
.vtemdemowapnav{width:980px; margin:0 auto; padding:0; position:relative;}
.vtemdemojoinnow{
background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top,  #87e0fd 1%, #53cbf1 3%, #05abe0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#87e0fd), color-stop(3%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #87e0fd 1%,#53cbf1 3%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #87e0fd 1%,#53cbf1 3%,#05abe0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #87e0fd 1%,#53cbf1 3%,#05abe0 100%); /* IE10+ */
background: linear-gradient(top,  #87e0fd 1%,#53cbf1 3%,#05abe0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
padding:8px 25px;
font-size:14px;
font-weight:bold;
color:#fff;
display:block;
float:right;
text-decoration:none;
margin:6px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
display:none;
}
.vtemdemofaq{
background: #6e7687; /* Old browsers */
background: -moz-linear-gradient(top,  #6e7687 1%, #606c88 2%, #3f4c6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6e7687), color-stop(2%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6e7687 1%,#606c88 2%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6e7687 1%,#606c88 2%,#3f4c6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6e7687 1%,#606c88 2%,#3f4c6b 100%); /* IE10+ */
background: linear-gradient(top,  #6e7687 1%,#606c88 2%,#3f4c6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e7687', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
padding:8px 25px;
font-size:14px;
font-weight:bold;
color:#fff;
display:block;
float:right;
text-decoration:none;
margin:6px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
display:none;
}
.vtemdemojoinnow:hover,.vtemdemofaq:hover{
background: #ff8800; /* Old browsers */
background: -moz-linear-gradient(top,  #ff8800 0%, #cc6600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8800), color-stop(100%,#cc6600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff8800 0%,#cc6600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff8800 0%,#cc6600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff8800 0%,#cc6600 100%); /* IE10+ */
background: linear-gradient(top,  #ff8800 0%,#cc6600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#cc6600',GradientType=0 ); /* IE6-9 */
}
#vtemdemomenuone{
background: #ccc; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
padding:0 15px;
font-size:14px;
font-weight:bold;
color:#444 !important;
display:block;
float:left;
text-decoration:none;
margin:6px 0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
width:300px;
height:30px;
line-height:30px;
cursor:pointer;
position:relative;
}
#vtemdemomenuone span.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #999999;
    content: "↑";
    display: inline-block;
    height: 0;
    margin-left: 0;
    margin-top: 7px;
    position: absolute;
    right: 10px;
    top: 6px;
    vertical-align: top;
    width: 0;
}
#vtemdemoselectbox {
	position: absolute;
	left: 250px;
	top: 0px;
	background:url(images/choose.png) no-repeat right center;
	padding-right:122px;
}
#vtemdemoselectbox select {
	margin-top: 25px;
	width: 270px;
	overflow: hidden;
	color: #666;
	background: #111;
	height: 22px;
}
#vtemdemolist{
	position: absolute;
	z-index: 35000;
	padding: 5px 7px 8px 0;
	overflow: hidden;
	background:#ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	left:0;
	width:323px;
}
#vtemdemolist div {
	padding: 0 1em 1em;
	max-height: 352px;
	overflow: auto;

}
#vtemdemolist div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#vtemdemolist div ul li a {
	font-size: 12px;
	outline: none;
	display: block;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	padding:0 5px;
	border-bottom: 1px solid #bbb;
}
#vtemdemolist div ul li a:hover { 
	background-color: #333;
	color: #f90;
}
#vtemdemolist div ul li a.selected{background:url(images/current.gif) no-repeat 95% center #555; color:#ccc;}
.vtemdemo-tooltip {
	background:#555;
	padding:10px;
	z-index: 9999999999;
	text-align: center;
	border:1px solid #666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.vtemdemo-tooltip .tip-title p {
	color: #ddd;
	font-size: 12px;
	font-weight: bold;
	margin:0;
	padding:0;
}

.vtemdemo-tooltip .tip-text {
	margin-right: 0px;
	margin-top: 5px;

}

.vtemdemo-tooltip .error {
	background: none;
	width: 220px;
	height: 155px;
}

#iframe .leftbar .toolbar{ display:none !important;}