/* For the Image page
-----------------------------------------------------------------------------*/
* {
	float:none;
	position:static;
}

html, body {
	margin:0; padding:0;
}

#main, #main div.panel-content {
	width:auto !important;
}

table.var_width {
	margin:0;
	padding:0;
	width:100%;
	table-layout:auto;
	height:100%;
	background: transparent url(./images/bg3.gif) repeat-y top center;
}

table.var_width .left, table.var_width .right {
	float:none;
	margin:0;
	padding:0;
	height:100%;
}

table.var_width .left {
/*	background:url(./images/bg-blue-left.png) repeat-y top right;*/
	background:transparent url(./images/bg-shadow-left.png) repeat-y top right;
}

table.var_width .right {
/*	background:url(./images/bg-blue-right.png) repeat-y top left;*/
	background:transparent url(./images/bg-shadow-right.png) repeat-y top left;
}

table.var_width .center {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFFFFF;
}

#main-warn .center {
	width:390px !important;
}

#page-header {
	text-align:center; /* bug fix for IE to center #site-description */
}

table.var_width #site-description {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow:visible;
}


h1 a#site-logo {
	position:relative;
	left:4px;
}


table.var_width .panel {
	margin-bottom: 4px;
}

table.var_width h2
{
	text-align:center;
}

.prev_page {
	display:block;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

table.var_width a.navbar:link:hover {
	background-color:#d1e2f1; /*d0e2f1*/
}
