/*------------------------------------------------------------------------
# JA Zebrina 1.0 - Jan, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

a, a:hover, a:active, a:focus {
	color: #13BFDB;
}

.dropcap, .error, .message, .tips, {
	color: #13BFDB;
}

.highlight {
	background: #13BFDB;
}

.button, .button:hover, .submit, .submit:hover {
	background: url(../../images/frame/cyan/button-bg.gif) repeat-x top #13BFDB;
}

div.moduletable-hilite h3,
div.moduletable-pin h3,
div.moduletable-clip h3,
div.moduletable-task h3 {
	color: #13BFDB;
}

div.moduletable-hilite {
	border: 1px solid #13BFDB;
}


a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	color: #13BFDB;
}

#ja-topslwrap {
	border-bottom: 3px solid #13BFDB;
}



/*Tab menu */
/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
	display:none;
}

.tabber {}

.tabberlive {
	margin-top:1em;
}

ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #13BFDB;
	font: bold 11px Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #13BFDB;
	border-bottom: none;
	background: #2F2F2F;

}

ul.tabbernav li a:link { 
	color: #13BFDB; 
}
ul.tabbernav li a:visited {
	color: #13BFDB;
}

ul.tabbernav li a:hover
{
	color: #FFFFFF;
	background: #13BFDB;
	border-color: #13BFDB;
}

ul.tabbernav li.tabberactive a {
	background-color: #2F2F2F;
	border-bottom: 1px solid #2F2F2F;
	color: white;
	
}

/* Other Styles 
==============================================================================*/
.ratingicon {
background: url(../../images/frame/cyan/rating.gif) no-repeat;
}

#logo a {
		background: url(../../images/frame/cyan/logo.gif) no-repeat;
		}
		
/* Home Styles
-------------------------------------------------------*/

div.videoThumb span.title {
	color: #13BFDB;
	}
	
div.videoThumb span.rating {
	background: url(../../images/frame/cyan/video_badge_rating.gif) no-repeat center center;

	}


/* Form Sections ======================================================================== */

/* Fieldset  */
fieldset {
	position:relative;
	margin: 1em 0px 20px 0;
	padding: 2em 10px 10px 10px;
	background-color:#2F2F2F;
    border-top:1px dotted #F29A3E;
	border-right:1px dotted #F29A3E;
	border-left:5px solid #F29A3E;
	border-bottom:1px solid #F29A3E;
	overflow: auto;
}

legend {
	line-height: 100%;
	position:absolute;
	padding: 3px 5px;
	top: -10px;	
	background-color:#2F2F2F;
	border-top:1px dotted #F29A3E;
	border-right:1px dotted #F29A3E;
	border-left:5px solid #F29A3E;
	border-bottom:1px solid #F29A3E;
	color:#F29A3E;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;
} 	 

fieldset fieldset  {
}
fieldset fieldset legend {
}

.inlineSection {
	overflow: auto;
	width: 100%;	
}

form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;	
	line-height: normal;	
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#ecefcb;
}
form .alternate-1 td {
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;	
}
form .alternate-0 {
}
/* Combo Label + Input Field =========================================================== */
form .oneField {
	margin: 6px 0;
	display: block;
	vertical-align: middle;
}
form .inlineSection .oneField {
	margin-right: 2px;
	white-space: nowrap;	
	display: inline;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}
