body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg_page.gif);
	background-color: #000000;
}

body, td, th {
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

a {
text-decoration: underline;
}

a:hover {
text-decoration: underline;
}

p {
	margin: 0px 0px 15px 0px;;
	padding: 0px;
}

h1 {
	font-family: Times, Times New Roman, serif;
	color: #AA0000;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	background-image: url(/images/title_floral.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}

.error {
	font-weight: bold;
	color: #CC0000;
}

.date {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

table.sortable thead {
    color:#84785B;
    font-weight: bold;
    cursor: pointer;
}

#datatable {
	border-left: 2px solid #AB9E7D;
	border-bottom: 2px solid #AB9E7D;
}

#datatable td {
	border-top: 2px solid #AB9E7D;
	border-right: 2px solid #AB9E7D;
	vertical-align: top;
}

#datatable th {
	border-top: 2px solid #AB9E7D;
	border-right: 2px solid #AB9E7D;
	color: #84785B; 
	font-weight: bold;
	vertical-align: top;
}

#datatableinset td {
	border-top: 0px;
	border-right: 0px;
	vertical-align: top;
}

#datatable_borderless td {
	padding: 0px;
	padding: 4px 4px 4px 0px;
	vertical-align: top;
}

#datatable_borderless th {
	padding: 0px;
	padding: 4px 4px 4px 0px;
	color: #84785B; 
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

.formfield {
	background-color: #ffffff;
	border: 1px solid #84785B;
}


#nav h2 {
	font-family: Times, Times New Roman, serif;
	font-size: 17px;
	font-variant: small-caps;
	font-weight: normal;	
}

.navhead a {
	font-family: Times, Times New Roman, serif;
	color: #FFF;
	text-decoration: none;	
}

.navhead {
	padding-left: 20px;
}

.subnav a {
	font-size: 12px;
	text-decoration: none;
}

.subnav dl {
	padding: 0px 0px 5px 30px;
	margin: 0px;
}

.subnav dt {
	margin-bottom: 3px;
}

.menu dl {
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	background-color: #AAAAAA;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;	
}

.menu dt {
	font-size: 11px;
	margin: 0px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 10px;
}

.menu dt a {
	color: #333333;
	text-decoration: none;
}

.menu dt a:hover {
	text-decoration: none;
}

.menu-on {
	background-color: #ccc;
	cursor:pointer;
	color: #333333;
}

.menu-off {

}

.collapse {
display:none;
}

.expand {
display:inline;
}

.subphoto_table {
	width: 100%;
}

.subphoto_table td {
	padding: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.unpaid {
	background-color: transparent;
	border: none;
	height: 12px;
	width: 100%;
}

.pagernumbers {
	color: #000000;
}

.pagernumbers a {
	padding: 2px;
}

.pagernumbers a:hover {
	text-decoration: none;
}

/* Highslide CSS */

.highslide {
    cursor: url(/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {

}
.highslide:hover img {

} 

.highslide-wrapper {

}
.highslide-image {
	border: 3px solid #fff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: none;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    color: #000;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.epad {
	display: none;
}