@charset "UTF-8";

/* ---------------------- TABS ---------------------- */

.subsection_tabs {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0px;
	clear: both;
	border-bottom: 3px solid #2A65DB;
	height: 27px;
	clear: both;
}

.subsection_tabs li.tab {
	float: left;
	margin-right: 7px;
	text-align: center;
	vertical-align: middle;
}

.subsection_tabs li.tab a {
	font-weight: bold;
	display: block;
	height: 20px;
	padding: 6px 10px 1px 10px;
	background-color: #ddd;
	color: #fff;
	width: 80px;
	text-decoration: none;
	vertical-align: middle;
}

.subsection_tabs li.tab a:hover {
	color: #333;
}

.subsection_tabs li.tab a.active {
	background-color: #2A65DB;
}

.subsection_tabs li.source_code {
	float: right;
}

/* ---------------------- SCROLL BAR ---------------------- */

._scrollbar_container {
	position: relative;
	width:100%;
}


._scrollbar_track {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 8px;
	background-color: transparent;
	cursor: move;
}

._scrollbar_handle {
	width: 8px;
	background-color: #2A65DB;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.5;
	-moz-opacity: 0.5;
}

._scrollbar_content {
	overflow: hidden;
	width: 100%;
	height: 250px;
	text-align: left;
}

/* ---------------------- MODAL WINDOW ---------------------- */

#control_overlay {
	background-color:#666;
}

.modal{
	background-color:#fff;
	border:2px solid #2A65DB;
	/* mozilla */
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	/* safari */
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.tooltip {  
    border:2px solid #eee;
    padding:5px;  
    background-color:#fff;
    /* mozilla */
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	/* safari */
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
} 

/* ---------------------- SIMPLE WINDOW ---------------------- */


 .simple_window {  
     text-align:left;  
     font-family:"Lucida Grande",Verdana;  
     font-size:12px;  
     color:#333;
 }

