/* This style sheet redefines some standard definitions in a HTML document.
   You may edit this style sheet to suit your needs. However for proper display
   purposes please do not edit the final section of this file. */

/* BEGIN EDITABLE SECTION */
a:link {
	font-family: sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none
}

a:visited {
	font-family: sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none
}

a:hover {
	font-family: sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:active {
	font-family: sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

td, th {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left
}

.selected {
	background-color: #55698A;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

thead.propHead th {
	background: #EDEAE4;
	border: 1px solid #B0AEA7;
	border-right: none;
	padding: 2px 4px 4px 2px;
	margin: 0px;
}

tbody.propMain td {
	background: #FFFEFF;
	border: 1px solid #EDEAE4;
	border-right: none;
	border-bottom: none;
	padding: 2px 4px 4px 2px;
	margin: 0px
}
/* END EDITABLE SECTION*/

/* Do not edit anything below this line */

html>body thead.propHead tr {
}

html>body tbody.propMain {
	height: 380px;
	overflow: auto;
	width: 100%;
}

html>body thead.propHead {
	height: 20px;
	width: auto
}

thead.propMain tr {
	position: relative
}

html>body div.tableContainer table {
	width: 100%
}

div.tableContainer table {
	float: left;
	width: 100%
}

html>body div.tableContainer {
	overflow: hidden;
	width: 100%
}

div.tableContainer {
	clear: both;
	border: 1px solid #EADED4;
	height: 400px;
	overflow: auto;
	width: 100%
}
