@charset "UTF-8";
/* CSS Document */
<!--
.hand {
	cursor: pointer;
} 
.navBucket {
	position: absolute;
	height: 90px;
	z-index: 9;
	left: 312px;
	top: 31px;
}
.navBucket2 {
	position: absolute;
	height: 90px;
	z-index: 9;
	left: 448px;
	top: 31px;
}
.navBucket3 {
	position: absolute;
	height: 90px;
	z-index: 9;
	left: 584px;
	top: 31px;
}
.nav1 {
	position:absolute;
	text-indent: 25px;
	padding-right: 5px;
	padding-top: 2px;
	height:20px;
	z-index:9;
	top: 0px;
	float: left;
}
.nav2 {
	position:absolute;
	text-indent: 25px;
	padding-right: 5px;
	padding-top: 2px;
	height:20px;
	z-index:9;
	top: 35px;
	float: left;
}
.nav3 {
	position:absolute;
	text-indent: 25px;
	padding-right: 5px;
	padding-top: 2px;
	height:20px;
	z-index:9;
	top: 70px;
	float: left;
}
.title {
	position:relative;
	margin-left: 50px;
	height: 20px;
	z-index:6;
	margin-bottom: 25px;
	width: 350px;
}
.row {
	position:relative;
	margin-left: 50px;
	width:500px;
	min-height: 25px;
	max-height: 50000px;
	z-index:6;
	overflow: hidden;
}
.row div:hover {
	background-color: #1E1E1E;
}
.rowHover:hover {
	background-color: #1E1E1E;
	padding: 5px;
	margin-top: -5px;
	margin-left: 45px;
}
.rowDivider {
	position:relative;
	background-image:url(../images/rowDivider.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 50px;
	width:500px;
	height:15px;
	z-index:6;
	margin-top: 5px;
	margin-bottom: 5px;
}
.nohover div:hover { background-color: transparent; }
.nohover:hover {
background-color: transparent;
}
.column {
	position:relative;
	width:240px;
	min-height: 25px;
	max-height: 50000px;
	z-index:6;
	overflow: hidden;
	padding-right: 5px;
	float: left;
}
.thumb {
	position:relative;
	width:125px;
	height:125px;
	float: left;
	z-index:1;
}
.thumbContent {
	position:relative;
	padding: 5px;
	width:355px;
	float: right;
	z-index:1;
}
.rightColumnHeader {
	position:relative;
	width:240px;
	height: 15px;
	padding: 5px;
	z-index:7;
	background-color: #333333;
	text-align: center;
	background: url(../images/rightColumnHeaderBG.png);
	background-repeat: repeat-y;
}
.rightColumnPhone {
	position:relative;
	margin-left: 5px;
	padding-top: 10px;
	margin-bottom: 40px;
	width:210px;
	z-index:7;
	background-repeat:no-repeat;
	padding-left: 35px;
	background-image:url(../images/rightColumnPhone.gif);
}
.rightColumnPhone:hover {
	background-image:url(../images/rightColumnPhoneOn.gif);
}
.rightColumnWalk {
	position:relative;
	margin-left: 5px;
	padding-top: 10px;
	margin-bottom: 40px;
	width:210px;
	z-index:7;
	background-repeat:no-repeat;
	padding-left: 35px;
	background-image:url(../images/rightColumnWalk.gif);
}
.rightColumnWalk:hover {
	background-image:url(../images/rightColumnWalkO.gif);
}
.rightColumnContentBG {
	position:relative;
	margin-left: 5px;
	padding-top: 10px;
	margin-bottom: 20px;
	width:240px;
	z-index:7;
	background-repeat:no-repeat;
	background-position: center;
}
.rightColumnContentTXT {
	position:relative;
	margin-left: 5px;
	margin-top: 10px;
	padding: 5px;
	margin-bottom: 20px;
	width:240px;
	z-index:7;
	text-align: center;
}
.abText {
	position:relative;
	width:250px;
	padding: 5px;
	margin-left:-5px;
	z-index: 9;
	overflow: hidden;
	clear: both;
}
.abText:hover{
	background-color: #1E1E1E;
}
<!-- PAGE SLIDE -->
.pageslide-close {
  font-weight: bold;
  padding:0px !important; 
  z-index: 0;
}
<!--   COLLAPSE -->
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 500px;
}
.msg_head {
	cursor: pointer;
	position: relative;
	margin-left:50px;
}
/*.msg_head a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.msg_head a:hover {
	color: #999999;
}*/
.msg_body {
	margin-left:0px;
}
.indexNews {
	margin-left: 5px;
	margin-top: 5px;
	position: relative;
	width: 80px;
	height: 50px;
	overflow: hidden;
	float:left;
	margin-right: 5px;
}
input, textarea, file {
	background: #FFFFFF;
	border: none;
	color: #000000;
	font: Arial, Helvetica, sans-serif  medium;
	padding: 5px;
	opacity:0.4;
	filter:alpha(opacity=40)
}