/* -- ASPxTabControl, ASPxPageControl -- */
.dxtcControl_OpenRazumSoft
{
	font-size:xx-small;
	color: #707070;
	
}
.dxtcLoadingPanel_OpenRazumSoft
{
	font-size:xx-small;
	color: #303030;
}
.dxtcLoadingPanel_OpenRazumSoft td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}
/* Tab Hyperlink */
.dxtcTab_OpenRazumSoft a, .dxtcTabWithTabPositionLeft_OpenRazumSoft a, .dxtcTabWithTabPositionBottom_OpenRazumSoft a, .dxtcTabWithTabPositionRight_OpenRazumSoft a,
.dxtcActiveTab_OpenRazumSoft a, .dxtcActiveTabWithTabPositionBottom_OpenRazumSoft a, .dxtcActiveTabWithTabPositionLeft_OpenRazumSoft a, .dxtcActiveTabWithTabPositionRight_OpenRazumSoft a,
.dxtcTabHover_OpenRazumSoft a, .dxtcTabHoverWithTabPositionBottom_OpenRazumSoft a, .dxtcTabHoverWithTabPositionLeft_OpenRazumSoft a, .dxtcTabHoverWithTabPositionRight_OpenRazumSoft a
{
	text-decoration: none;
	color: #BD2C10;    
}

/* Tab */
.dxtcTab_OpenRazumSoft, .dxtcTabWithTabPositionBottom_OpenRazumSoft,
.dxtcTabWithTabPositionLeft_OpenRazumSoft, .dxtcTabWithTabPositionRight_OpenRazumSoft
{
	font-size:xx-small;
	/*background: #f4f4f4* #CC3366 url('tcTabBack.gif') repeat-x top left;  */
	border: solid 2px #957239;
	padding: 6px 14px 6px 14px;
}
.dxtcTabWithTabPositionBottom_OpenRazumSoft
{
    border-top-color: #957239;
}
.dxtcTab_OpenRazumSoft 
{
	/*background: #fff9ed;   */
	background-color: #edc688;
/*	background-color:	#F5E0BC;*/
/*	background-image: url('tcTabBack.gif');	
    background-repeat:repeat-x;
    background-position: top;  */
	border-bottom: none;		
}
.dxtcTabWithTabPositionBottom_OpenRazumSoft
{
/*	background-image: url('tcTabBottomBack.gif');	
    background-repeat:repeat-x;	
    background-position:top;		    
	background-color: #FFFFFF;        */
	border-top: none;		    
}
.dxtcTab_OpenRazumSoft table.dxtc, .dxtcTabWithTabPositionBottom_OpenRazumSoft table.dxtc,
.dxtcTabWithTabPositionLeft_OpenRazumSoft table.dxtc, .dxtcTabWithTabPositionRight_OpenRazumSoft table.dxtc
{
	font-size: xx-small;
	color: #663300; 
}
.dxtcTab_OpenRazumSoft td.dxtc, .dxtcTabWithTabPositionBottom_OpenRazumSoft td.dxtc,
.dxtcTabWithTabPositionLeft_OpenRazumSoft td.dxtc, .dxtcTabWithTabPositionRight_OpenRazumSoft td.dxtc
{
    font-weight:bold;

	white-space: nowrap;
    background-color: transparent!important;
    background-image: url('')!important;
    border-width: 0px!important;
    padding: 0px!important;
}
.dxtcTab_OpenRazumSoft a, .dxtcTabWithTabPositionBottom_OpenRazumSoft a,
.dxtcTabWithTabPositionLeft_OpenRazumSoft a, .dxtcTabWithTabPositionRight_OpenRazumSoft a
{
	font-size: xx-small;
	color: black;
	white-space: nowrap;
	text-decoration:none
}
/* Active Tab */
.dxtcActiveTab_OpenRazumSoft, .dxtcActiveTabWithTabPositionBottom_OpenRazumSoft,
.dxtcActiveTabWithTabPositionLeft_OpenRazumSoft, .dxtcActiveTabWithTabPositionRight_OpenRazumSoft
{
	font-size: xx-small;
	font-weight:bold;
/*	color: #BD2C10;*/
	border: solid 2px #957239;
/*	background: url('tcATabBack.gif') repeat-x top left;  */
	background-color: #F5E0BC;
	
	padding: 4px 12px 6px 12px;
}

