/**
 * =================
 * File: tabview.css
 * =================
 *
 * $Source: /usr/local/cvsroot/confman/www/inc/tabview/tabview.css,v $
 * $Author: rcain $
 * $Date: 2006/09/28 16:25:39 $
 * $Revision: 1.2 $
 **/

TABLE.tabview {
	position: static;
	width: 100%;
	border-collapse: collapse;
	background-color white;
	border-bottom: solid 2px #6699CC;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

TABLE.tabview TH.titles {
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;z
}

.tabview .titles .title {
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6699CC;
}

.tabview .titles .subtitle {
	display: block;
	font-size: 10pt;
	color: #993300;
}

TABLE.tabview TD {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

.tabview A {
	text-decoration: none;
}

.tabview DIV.tabs {
	float: right;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
}

.tabview .tabs DIV {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	padding: 4px 6px 2px 8px;
}

.tabview .tabs .tab {
	background-color: #eeeeee;
	background-repeat: no-repeat;
	color: #333333;
	border: solid 1px #666666;
	border-bottom: none;
	margin-top: 1px;
	padding-top: 3px;
}

.tabview .tabs .tab A {
	color: #333333;
	border: dotted 1px #cccccc;
}

.tabview .tabs .tab A:hover {
	text-decoration: none;
	border: dotted 1px #888888;
}

.tabview .tabs .currenttab {
	background-color: #6699CC;
	background-repeat: no-repeat;
	color: white;
	border: solid 1px white;
	border-bottom: none;
}

TABLE.tabview TD.exit {
	text-align: right;
	vertical-align: bottom;
	padding: 1px;
	margin: 0px;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tabview .exit A {
	color: #000066;
}

.tabview .exit A:hover {
	color: #990000;
}
