/*
 *      
 *      ksiega.css
 *      
 *      Copyright 2009 Marek Wysiński <mwysinski@gmail.com>
 *      
 */

a {
	color: #9F9F9F;
}

a:hover {
	text-decoration: underline;
}

#ksiegaGosci {
	position: absolute;
	top: 200px;
	text-align: center;
	width: 950px;
}

.entry {
	margin: 5px auto;
}

/* footer info */
.footer {
	color: #999999;
	font-size: xx-small;
}

.footer a {
	color: #fff;
}

/* error message style */
.error {
	color: #dd0000;
}

/* admin name style */
.adminname {
	color: #90b850;
}

/* entry subject */
span.subject {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 0;
	margin: 3px 0;
}

.white {
	color: #fff;
}
/* admin replies */
.reply {
	color: #222222;
	background-color: #f0caa6;
	font-weight: bold;
	padding: 3px;
}

/* xx-small font */
.xxsmall {
	font-size: xx-small;
}

/* headings */
h1 {
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	margin: 10px;
}

h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
}

/* TABLE */
table {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 0 auto;
	border-collapse: collapse;
}

/* TH */
th {
	font-size: 11px;
	color: #9f9f9f;
	background-color: #333;
	padding: 3px;
}


/* TD */
td {
	color: #9f9f9f;
	padding: 4px;
}

/* TD: subject cells */
td.subject {
	color: #9F9F9F;
	font-weight: bold;
	font-size: 8.5pt;
}

/* TD: cells containing links */
td.links {
/*	background-color: #888; */
	font-weight: bold;
	font-size: 9px;
}

td.links a, td.subject a {
	color: #9F9F9F;
}

/* TD: 'Edit entry' cells */
td.edit {
	color: #ddaa99;
	font-weight: bold;
}

/* TD: cells containing input buttons */
td.buttons {
	background-color: #333;
}

/* TD: entry details */
td.details {
	color: #9F9F9F; 
	
}

/* TD: cells with 'no' formatting */
td.none {
	background-color: #78a0c8;
}

/* HR */
hr {
	color: #363636;
	background-color: #363636;
	border: 0;
	height: 1px;
}

/* user input fields and buttons */
textarea {
	overflow: auto;
}

input, textarea, select {
	border: 0;
	color: #587389;
	background-color: #fafafa;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	vertical-align: bottom;
}

/* IMG */
img {
	border: 0;
}


