.Contitle_Transparent
{
	font-weight: normal;
	color: #FFFFFF;
	font-family: Tahoma, Arial;
}

/* -- ASPxTabControl, ASPxPageControl -- */
.dxtcControl 
{
	font: 12px Tahoma;
	color: white;
	background-color: Transparent;
}
.dxtcControl a
{
	text-decoration: none;
	color: white;
}
.dxtcLoadingPanel
{
	font: 12px Tahoma;
	color: #303030;
}
.dxtcLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}
.dxtcActiveTab, .dxtcActiveTabWithTabPositionBottom,
.dxtcActiveTabWithTabPositionLeft, .dxtcActiveTabWithTabPositionRight
{
	font: 12px Tahoma;
	color: white;
	border: solid 0px Transparent;
	padding: 10px 20px 10px 20px;
	background-color: Transparent;
	background-image: url('seperatorSEL.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
/* Active Tab */
.dxtcActiveTab td.dxtc, .dxtcActiveTabWithTabPositionBottom td.dxtc,
.dxtcActiveTabWithTabPositionLeft td.dxtc, .dxtcActiveTabWithTabPositionRight td.dxtc
{
	font: 12px Tahoma;
	color: white;    
	white-space: nowrap;
}
.dxtcActiveTabHover
{
	background-color: Transparent;
	background-image: url('seperatorSEL.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
/* Tab */
.dxtcTab, .dxtcTabWithTabPositionLeft, 
.dxtcTabWithTabPositionBottom, .dxtcTabWithTabPositionRight
{
	font: 12px Tahoma;
	color: white;
	background-color: Transparent;
	border: solid 0px Transparent;
	padding: 10px 20px 10px 20px;
	background-image: url('seperator.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
.dxtcTab td.dxtc, .dxtcTabWithTabPositionBottom td.dxtc, 
.dxtcTabWithTabPositionLeft td.dxtc, .dxtcTabWithTabPositionRight td.dxtc
{
	font: 12px Tahoma;
	color: #C1CED7;    
	white-space: nowrap;
}
.dxtcTabWithTabPositionBottom
{
}
.dxtcTabWithTabPositionLeft
{
}
.dxtcTabWithTabPositionRight
{
}
/* Hover */
.dxtcTabHover, .dxtcTabHoverWithTabPositionBottom,
.dxtcTabHoverWithTabPositionLeft, .dxtcTabHoverWithTabPositionRight
{
	background-color: Transparent;
	background-image: url('seperator.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
.dxtcPageContent, .dxtcPageContentWithTabPostionBottom, 
.dxtcPageContentWithTabPostionLeft, .dxtcPageContentWithTabPostionRight
{
	font: 12px Tahoma;
	color: white;
	background-color: Transparent;
	vertical-align: top;
}
.dxtcContent
{
	font: 12px Tahoma;
	color: white;
	border: solid 0px Transparent;
	background-color: Transparent;
	vertical-align: top;
}
