@charset "utf-8";
/* CSS Document */

#table1{float:left;
	width:452;
	_width:440;
	}

#table2{float:right;
	width:452;
	_width:440;
	}

.tablecontainer1{float:left;
	width:450px;
	_width:427px;
	margin-bottom:10px;
	}

.tablecontainer2{float:right;
	width:450px;
	_width:427px;
	margin-bottom:10px;
	}

.tabletop{border:1px #999 solid;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:0 0 0 4px;
	-ms-border-radius:0 0 0 4px;
	border-radius:4px 4px 0 0;
	padding-left:10px;
	background:#CCC;
	font-size:14px;
	font-weight:bold;
	}

.column1{float:left;
	width:208px;
	border:1px #999 solid;
	border-top:0px;
	padding-left:10px;
	font-size:13px;
	}

.column2{float:right;
	width:219px;
	border:1px #999 solid;
	border-left:0px;
	border-top:0px;
	padding-left:10px;
	font-size:13px;
	}
	
.columnbot1{float:left;
	width:208px;
	border:1px #999 solid;
	border-top:0px;
	padding-left:10px;
	-moz-border-radius:0 0 0 4px;
	-webkit-border-radius:0 0 0 4px;
	-ms-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
	font-size:13px;
	}
	
.columnbot2{float:right;
	width:219px;
	border:1px #999 solid;
	border-left:0px;
	border-top:0px;
	padding-left:10px;
	-moz-border-radius:0 0 4px 0;
	-webkit-border-radius:0 0 0 4px;
	-ms-border-radius:0 0 0 4px;
	border-radius:0 0 4px 0;
	font-size:13px;
	}


/*------------------------------------------ Green Table ------------------------------------------*/

.advancedtablegreen{
	width: 100%;
	color:rgb(0,0,0);
	background:rgb(255,255,255);
	margin-bottom: 20px;
}

.advancedtablegreen td{
	font-size: 15px;
	padding: 6px;
}

.advancedtablegreen tr {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transitions-duration: 0.1s;
    transition-duration: 0.1s;		
}

.advancedtablegreen tr:hover{
	background:rgb(63,63,63);
	color:rgb(255,255,255);
}

.advancedtablegreenodd{
	background:rgb(236,236,236);
}