﻿.DivTabCtrl
{
	direction: rtl;
	
	width:100%;font-family:Tahoma;color:#0c1f63;font-size:11px;
	text-align: right;height:auto;
}

.DivTabCtrl .TdInactiveTab
{
	background-image: url(images/InactiveTabBg.png);
	width: 115px;
	height: 31px;
	text-align: center;
	color: #084161;
	vertical-align: middle;
	cursor: pointer;
}

.DivTabCtrl .TdActiveTab
{
	background-image: url(images/ActiveTabBg.png);
	width: 115px;
	height: 31px;
	text-align: center;
	color: #084161;
	vertical-align: middle;
	cursor: pointer;
}



.DivTabCtrl .DivContent .DivTabContentHide
{
	display: none;
	visibility: hidden;
	background-color: #00FFFF;
}

.DivTabCtrl .DivContent .DivTabContentShow
{
	display: block;
	visibility: visible;
}

.DivTabCtrl .DivContent
{
	background-image: url();
	background-color: ;
	background-repeat:repeat-x;
	padding:5px;
	width: 123px;
	width: 98%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d8da;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #d5d8da;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #d5d8da;
	border-left-style: solid;
	border-left-color: #d5d8da;
	border-left-width: 1px;
	
}
/*********************************/

.DivTabCtrlPrd
{
	direction: rtl;
	margin:auto;
	width: 529px;font-family:Tahoma;color:#0c1f63;font-size:10px;
	text-align: right;height:auto;
}
.DivTabCtrlPrd .TdInactiveTab
{
	background-image: url(images/InactiveTabBg_prd.png);
	width: 100px;
	height: 31px;
	text-align: center;
	color: #084161;
	vertical-align: middle;
	cursor: pointer;
}

.DivTabCtrlPrd .TdActiveTab
{
	background-image: url(images/ActiveTabBg.png);
	width: 100px;
	height: 31px;
	text-align: center;
	color: #084161;
	vertical-align: middle;
	cursor: pointer;
}



.DivTabCtrlPrd .DivContent .DivTabContentHide
{
	display: none;
	visibility: hidden;
	background-color: #00FFFF;
}

.DivTabCtrlPrd .DivContent .DivTabContentShow
{
	display: block;
	visibility: visible;
}

.DivTabCtrlPrd .DivContent
{
	background-image: url(images/bk_tab.png);
	background-color: #fff;
	background-repeat:repeat-x;
	padding:5px;
	width: 123px;
	width: 98%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d8da;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #d5d8da;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #d5d8da;
	border-left-style: solid;
	border-left-color: #d5d8da;
	border-left-width: 1px;
	
}

