﻿#divAll, #divUnapproved
{
}

.tabs {
	margin: 0 0 30px 0;
	padding: 0 0 0px 0px;
	list-style: none;
	border-bottom: 1px solid #b9b09e;
}

.tabs li {
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
	background: none;
}

.tabs .active a:link, .tabs .active a:visited, .active .tabs a:active
{
    padding: 7px 10px;
    color: #FFFFFF;
    border: 1px solid #595441;
    background-color: #004080;
    border: 1px solid #b9b09e;
    cursor: default;
    font-weight: bold;
}

.tabs a:link, .tabs a:visited, .tabs a:active
{
    background-position: #666666;
    padding: 7px 10px;
    color: #FFFFFF;
    background: #808080;
    border: 1px solid #595441;
    border-bottom: none;
    text-decoration: none;
}

.tabs a:hover {
	color: #FFF;
	border: 1px solid #595441;
	border-bottom: none;
}


/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #606969;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	padding: 3px;
}

.PIPSummaryPanel
{
}

.tabDiv
{
	border-bottom: thin solid silver;
}

.tabDivSectionStart
{
	border-left: silver thin solid;
	background-color: #646e6e;
}

.tabUp
{
	border-bottom: 1px solid sliver;
	border-top: thin solid gray;
	border-left: thin solid gray;
	border-right: thin solid gray;
	background-color: #424f4f;
	color: black;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	color: #646464;
	font-weight: bold;
}
.tabDown
{
	border-top: thin solid silver;
	border-left: thin solid silver;
	border-right: thin solid silver;
	background-color: #646e6e;
	color: blue;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	color: #5a5a5a;
	font-weight: bold;
}
.tabOver
{
	border-top: thin solid silver;
	border-left: thin solid silver;
	border-right: thin solid silver;
	background-color: #646e6e;
	color: blue;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	font-weight: bold;
}

/*
.xtabUp
{
	border: thin solid #cc9933;
	background-color: #fffacd;
	color: black;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	font-weight: bold;
}
.xtabDown
{
	border: thin solid #cc9933;
	background-color: #CC9933;
	color: white;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	font-weight: bold;
}
.xtabOver
{
	background-color: blue;
	color: white;
	cursor: pointer;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
}

*/