﻿/* Tag-based styles */
body {
	font-family: Verdana, Arial, Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	margin: 0 0 5px 0;
	overflow: visible;
}

table {
	font-size: 12px;
	border: none;
	padding: 0;
}
/*
	The all-encompassing table.
	Use for setting background graphics and colours etc.
*/
.TAll {
	height: 100%;
	border: 0;
	width: 100%;
	min-height: 350px;
}

.TTitleBar {
	border-bottom: solid 1px #DF5897;
	height: 50px;
	background-color: #EDEDED;
}

.Title {
	font-size: 32px;
	line-height: 32px;
	color: #9B0F7D;
	white-space: nowrap;
}

.Copyright {
	z-index: 100;
	position: fixed;
	bottom: 0;
	width: 99.9%;
	color: gray;
	font-size: 8pt;
	text-align: center;
	border-top: solid 1px #DF5897;
	background-color: #EDEDED;
}

.TRowSpacer {
	height: 20px;
}

.TRowSpacerSmall {
	height: 10px;
}

.TCellSpacer {
	padding-left: 5px;
	padding-right: 5px;
}

.TExpandMax {
	width: 100%;
}

.prompt {
	font-size: 10pt;
	color: #9B0F7D;
	white-space: nowrap;
}

.Hide {
	height: 0;
	width: 0;
	display: none;
}

.divAjaxProgress {
	display: block;
	color: #9B0F7D;
}

.noscroll {
	overflow: hidden;
	border: none 0;
}
/* For space around scrolled content */
.pad {
	padding: 3px 3px 3px 5px;
}

.yscroll {
	height: 100%;
	width: 100%;
	margin: 0;
	top: 0;
	left: 0;
	/*
	scrollbar-arrow-color: #6C673C;
	scrollbar-darkshadow-color: #6C673C;
	scrollbar-shadow-color: #ADAA95;
	scrollbar-track-color: #C4BF94;
	scrollbar-face-color: #CAC59E;	
	scrollbar-highlight-color: #e8e6d8;
	scrollbar-3dlight-color: #F3F2E9;
   */
}
/* Image buttons */
.ImgBtn {
	padding-left: 3px;
	padding-right: 3px;
}

.TSplitter {
	background-image: url('data:image/gif;base64,R0lGODlhBgAyAJEAAN7t/8zMzABmM////yH5BAEHAAMALAAAAAAGADIAAAItnI+pyywK0EvxTFRdCtfww2VCNpBLZ5BoKUGNZgUxJsgHgJrJqrqW/woKh4YCADs=') /*Images/vsplitter.gif*/;
	background-image: url("Images/vsplitter.gif"); /* For IE 6 and 7 */
	background-position: center center;
	background-repeat: no-repeat;
}

/*---Tree styles---*/
.tree td div {
	height: 20px !important
}

.TreeParent {
	color: #92278F;
	font-weight: normal;
}

.TreeHover {
	text-decoration: underline;
}

.TreeSelected {
	color: white !important;
	font-weight: bold;
	background-color: #E83B90;
	text-decoration: none;
	padding: 0;
}

.TreeRoot {
	color: #92278F;
}

.TreeNode {
	font-size: 9pt;
	padding: 0 1px 0 1px;
	font-weight: 500;
}

.TreeLeaf {
	color: #D30264;
}

.TreeTopic {
	color: #D30264;
}

.TreeNoTopic {
	color: #D30264;
}

