/* fetp-toolbar css */

.fetp-tab {
  	background: url(../img/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 15000; /* Stay on top of most elements */
}

.fetp-tab ul.fetp-toggler {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0 23% 0 0;
	right: 150px;
  	color: white;
  	font-size: 12px;
	text-align: center;
	z-index: 15000;
}

.fetp-tab ul.fetp-toggler li.left {
  	background: url(../img/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.fetp-tab ul.fetp-toggler li.right {
  	background: url(../img/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.fetp-tab ul.fetp-toggler li {
 	text-align: left;
  	padding: 0 15px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../img/tab_m.png) repeat-x 0 0;
}

.fetp-tab ul.fetp-toggler li a {
	color: #15ADFF;
	text-decoration: none;
}

.fetp-tab ul.fetp-toggler li a:hover {
	color: white;
}

.fetp-tab .sep {color:#414141}

.fetp-tab a.fetp_open, .fetp-tab a.fetp_close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	min-width: 100px;
	position: relative;
	top: 11px;
}

.fetp-tab .arr {
	font-size: 20px;
	font-weight: bold;
}

.fetp-tab a.fetp_open {background: url(../img/bt_open.png) no-repeat left 0;}
.fetp-tab a.fetp_close {background: url(../img/bt_close.png) no-repeat left 0;}
.fetp-tab a:hover.fetp_open {background: url(../img/bt_open.png) no-repeat left -19px;}
.fetp-tab a:hover.fetp_close {background: url(../img/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#fetp-toppanel {
    /*position: absolute; */  /*Panel will overlap  content */
    position: relative;   /*Panel will "push" the content down */
    top: 0;
	left: 0;
    width: 100%;
    z-index: 15000; /* Stay on top of most elements */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	font-family: Tahoma, Arial;
	line-height: 1.8!important;
}

#fetp-panel {
	width: 100%;
	height: 250px;
	color: #999999;
	background: #272727;
	overflow-x: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#fetp-panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#fetp-panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#fetp-panel p {
	margin: 5px 0!important;
	padding: 0;
}

#fetp-panel a {
	text-decoration: none;
	color: #15ADFF;
}

#fetp-panel a:hover {
	color: white;
}

#fetp-panel select {
	padding: 3px 5px;
	border: #555 1px solid;
	font: 11px Tahoma;
	margin-top: 6px;
}

#fetp-panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 11px;
}

#fetp-panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#fetp-panel .content .right {
	border-right: 1px solid #333;
}

/* button */
.fetp-button {
	color:#ffffff!important;
	padding: 6px;
	display: block;
	margin: 10px 0 6px;
	font-size: 13px;
	width: 100px;
	text-align: center;
	font-style:normal;
	background-color:#4392d4;
	border: 1px solid #0373d1;
	/*text-shadow: 0 1px 0 #dddddd;*/
	background: -moz-linear-gradient(top, #4392d4, #0373d1) !important;
	background: -webkit-linear-gradient(top, #4392d4, #0373d1) !important;
	background: -o-linear-gradient(top, #4392d4, #0373d1) !important; 
	background: -ms-linear-gradient(top, #4392d4, #0373d1) !important; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.fetp-button:hover {
	background-color:#0d7fdf;
	background: -moz-linear-gradient(top, #549edd, #0d7fdf) !important;
	background: -webkit-linear-gradient(top, #549edd, #0d7fdf) !important;
	background: -o-linear-gradient(top, #549edd, #0d7fdf) !important; 
	background: -ms-linear-gradient(top, #549edd, #0d7fdf) !important; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.fetp-button:focus {
	outline: none;
}

.fetp-exit {
	display: block;
	margin-top: 15px;
	font-size: 13px;
	max-width: 50%;
}