body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	overflow:hidden;
}
.bg, body{
	background-color: #FFFFFF;
  background-image: url(bg_lightgrey.jpg);
  
	background-repeat: no-repeat;
	background-position: center bottom;
  
  background-color: #AEAEA4;
	background-image: url(bg_lines.jpg);
  background-position: center top;
  
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
}

#logo, #logoBG {
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:63px;
}
#logoBG {
	background-color: #FFFFFF;
	opacity:0.7;
	filter: Alpha(Opacity=70);
}
#logo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}
#logo #logoImg {
	margin-left:5px;
	margin-top:5px;
}
#logo .tt a {
	padding:5px;
}
#logo .shortcuts {
	margin-top:45px;
}
#logo .shortcuts a {
	color: #FF5800;
	font-size: 12px;
	text-decoration: none;
}
/*
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:60px;
}
*/
#main {
	height: 349px;
	/*
	width: 850px;
	*/
	width: 100%;
	min-width:850px;
	position: relative;
	/*overflow:hidden;*/
	margin-top: 73px;
}
#menuBG, #menu {
	position: absolute;
	height: 349px;
	width: 187px;
	left: 0px;
	top: 0px;
	
}
#menuBG {
	/*overflow:hidden;*/
}
.search {
	margin-top:44px;
	margin-right:3px;
	z-index:103;
}
.search input {
	border:1px solid #CCCCCC;
	padding:0px;
	padding-left:2px;
	font-size: 10px;
	color: #333333;
	background-color: #F3F3F3;
}
.auto_complete {
	z-index:9999;
}
.tx-indexedsearch-rules, .tx-indexedsearch .tx-indexedsearch-searchbox form p {
	display:none;
	visibility:hidden;
}
#contentBG, #content {
	position: absolute;
	height: 349px;
	width: 631px;
	top: 0px;
	right: 0px;
	/*overflow:hidden;*/
	z-index:101;
}
#menuBG {
	background-color: #000000;
	opacity:0.8;
	filter: Alpha(Opacity=80);
}
#contentBG {
	background-color: #FFFFFF;
	opacity:0.8;
	filter: Alpha(Opacity=80);
	z-index:100;
}
#content #inner {
	overflow-x: hidden;
	overflow-y: auto;
	height:319px;
	/*background-color: #33FF00;*/	
	padding: 0px;
	padding-right:15px;
	position:absolute;
	top:15px;
	left:41px;
	width:570px;
	/*
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 41px;
	*/
}
td.bg {
	vertical-align:middle;
}


.connect_widget_not_connected_text {
	color:#fff !important;
}
