﻿/* XP-Style Toolbar */
.ToolBar {
	background-color: #f6f6f6;
	background-image: url(Images/toolbar.gif);
	background-repeat: repeat-x;
	border: 1px solid silver;
	width: 100%;
}

.ToolBar TD {
	border-collapse: collapse;
	color: dimgray;
	font-family: Tahoma;
	font-size: 8pt;
	padding: 4px;
}

.ToolBar A {
	color: black;
	padding: 2px;
	text-decoration: none;
}

.ToolBar A:hover {
	background: #fee197;
	border: 1px solid #2254b1;
	color: black;
	padding: 1px;
	text-decoration: none;
}

/* XP-Style Button */

.XPButton {
	background-color: #9ebff6;
	background-image: url("Images/toolgrad.gif");
	background-repeat: repeat-x;
	border: 1px solid #95b7f3;
	font-family: Tahoma;
	font-size: 8pt;
	height: 18;
	padding: 2px;
}

.XPButton TD {
	border-collapse: collapse;
	color: #003399;
	font: 8pt Tahoma, Arial, Helvetica, Sans-Serif;
	font-family: Tahoma;
	font-size: 8pt;
	padding: 2px;
}

.XPButton A {
	padding: 2px;
	text-decoration: none;
}

.XPButton A:hover {
	background: #fee197;
	border: 1px solid #2254b1;
	padding: 1px;
	text-decoration: none;
}

table.New { }

table.New th {
	background-image: url("Images/bgLight.gif");
	border-bottom: 2px solid #376EBE;
	border-top: 1px solid #E5EEFA;
	font-size: 8pt;
	height: 28px;
	padding-left: 3px;
	text-align: left;
}

.NoBold { font-weight: normal; }

table.New td {
	border-bottom: 1px solid #CADBE5;
	padding: 3px;
}

.NewHeader {
	background-image: url("Images/captionlight.gif");
	border-bottom: 2px solid #376EBE;
	border-right: 1px solid silver;
	border-top: 1px solid #E5EEFA;
	font-size: 8pt;
	height: 23px;
	padding-left: 3px;
	padding-left: 6px;
	text-align: left;
}







.tabStrip {
	background-color: white;
	border-collapse: collapse;
}

.tabStrip TD { font-family: Tahoma; }

.tabActive {
	border-left: 1px solid #95b7f3;
	border-right: 1px solid #95b7f3;
	border-top: 1px solid #95b7f3;
	font-size: 8pt;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	text-align: center;
}

.tabInActive {
	background-image: url("images/toolbar.gif");
	background-repeat: repeat-x;
	border: 1px solid #95b7f3;
	font-size: 8pt;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	text-align: center;
}

.tabSpacer {
	border-bottom: 1px solid #95b7f3;
	padding: 3px;
}

.tabSpacerLeft {
	border-bottom: 1px solid #95b7f3;
	padding-left: 6px;
}

.tabSpacerRight {
	border-bottom: 1px solid #95b7f3;
	padding-left: 6px;
	width: 100%;
}

.tabInActive A {
	padding: 2px;
	text-decoration: none;
}

.tabInActive A:hover {
	background: #fee197;
	border: 1px solid #2254b1;
	padding: 1px;
	text-decoration: none;
}

.tabActive A, .tabActive A:visited, .tabActive A:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.tabSubNav {
	border-bottom: 1px solid #95b7f3;
	border-left: 1px solid #95b7f3;
	border-right: 1px solid #95b7f3;
	font-size: 7.5pt;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	text-align: left;
}

.tabSubNav A, .tabSubNav A:visited, .tabSubNav A:hover { text-decoration: none; }

.tabSubNav A:hover { text-decoration: underline; }