﻿/* NavBar Framework */

/*
#MainFrame11 { width:100%; 
	height: expression( ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) + "px");}
*/
.MainFrame {
	background-color: #f6f6f6;
	height: 100%;
	width: 100%;
}

.MainFrame TABLE { border-collapse: collapse; }

.FrameCell {
	border1: solid 1px #7C7C94;
	height: 100%;
	width: 100%;
}

.CaptionCell {
	background-image: url("Images/captiondark.gif");
	background-repeat: repeat-x;
	border: 1px solid #7C7C94;
	color: White;
	font-weight: bold;
	height: 23px;
	padding: 0px 0px 0px 4px;
}

.GroupCell {
	background-image: url("Images/grp.gif");
	background-repeat: repeat-x;
	border: 1px solid #7C7C94;
	color: black;
	font-weight: bold;
	height: 31px;
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
}

.GroupCellSel {
	background-image: url("Images/grp_sel.gif");
	background-repeat: repeat-x;
	border: 1px solid #7C7C94;
	color: black;
	font-weight: bold;
	height: 31px;
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
}

.GroupCell a,
.GroupCell a:visited,
.GroupCellSel a,
.GroupCellSel a:visited { color: black; }

.ContentCell {
	background-color: #ffffff;
	border: 1px solid #7C7C94;
	height: 100%;
}

.ContentCell1 {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	height: 100%;
}

.HeaderCell {
	background-image: url("Images/captionlight.gif");
	background-repeat: repeat-x;
	border: 1px solid silver;
	color: black;
	font-weight: bold;
	height: 21px;
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
}