/* general settings */

body {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-image: url("/img/background.jpg");
    --background: #003d4c;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
}

body.images {
    background-color: black;
}

p {
}

p.right {
    text-align: right;
}

p.center {
    text-align: center;
}

h1 {
    text-align: center;
}

div {
    /* position: absolute; */
/*    border-width: 1px;
    border-color: black;
    border-style: solid;  */
}


/* Main page specific settings */

div#heading {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

div#nav {
    width: 15%;
    float: left;
    background: lightgrey;
/*    border-width: 1px;
    border-color: black;
    border-style: solid;*/
    padding: 20px;
    overflow: auto;
}

div#main {
    width: 80%;
    float: right;
}

div#news {
    width: 80%;
    float: right;
    margin-top: 2em;
}

div#mail {
    width: 80%;
    float: right;
}

div#gallery {
    width: 80%;
    float: right;
}

div#footer {
    float: left;
    width: 100%;
    margin: 10px 1px 10px 1px;
}

/* Neon page specific settings */
div.neon {
}

img.neon {
    border-width: 0;
}

img.tn {
  border: 0px solid;
  width: 100px;
  height: 75px;
}

/* Results page */

.resultEven {
    --color: #FFFFFF;
    background-color: #DDDDFF;
}

.resultTD {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 10pt;
    padding: 1px 10px 1px 10px;
}

.resultTH {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 10pt;
    padding: 1px 10px 1px 10px;
}

/* Pictures */
#gallery{
	text-align: center;
}

#gallery ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#gallery li{
	display: inline;
	margin-right: 10px;
}

#gallery li img{
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}


/* *** Admin Pages *** */

/* containers */
div.adminForm,
div.adminIndex,
div.adminView {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.adminActions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.adminActions h3 {
	padding-top:0;
	color:#777;
}

div.adminAdd {
    margin: 5px 0px 5px 0px;
}

/* tables */
table.adminIndex {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th.adminIndex {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th.adminIndex a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th.adminIndex a.asc:after {
	content: ' ?';
}
th.adminIndex a.desc:after {
	content: ' ?';
}
table.adminIndex tr.adminIndex td.adminIndex {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table.adminIndex tr.adminIndex:nth-child(even) {
	background: #f9f9f9;
}
td.adminActions {
	text-align: center;
	white-space: nowrap;
}
table.adminIndex td.adminActions a {
	margin: 0px 6px;
	padding:2px 5px;
}


/** Paging **/
.Paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.Paging .current,
.Paging .Disabled,
.Paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.Paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.Paging > span:hover {
	background: #efefef;
}
.Paging .Prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.Paging .Next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.Paging .Disabled {
	color: #ddd;
}
.Paging .Disabled:hover {
	background: transparent;
}
.Paging .current {
	background: #efefef;
	color: #c73e14;
}

/* background: color image repeat attachment position */