#header {
	background-color:#BFAC60;
	padding:8px;
	clear: both;
	width: 100%;
	height: 100px; }
#left {
	float:left;
	clear: both;
	width:81px;
	padding:8px;
	background-color:#dc8; }
#right {
	float:right;
	width:81px;
	padding:8px;
	background-color:#dda }
#center {
	margin-right:215px;
	margin-left:215px;
	padding:8px;
	background-color:#eec; }
#footer {
	clear:both;
	background-color:#CCC08F;
	padding:8px;
	width: 100%;
	height: 30px; }

#vrEditReport {
	width: 100%;
	height: 30px;
	background-color: #666;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 2px solid #000;
	padding: 5px 0 0 0;
	color: #FFF;
	font-size: 12px;
	font-family: helvetica, sans-serif;
}

#vrEditor {
	float: left;
	clear: both;
	margin: 50px 0;
	border: 1px solid #666;
	padding: 10px;
}

#editorCSS {
	float: left;
	clear: both;
}

#editorHTML {
	float: left;
	margin-left: 20px;
}

#editorCSS textarea {
	background-color: #D4FCFF;
	border: 1px solid #666;
}

#editorHTML textarea {
	background-color: #FFDC87;
	border: 1px solid #666;
}

#vrEditor textarea {
	width: 500px;
	height: 300px;
	text-align: left;
	font-family: helvetica, sans-serif;
	padding: 5px;
	font-size: 14px;
	clear: both;
	float: left;
}

.buttonGroup {
	padding: 10px 0;
	float: left;
	clear: both;
}

.headerClears {
	float: left;
	clear: both;
	padding: 0 0 10px 0;
}


#vrPower {
	text-align: right;
	margin: 0 auto;
	font-size: 10px;
	padding: 20px;
}

#vrPower a {
	color: #CCC;
}

#vrPower a:hover {
	text-decoration: none;
}

.paginator_simple_active {
    width: 25px;
    height:25px;
    float:left;
}

.paginator_simple_inactive {
    width: 25px;
    height:25px;
    float:left;
}

.paginator_simple_inactive div {
    display : none;
}

.paginator_simple {
    float: left;
    clear: both;
    width: 70px;
}

.paginator_simple a {
	display:inline;
}

/* ReportPlayer */
.ReportPlayerPanelBucketContainer {
	background-color:#000;
	background-repeat:no-repeat;
	float:left;
	margin:0;
	width:100%;
}

.ReportPlayerPanelBucket {
	background-image:url(/images/embed_player_bucket_bg.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:white;
	cursor:pointer;
	display:block;
	float:left;
	height:25px;
	padding-left:28px;
	padding-top:15px;
	text-decoration:none;
	width:145px;
}

.ReportPlayerPanelBucket:hover {
	color:yellow;
}

a.ReportPlayerPanelCurrentBucket {
	color:yellow;
	background-image:url(/images/embed_player_bucket_bg_hover.png);
}

.ReportPlayerPanel {
	width:350px;
	padding:0px 10px 0px 10px;
}

.QPaginatorSimplePrevious {
	background-image: url('/images/blog_prev.png');
	height:34px;
	width:25px;
}

.QPaginatorSimpleNext {
	background-image: url('/images/blog_next.png');
	height:34px;
	width:25px;
}
/***************** Timeout Dialog *****************/

#timeoutDialog {
	background:#fff url("/images/pop_up_bg.png") repeat-x bottom;
    border-radius:10px;
	padding:20px;
}

