/*
	All my own stuff goes here, styles for specific ID's, tags, etc.
	All the CPG specific classes are down below.
*/

body {
	background: #081018;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #c0ddef;
	margin: 0;
	padding: 0;
}

a {
	color: #5985B6;
	text-decoration: none;
}

a:visited {
	color: #3D5D7F;
}

a:hover {
	color: #c0ddef;
	text-decoration: underline;
}

#galContent {
	background: #000;
	background-image: url('/header_gallery.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	width: auto;
	border: 1px solid #192d43;
	margin: 20px 242px 20px 20px;
	padding: 0 25px 50px 25px;
	color: #c0ddef;
}

#headerSpacer {
	height: 190px;
	width: 100%;
	border: none;
}

#galSidebar {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 200px;
	border: 1px solid #192d43;
	margin: 0px;
	background: #000;
	background-image: url('/header_gallery_nav.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#galSidebar a:hover {
	text-decoration: none;
}

#galSidebar h1 {
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0 5px 10px;
}

#galSidebar ul {
	color: #c0ddef;
	font-size: 9pt;
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 20px;
}

#galFooter {
	text-align: center;
	margin: auto;
	width: 90%;
	border-top: 1px solid #192d43;
	padding-bottom: 25px;
	padding-top: 5px;
	font-size: 80%;
}



/* Styles specifically for CPG */

select {
	color: #c0ddef;
	background: #081018;
	font-size: 8pt;
}

.button, .comment_button {
	border: 2px solid #192d43;
	background: #081018;
	color: #c0ddef;
}

.textinput {
	border: 1px solid #192d43;
	background: #081018;
	color: #c0ddef;
}

.maintable {
	border: 1px solid #192D43;
	margin: 10px auto;
}

.tableh1, .tableh1_compact {
	background: #081018;
	padding: 3px;
}

.tableh2, .tableh2_compact {
	font-size: 95%;
	padding: 3px;
	border-bottom: 1px solid #192D43;
}

.tableb, .tableb_compact, .tablef {
	font-size: 90%;
	padding-left: 7px;
}

.tableh1_compact, .tableh2_compact, .tableb_compact {
	font-size: 90%;
}

.catlink {
	display: block;
}

.thumbnails {
	padding: 5px;
}

.thumbnails .image,
.display_media .image {
	border: 1px solid #192D43;
	padding: 5px;
}

.thumb_title {
	font-size: 8pt;
	display: block;
}

.statlink h2 {
	font-size: 12pt;
	font-weight: normal;
}

.sortorder_cell {
	padding: 0;
}

.sortorder_options {
	font-size: 8pt;
	white-space: nowrap;
}

div.footer {
	font-size: 8pt;
}

span.hidden {
	color: #081018;
}

td.admin_menu {
	border: 1px solid #192d43;
	background: #081018;
	padding: 1px 4px;
	margin: 1px;
	font-size: 8pt;
}

