html {
	height: 100%;
}

body {
	position: relative;
	margin: 0px;
	width: 100%;
	height: 100%;
	min-width: 960px;
	padding: 0px;
	background-color: #fafafa;
	font-family: verdana, helvetica, arial, "MS sans serif", sans-serif;
	color: #000;
	font-size: 10px;
	line-height: 12px;
}

h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

table {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

textarea {
	border: 1px #8f8f9f solid;
}

select {
	border: 1px #8f8f9f solid;
}

input {
	border: 1px #8f8f9f solid;
	color:#000000;
}

em {
	font-weight: bold;
}

td {
	font-size:10px;
	padding-left:10px;
	text-align: left;
}

th {
	font-size:12px;
	font-weight:bold;
	background-color: #eeeeee;
	padding:0px 10px 0px 10px;
}

div {
	/*border: 1px #8f8f9f solid;*/
}

div.container {
	padding: 0px;
	margin: 0 auto -36px;
	z-index: 1;
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	border-width: 0px;
}

div.bodyWithNavibar {
	border: 1px solid #afafcf;
	z-index: 3;
	position: relative;
	top: 60px;
	margin: 0px 15px 15px 165px;
	padding: 5px 5px 15px 5px;
	min-width: 790px;
	min-height: 400px;
	text-align: center;
	background-color: #efeff3;
}

div.bodyNoNavibar {
	border: 1px solid #afafcf;
	z-index: 3;
	position: relative;
	top: 60px;
	margin: 0px 15px 15px 15px;
	padding: 5px 5px 15px 5px;
	min-width: 790px;
	min-height: 400px;
	text-align: center;
	background-color: #efeff3;
}

div.sectionNavibar {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #afafcf;
	margin: 0px;
	height: 40px;
	position: relative;
	top: 10px;
	width: 100%;
	min-width: 960px;
	float: right;
	vertical-align: bottom;
	background-color: #dfdfe7;
    background-image: url("/heading.jsp?title=DafUtils&imageWidth=160&imageHeight=30&titleYOffset=-6&fontName=RockoUltraFLF&fontSize=30&textColour=000000&backgroundColour=dfdfe7");
    background-repeat: no-repeat;
}

div.pageNavibar {
	border: 1px solid #afafcf;
	position: absolute;
	top: 47px;
	left: 0px;
	width: 130px;
	margin: 15px;
	background-color: #dfdfe7;
}

div.sectionNavibarSection {
	border: 1px solid #afafcf;
	margin: 10px;
	float: right;
	vertical-align: bottom;
	padding: 2px;
	font-size: 10px;
	text-align: center;
	background-color: #fafafa;
}

div.pageNavibarPage {
	border: 1px solid #afafcf;
	margin: 10px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
	background-color:#fafafa;
}

div.pageNavibarPageHighlighted {
	border: 1px solid #efefff;
	margin: 10px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
	background-color: #efefff;
}

div.footer {
	position: relative;
	text-align: center;
	padding-top: 5px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #afafcf;
	height: 30px;
	width: 100%;
	min-width: 960px;
	bottom: 0px;
	background-color: #dfdfe7;
	z-index: 5;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}

a:link {
}

a:active{
	text-decoration: underline;
}

a:visited {
}

a.sectionNavibarLink {
}

a.pageNavibarLink {
}

span.accessKey {
	text-decoration : underline;
}

.formRight {
	text-align:right;
	font-weight: bold;
}

input.small {
	font-size: 8px;
	height: 12px;
	padding: 0px;
	margin: 0px;
}

form.small {
	padding: 0px;
	margin: 0px;
	border: 0px;
}