@charset "utf-8";
/* CSS Document */

hr.spacer { margin-top: 10px; }
hr.hide {
	border: none;
	height: 0px;
}

table.hovereffect tr:hover td,table.hovereffect tr:hover th.row  { background-color: #ECF3FF; }

ul.lines {
	list-style-type: none;
	padding-left: 10px;
}
ul.lines li {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

a.nolink { cursor: default; }

.bg-red { background-color: #FCC; }

.float-left { float:left; }

a.arrow {
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #CCC;
	display: block;
	height: 17px;
	background-image: url(/bld-themes/m24v2/images/bg/button.png);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	color: #000;
}
a.arrow img {
	position: absolute;
	top: 0px;
}
a.arrow-left {
	float: left;
	margin-right: 5px;
	width: 78px;
	padding-left: 22px;
}
a.arrow-left img {
	margin-right: 5px;
	left: 0px;
}
a.arrow-right {
	margin-left: auto;
	text-align: right;
	width: 68px;
	padding-right: 32px;
}
a.arrow-right img {
	margin-left: 15px;
	right: 0px;
}