/*
 * CSS for Plugin: Tab Slide
*/
.tab_slide_wrapper {
	font-family: 'calibri','Lucida Grande',Verdana,Arial,Sans-Serif; 
	height:100%;
	margin:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100000;
}
#tab_slide {
	position: fixed;
}
#tab_slide_background {
    /*border-radius: 10px;*/
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#CCCCCC));
	background: -o-linear-gradient(top, #000, #AAA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#AAAAAA');
	*/
}
#tab_slide_content {
	position:relative; 
	z-index:1000; 
	overflow:show;
}
.tab_slide_corners_left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.tab_slide_corners_right {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#tab_slide_include{
	padding: 30px 20px 20px 20px;	
}
/***********************
 * Custom toggle class
 */
.make_it_slide {
	/* custom class you can use to toggle the slide */
}
/**********************
 * Default tab css
 */
/* Chrome and Safari overlap fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #tab_toggle { 
 	/* position: fixed; */
	right:0;
 }
}
#tab_toggle {
	position: absolute;
	text-align:center;
	top: 45%;
	width: 20px;
	/*height: 70px;*/
	z-index: 10000;
	overflow: hidden;
}
#tab_toggle:hover {
	cursor: pointer;
}
#tab_toggle_bg:hover {
	cursor: pointer;
}
#tab_toggle:active {
    -webkit-animation-name: spin; 
    -webkit-animation-iteration-count: infinite; 
    /*-webkit-animation-timing-function: ease-in-out;*/
    -webkit-animation-duration: 1s; 
}
/************************************************
 * Text based tab - IN THE PRO version BUT NOT USED HERE?
 */
.tab_text_bg0  {
	height: 24px;
	background-color: #FFF;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	top: 45%;
	width: 24px;
}

#tab_title_wrap:hover {
	cursor: pointer;
	/*color: #fff;*/
}
#tab_image_wrap {
	position: fixed;
}
#tab_title_wrap {
	position: relative;
	display:block;
	font-weight:bold;
    font-size:12pt;
    font-family: 'calibri','Lucida Grande',Verdana,Arial,Sans-Serif;
    color:#606060;
    overflow: visible;
	-webkit-transform: rotate(90deg);  /* Saf3.1+, Chrome */
	    -moz-transform: rotate(90deg);  /* FF3.5+ */
	       -o-transform: rotate(90deg);  /* Opera 10.5 */
	         zoom: 1;
}
#tab_title_wrap .span{
	vertical-align: middle;
	margin: 0 auto;
}

.tab_text_left {
	border-top-left-radius: 4px!important;
	border-bottom-left-radius: 4px!important;
	box-shadow: 0 0px  1px #ccc;
	left: -24px;
	z-index: 1 !important;
}
.tab_text_right {
	border-top-right-radius: 4px!important;
	border-bottom-right-radius: 4px!important;
	box-shadow: 1px 0px 1px #ccc;
	right: -24px;
}
/******************************************
 * Adjust the text offset for open/close
 */
.open_letter_reset {
	    margin-top: 0px;
}
.close_letter_reset {
	    margin-top: 0px;
}
/*******************
 * Image based tab
 */
 .open_action {
	position: fixed;
    background-image: url("images/TabSlide.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
	width:50px;
    height: 50px;
    top: 45% !important;
}
.closed_action {
	position: static;
	background-image: url('images/close.gif') !important;
    background-size: 12px 12px;
    background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	margin-top: 7px;
}

/* Tab Content */
.newline {
	display: block;
	line-height: 0.7em; 
}

.reset_right {
	right: 0;
}
.reset_left {
	left: 0;
}
.float_left {
	float: left;
	margin-left: 7px;
}
.float_right {
	float_right;
	margin-right: 7px;
}
#timer .hidden{display: none;}
#timer .shown{display: block;}