.dxtcActiveTabWithTabPositionLeft_OpenRazumSoft
{
	padding: 4px 14px 4px 12px;
}
.dxtcActiveTabWithTabPositionRight_OpenRazumSoft
{
    padding: 4px 12px 4px 14px;
}
.dxtcActiveTabWithTabPositionBottom_OpenRazumSoft
{
/*	background: #F9F9F9 url('tcATabBottomBack.gif') repeat-x bottom left;*/
	padding: 6px 12px 4px 12px;
}

.dxtcActiveTab_OpenRazumSoft table.dxtc, .dxtcActiveTabWithTabPositionBottom_OpenRazumSoft table.dxtc
{
/*	font-size: xx-small;
	color: #BD2C10; */
}
.dxtcActiveTab_OpenRazumSoft td.dxtc, .dxtcActiveTabWithTabPositionBottom_OpenRazumSoft td.dxtc
{
/*	color: #BD2C10; */
    font-weight:bold;
	
	white-space: nowrap;	
    background-color: transparent!important;
    background-image: url('')!important;
    border-width: 0px!important;
    padding: 0px!important;
}
.dxtcActiveTabHover_OpenRazumSoft
{
}
/* Hover */
.dxtcTabHover_OpenRazumSoft, .dxtcTabHoverWithTabPositionBottom_OpenRazumSoft,
.dxtcTabHoverWithTabPositionLeft_OpenRazumSoft, .dxtcTabHoverWithTabPositionRight_OpenRazumSoft
{
	background-image: none;	
	background-color: #FFAA44;
}
.dxtcTabHover_OpenRazumSoft table.dxtc, .dxtcTabHoverWithTabPositionBottom_OpenRazumSoft table.dxtc,
.dxtcTabHoverWithTabPositionLeft_OpenRazumSoft table.dxtc, .dxtcTabHoverWithTabPositionRight_OpenRazumSoft table.dxtc
{
    color: #262626;
}
/* Content */
.dxtcPageContent_OpenRazumSoft, .dxtcPageContentWithTabPositionBottom_OpenRazumSoft, 
.dxtcPageContentWithTabPositionLeft_OpenRazumSoft, .dxtcPageContentWithTabPositionRight_OpenRazumSoft,
.dxtcPageContentWithoutTabs_OpenRazumSoft
{
	vertical-align: top;
	background-color:#F5E0BC;
/*	background-image: url('tcATabBack.gif');	
    background-repeat:repeat;
    background-position: top;  */

}
.dxtcContent_OpenRazumSoft
{
	height: 5px;	
	vertical-align: top;
	background-color:#F5E0BC;

/*	background-image: url('tcATabBack.gif');	
    background-repeat:repeat;
    background-position: top;  */
}


.dxtcControl_OpenRazumSoft td.dxtcTabsCell,
.dxtcControl_OpenRazumSoft td.dxtcTabsCellWithTabPositionBottom
{
    padding-top: 0px;
    padding-bottom: 0px;
}
.dxtcControl_OpenRazumSoft td.dxtcTabsCellWithTabPositionLeft, 
.dxtcControl td.dxtcTabsCellWithTabPositionRight
{
    padding-left: 0px;
    padding-right: 0px;
}
/* Disabled */
.dxtcDisabled_OpenRazumSoft, .dxtcDisabled_OpenRazumSoft table.dxtc
{
	color: #ababab;
	cursor: default;
}

