﻿.tab
{
    padding:5px 10px;
    border:solid 1px black;
    cursor:pointer;
}

.unselectedTab
{
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
    background-color:#eeeeee;
	background-image: url(images/news-retail-button.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;	
	border-top-color: #b4b4b4;
	border-right-color: #b4b4b4;
	border-bottom-color: #b4b4b4;
	border-left-color: #b4b4b4;

}

.selectedTab
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #782913;
    background-color:White;
    border-bottom:solid 1px white;
	background-image: url(images/login-box-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;	
	border-top-color: #b4b4b4;
	border-right-color: #b4b4b4;
	border-left-color: #b4b4b4;

}

.tabs
{
    position:relative;
    top:3px;
    left:-2px;
}

.tabContent
{
    left:10px;
    border:Solid 1px black;
    background-color:White;
    padding:10px;
    background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;	
	border-top-color: #b4b4b4;
	border-right-color: #b4b4b4;
	border-bottom-color: #b4b4b4;
	border-left-color: #b4b4b4;

}