body, div{
        font-size: 11px;
}
table, th, tr, td{
        font-size:11px;
}

.lined_table {
	border: 1.5px solid black;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.noline_table{
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

.border1px
{
	border:1px solid black;	
}

.sub_table{
	border:0px;
	align:center;
	valign:center;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.lined_table td {
	border: 1px solid gray;
	vertical-align:middle;
}

.noline_td
{
	border: 4px solid gray;
}

.lined_table table
{
	border: 0px solid gray;
}

.lined_table table td
{
	border: 0px dashed gray;
}

.even {
	background-color: #f4f4ef; 
}

.odd {
	background-color: #ECE9D8;
}

.title_row {
	color: green;
	background-color: #cccccc;
	font-size: 140%;
	font-weight: bold;
	font-family:sans-serif;
}

.subtitle_row{
	color: blue;
	background-color:#dddd99;
	font-size: 130%;
	font-weight: bold;
	font-family:sans-serif;
}

.button{
	width:80px;
	height:30px;
	
}


#newusernetid {
	width: 80px;
}
