.tab-wrapper
{
  padding:        4px 2px 4px 7px;
	border:					1px solid #707070;
}

.tab-menu
{
	list-style:				none;
	padding:				2px 0;
	clear:					both;
	line-height:			24px;
	font-size:				12px;
}

.tab-menu li
{
	display:				inline;
	margin:					0px;
  width: 82px;
}
.tab-menu li a
{
    padding: 10px ;
    padding-bottom: 7px;
    background-color:		#cecece;
    margin-left:0px;
    border: 1px #707070 solid;
    border-bottom: 0px;
    color:#4c4c4c;
    font-family:'Arial';
    font-size:10pt;
    font-weight: bold;
    text-decoration:none;
}
.tab-menu li a:hover, .tab-menu li a:focus
{
	background-color:		#ededed;
}
.tab-menu li a:hover
{
	background-color : #cecece;
}
.tab-menu li.tab-selected a
{
	padding-bottom: 8px;
	background-color:		#ffffff;
}

.input {
    background-color : #fdfdfd;
    border: 1px #cbcbcb solid;
    color: #000000;
    font-size: 9pt;
    padding: 4px;
    letter-spacing: normal;
}

a.admin {
    padding-left:    4px;
    padding-right:   4px;
    padding-top:     01px;
    padding-bottom:  01px;
    text-decoration: underline;
    font-weight:     bold;
    font-size:       13px;
}

a.admin:link, a.admin:visited  {
    color: #aaaaaa;
}

a.admin:hover, a.admin:active {
    color: #ffffff;
    background-color : #666666;
}

.mediumHeadingAdmin {
    color: #8e8e8e;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 15pt;
}

.normalTextAdmin {
    font-size: 9pt;
    color: #000000;
}

