/********************************************************************
 * CSS rules which may be present in html code that gunther generates
 * from page content. These should always be present but maybe edited
 * at will.
 ********************************************************************/
 
font,th,td,p	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 12px; }
a:link, a:active, a:visited { text-decoration: underline; color : #3D117B; }
a:hover			{ text-decoration: none; color : #7F204C; }
hr				{ height: 0px; border: 0px; border-top: 1px solid #555; }

pre {	color : #333333; border: 1px #98AAB1 solid;
		background-color: #F3F3F3;
		border-width: 1px;
		margin: 22px; padding: 10px;
		font-size : 10 px;
}

.fancy
{
    font-family : Georgia, Times, Serif;
    font-size : 14px;
    text-decoration: underline;
}

.fancyHeader, h3, h2, h1, h4, h5
{
    font-family : Georgia, Times, Serif;
    font-size : 20px;
  	font-weight: bold;
    color : #3D117B;
    margin:0;
    margin-bottom: 0.5em;
}


h5 { font-size : 11px; font-weight: bold; }
h4 { font-size : 12px; font-weight: bold; }
h3 { font-size : 14px; font-weight: bold; }
h2 { font-size : 16px; font-weight: bold; }
h1 { font-size : 20px; font-weight: bold; }


.tableheader { background-color: #EFEFEF;
			border-bottom: 1px #A9BBC2 solid;
			border-right: 1px #A9BBC2 solid;
			font-weight: bold; }
.tablecell { background-color: #FFFFFF;
			border-bottom: 1px #A9BBC2 solid;
			border-right: 1px #A9BBC2 solid; }
.tableborder { background-color: #FFFFFF;
			border-top: 1px #A9BBC2 solid;
			border-left: 1px #A9BBC2 solid;
			font-size : 12px; }


#header {
  margin-top: 20px;
}

/********************************************************************
 ********************************************************************/

form { margin-bottom: 0 ; }

.bodyborder	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

.headercell { background-color: #BDC6D9; border-bottom: 1px #98AAB1 solid; }

body { background-color: white; }


/* General text */
.p { font-size : 12px; }
.gen { font-size : 12px; }
.genmed { font-size : 11px; line-height: 17px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #226699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6955; text-decoration: underline; }


.thinpre {
  color : #333333; border: 1px #98AAB1 solid;
	background-color: #F3F3F3;
	border-width: 1px;
	margin: 5px; padding: 10px;
	font-size : 10 px;
}

.details .sold {
  color: #AA1E02;
  font-weight: bold
}

.details a {
  font-size: 90%;
}

a.title {
  font-size: 130%;
  font-weight: bold;
  text-decoration: none;
  font-family : Georgia, Times, Serif;
}

.details p {
  margin: 0.5em 0;
}

td.details {
  padding-bottom: 15px;
}

td.photo {
  padding-right: 5px;
  padding-bottom: 15px;
}

td.action {
  width: 1%;
  padding: 0 0.4em;
}


ul#categories {
  font-size: 150%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-left: 7px;
}

ul#categories > li {
  margin: 0.3em;
  font-weight: bold;
  clear: both;
}

a.listed {
  font-size: 60%;
  color: #444;
  font-weight: normal;
  font-style: italic;
}

ul#categories > li {
  clear: both;
}

ul#categories > li > ul {
  padding: 3px 0px 0px 17px;
}

ul#categories > li > ul > li {
  display: inline;
  float: left;
  padding: 0;
  margin: 0 4px 7px 0px;
}

ul#categories a.cat-title {
  text-decoration: none;
  color : #3D117B;
}

ul#categories a:hover.cat-title {
  color: white;
  background-color: #555;
}

#big_photos {
  text-align: center;
  margin-bottom: 20px;
}

#big_photos table {
  margin: 0 auto;
}

#item-show {
  
}

#item-show .sold {
  color: red;
  text-align: center;
  font-weight: bold;
}

#news-table th {
  background-color: #888;
  color: white;
  text-align: left;
  border-bottom: 1px solid #555;
  padding: 0.1em 0.3em;
}

#news-table td {
  padding-top: 0.5em 0;
}

.news-title {
  margin-bottom: 0.1em;
  clear:both;
  color: #333;
}

.news-title a {
  text-decoration: none;
}

.news-date {
  font-size: 90%;
  color: #444;
}

div.form-area {
  background-color: #eee;
  padding: 0.3em;
  margin-bottom: 0.5em;
}

p.para-actions {
  font-size: 90%;
  padding-bottom: 1.5em;
  margin-top: -0.5em;
  clear: both;
  padding-left: 1em;
}

p.para-container {
  border-left: 2px solid #ddd;
}

div.not-published {
  width: 80%;
  border: 2px solid #b00;
  color: #800;
  margin: 0 auto;
  margin-bottom: 1em;
  padding: 0.3em;
}

.news-photo {
  clear: both;
  margin: 7px 4px;
}


div.news-item {
  margin: 1.5em 0;
}

div.news-item img {
  float: left;
  margin: 0 0.8em 0.2em 0;
}

div.admin-links {
  clear: both;
  background-color: #ccc;
  padding: 0.3em 0.5em;
}

img {
  border: 0;
}

div.link-desc p {
	font-size: 95%;
}
