/*---------------------------------------------------------
* Page layout: header, navigation, content, footer
*----------------------------------------------------------
*/
div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #fff;
}

div#header {
	height: 125px;
}

div#navigation {
	width: 110px;
	float: left;
}

div#content {
	width: 685px;
	margin-left: 5px;
	float: right;
}

div#footer {
	height: 0px;
	clear: both;
}

/*-----------------------------------------------------------
* NAVIGATION
*------------------------------------------------------------
*/
div.navigation h1 {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	color: #333;
	background: #ffe65c url(../images/separator.gif) repeat-x 0 100%;
}

div.navigation a {
	display: block;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #858484;
	background: #f0f0f0 url(../images/separator.gif) repeat-x 0 100%;
	text-decoration: none;
}

div.navigation a:hover {
	text-decoration: underline;
}

/*
 *------------------------------------------------------------------------------
 * ELEMENTS
 *------------------------------------------------------------------------------
 */
body {
	margin-top: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #555;
	background-color: #e3e3e3;
}

a {
	color: #555;
}

img {
	border: 0px;
}

td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

th {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

div.pagetitle {
	font-weight: bold;
	color: #666;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ffe65c;
}

div.buttons {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}


.ok {
    color: #fff;
    background-color: #0a0;
}

.notok {
    color: #fff;
    background-color: #a00;
}

.message {
    color: #ff7401;
    font-weight: bold;
}

.paging {
	color:#ffe65c;
}

/*
 *------------------------------------------------------------------------------
 * GUESTBOOK
 *------------------------------------------------------------------------------
 */
div.guestbook {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ffe65c;
	margin-bottom: 5px;
}

div.guestbook-title {
	color: #666;
	font-weight: bold;
}

div.guestbook-title a {
	color: #ec8503;
}

div.guestbook-text {
	padding-top: 4px;
	color: #555;
}

span.guestbook-admin {
	
}

span.guestbook-computer {
	
}

/*
 *------------------------------------------------------------------------------
 * TABLES
 *------------------------------------------------------------------------------
 */
table {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 1px;
}

table.tdr {
	color: #fff;
}

table.tdr a {
	color: #fff;
}

tr.th-data th,tr.th-data a {
	color: #333;
	background-color: #ffe65c;
	font-weight: normal;
}

tr.th-data th.bought {
	color: #fff;
	background-color: #2b2;
}

tr.th-data th.sold {
	color: #fff;
	background-color: #b22;
}

tr.data1 {
	background-color: #d6d6d6;
}

tr.data2 {
	background-color: #e3e3e3;
}

tr.data3 {
	color: #fff;
	background-color: #2b2;
}

tr.data3 a {
	color: #fff;
}

tr.data4 {
	color: #fff;
	background-color: #777;
}

tr.data4 a {
	color: #fff;
}

/*
 *------------------------------------------------------------------------------
 * FORMS
 *------------------------------------------------------------------------------
 */
input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-left: 2px;
}

input[type=text], [type=password] {
	border:1px solid #999;
}

select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 3px;
}

input.login {
	
}

fieldset {
	color: #555;
	border: 1px solid #555;
}