body
{
	font-family: sans-serif
}


/* general overrides */


/* peekaboo bug */
/* Hides from IE5-mac \*/
* html .topbar {height: 1%;}
/* End hide from IE5-mac */





.login
{
 	position: absolute; 
	background-color: #eef; 
 	top: 10px;
 	left: 10px;
 	z-index: 210;
}


.login form
{
	border: solid 2px white;
}

.login table
{
	border-collapse: collapse;
	border: solid 2px blue;
}



.login_header
{
	background-color: blue;
	color: white;
}











.section
{
	xclear: both;
}

.section table
{
	border-collapse: collapse;
}

.section table, .section td
{
	border: solid 1px black;
}
.section td
{
	padding: 2px;
}

.content
{
	xoverflow: auto;
	height: 1%;
}


.sidebar
{
	float: right;
	width: 175px;
	padding-top: 8px;
	margin-left: 1em;
}



.sidebox
{
}

.sidetextbox
{
	border: solid 1px blue;
	margin-top: .5em;
	padding: .5em;
}

.sidebox h2, .sidebox h3
{
	margin: 0;
}


.section_image_left
{
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}

.section_image_right
{
	float: right;
	margin-left: 1em;
	margin-bottom: .5em;
}

.image_border
{
	border: solid 1px green;
	padding: 5px;
	background-color: white;
	margin-bottom: 5px;
}



.footer
{
	font-size: .8em;
	margin-top: 10px;
	clear: both;
	text-align: center;
}

.footer legend
{
	display: none;
}

fieldset
{
	margin-bottom: .5em;
}

.footer fieldset
{
	border: none;
	padding: 0;
}



.footer span span
{
	float: right;
}

img
{
	border: none;
}

.expand
{
	cursor: url(/cms/images/zoom.cur), pointer;
}

.unexpand
{
	cursor: url(/cms/images/unzoom.cur), pointer;
}

.select
{
	cursor: pointer;
}

.sidebox img
{
	vertical-align: bottom;
}


table.photo
{
	margin: auto;
	width: auto;
	border: solid 1px #bbb;
	border-spacing: 4px;
	background-color: white;
}



.imageview
{
	position: absolute; 
	top: 160px; 
	left: 100px;
	border: solid 1px #bbb;
	padding: 4px;
	background-color: white;
	text-align: center;
	cursor: url(/cms/images/unzoom.cur), pointer;
}

.imageview img
{
	cursor: url(/cms/images/unzoom.cur), pointer;
}


.submenus
{
	xoverflow: auto;
}

.section_strip div
{
	float: left;
}

.section_strip a
{
	display: block;
}

.section_strip img
{
	vertical-align: bottom;
}

.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_flatframe, .border_frame
{
	float: right;
}

.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;}


div.groupbox
{
	margin-top: 1em;
	margin-bottom: .5em;
	border: solid 1px #888;
	background-color: #f4f4f4;
	padding: 0 .5em .5em;
}

div.groupbox h4
{
	border: solid 1px #888;
	background-color: #f4f4f4;
	position: relative;
	padding: .2em;
	display: inline;
	display: inline-block;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	top: -.5em;
	margin: 0;
}



