/* CSS Document */
/* all reset,layout */

table.moduletable th {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #fff000;
}
table.moduletable td {
	font-size:14px;
	font-weight: bold;

}


.sectiontableheader {
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	font-size:16px;
	background-color:#525252;
}
.sectiontableentry1 {
	font-size:14px;
	background-color:#525252;
}
.sectiontableentry2 {
	font-size:14px;
	background-color:#333333;

}


.inputbox{
	background: #999999;
	border: thin solid #CCCCCC;
}

.componentheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	color: #fff000;
}


.contentheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	color: #fff000;
}

.contentpaneopen{
        margin:2px;
        padding:5px;

}

.pathway{
	font-size:16px;
	font-weight: bold;

}
.small{
font-size:11px;
color:#fafafa;
}
.createdate{
font-size:12px;
color: #fafafa;
}
