/* CSS Document */

body.ascent {
	font-family: Trebuchet MS; 
	color: #666; 
	font-size: 12px;
	background-color: transparent;
	background: transparent;
}


h2 {
	margin-left: 10px;
	font-family: Trebuchet MS;
	font-size: 16px;
}

h3 {
	margin-left: 10px;
	font-family: Trebuchet MS;
	font-size: 14px;
}

.listings {
	border: #aaa solid 1px;
	text-align: left;
}

.entry {
	border: #aaa solid 1px;
	margin: 2px 10px;
}

th {
	text-align: left; background-color:#ccc;
	background-image:url(../images/th.jpg);
	background-repeat: repeat-x;
	color: #fff;
}

iframe, textarea, select, input[type=text],input[type=file],input[type=password], input[type=button], input[type=submit], fieldset {
	border: #aaa solid 1px;
	padding: 2px;
	font-family: Trebuchet MS; 
	color: #666; 
	font-size: 11px;
}

iframe.ascent_window {
	min-height: 600px;
	border: #CCCCCC solid 1px;
	overflow: hidden;
}

fieldset {
	padding: 30px;
}

.picContainer {
	font-family: verdana;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border: #CCC solid 1px;
}

.pictureHeader {
	font-weight: normal;
	font-family: verdana;
	font-size: 11px;
}

.success {
	background-color:#E9FFE6;
	color:#026C27;
	border: #026C27 solid 1px;
}

.error {
	background-color: #FFF0F0;
	color:#7E0A03;
	border: #7E0A03 solid 1px;
}

.odd {
	background-color: #F5F2D3;
	cursor: pointer;
}

.even {
	background-color: #fff;
	cursor: pointer;
}

.even:hover, .odd:hover {
	background-color: #DAD294; 
}

table.list {
	font-family: Trebuchet MS; 
	color: #666; 
	font-size: 11px;
}

img.button {
	cursor: pointer;
	margin: 0px 3px;
}

img.gallery {
	cursor: pointer;
	border: #666666 solid 5px;
}

img.galleryThumbnail {
	cursor: pointer;
	max-height: 200px;
	max-width: 140px;
	border: #ddd solid 2px;
	margin-right: 15px;
}

.title {
	background-color: #eee;
	font-weight: bold;
	width: 25%;
}

#displayed {
	max-width: 550px;
	max-height: 600px;
}