﻿/* --------------------------------------------------------------------------------- */
/*                              ASP.NET Ajax tabContainer                            */
/* --------------------------------------------------------------------------------- */

.tab_container
{
	width: 857px;
	height: auto;
	padding: 0;
}

/* --------------------------------------------------------------------------------- */
/*                                        Header                                     */
/* --------------------------------------------------------------------------------- */

.tab_container .ajax__tab_header
{
	float: left;
	width: 710px;
	height: 31px;
	margin: 0;
	padding: 0 0 0 147px;
	background-image: url(/images/portal/bg_tab_header.png);
	background-repeat: no-repeat;
	background-position: 7px 2px;
}

*html .tab_container .ajax__tab_header
{
	z-index: 2;
}

.tab_container .ajax__tab_header span
{
	float: left;	
}

.tab_container .ajax__tab_header .ajax__tab_active
{
	position: relative;
	display: block;
	width: 141px;
	height: 33px;
	background-image: url(/images/portal/bg_tab_active.png);
	background-repeat: no-repeat;
}

.tab_container .ajax__tab_header span.ajax__tab_active span.tab_header
{
	color: #aec23f;
	background-image: none;
	overflow: hidden;
}

.tab_container span.tab_header
{
	display: block;
	height: 31px;
	width: 141px;
	cursor: pointer;
	line-height: 31px;	
	text-align: center;
	color: #4f4f4f;
	font-size: 16px;
	font-family: Lucida Sans, Helvetica, Arial;
	background-image: url(/images/portal/bg_tab.png);
	background-repeat: no-repeat;
}

/* --------------------------------------------------------------------------------- */
/*                                        Content                                    */
/* --------------------------------------------------------------------------------- */

.tab_container .ajax__tab_body
{
	float: left;
}

*html .tab_container .ajax__tab_body
{
	position: relative;
	height: 488px;	
	width: 586px;
}

.tab_container .tab_content
{
	width: 831px;
	height: 401px;
	margin: 0;
	padding: 16px 13px 16px 13px;
	background-image: url(/images/portal/bg_tab_content.png);
	background-repeat: no-repeat;	
}

*html .tab_container .tab_content
{
	position: absolute;
	margin-top: -2px;	
	z-index: 1;
}

.tab_container .tab_content .left
{
	float: left;
	width: 600px;
	height: 425px;
	margin: 0;
	padding: 0;	
}

.tab_container .tab_content .left .spotlight
{
	float: left;
	width: 600px;
	height: 400px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #FFF;
	background-image: url(/images/portal/playbutton_layer_600x400.png);
	background-repeat: no-repeat;
}

.tab_container .tab_content .left .spotlight block_imageTab1,
.tab_container .tab_content .left .spotlight block_imageTab2,
.tab_container .tab_content .left .spotlight block_imageTab3,
.tab_container .tab_content .left .spotlight block_imageTab4,
.tab_container .tab_content .left .spotlight block_imageTab5
{
	background-position: center center;	
}

.tab_container .tab_content .left .options
{
	float: left;
	width: 600px;
	height: 20px;
	margin: 5px 0 0 0;
	padding: 0;	
}

.tab_container .tab_content .left .options input.alignLeft
{
	float: left;
	margin: 0 0 0 5px;	
}

.tab_container .tab_content .left .options input.alignRight
{
	float: right;	
	margin: 0 5px 0 0;
}

.tab_container .tab_content .right
{
	float: left;
	width: 231px;
	height: 400px;
	margin: 0;
	padding: 0;	
}

.tab_container .tab_content .right .info
{
	width: 221px;
	height: 400px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #666;
	font-size: 11px;
	font-family: Lucida Sans, Helvetica, Arial;
	line-height: 18px;
	overflow: hidden;
}

.tab_container .tab_content .right .info h3.title
{
	margin: 0;
	padding: 0;
	font-weight: normal;	
}

.tab_container .tab_content .right .info h3.title span
{
	font-size: 16px;
}

.tab_container .tab_content .right .info span
{
	display: block;
	width: 221px;
	font-size: 12px;
}

.tab_container .tab_content .right .info h3
{
	display: block;
	width: 221px;
	height: auto;
	margin: 10px 0 20px 0;
	padding: 0;
	color: #aec23f;
	font-size: 16px;
	font-weight: normal;	
}

.tab_container .tab_content .right .info a
{
	color: #aec23f;
	text-decoration: none;
}