/* ####################################################### */
/* ###### Created by Junior Madureira on 28/08/07 ######## */
/* ###### SKY TV Website by Fourthmedia           ######## */
/* #######Copyright 2007 by Fourthmedia - DONT COPY ###### */
/* ####################################################### */

.Tabbed_panel_main {
	height:100%;
}


.Tabbed_panel_container {
	background:url(Images/BluePanel_Inner_Bg.gif) left bottom repeat-x ;	
}

.Tabbed_panel {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:0px solid #999999;
	padding:10px 10px 0 10px;
	width:100%;
	height:100%
}

.Tabbed_panel_tab {
	background-color:#f9f7eb;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	padding:7px 7px 0 7px;
	height:18px !important;
	width:auto
}


.Tabbed_panel_notab {
	
	border-bottom:1px solid #999999;

}

.Tabbed_panel_title {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase
}

.Tabbed_panel_content {
	width : auto;
	border-collapse : collapse;
	font-size:10px
}

.Tabbed_panel_inner { 
	border-bottom:1px solid #999999;
	background:url(Images/BluePanel_Inner_Bg.gif) left bottom repeat-x #f9f7eb;
}

.Tabbed_panel_footer {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	height:35px
}

.Tabbed_panel_actiontools{
	text-align:right;
	vertical-align:bottom;
	padding-top:5px
}