/***** Standard HTML Elements *****/

a
{
  color: #524F46;
  outline: none;
}

body
{
  font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
  background-color: #bababa;
}

p {
	padding: 0 0 10px 0;
}

strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

button, a.button {
	background-color: silver;
	border: 2px silver groove;
	color: #333333;
	padding: 1px 5px;
	text-decoration: none;
	font: inherit;
	cursor: pointer;
}

/***** Container *****/

#container
{
	width: 950px;
  margin-left: auto;
  margin-right: auto;
}

#header
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
	height: 240px;
  background: url(../images/top-bg.png) repeat-x top;
	z-index: 99;
}

#header #logo
{
  width: 950px;
	margin: 0 auto;
	height: 240px;
  background: url(../images/top.png) repeat-x top;
	border-bottom: 1px #333333 outset;
	z-index: 99;
}

#navi {
  position: fixed;
  top: 250px;
  left: 50%;
  margin-left: -475px;
	width: 150px;
	/*min-height: 400px;*/
	background-color: #333333;
	color: #bababa;
}

#navi ul, #navi ul li {
  width: 148px !important;
}

#content {
	width: 790px;
  color: #aa0000;
  min-height: 400px;
	padding: 250px 0 0 160px;
}

#content a {
  color: inherit;
  text-decoration: none;
}

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

#content h1, #content h2
{
  margin: 0 0 10px 0;
  font-size: 172%;
  /*text-transform: uppercase;*/
	color: #aa0000;
  line-height: 24px;
	font-weight: bold;
}

#content h1 a, #content h2 a
{
  text-decoration: none;
  font-style: normal;
	color: inherit;
  /*text-transform: uppercase;*/
}

#content h2
{
  font-size: 115%;
	text-decoration: underline;
  line-height: 20px;
	font-weight: normal;
}

#footer
{
	clear: left;
  font-size: 90%;
  margin-bottom: 20px;
  padding-top: 10px;
  position: relative;
}

#footer .content {
  border-top: 1px #333333 solid;
  margin: 20px auto 0 auto;
  padding-top: 5px;
  width: 950px;
}

#footer a
{
  text-decoration: none;
}

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

/***** Classes *****/

.error_list
{
  color: red;
}

.flash_notice
{
	text-align: center;
  margin: 3px 0;
  padding: 2px 7px;
  background-color: #cfc;
	border: 2px #cfc outset;
}

.flash_error
{
  margin: 3px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
}

table.table1 {
	border-collapse: collapse;
	border: 2px gray solid;
}

table.table1 th, table.table1 td {
	padding: 2px 5px;
	border: 1px gray solid;
}

table.table1 th {
	font-weight: bold;
}

table.table1 tr.bgrow0 th, table.table1 tr.bgrow0 td {
	background-color: #999999;
}

table.table1 tr.bgrow1 th, table.table1 tr.bgrow1 td {
	background-color: #aaaaaa;
}

.pagination {
	text-align: center;
	color: white;
	/*background-color: #333333;*/
	background: white url(/images/glossyback.gif) repeat-x center left;
	padding: 2px 5px;
	margin: 5px 0 10px 0;
}

.pagination a {
	color: inherit !important;
}

p.highlight {
	padding: 2px 5px;
	background-color: #FFFFE0;
	color: black;
	border: 2px #FFFFE0 ridge;
	margin-bottom: 10px;
}
