body
{
	font-family: sans-serif
}


/* general overrides */


/* peekaboo bug */
/* Hides from IE5-mac \*/
* html .topbar {height: 1%;}
/* End hide from IE5-mac */





.cms_login
{
 	position: absolute; 
	background-color: #eef; 
 	top: 10px;
 	left: 10px;
 	z-index: 210;
}


.cms_login form
{
	border: solid 2px white;
}

.cms_login table
{
	border-collapse: collapse;
	border: solid 2px blue;
}



.cms_login_header
{
	background-color: blue;
	color: white;
}











.section
{
	clear: both;
}

.section table
{
	border-collapse: collapse;
}

.section table, .section td
{
	border: solid 1px black;
}
.section td
{
	padding: 2px;
}

.content
{
	overflow: auto;
	height: 1%;
}


.cms_sidebar
{
	float: right;
	width: 175px;
	padding-top: 8px;
}



.cms_sidebox
{
}

.cms_sidetextbox
{
	border: solid 1px blue;
	margin-top: .5em;
	padding: .5em;
}

.cms_sidebox h2, .cms_sidebox h3
{
	margin: 0;
}


.cms_section_image_left
{
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}

.cms_section_image_right
{
	float: right;
	margin-left: 1em;
	margin-bottom: .5em;
}

.cms_image_border
{
	border: solid 1px green;
	padding: 5px;
	background-color: white;
	margin-bottom: 5px;
}



.cms_footer
{
	font-size: .8em;
	margin-top: 10px;
	clear: both;
	text-align: center;
}

.cms_footer legend
{
	display: none;
}

fieldset
{
	margin-bottom: .5em;
}

.cms_footer fieldset
{
	border: none;
	padding: 0;
}



.cms_footer span span
{
	float: right;
}

img
{
	border: none;
}

.sidebox img
{
	vertical-align: bottom;
}


table.photo
{
	margin: auto;
	width: auto;
	border: solid 1px #bbb;
	border-spacing: 4px;
	background-color: white;
}



.imagepreview
{
	position: absolute; 
	top: 160px; 
	left: 100px;
	border: solid 1px #bbb;
	padding: 4px;
	background-color: white;
	text-align: center;
}


.simagepreview
{
	border: solid 1px #bbb;
	padding: 4px;
	background-color: white;
	margin: 5px;
	float: left;
	text-align: center;
}



.submenus
{
	overflow: auto;
}

.section_strip div
{
	float: left;
}

.section_strip a
{
	display: block;
}

.photo_section a
{
	display: block;
}

.photoholder
{
	border-collapse: collapse;
}



.border_frame, .border_frame .photoholder  
{	
	background-color: #ddd;
	border-bottom: solid 4px #333;
	border-right: solid 4px #555;
	border-left: solid 4px #888;
	border-top: solid 4px #bbb;
	padding: 3px;
	border-width: 3px;
}
.border_frame a, .border_frame div, .border_flatframe a, .border_flatframe div
{
	border-top: solid 2px #333;
	border-left: solid 2px #555;
	border-right: solid 2px #888;
	border-bottom: solid 2px #bbb;
	padding: 4px;
	border-width: 1px;
	background-color: white;
}

.border_drop td, .border_drop table
{
	border: none;
}


.border_sunken a, .border_sunken .photoholder
{	
	background-color: #ccc;
	border-top: solid 4px black;
	border-left: solid 4px #555;
	border-right: solid 4px #888;
	border-bottom: solid 4px #bbb;
}


.imagebevel
{
	border-left: solid 4px #ccc;
	border-top: solid 4px #fff;
	
	border-bottom: solid 4px #555;
	border-right: solid 4px #888;
	
	position: absolute;
	top: 0;
	left: 0;
	
	filter:alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}

.imagesunken
{
	border-right: solid 4px #ccc;
	border-bottom: solid 4px #fff;
	
	border-top: solid 4px #555;
	border-left: solid 4px #888;
	
	position: absolute;
	top: 0;
	left: 0;
	
	filter:alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}

.photoholder td
{
	padding: 0;
}

.photo_caption
{
	display: none;
}



.galleryItem
{
	float: left;
}

table.normal2
{
	width: 100%;
}

table.normal2 td.leftcol, table.normal2 td.rightcol
{
	width: 50%;
	vertical-align: top;
}

table.normal2 td.leftcol {padding-right: .5em;}
table.normal2 td.rightcol {padding-left: .5em;}



