/* Position the parent container */

.tejas-container { 
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.tejas-container a, .tejas-container div {
	font-weight: normal;
	outline: none;
}

.tejas-container .tejas-controls {
	position: absolute;
	bottom: -5px;
	padding: 5px 5px 3px 5px;
	height: 31px;
}

.tejas-controls .tejas-sliders {
	height: 13px;
	margin: 5px 0 0 0;
}

.tejas-controls .playback-button {
	margin: -3px auto 0 auto;
	padding: 0 0 0 1px;
	width: 18px;
	height: 17px;

}

.tejas-controls .text-timeline {
	text-align: center;
	width: 112px;
	height: 15px;
	position: absolute;
	left: 20px;
	top: 3px;
}

.tejas-controls .tejas-volume {
	width: 138px;
	position: absolute;
	right: 20px;
	top: 3px;
}

.tejas-controls .seeked-time {
	position: absolute;
	margin: -35px 0 0 -10px;
	background: #FFF;	
	padding: 2px 5px;
	border: 1px solid #999;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	z-index: 101;
}

.tejas-controls .tejas-volume>*{
	float: left;
}

.tejas-controls .tejas-volume .fs-button, .tejas-controls .tejas-volume .mute-button{
	padding: 0 0 0 2px;
	width: 17px;
	height: 17px;
}

.tejas-controls .tejas-volume .fs-button{
	margin: 0 0 0 5px;
}


/* Styling for the seekbar */

.tejas-controls .ui-slider.slider-timeline { 
	position: relative; 
	text-align: left; 
	height: 3px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	cursor: pointer;
	z-index: 5;
	background: none;
	overflow: hidden;
}

.tejas-controls .ui-slider.slider-timeline .ui-slider-handle { 
	display: none; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border: 1px solid #4297d7; 
	outline: none;
	position: absolute; 
	z-index: 2; 
	width: 5px; 
	height: 6px;
	cursor: pointer;
	top: 0em;  
}

.tejas-controls .ui-slider-horizontal.slider-timeline .ui-slider-range {
	background: #b0b0b0;
}

/* Optional buffered slider */

.tejas-controls .ui-slider.slider-buffer { 
	position: relative; 
	text-align: left; 
	height: 3px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	cursor: pointer;
	margin-bottom: -4px;
	z-index: 2;
	background: #fff;
	border: none;
}

.tejas-controls .ui-slider-horizontal.slider-buffer .ui-slider-range {
	background: #dedede;
	z-index: 7;
}

.tejas-controls .ui-slider-horizontal.slider-buffer .ui-slider-handle {
	display: none;
}

/* Styling for the volume slider */

.tejas-controls .ui-slider.slider-volume {
	width: 80px;
	height: 6px;
	margin: 4px 0 0 8px;
}

.tejas-controls .ui-slider.slider-volume .ui-slider-handle { 
	outline: none;
	position: absolute; 
	z-index: 2; 
	width: 12px; 
	height: 12px;
	-moz-border.ui-slider.slider-volume .ui-slider-handle { 
	outline: none;
	position: absolute; 
	z-index: 2; 
	width: 12px; 
	height: 12px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.tejas-controls .ui-slider.slider-volume .ui-slider-range {
	background: #dedede; 
}

.tejas-container .logo {
	display: block;
	position: absolute;
	top: 10px;
}

.tejas-container .logo.left {
	left: 10px;
}

.tejas-container .logo.right {
	right: 10px;
}