@CHARSET "ISO-8859-1";

/** Global style **/
body, html
{
	z-index:0;
	position:relative;
	top:0;
	left:0;
	bottom:0;

	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	
	margin: 0px;
	width: 100%;
	height: 100%;
	
	/*background-image: url('../images/bg_rpt.jpg');*/
	background-repeat: repeat-x;
	background-position: center center;
	background-attachment: fixed;
	
	color: #ffffff;
}
.master_table
{
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
.main_site
{
	margin-left: auto;
	margin-right: auto;
	
	width: 802px;
	height: 552px;
	
	text-align: left;
	
	border: 1px solid #434343;
	background-color: #000000;
}

/** Menu **/
.menu
{
	width: 162px;
	height: 100%;
	border-right: 1px solid #434343;
	padding-left: 10px;
	float: left;
	
	background-image: url('../images/menu_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll;
}
.menu .spacer
{
	margin-top: 150px;
}
.menuItems
{
	height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
}
.address
{
}

.menuPopup
{
	position: absolute;
	border: 1px solid #000;
	
	background-color: #000;
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll;
	
	padding: 5px;
	
	display: none;
	z-index: 15;
}

/** Content DIVs **/
.container
{
	border-bottom: 1px solid #434343;
	height: 447px;
	width: 629px;
	float: left;

	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll;
	
	overflow: hidden;
}
.real_textholder
{
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}
.altTitle
{
	display: none;
}
#loaderOverlay
{
	height: 447px;
	width: 629px;
	
	filter:alpha(opacity=75);
	opacity:0.75;
	background-color: #000000;
	
	visibility: hidden;
	
	z-index:2;
	position:relative;
}

#loaderOverlay table, #loaderOverlay td
{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
} 

#content
{
	overflow: hidden;
	position: relative;
	top: -447px;
	height: 447px;
}

/** Bottom area **/
.bottom
{
	overflow: hidden;
	height: 104px;
	width: 629px;
	float: left;
	background-image: url('../images/bottom_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	
	margin-top: 0px;
}
/* total width = 629 */
.bottom .action
{
	/*border: 1px solid #434343;*/
	margin-top: 20px;
	float: left;
	height: 60px;
	width: 200px;
}
.bottom .action1
{
	margin-left: 70px;
}
.bottom .action2
{
	margin-left: 70px;
}
.actionImage
{
	padding-right: 10px;
	height: 60px;
	width: 60px;
	border-width: 0px;
}