
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	text-align: left;
}

b {
	color: #CC0000;
}

strong {
	color: #CC0000;
}

a:link {
	color: #CC0000;
	text-decoration: underline;
}

a:visited {
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
}


/* Navigation Links */
a.navigation:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.navigation:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.navigation:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.navigation:active {
	color: #FFFFFF;
	text-decoration: none;
}


body { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.Tiny {
	font-size: 10px;
}

.adminNavigation {
	display: block;
	clear: both;
	text-align: left;
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

a.adminButton, a:visited.adminButton, a:active.adminButton {
        margin: 10px 0px 10px 0px;
        padding: 2px 7px 2px 7px;
        border: 1px solid #CC0000;
        text-decoration: none;
        font-weight: bold;
        color: #CC0000;
        background-color: #F4F4F0;
        line-height: 2em;
}

a:hover.adminButton {
        text-decoration: none;
        background-color: #CC0000;
        color: #F4F4F0;
        border: 1px solid #CC0000;
}


.siteTopBox {
	padding: 1em 1em 1em 1em;
	border-top: 2px solid #336699;
	margin-bottom: 2em;
	border-bottom: 2px solid #336699;
	background-color: #F4F4F0;
	display: block;
}

.siteTopTitle {
	font-size: 24px;
	font-weight: bold;
}

.siteTopSlogan {
	font-weight: bold;
}

.siteTopNavigation {
	padding-top: 3px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.navBox {
	margin-bottom: 2em;
	border: 1px solid #336699;
	background-color: #F4F4F0;
	clear: both;
	display: block;
}

.navBoxTitle {
	padding: 0.3em 0.5em 0.3em 0.5em;
	background-color: #336699;
	color: #FFFFFF;
	clear: both;
	font-weight: bold;
	display: block;
	text-align: left;
}

.navBoxContent {
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-bottom: 1em;
	clear: both;
	display: block;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.7em;
	text-align: left;
}

.contentTitle {
	clear: both;
	display: block;
	line-height: 1.7em;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 1px solid #CC0000;
}

.subTitle {
	clear: both;
	display: block;
	line-height: 1.7em;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
	width: 100%;
}

/* Pager Navigation*/
.pagerBox {
	display: block;
	clear: both;
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #336699;
	font-size: 14px;
	font-weight: bold;
}

.pagerText {

}

.pagerLink {

}

/* Book Reviews */
.bookNavigation {
	display: block;
	clear: both;
	text-align: left;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #336699;
	font-size: 16px;
	font-weight: bold;
}

.bookBox {
	display: block;
	clear: both;
	text-align: left;
	margin-bottom: 2em;
	border-bottom: 1px solid #336699;
}

.bookImage {
	border: 1px solid #336699;
}

.bookImageBox {
	float:left;
	width: 210px;
	height: 170px;
}

.bookTitle {
	font-weight: bold;
}

.bookBuyNow {
	margin: 10px 0px 10px 0px;
}

.bookDetails {
	display: block;
	text-align: left;
	line-height: 1.5em;
}

.bookReviews {
	display: block;
	clear: both;
	text-align: left;
}

.bookReviewTitle {
	display: block;
	clear: both;
	text-align: left;
	font-weight: bold;
}

.bookReviewContent {
	display: block;
	clear: both;
	text-align: left;
	font-size: 11px;
	padding: 1em 1em 1em 1em;	
	border: 1px dotted #336699;
	margin-top: 0.5em;
	margin-bottom: 2em;
	background-color: #F4F4F0;
}

.authorList {
	text-align: left;
	display: block;
	clear: both;
	padding: 0em 2em 2em 2em;	
	font-size: 16px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.7em;
}

/* Admin */
.adminRowHeader {
	padding: 0.3em 0.5em 0.3em 0.5em;
	background-color: #336699;
	color: #FFFFFF;
	clear: both;
	font-weight: bold;
	text-align: left;
	font-weight: 14px;
}

.adminRowOn {
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.4em;
}

.adminRowOff {
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.4em;
}

.colorPicker {
	padding: 2px;
	border: black 1px solid;
	width: 16px;
	height: 16px;
}

/* Side Banner */
.sideLink:link {
	color: #CC0000;
	text-decoration: underline;
}

.sideLink:visited {
	color: #CC0000;
	text-decoration: underline;
}

.sideLink:hover {
	color: #FF0000;
	text-decoration: underline;
}

.sideLink:active {
	color: #CC0000;
	text-decoration: underline;
}

.sideLinkFC:link {
	color: #CC0000;
	text-decoration: underline;
}

.sideLinkFC:visited {
	color: #CC0000;
	text-decoration: underline;
}

.sideLinkFC:hover {
	color: #FF0000;
	text-decoration: underline;
}

.sideLinkFC:active {
	color: #CC0000;
	text-decoration: underline;
}

.sideLinkDS:link {
	color: #CC0000;
	text-decoration: underline;
}

.sideLinkDS:visited {
	color: #CC0000;
	text-decoration: underline;
}

.sideLinkDS:hover {
	color: #FF0000;
	text-decoration: underline;
}

.sideLinkDS:active {
	color: #CC0000;
	text-decoration: underline;
}

