.divMain {
	border-collapse: collapse;
	/* border: 1px solid; */
	border-radius: 5px;
	box-shadow: 5px 5px 10px #777777;
	background-color: #eeeeee;
	padding: 10px;
	/* font-family: "Times New Roman", Times, serif; */
}

.divTable {
	border-style: double;
    border-width: 2px; 
}

.divTableDet {
	border-style: double;
    border-width: 2px;
}

.resultField {
	border: 0px solid;
}

.resultLabel {
	float: left;
}


.tableTitle { /* background-color: #888888; */
	/* text-decoration: underline; */
	/* font-weight: bold; */
	text-align: center;
	border-bottom-style: solid;
	border-width: 1px;
}

.tableTitleCol {
	
}

td {
	padding: 5px;
	/* border-color: #EEEEEE;
	border-style: double; */
    /* border-width: 1px; */
}

.tableRow:hover {
	cursor: pointer;
	background-color: #9999FF;
	/* font-size:x-large; */
	color: #FFFFFF;
	/* text-decoration:underline; */
}

.tableCol {
	text-align: center;
}

.divMain {
	float: left;
}

.divDetail {
	margin-right: 40px;
	float: left;
	display: inline;
}


#page-wrap { 
  width: 600px; 
  margin: 15px auto; 
  position: relative; 
}

#sidebar { 
  width: 190px; 
  position: fixed; 
  margin-left: 410px; 
}

.centered {
    text-align: center;
}

.errorMsg {
	color: red;
		
}
