body {
	background-color: #E5E5E5;
	font-family: Verdana, Helvetica, Arial;
	font-size: 14px;
	margin: 0 auto;
}

a img {
	border: none;
}

a {
	color: #047ABA;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

input {
	font-size: 1em;
	margin-top:3px;
}

input .submit {}


form label {
	font-weight: bold;
}


#header {
	width: 100%;
	margin-top: 25px;
	position: relative;
	background: #68787B;
	padding: 20px 0 0 0;
	text-align: left;
	margin: 0;
}

#header h1 {
	padding: 0 0 15px 0;
	margin: 0 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	color: white;
	text-align: left;
	}

#user_status a {
	padding:10px 5px;
}
#user_status a:link {
	color: #D1EEFF;
	text-decoration:none;
}

#user_status a:hover{
	background-color: #C2295F;
}
#user_status a:visited {
	color: #D1EEFF;
}

ul#navigation {
	margin: 0;
	padding: 0 30px;
}

ul#navigation li {
	display:inline;
}

ul#navigation li a {
	text-decoration: none;
	padding: 4px 15px;
	position: relative;
	top: -4px;
	background: #E33975;
	color: #fff;
	font-size:12px;
	font-weight: bold;
}

ul#navigation li a:hover {
	background-color: #C2295F;
	padding:4px 15px;
	color: #ffffff;
} 

ul#navigation li a:link {
	background-color: #E33975;
}
ul#navigation li a.current {
	background:#E5E5E5 none repeat scroll 0 0;
	color: #000;
}

#user_status {
	position: absolute;
	right: 20px;
	top: 10px;
	font-family:verdana;
	font-size:10px;
	color: #D1EEFF;
}


#container {
	min-width: 400px;
	padding-right:8px;
	background:#FFFFFF url(/css_pictures/right-bg.gif) repeat-y scroll right center;
	overflow:hidden;
}

#container_wrapper {
	margin:10px 30px; 
	padding:0 0 7px 0;
	background: url(/css_pictures/bottom-bg.gif) bottom right no-repeat;
}

#head .search {
	float: right;
	margin-top: 2px;
	margin-right:15px;
}

#search_results .highlight {
	background-color:yellow;
}

#page_header {
	background:#EDF3FE none repeat scroll 0 0;
	margin: 0 0 5px 0;
	padding: 7px 15px;
	border-bottom: 1px solid #d0d0d0;
	height:20px;
}


#page_header a:link, #page_header a:visited {
	color: #006ACC;
	text-decoration: none;
}

#content {
	margin:10px 15px;
	text-align:left;
	padding-bottom:10px;
}

#content table {
	border-collapse:collapse;
	text-align:left;
	width: 100%;
	margin-bottom:5px;
	margin-top:5px;
}

#content table th {
	background:#68787B;
	color:white;
	padding:5px;
}
	
table tr.even {
	background:#eee;
	height: 30px;
	}
table tr.odd {
	background:#fff;
	height:30px;
	}

#content table td {
	padding: 5px;
}

#content table .chapter {
	padding-left: 50px;
}
#content table td.title {
	max-width:375px;
	overflow:hidden;

}

#content table td.action
{
	width:70px;
}
#content table td.category_title
{
	padding-left: 30px;
}

#category {
	padding: 5px 15px;
}

.image {
	margin-top: 5px;
}

#flash_notice, #flash_error {
	padding: 5px 8px;
	margin: 15px 0 10px 0;

}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}
