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

.outertable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	table-layout:fixed;
}
.leftcolumn {
	width: 25%;
	height: 100%;
	overflow:auto;
	margin: 0px;
	padding: 0px;
	border-right:#ebebeb solid 1px;
	text-align: left;
	vertical-align: top;
}
.rightcolumn {
	width: 75%;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}
.filtertable {
	width: 100%;
	font-family:"Trebuchet MS";
	font-size:12px;
	color: #396ca5;
	padding:1px;
	border: 0px outset; /* border */
	border-collapse: collapse;
}
.filtertable td {
	padding: 7px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	
}

.filtertable2 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #396ca5;
	padding:1px;
	border: 0px outset; /* border */
	border-collapse: collapse;
}

.filtertable2 td {
	padding: 7px; /* cell padding */
	border-bottom: 3px solid; /* cell spacing */
	border-color: #ffffff;  /* table background color */
}

.faqtitle {
	font-size:14px;
	color: #396ca5;
	font-weight: bold;
}

.servicetitle {
	font-family:ARIAL;
	font-size:24px;
	color: #3a7cb1;
}

.filtertable-even{
	background-color: #f6fafe;
}

.filtertable-hover{
	border-left: #3a7cb1 solid 10px;
}

.steps {
	font-family: Arial;
	font-size:24px;
	color: #b3b3b3;
}

.hiddenrow {
	display: none;
}
