/* Layout Design */
	body, html {
		height:100%;
		margin:0px; padding:0px;
		background:url('/images/BlueBG1.jpg');
	}
	#Container {
		_ height:100%;
		min-height:100%;
		width:980px;	/* 2px less than overall width */
		color: #000000;
		text-align:left;
		margin:auto;
		position:relative;
		background-image:url('/Common/images/CPBackground.gif');
	}
	#Header {
		position:absolute;
		top:0px; left:0px;
		height:115px; width:960px;
		background-color:#FFFFCC;
		z-index:2;
		padding:10px;
	}
	#HeaderNav {
		float:right; 
		padding-right:10px; 
		padding-top:10px;
		text-align:right;
	}
	#Content {
		top:0px; left:0px;
		padding:5px;
		padding-top:125px;
		* padding-top:145px;
		width:720px; height:100%;
		background-color:white;
		background-image:url('/Common/images/CPBackground.gif');
	}
	#Sidebar {
		position:absolute;
		top:0px; left:730px;
		width:240px; height:100%;
		padding:5px;
		padding-top:120px;
		* padding-top:145px;
	}
/* End Layout Design */
 
/* Styling Rules */
	.FieldLabel, table.EntryForm th {
		text-align:right;
		vertical-align:top;
	}
	#Content h1 {
		background-color:black;
		color:white;
		margin:6px -5px 5px -5px;
		padding:3px;
		* margin-top:-10px;
	}
	#Sidebar h2 {
		background-color:#999999;
		color:white;
		margin-left:-5px;
		width:235px;
		padding:5px;
		padding-left:10px;
		* margin-top:-10px;
		* padding-top:9px
	}
	#Sidebar h3 {
		margin-bottom:0px;
	}
	#Sidebar th {
		font-weight:bold;
	}
	#Sidebar .CurrentItem {
		background-color:#FFFF00;
	}
	.Hint {
		font-size:75%;
		color:grey;
	}
	a img { border:0px; }
	.TableRowSeperator {
		padding-top:10px;
		border-top:#999999 solid 1px;
	}
	.AltRow {
		background-color:#66FFCC;
	}
/* End Styling Rules */

ul.TechnologyList {
	list-style-type:none;
	margin:0px; padding:0px;
}
ul.TechnologyList li {
	width:175px;
	float:left;
}
#CurrentOption {
	background-color:#000088;
	color:white;
}
th {
	vertical-align:top;
	font-weight:bold;
}
#ReplaceFileBox {
	background-color: #CCCCCC;
	border: solid 1px black;
	width: 290px; height: 110px;
	padding: 15px;
	position: absolute;
	z-Index: 10;
	/* display: none; */
	visibility: hidden;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%; /* Matches it to the other fields */
}
/* For use with security tabs */
.SelectedTab {
	background-color: Thistle;
}