/* Non-scrolling update panel to the left of the splitter. */
/* dRightPane is the update panel to the right of the splitter but is media-dependent. */
.dLeftpane {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Search results (data list) */
/*.searchHeader       { background-color:#d8d8d8; padding-bottom:5px; padding-left:3px; padding-top:2px;}*/
.SearchDL {
	width: 100%;
	text-align: left;
}

.searchItem {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.alt {
	background-color: #ececec;
}


/* Error/warning/info message styles. */
.Normal {
	color: Blue;
	background-color: White;
}

.Warning {
	color: Black;
	background-color: Yellow;
}

.Invalid {
	color: Red;
	background-color: White;
}

.ProgError {
	color: White;
	background-color: Red;
}

.statusBar {
	background-color: Navy;
	color: White;
}

#sfIFrame {
	border: none;
}

/****************************************************************
	Data lists.
****************************************************************/
.DLList {
	width: 100%;
	text-align: left;
}

	.DLList .DLCellHeader {
		background-color: #c0c0c0;
		padding: 1px 3px 1px 3px;
		color: black;
		border: none;
		font-weight: bold;
	}

	.DLList .DLCellHeaderCJ {
		background-color: #c0c0c0;
		padding: 1px 3px 1px 3px;
		color: black;
		border: none;
		text-align: center;
		font-weight: bold;
	}

	.DLList .DLCellHeaderRJ {
		background-color: #c0c0c0;
		padding: 1px 3px 1px 3px;
		color: black;
		border: none;
		text-align: right;
		font-weight: bold;
	}

	.DLList .DLCellHeaderSEP {
		width: 2px;
	}

	.DLList .DLCellHeader input {
		background-color: #c0c0c0;
		color: white;
		border: none;
	}

	.DLList .DLCellPadLeft {
		padding: 0 3px 0 0;
	}

	.DLList .DLCellReqFlag {
		background-color: Transparent;
		border: none;
		color: red;
		font-weight: bold;
		width: 10px;
		text-align: right;
	}

	.DLList .DLCellHide {
		height: 0;
		width: 0;
		display: none;
	}

	.DLList .DLCellNote {
		height: 69px;
		width: 39%;
	}

	.DLList .DLCellNotePrompt {
		text-align: right;
		height: 69px;
		width: 50%;
		background-color: transparent;
		border-style: none;
	}

	.DLList .DLActivity {
		width: 100%;
		border-top: dotted 1px silver;
	}

	.DLList .RJ {
		text-align: right;
	}

	.DLList .CJ {
		text-align: center;
	}

	.DLList .RJTotals {
		background-color: #F3F2E9;
		width: 100%;
		padding: 0;
		height: 15px;
		color: #808080;
		border: solid 1px #EA0082;
		text-align: right;
	}

	.DLList tr td {
		padding: 0 2px 0 2px;
		vertical-align: top;
		width: auto;
	}

		.DLList tr td input {
			width: 100%;
			padding: 0;
			height: 15px;
			border: solid 1px #7F9DB9;
		}

		.DLList tr td .AChk input {
			width: auto;
			border: 0;
		}

		.DLList tr td select {
			height: 18px;
		}

		.DLList tr td textarea {
			padding: 0 7px 0 0
		}

		.DLList tr td a {
			color: #FC0074;
			padding: 0 0 0 3px;
		}

			.DLList tr td a:hover {
				color: #0000FF;
			}

		.DLList tr td .TSRJ {
			text-align: right;
			width: 44px;
		}

		.DLList tr td .TSRJTotals {
			background-color: #F3F2E9;
			color: #808080;
			border: solid 1px #EA0082;
			text-align: right;
			width: 44px;
		}

/* Media dependencies */
@media screen {
	.yscroll {
		overflow: auto;
		overflow-x: hidden;
		position: absolute;
		left: 0;
		top: 0;
	}

	.dRightPane /* Contains the area to the right of the splitter. */ {
		z-index: 104;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
	}
}

@media print {
	.noprint {
		display: none !important
	}

	.yscroll {
		display: block;
		z-index: 1;
		position: relative;
		left: 0 !important;
		top: 0 !important;
		width: auto !important;
		overflow: visible !important;
		overflow-x: visible !important;
	}

	.dRightPane /* Contains the area to the right of the splitter. */ {
		z-index: 104;
		position: relative;
		left: 0 !important;
		margin: 0;
		padding: 0;
	}
}
