body {
	font: 11px verdana, helvetica, geneva, arial, sans-serif;
	line-height:  150%;
	margin: 0;
	padding: 0;
	border: 0;
}

/*##################################################################
### HEADER.  Set header image and color properties here. */
#pageheader {
	width: 100%;
	height: 40px;
	background: #B5A58E url("/photos/include/images/header_image.jpg") no-repeat; 
}

/*##################################################################
### MAIN TABLE.  Set table color and properties here. */
#maintable {
	width: 100%;
}
#maintable .headerrow { /* This is the color of the column header row */
	background: #999999;
	font-weight: bold;
}
#maintable .oddrow { /* This is the color of the ODD alternating table row */
	background: #eee;
}
#maintable .evenrow { /* This is the color of the EVEN alternating table row */
	background: #fff;
}
#maintable td { /* This sets all table data cell properties */
	vertical-align: top;
}
#maintable .iconcell { /* This sets the width of the icon table cell */
	width: 18px;
}

/*##################################################################
### BOTTOM SPACER.  Set spacer line between maintable and bottom bar color and properties here. */
#bottomspacer {
	width: 100%;
	height: 4px;
	background: #ccc;
}

/*##################################################################
### BOTTOM BAR.  Set bottom bar color and properties here. */
#bottombar {
	width: 100%;
	background: #eee;
	padding: 3px 0;
}
#bottombar .text { /* This center-aligns the text with the image */
	vertical-align: 4px;
}

/*##################################################################
### INFO TEXT  Set info text color and properties here. */	
.InfoText {
	color: #803A15;
	font-style: italic;
}

/*##################################################################
### ERROR TEXT */
.error {
	color: #f00;
	font-weight: bold;
}

/*##################################################################
### LINKS: Set your link colors and properties here.
### Note: ORDER MATTERS HERE!!! Do not change their order.
### See http://www.meyerweb.com/eric/css/link-specificity.html */
a  { color: #333333; text-decoration: none; } 
a:visited { color: #888888; }
a:hover   { color: #339933; }
a:active  { color: #CCFFFF; }

img { border: none } /* Turn border off by default on image links */

/*##################################################################
### IMAGE LINKS: Set your image link colors and properties here.
### NOTE: ORDER MATTERS HERE!!!
### See http://www.meyerweb.com/eric/css/link-specificity.html */
a:link img.border	 { border: solid 1px #333333; }
a:visited img.border { border: solid 1px #888888; }
a:hover img.border   { border: solid 1px #339933; }
a:active img.border  { border: solid 1px #CCFFFF; }

/*##################################################################
### BROWSER HACKS.  These are just to make stuff work in various browsers,
### don't mess with these. */
td img { /* Fix image spacing problem http://devedge.netscape.com/viewsource/2002/img-table/ */
	vertical-align: bottom;
}
img.block {	display: block; } /* End image spacing problem */
table { font-size: 100%; } /* Fix broken table inheritance */
