#pithyquotes-theme {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding: 0;
	margin: 10px 10px 0;
	overflow: hidden;
	clear: both;
	width: 97%;
	position: relative;
}

#pithyquotes-theme td{
	padding: 4px 2px 4px 2px;
}

#pithyquotes-theme .pithyrow0{
	background: #ddd;
}
#pithyquotes-theme .pithyrow1{
	background: #fff;
}

#pithyquotes-theme .pithyrow1:hover, #pithyquotes-theme .pithyrow0:hover{
	background: #000;
	color: #fff;
}

/* @group DIV Classes */

#pithyquotes-theme h2 {
	color: #264761;
	display: block;
	width: 100%;
	border-bottom-style: none;
	font: bold 19px Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	text-shadow: #ecf4fc -1px -1px 1px;
}

#pithyquotes-theme #pithyquotesupdated {
	position: relative;
	font-weight: bold;
	background-color: #f0f6fb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #c3d5e7;
	color: #d54e21;
	margin: 7px 0 15px;
	top: 8px;
	width: 90%;
	padding: 6px;
}