/************ LIGHT VERSION **********/

.light .tabs li {
	background-color: #065ad7; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #065ad7, #0a2260); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#065ad7', endColorstr='#0a2260'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#065ad7', endColorstr='#0a2260'); /* IE8 */
	background: -ms-linear-gradient(top, #065ad7, #0a2260); /* IE9 */
	background: -moz-linear-gradient(top, #065ad7, #0a2260); /* Firefox */ 
	background: -o-linear-gradient(top, #065ad7, #0a2260); /* Opera 11  */
	background: -webkit-linear-gradient(top, #065ad7, #0a2260); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #065ad7), color-stop(1, #0a2260)); /* Chrome 10, Safari */	
	}

.light .tabs li .active {
	background-color: #065ad7; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #065ad7, #0a2260); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#065ad7', endColorstr='#0a2260'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#065ad7', endColorstr='#0a2260'); /* IE8 */
	background: -ms-linear-gradient(top, #065ad7, #0a2260); /* IE9 */
	background: -moz-linear-gradient(top, #065ad7, #0a2260); /* Firefox */ 
	background: -o-linear-gradient(top, #065ad7, #0a2260); /* Opera 11  */
	background: -webkit-linear-gradient(top, #065ad7, #0a2260); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #065ad7), color-stop(1, #0a2260)); /* Chrome 10, Safari */	
	}

.light .panes, .light .panes-scroll, .light .no-bg > div {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #cccccc); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #cccccc)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc')"; /* IE8 */	
}

.light .panes > div, .light .panes-scroll > div {
	color: #000;
}

.light .panes > div h2, .light .panes-scroll > div h2 {
	color: #000;
}