body, html
{
	height: 100%;
}

*{
	margin:0;
	padding:0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFF;
	background-color: #330000;		
	font-size: 10pt;
}

/* General Style Info */
a, td.a{
	color:#FFF;
	text-decoration:none;
	
}
a:hover, td.a:hover{
	color:#AAA;
	text-decoration:none;
}

a img{
	border:none;
}

h1, h2, h3, h4{
	font-weight:normal;
}

h1{
	color: #999;
	font-size: 180%;
}

h2{
	color:#c6c65b;
	padding-top: 1em;
	margin:0.3em 0;
	font-size: 180%;
}

h3{
	color:#c6c65b;
	padding-top:2em;
	font-size: 140%;
}

h4{
	color:#c6c65b;
	padding-top:0.5em;
	font-weight:normal;
}

em {
	font-size: 10px;
}

ul, li {
	margin: 0 10px;
}


#mainContainer{
	width: 960px;
	background-color: #333;	
	min-height: 100%;
	height: auto;
	margin: 0px auto;
}

#header{
	margin-left: 5px;
	margin-right: 5px;
	margin: 0px 0px;
	padding: 0px 10px;
	height: 30px;
	color: #FFFFFF;
	text-align: left;
}

#logo{
	background-image: url('/img/ctb-header.jpg');
	background-repeat: no-repeat;
	float: left;
}

#navLinks{
	float: right;
	margin-top: 12px;
	margin-right: 5px;
	font-size: 90%;
}

.pageContent{
	margin-top: 25px;
	text-align: left;
	width: 700px; 
}

.blockText{
	text-align: justify;
}

#footer{
	color: #999;
	font-size: 80%;
	margin-top: 50px;
	margin-left: 110px;
	clear: both;	
}

.pager {
	color: #FFF;	
}

.pagerArrow{
	margin-bottom: 10px;
	opacity: 0.4;
}

#sidebar{
	float: left;
	width: 110px;
	margin-left: 10px;
}

#sidebar .sidebarGroup
{
	margin-bottom: 10px;
}

.setList{
	color:#FFF;	
	font-size: 80%;
	text-align: left;
	margin-left: 5px;
}

.photoSetTitle{
    color:#AAA;
	padding: 2px 0 6px 0;
	margin-left: 4px;	
}

.photoSetTitle A{
    color:#FFF; 
	text-decoration:none;	
}

.photoSetTitle A:HOVER{
    color:#AAA;
	text-decoration:none;	
}

.photoSetTitleSmall{
    font-size: 80%;
	letter-spacing: 2px;
}

#content{
	float: right;
	margin-right:10px;
	width: 820px;	
}

.subHeader {
	margin-left: 0px;
	margin-bottom: 2px;	
	text-align: left;	
	font-size: 110%;
	color: #999;
	font-style: italic;			
}

.thumbnail{
	margin: 3px 3px 3px 3px;	
}


#GalleryFrame {
	border: 1px solid #555;	
	margin: 10px auto 5px auto;
	overflow: hidden; 
	height: 550px; 
	width: 810px;
	background-color: #333;
	position: relative;	
}

#GalleryImages {
	width: 10000px;
	height: 20000px;
	position: relative;
}

#ThumbnailLinks {
	margin: 2px auto;
	padding: 2px 0;
	width: 750px;
	text-align: center;
}

.pagerCurrent{
	color: #AAA;
}

.scrolling-content {
	text-align: center;
	position: absolute;
}

.scrolling-content img {
	margin: 10px 0px 10px 0px;	
}
.scrolling-content .text {
	margin: 0px 0px;	
	color: #BBB;
	padding: 0px 0;
	font-size: 80%;
	font-style: normal;;		
}

.scrolling-content .title {
	margin: 0px 20px;	
	color: #BBB;
	padding: 0px 0;
	font-size: 120%;	
}

/* a lot of leftover cake stuff, need to streamline */

/* tables */

table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 2em 0;
	white-space: normal;
}
th {
	background-color: #e2e2e2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	padding:1px 4px;
}
table tr td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
	color: #000;
}
table tr td a {
	color: #000;	
}

table tr.altRow td {
	background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
	clear:both;
	display:block;
}

/* notices and errors */

#flashMessage, .error, .error_message {
	color:#900;
	font-size: 16px;
	background-color: #fff;
	margin: 8px 0px;
	font-weight: bold;
}
.error_message {
	clear: both;
}
.error em {
	font-size: 18px;
	color: #003d4c;
}
.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display:block;
}
.tip {
	color: #656565;
	background-color: #ddd;
}

/* forms */

form {
	margin-top: 2em;
}
form div{
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom:2em;
}
form div.date{
	margin-left: 0em;
}
label {
	color: #999;
	width: 140px;
	padding-right: 20px;
}
input[type=checkbox] {
	float: left;
	clear: left;
	margin: 2px 6px 7px 2px;
}
input, textarea {
	clear: right;
	font-size: 12px;
	font-family: inherit;
}
select {
	clear: both;
	vertical-align: text-bottom;
	font-size: 12px;
	font-family: inherit;
}
option {
	font-size: 12px;
	font-family: inherit;
	padding: 0 0.3em;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
}
div.required {
	clear: both;
	color:#222;
	font-weight:bold;
}
div.optional {
	clear: both;
	color:#555;
}
div.submit {
	clear: both;
	margin-top: 40px;
	margin-left: 140px;
}
/* action links */
ul.actions {
	float: left;
	margin-left:20px;
	width: 200px;
}
ul.actions li {
	margin-top: 4px;
}
pre {
	padding: 1em;
}