body{
	font-family: tahoma;
	font-size: 9pt;
	color: #333333;
	cursor: default;
	background: white;
	}

input{
	font-family: tahoma;
	font-size: 9pt;
	height: 14px;
	padding-left: 2px;
	}

select{
	font-family: tahoma;
	font-size: 9pt;
	height: 19px;
	padding-left: 3px;
	}

label{
	cursor: pointer;
	-moz-user-select: none;
	}

a{
	color: rgb(143, 179, 216);
	text-decoration: underline;
	}
a:hover{
	color: rgb(254, 161, 0);
	text-decoration: none;	
	}
	
.fakeLink{
	color: rgb(143, 179, 216);
	text-decoration: underline;
	cursor: pointer;
	}
.fakeLink:hover{
	color: rgb(254, 161, 0);
	text-decoration: none;	
	}

h2{
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 4px;
	margin: 0px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #CCCCCC;
	}

#pageContainer{
	border: 1px solid #333333;
	width: 500px;
	/*
	margin: 30px auto;
	*/
	margin: 0px auto;
	}

#pageInnerContainer{
	padding: 7px;
	max-height: 350px;
	overflow: auto;
	}

ul{
	list-style-image: url('bullet_green.png');
	margin: 8px 0px 2px -9px;
	}
li{
	margin-bottom: 4px;
	}
.listItemText{
	position: relative;
	top: -3px;
	left: -6px;
	}

.radioButtonLabel{
	position: relative;
	top: -3px;
	}

.reportHeader{
	width: 300px;
	}

.reportLinks{
	float: right;
	margin-left: 17px;
	}

input.submit{
	height: 25px;
	margin-bottom: 7px;
	cursor: pointer;
	}

#pageHeader{
	padding: 3px;
	padding-left: 7px;
	border-bottom: 1px solid #333333;
	background: #999999;
	font-weight: bold;
	color: white;
	overflow: hidden;
	white-space: nowrap;
	}

#pageLinkBar{
	text-align: right;
	padding: 2px 7px 3px 7px;
	border-bottom: 1px solid #333333;
	}

#pageFooter{
	position: absolute;
	bottom: 0px;
	padding-bottom: 6px;
	text-align: center;
	font-size: 8pt;
	color: rgb(15, 100, 178);
	}

.preload{
	display: none;
	}
