.bold { font-weight: bold; }
.center { text-align: center; }
.even { background-color: #f6f6f6; }
.floatLeft { float: left; }
.floatRight { float: right; }
.hidden { display: none; }
.inline { display: inline; }
.odd { background-color: #e6e6e6; }
.overflow { overflow: hidden; }

.container_16, .container_12 { overflow: hidden; }

a { text-decoration : none; color: blue; }
a:hover { text-decoration : underline; }


body {
  	font-size: .8em;
	font-family: Arial, Verdana;
	background: #3c5b6f;
  	line-height: 150%;
  	color: black;
}

textarea {
	font-family: Arial, Verdana;
	font-size: 1em;
}

/* Message displays */
.messages {
  background: #FFF9D7 url(../images/warning.png) 5px center no-repeat;
  border: 2px solid #E2C822;
  padding: 10px 5px 10px 28px;
  margin: 15px 0;
}
.messages.success {
  background: #D9EDDA url(../images/checkmark.png) 5px center no-repeat;
  border-color: #8ED291;
}
.messages.error {
  background: #F4E4E4 url(../images/error.png) 5px center no-repeat;
  border-color: #DA8E8E;
}
.messages ul {
	margin-bottom: 0px;
}


/***** Top Panel ****/
#panel .content input.field.notEntered {
	background: #BF5F5F;
}


/* Front Header */
#frontHeader, #header {
	background: #5c0000;
	border-top: 20px solid #7a0000;
	color: #f5f5eb;
	border-bottom:3px solid #FFFFFF;
	margin-bottom:30px;
}
#header {
	border-top-width: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#frontHeader {
	height:300px;
}
#frontHeader div.content {
	margin-top: 50px;
}
#frontLogo {
	height: 290px;
	width: 370px;
}
div#header a {
	color: #FF9205;
	font-size: 2em;
	font-weight: bold;
}
div#header a span {
	position: relative;
	top: -20px;
}


div.bodyWidget {
	background-color: #93A7B3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 10px;
}



#disclaimer {
	margin: 30px 0px;
	padding: 10px;
	background-color: #9BB68F;
	border: 2px solid #305020;
}
#disclaimer p {
	margin-bottom: 0px;
}


/* Footer */
#footer {
	margin-top: 15px;
	background:none repeat scroll 0 0 #5C0000;
	border-top:3px solid white;
	color:#FCE8FE;
	padding-top: 10px;
}
#footer a {
	color: #FCE8FE;
	border-bottom: 1px dotted #aaa;
}
#footer a:hover {
	border-bottom: 1px solid #aaa;
	text-decoration: none;
}


/* Book output results */
div.class {
	background-color:#DDDDDD;
	margin:10px 0;
	padding:15px 10px;
}
div.class a {
	color: #000066;
	font-weight: bold;
}
div.class a:hover { text-decoration: underline; }
div.class .classMeta {
	font-size: 1.5em;
	margin-bottom: 5px;
	float: left;
}
div.book {
	overflow: hidden;
}
div.book div.bookImage, div.book div.bookMeta, div.book div.bookPrices {
	float: left;
	margin: 5px 15px;
}
div.book div.bookMeta {
	width: 230px;
}
div.class div.followLink {
	float: right;
}
div.bookPrices {
	width: 225px;
}
div.bookPrices table {
	width: 100%;
}
div#loading, div.loadingActive {
	background: url(../images/loading.gif) no-repeat left top;
	padding: 8px 10px 10px 40px;
}

a#getStarted {
	display: inline-block;
	padding: 10px 15px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	font-size: 1.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	background: #e04000 url(../images/alert-overlay.png) repeat-x;
}
a#getStarted:hover {
	background: #ff5c00 url(../images/alert-overlay.png) repeat-x;
}

div.followLink a {
	display: inline-block;
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
	line-height: 1;
	font-size: .9em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	background: #099F10 url(../images/alert-overlay.png) repeat-x;
}
div.followLink a:hover {
	text-decoration: none;
	background: #ee4c00 url(../images/alert-overlay.png) repeat-x;
}
