﻿body {
	font-family: Arial, sans-serif;
	line-height: 1.4;
	font-size: 12px;
	background: #e0e8ef url('../Images/bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
}

a {
	color: #5797F2;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

#wrap {
	width: 1000px;
	margin: 20px auto;
}

#header {
	background: url('../Images/header.png') no-repeat;
	height: 130px;
}

	#header h1 {
		font-family: Arial, sans-serif;
		margin: 0;
		padding: 40px 30px 20px 30px;
		font-weight: 100;
		color: #8C98BC;
		line-height: 25px;
	}

		#header h1 a {
			text-decoration: none;
			color: #fff;
		}

			#header h1 a:hover {
				text-decoration: none;
				border-bottom: 1px solid #fff;
				color: #fff;
			}

	#header h2 {
		padding: 2px 0 0 40px;
		margin: 0;
		color: #efefef;
		font-weight: 100;
	}

#menu {
	height: 30px;
	line-height: 30px;
}

#siteMap {
	height: 30px;
	line-height: 30px;
	padding: 2px 20px 2px 20px;
}

#loginControl {
	padding: 20px 20px 2px 20px;
	float: right;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 30px;
}

	#menu ul li {
		display: block;
		float: left;
	}

		#menu ul li a {
			display: block;
			padding: 0 10px 0 10px;
			text-decoration: none;
			color: #fff;
			font-size: 12px;
			font-weight: 600;
			text-transform: uppercase;
		}

			#menu ul li a:hover {
				color: #fff;
				background: url('../Images/menuover.png') repeat-x;
			}

#contentwrap {
	background: url('../Images/content.png') repeat-y;
	padding: 0 50px 0 20px;
}

#content {
	float: right;
	width: 750px;
	margin-top: 20px;
}

	#content h2 {
		margin: 0;
		color: #5797F2;
		line-height: 30px;
		font-size: 19px;
		font-weight: 100;
		letter-spacing: -1px;
	}

	#content h3 {
		margin: 0;
		color: #232323;
		font-size: 14px;
		font-weight: 100;
	}

	#content p {
		padding: 0 0 10px 0;
		color: #232323;
	}

	#content ul {
		padding: 0 20px 10px 30px;
		color: #232323;
	}

#sidebar {
	float: left;
	margin-top: 20px;
	width: 180px;
	background: #efefef;
	border-bottom: 2px solid #7BB3FE;
}

	#sidebar h3 {
		background: url('../Images/sidebarh3.png') no-repeat;
		height: 30px;
		line-height: 30px;
		font-weight: 600;
		font-size: 13px;
		margin: 0;
		padding: 0 0 0 10px;
		color: #fff;
	}

	#sidebar p {
		padding: 0 10px 10px 10px;
		color: #232323;
	}

	#sidebar ul {
		padding: 10px 0 20px 20px;
		margin: 0;
		color: #5797F2;
		list-style-type: square;
	}

		#sidebar ul li {
			padding: 0;
			margin: 0;
		}

		#sidebar ul ul {
			padding: 2px 0 2px 20px;
		}

#footer {
	background: url('../Images/footer.png') no-repeat;
	text-align: center;
	color: #fff;
	height: 70px;
	line-height: 70px;
}

	#footer p {
		padding: 0;
		margin: 0;
	}

	#footer a {
		color: #fff;
	}

		#footer a:hover {
			text-decoration: underline;
		}



.modalPopupDragHandle {
	cursor: move;
	border: solid 1px Gray;
	color: Black;
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	border: 3px solid Gray;
	background-color: #ffffdd;
	padding: 3px;
}

	.modalPopup p {
		padding: 5px;
	}

.sampleStyleA {
	background-color: #FFF;
}

.sampleStyleB {
	background-color: #FFF;
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
}

.sampleStyleC {
	background-color: #ddffdd;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
}

.sampleStyleD {
	background-color: Blue;
	color: White;
	font-family: Arial;
	font-size: 10pt;
}

.navigationButton {
	display: block;
	float: left;
	padding: 5px;
}

	.navigationButton input {
		background-image: url('../Images/NavigationButton.png');
		background-repeat: no-repeat;
		font-family: Arial;
		font-size: 10pt;
		white-space: normal;
		height: 50px;
		width: 160px;
		cursor: pointer;
		border-radius: 4px;
	}

.deleteButton {
	background-image: url('../Images/delete.png');
	height: 16px;
	width: 16px;
	cursor: pointer;
}

.editButton {
	background-image: url('../Images/edit.png');
	height: 16px;
	width: 16px;
	cursor: pointer;
}

.selectTypeButton {
	background-image: url('../Images/SelectTypeButton.png');
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 10pt;
	height: 30px;
	width: 300px;
	cursor: pointer;
	margin: 5px;
	padding: 5px;
}

.instructions .selectTypeButton {
	width: 500px;
	color: white;
	background-image: none;
	background-color: #7bb3fd;
	border-radius: 8px;
}

.instructions a {
	color: white;
}

select {
	max-width: 430px;
}


.createButton {
	background-color: #4b6c9e;
	color: White;
	font-family: Arial;
	font-size: 10pt;
	height: 40px;
	width: 150px;
	cursor: pointer;
}

.exportButton {
	font-family: Arial;
	font-size: 10pt;
	height: 40px;
	width: 150px;
	cursor: pointer;
}

.nameLabel {
	color: Black;
	font-style: italic;
	font-size: 15pt;
	margin: 0px, 0px, 40px, 0px;
	padding: 0px, 0px, 40px, 0px;
}

.right {
	text-align: right;
	cursor: text;
}


td {
	vertical-align: top;
}

.notSelectableDropdown {
	border: none;
	color: black;
	font-weight: bold;
	-webkit-appearance: none;
}
