/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Layout 04: 2 column 940 sidebar left
  -----------------------------------
*/
body {
	min-width: 940px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#tnav-center {
	width: 940px;
}
#columnwrapper {
	width: 940px;
	background-image: url(img/p7iq_2col940.jpg);
	color: #000000;
}
#columns-top {
	background-image: url(img/p7iq_2col940Top.jpg);
}
#c1, #c2 {
	width: 240px;
	margin-right: 20px;
}
#c2 {
	margin-right: 0px;
	width: 680px;
}
#columns-bottom {
	background-image: url(img/p7iq_2col940Bottom.jpg);
}
#footer {
	width: 940px;
}

div.data-table-wrapper { margin: 12px auto; max-width: 800px; }

table.data-table { font-size: 12px; padding: 20px; color: #000; line-height: normal; background-color: #F1F1F1; border: 1px solid #CCC; width: 100%; }

/*Data Table CSS3 Properties*/ table.data-table { background-color: rgba(240,240,240,.5); -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

table.data-table th { font-weight: normal; text-align: left; padding: 5px; border: 1px dotted #CCC; }

table.data-table td { border: 1px solid #999; text-align: center; padding: 2px; background-color: #CCC; color: #000; }
table.data-table .no { background-color: #C05A5A; color: #000; border-color: #C05A5A; }
