@charset "UTF-8";
/* CSS Document */

/*-----TABLE STYLES----*/

.commontable {
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	color: #333;
}
.commontable td, .commontable th {
	border-top-color: white;
	border-bottom: 1px solid #DFDFDF;
	color: #555;
}
.commontable th {
	text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-weight: normal;
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
}
.commontable td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: top;
}

.tablestyle table {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	background-color: #fdfdfd;
	width: 100%;
}

.tablestyle table td, .tablestyle table th {
	border: 1px solid #dddddd;
	padding: 4px 2px 4px 5px;
}

.tablestyle {
	vertical-align: middle !important;	
}

.tablestyle th {
	background-image: url(http://blog.atlantafalcons.com/jayadams/files/2012/12/E4432D8FF44B404AA35D6D5B6E12471E.jpeg);
	background-position: bottom;
	vertical-align: middle !important;
	font-weight: bold;
	text-shadow: #fff 1px 1px;
	font-size: 13px;
}

.tablestyle table tr:nth-child(even) {
	background: #efefef;
}

.tablestyle table tr td {
	height: 22px;
	vertical-align: middle;
}  .right {float:right;}