
/*----------------------------------------------------------------------
							Administration ToolBar
							DO NOT EDIT THIS SECTION!
----------------------------------------------------------------------*/			
			
#adminToolBar {

	position: fixed;
	top: 0px;
	left: 15px;
	width:100%;
	height: 36px;
	border-collapse: collapse;
	color: #000;
	padding: 0px;
	
	z-index: 1000;
	margin: 0 0 40px 0;
}

#loggedAs {
	display: inline-block;
	height: 100%;
	padding: 7px 10px 0px 0px;
}

#adminToolBar tr td {
	vertical-align: middle;	
}

a.tab {
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	padding: 20px 20px 12px 30px;
	background-color: #ffffef;
	border: 1px solid #f4b133;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	color: #000;
	margin-right: 6px;
}

#tab1 {
	background-image:url(../images/design/lightning.png);
	background-position: 10px 18px;
	background-repeat:no-repeat;
}

#tab2 {
	background-image:url(../images/design/wrench.png);
	background-position: 10px 18px;
	background-repeat:no-repeat;
}

a.tab:hover, a.active.tab {
	padding-bottom: 20px;
}

#outTabsTd {
	width:100%;
	padding: 0px;
	margin: 0px;
	padding-right: 40px;
}

.outTabs {
	margin-top: -7px;
	width:100%;
	/*height: 100%;*/
	background: #ffffef;
	border: 1px solid #f4b133;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;	
	text-align: right;
	padding: 10px 20px 15px 12px;
}

.tabPanel {
	position: fixed;
	top: 50px;
	left: 15px;
	display: none;
	background: #ffffef;
	border: 1px solid #f4b133;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	width: 800px;
	height: 500px;
	padding: 30px 100px 30px 100px;
	filter: alpha(opacity=85);
	opacity: .95;
	z-index: 9999;
}

.tabPanel iframe {
	width: 100%;
	height: 100%;
}

.button {
	background:url(../images/design/button.gif);
	display:block;
	height:30px;
	width:150px;
	line-height:29px;
	text-decoration:none;
	color:#000;
}

#togglePreview {
	float: left;
	margin-left: 13px;
}

.gopreview {
	background:url(../images/design/eye.png) no-repeat 35px 8px;
	text-indent:55px;
	display:block;
	float: left;
}

.goedit {
	background:url(../images/design/pencil_go.png) no-repeat 28px 8px;
	text-indent:48px;
	display:block;
	float: left;
}

.logout {
	background:url(../images/design/door_out.png) no-repeat 35px 8px;
	text-indent:55px;
	display:block;
	float: left;
}

