@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
{

}
.main_site
{
	margin-left: auto;
	margin-right: auto;
	
	width: 802px;
	
	text-align: left;
	
	border: 0px solid #434343;
	background-color: #000000;
}

/** Menu **/
.menu
{
	width: 162px;
	height: 100%;
	border-right: 1px solid #434343;
	padding-left: 10px;
	float: left;
	
	display: none;
}
.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
{
	width: 629px;
}
.real_textholder
{
	height: auto;
	position: relative;
}
.altTitle
{
	display: block;
}
OBJECT
{
	display: none;
}
#loaderOverlay
{
	height: 447px;
	width: 629px;
	
	filter:alpha(opacity=75);
	opacity:0.75;
	background-color: #000000;
	
	visibility: hidden;
	
	z-index:2;
	position:relative;
	
	display: none;
}

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

#content
{

}

.real_textholder
{
	height: auto;
}

/** 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;
	
	display: none;
}
/* total width = 629 */
.bottom .action
{
	/*border: 1px solid #434343;*/
	margin-top: 20px;
	float: left;
	height: 60px;
	width: 200px;
	
	display: none;
}
.bottom .action1
{
	margin-left: 70px;
}
.bottom .action2
{
	margin-left: 70px;
}
.actionImage
{
	padding-right: 10px;
	height: 60px;
	width: 60px;
	border-width: 0px;
}

body
{
	scrollbar-arrow-color: #eec547;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #212121;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #212121;
	scrollbar-track-color: #000;
	
	background-color: #161616;
	color: #ffffff;
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
}
#content td
{
	vertical-align: top;
}
a
{
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
a:hover
{
	color: #39bb7f;
	/*padding-left: 10px; */
}
#content a
{
	border-bottom: 1px solid #39bb7f;
}
#content a:hover
{
	border-bottom: 1px solid transparent;
}
.menu a
{
	text-transform: uppercase;
	font-size: 12px;
	
	display: block;
	margin-left: 5px;
	
	line-height: 25px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.menuPopup a
{
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	display: block;
	line-height: 16px;
}

.address
{
	font-size: 11px;
}

legend
{
	color: #ffffff;
}
.pageTitle
{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}
.actionTitle
{
	font-weight: bold;
	font-size: 11px;
}
.actionText
{
	font-size: 10px;
}
.bottom .action a
{
	color: #ffffff;
	text-decoration: none;
}
.bottom .action a:hover
{
	color: #39bb7f;
	text-decoration: none;
}
.text
{
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px inset #434343;
	font-family: verdana, tahoma, arial, sans-serif;
}
.button
{
	text-color: #ffffff;
	font-size: 11px;
	font-family: verdana, tahoma, arial, sans-serif;
	border: 1px outset #434343;
}