/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin-top: 0px;
	margin-left: 12px;
}

#masthead{
	padding: 0px 0px;
	height: 148px;
	width:100%;
	background-size:contain;
	background-position:center;
	background-image: url(/img/rdtlogo.png);
	background-repeat: no-repeat;
}

#navBar{
	padding: 0px 0px 200px 00px;
	width: 150px;
}

#sectionLinks{
	font-size: 80%;
}

#content{
	margin-left: 160px;
	margin-right: 20px;
	position: absolute;
	top: 100px;
	color: #555555;
	font-family: sans-serif;
}

#siteInfo{
	clear: both;
	font-size: 60%;
	padding: 10px 00px 00px 00px;
	color: #333333;
}
.clickable{
	cursor:pointer;
}

th {
	color: #777777;
	text-align: left;
}

.itemname {
	text-align: left;
	font-weight: bold;
	color: #444444;
}

.itemhead {
	text-align: left;
	padding: 10px 0px;
	font-weight: bold;
}

.itemdescr {
	text-align: left;
	color: #555555;
}

.itemprice {
	font-style: italic;
}

#daisychain{
	padding: 10px 10px;
	font-size: 80%;
}

#keywords {
	font-size: 0px;
}

#report table {
	background-color: #eeeeee;
	border-style: groove;
	border-color: #aaaaff;
}

#report th {
	font-family: Sans-serif;
	color: #444499;
	font-size: 80%;
	text-align: left;
	white-space: nowrap;
}

#report td {
	font-family: Sans-serif;
	font-size: 70%;
	white-space: nowrap;
}
