
.tabs .ajax__tab_inner
{
	background: url(images/dark.png) no-repeat;
    height:40px;
    margin-right:2px;
}

.tabs .ajax__tab_active .ajax__tab_outer .ajax__tab_inner
{
	background: url(images/focus.png) no-repeat;
    height:40px;
    z-index:10000;
}

#divPageContent
{
	min-height: 1270px !important;
}