﻿/*----------------Tabs style--------------------------*/
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	line-height:26px;
	vertical-align : middle;
	font-size:10px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;	
    line-height:25px;
    background-image:url(images/MenuItemMiddle.png);
    background-repeat :repeat-x;  
	margin: 0px 1px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;	
    border-right: solid 1px #DCDCDC;
    border-left: solid 1px #DCDCDC;
    border-top: solid 2px #DCDCDC;
    border-bottom : solid 1px #DCDCDC;
    padding-left:15px;
    padding-right:15px;
    margin-right : 5px;
    margin-left:0px;
    color:#645f5b;
	font-weight:bold;
	font-size:12px;
	font-family:Tahoma;	
	text-decoration : none;
	vertical-align :middle;
	cursor:hand;
}

.TabbedPanelsTabHover 
{
    color:#fe5500;
	background-color: #eee;
}

.TabbedPanelsTabSelected {
	background-color: #fff;
	background-image:url(images/SearchBg.jpg);
	background-repeat: repeat-x;
	border-bottom : none;	
	color:#173670;
	height : 26px;
	text-decoration:underline;
}

.TabbedPanelsTab a {
	color: blue;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
    color:#404040;
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #fff;
	padding-top : 5px;
	padding-left:5px;
}

.TabbedPanelsContent {
	padding: 4px;
	text-align:left;
	line-height:15px;
}

.TabbedPanelsContentVisible {
}
