/*custom_layout.css*/
/* 960 Grid */
.grid-960 {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

* html .grid-960 {
	width: 920px;
}

/*
.controls-visible .grid-960 {
	background-image: url(../images/custom/grid-960.png);
}
*/

.grid-960 .aui-mod,
.grid-960 .lfr-portlet-column {
	margin-left: 10px;
	margin-right: 10px;
}

.grid-960 .aui-mod .aui-lay,
.grid-960 .lfr-portlet-column .aui-lay {
	height: auto;
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
}

* html .grid-960 .aui-mod .aui-lay,
* html .grid-960 .lfr-portlet-column .aui-lay {
	zoom: 1;
}

/*custom_color.css*/
/* Color */
.tabs-slide
{
	background-color: #FFFFB2;
}

/*custom_font.css*/
.tabs-slide a
{
	font-weight: bold;
}

.tabs-slide .heading
{
	font-size: 1em;
}

.tabs-slide a:hover,
a {
	text-decoration: none;
}

/*custom_css3.css*/
/* Gradient */

.tabs-slide
{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #DDD), color-stop(1.0, #F0F0F0));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#DDDDDD', EndColorStr='#F0F0F0');
}

/* Border Radius */
.tabs-slide
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Box Shadow */
.tabs-slide
{
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

/*custom_specific.css*/
/* Specifics */
/* Tabs Slide */

.tabs-slide,
.tabs-slide .heading,
.tabs-slide .content,
.tabs-slide .content-inner {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
}

.tabs-slide .content {
	padding: 0 40px;
}

.tabs-slide .heading {
	float: left;
}

.tabs-slide .heading a {
	padding: 0 20px;
}

.tabs-slide ul {
	margin: 0 -16px;
	position: absolute;
	width: 9999em;
}

.tabs-slide li,
.tabs-slide a {
	float: left;
	height: 50px;
  list-style: none;
}

.tabs-slide li {
	background: none;
	padding: 0;
}

.tabs-slide a {
	background: none no-repeat center center;
	display: block;
	padding: 0 16px;
}

.tabs-slide img {
	visibility: hidden;
}

.tabs-slide .heading {
	border-right: 1px solid #F0F0F0;
}

.tabs-slide .content {
	border-left: 1px solid #CACACA;
}

.tabs-slide .item {
	height: 50px;
	position: absolute;
	width: 16px;
	top: 0;
}

.tabs-slide .prev {
	background: url(../images/custom/tabs-slide_prev.png) no-repeat center;
	left: 12px;
}

.tabs-slide .next {
	background: url(../images/custom/tabs-slide_next.png) no-repeat center;
	right: 12px;
}


