/* 2008 Scripps Newspapers Interactive :: css master file */
/* author: Shawn Farrington */

body{
	margin-top:0;
	margin-right:auto;
	margin-bottom:15px;
	margin-left:auto;
	padding:0;
}
#wrapper{
	margin:0 auto;
	padding:15px 20px 15px 20px;
	text-align:left;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:4px solid #999999;
	width:720px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#3b3b3b;
}
h1{
	font-size:24px;
	color:#b43866;
	margin-bottom:40px;
}
.tipBox{
	border:1px solid #000033;
	background-color:#7a8fa2;
	width:96%;
	padding:8px 10px;
	margin-top:20px;
	margin-bottom:20px;
	color:#ffffff;
	font-size:14px;
}
li{
	list-style:disc outside url(http://www.knoxstudio.com/shawn/test/bullet_blue_4square.png);
	padding-bottom:8px;
}
.example{
	color:#b43866;
}
h2{
	font-size:20px;
	color:#b43866;
	margin-bottom:24px;
}

/* start priorities tables */
table{
	border-collapse:collapse;
	width:50em;
	border:1px solid #666666;
	color:#000000;
}
th, td{
	padding:0.1em 1em;
}
col{
	border-right:1px solid #cccccc;
}
thead{
	background:#cccccc left center;
	border-top:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
}
th{
	font-weight:bold;
	text-align:left;
}
.odd{
	background-color:#edf5ff;
}
tr:nth-child(odd){
	background-color:#edf5ff;
}
tr:hover{
	background-color:#3d80df;
	color:#ffffff;
}
thead tr:hover{
	background-color:transparent;
	color:inherit;
}
/* end priorities tables */