﻿@import "StyleBasic.css";

.TabMainBorderColor
{
    border-color: #b8ab86;
}

.TabOn
{
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;   
   text-align: center;
}

.TabOff
{
	border-right: #e2d5a2 1px solid;
	border-top: #e2d5a2 1px solid;
	border-left: #e2d5a2 1px solid;
	cursor: hand;
	color: #3333cc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #fff5d4;
	text-align: center;
}

.Separator
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.Margin
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


