/* Layout styles */

body {
	background-color: #003366;
}
body.popup-content {
	background-color: #336699;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #66CCFF;
	scrollbar-base-color: #336699;
	scrollbar-arrow-color: #66CCFF;
	scrollbar-face-color: #336699;
	scrollbar-3d-light-color: #66CCFF;
	scrollbar-dark-shadow-color: #66CCFF;
	scrollbar-highlight-color: #66CCFF;
	scrollbar-shadow-color: #66CCFF;
	scrollbar-track-color: #66CCFF;
}
td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #66CCFF;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.link-back {
	color: #CCCCCC;
	text-decoration: none;
}
a.link-back:hover {
	color: #66CCFF;
	text-decoration: none;
}
#column-left {
	background-image: url("images/ch_column_left.gif");
	background-repeat: repeat-y;
	background-position: 24px 0px;
	width: 100px;
}
.contentarea {
	border-left: 1px solid #5F5F5F;
	border-right: 1px solid #EEEEEE;
	background-color: #336699;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #66CCFF;
	width: 474px;
	padding: 5px;
	text-align: justify;
}
#column-right {
	background-image: url("images/ch_column_right.gif");
	background-repeat: repeat-y;
	background-position: 24px 0px;
	width: 101px;
}

/* Formatting styles */

.subnav-table {
	width: 85%;
	border: 1px solid #66CCFF;
}

.category-heading {
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #66CCFF;
	border-bottom: 1px solid #66CCFF;
	padding: 2px;
}

.top-heading {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #66CCFF;
	padding: 2px;
}

.heading {
	text-align: center;
	font-family: Arial Black, Arial, sans-serif;
	font-size: 16px;
}

.sub-heading {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
}

.fine-print {
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.form-element {
	border: 1px solid #66CCFF;
	background-color: #336699;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.drag-panel {
	border: 1px solid #66CCFF;
	background-color: #336699;
}

.drag-panel-title-bar {
	border-bottom: 1px solid #66CCFF;
	background-color: #003366;
}
