body 
{
	/* background-color: White;*/
}

.outer_wrapper
{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	background-image: url(bg_img.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #CC9866;
}
.wrapper_main
{
	width: 980px;
	margin: 0px auto;
	background-color: White;
	text-align: left;
	border: solid 1px #DDDDDD;
}

.header
{
}

.header_menu
{
	width: 180px;
	background-color: #663300;
	margin: 0px;
}

.header_pane
{
	background-color: #663300;
	margin: 0px;
	width: 800px;
}

.login_pane
{
	text-align: left;
	background-color: transparent;
	color: White;
	padding: 4px;
	width: 980px;
	height: 24px;
	margin: 0px auto;
}
.login_pane a.SkinObject
{
	color: White;
	font-size: 11pt;
}
.menu
{
	background-color: #333333;
	border-bottom: solid 1px #86752F;
}
.main_content
{
	background-image: url(mainbody_back.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: White;
	min-height: 320px;
}

.top_spacer
{
	height: 16px;
}

.top_pane
{

	padding: 0px 8px 2px 12px;
	margin-bottom: 8px;
}

.left_pane
{
	height: 100%;
	text-align: left;
}

.right_pane
{
	height: 100%;
}

.bottom_pane
{
	
}

.footer
{
	background-image: url(footerbg.gif);
	border-top: solid 1px #EEEEEE;
	height: 58px;
	text-align: center;
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: white;
}

.subfooter
{
	padding-top: 6px;
}

.main_dnnmenu_bar 
{
	background-color: White;
}

.main_dnnmenu_rootitem
{
	padding: 4px;
	border-left: solid 1px Blue;
}

.main_dnnmenu_rootitem_selected
{
	padding: 4px;
	border-left: solid 1px Blue;
	color: Blue;
	text-decoration: underline;
}

.main_dnnmenu_submenu
{
	padding: 4px;
	background-color: White;
	border: 1px solid #DDDDDD;
}

/*** begin lightbox stuff ***/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*** end lightbox stuff ***/

.AKS_storytitle
{
	font-size: 1.8em;
	padding-left: 8px;
}

.AKS_storytitle_label
{
	font-weight: bold;
}

.AKS_padSSImage
{
}
.AKS_AddStoryButton{
	font-size: 1.5em;
	line-height: 2em;
	color: #663300 !important;
}
.SearchText{
	color: White !important;
	font-size: 11pt;
	font-family: Sans-Serif;
	font-weight: bold;
}

@media print
{
/* print media sections */
	.body, td
	{
		font-size: 12pt;
	}
	.Normal
	{
		font-size: 12pt;
	}
	
	.login_pane, .menu, .left_pane, .main_dnnmenu_container
	{
		display: none;
	}
	.wrapper_main
	{
		border: 0px;
	}
/* End print media section */
}

