body, td, th, pre{
	font-size: 8pt;
	font-family: sans-serif, Verdana, Arial, Helvetica;
}

body{
	background-color: #F0F0F0;
	color: #000;
}

#xinhaEditor{
	width: 100%;
	height: 400px;
}

a{
	text-decoration: none;
}

a:focus 
{ 
	-moz-outline-style: none;
}

a:hover
{
	text-decoration: underline;
	color: red;
}	

.info{
	background: #FDFDFD;
	border: 1px solid #bbb;
	padding: 10px;
	color: #444;
}

div.error{
	background: #FDFDFD;
	border: 1px solid #f00;
	padding: 10px;
}

h1{
	font-size: 16pt;
	font-weight: bold;
	border-left-color: red;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 5px;
}
h2{
	width: 97%;
	background: #ebebeb;
	font-size: 12pt;
	font-weight: bold;
	color: #555;
	border: 1px solid #ddd;
	border-left: 5px solid #a00;
	margin: 3px 0px;
	padding: 5px;
	padding-left: 10px;
	clear: both;	
}
h3{
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0px;
}

ul.category
{
	list-style-image: url('./img/category.png');
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

li.article
{
	list-style-image: url('./img/article.png');
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

fieldset
{
	padding: 5px;
}

.shadow_dark{
	background-color: #d8d8d8;
}
.shadow_light{
	background-color: #e2e2e2;
}
.shadow_selected
{
	background-color: #9D9D9D;
}
hr
{
	color: #000000;
	height: 1px;
	width: 100%;
	background-color: #000000;
	border-width: 0px;
}
.silver
{
	color: #AAAAAA;
}

.smallSilverFont
{
	color: silver;
	font-size: 9px;
}

form
{
	margin: 0px;
}

.green_font
{
	color: green;
}
.red_font
{
	color: red;
}
td.menu{
	background-color: #fff;
	border: 1px solid #bbb;
	background-image: url('img/menuBg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

	td.menu ul
	{
		margin:0px;
		padding:2px 5px;
		list-style-position: inside;
		list-style-type: square;
	}

.hidden
{
	display: none;
}


/* strona glowna */
table#main-page{
	width: 100%;
	border: 0px;
}
	td.main-td{
		width: 33%;
		padding: 2px;
		border: 1px solid #a21b17;
		text-align: left; 
	}
		div.main-title{
			background: #000;
			color: #fff;
			font-size: 9pt;
			font-weight: bold;
			text-align: center;
			padding: 2px 0px;			
		}
		div.main-title a{
			color: #fff;
		}




/* tabela z lista ofert */
table.special, table#offers-list{ width: 100%; border: 1px solid #bbb; margin: 2px; }
table.special td, table#offers-list td{ padding: 2px; }
	table.special thead td, table#offers-list thead td{
		background: #c9c9c9;
		text-align: center;
		font-weight: bold;
		padding: 3px 1px;
		color: #555;
	}

/* kolorowe oznaczenia ofert */
.offer-active{ color: #000; }
.offer-active-legend{ background: #000; }
.offer-active30{ color: #666; }
.offer-active30-legend{ background: #666; }
.offer-active14{ color: #090; }
.offer-active14-legend{ background: #090; }
.offer-active5{ color: #f90; }
.offer-active5-legend{ background: #f90; }
.offer-inactive{ color: #f00; }
.offer-inactive-legend{ background: #f00; }
.offer-waiting{ color: #f09; }
.offer-waiting-legend{ background: #f09; }

/* legenda dla kolorowych oznaczen */
dl#offers-list-legend dt{
	width: 25px;
	height: 15px;
	float: left;
	margin-right: 5px;
}

	dl#offers-list-legend dt a{
		display: block;
		width: 25px;
		height: 15px;
	}
			dl#offers-list-legend dt a:hover{
				text-decoration: none;
			}
			
dl#offers-list-legend dd{
	height: 15px;
	margin: 2px;
}

/* formularz filtrowania ofert */
form#archive-filter label, form#archive-filter input, form#archive-filter select {
	display: block;
	float: left;
	margin: 3px 0px;
}
form#archive-filter label{
	width: 150px;
}

/* tabela z filtrem i legenda dla listy ofert */
table#offers-list-info{ width: 100%; }
	table#offers-list-info td{ vertical-align: top; }

/* edycja oferty -- menu */
ul#offer-menu{
	display: block;
	list-style: none; 
	padding: 0px;
	margin: 10px auto;
}
	ul#offer-menu li{
		display: block;
		float: left;
	}
		ul#offer-menu li a, ul#offer-menu li.selected a{
			width: 115px;
			height: auto;
			padding: 4px 0px;
			display: block;
			text-align: center;
			background: #fdfdfd;
			border: 1px solid #bbb;
			margin: 1px;
			color: #000;
		}
		ul#offer-menu li.selected a{
			background: #ddd;
			border: 1px solid #ccc;
			font-weight: bold;
		}
		ul#offer-menu li a:hover{
			background: #f0f0f0;
			border: 1px solid #777;
			text-decoration: none;
		}
		
.en, .de{ display: none; }
.center{ text-align: center; }
.right{ text-align: right; }
.left{ text-align: left; }
.important, .error{ color: #d00; }
img{ border: 0px; }
.inactive{ color: #aaa; }
input,select,textarea{ border-width: 1px; }
.clear{ clear: both; }
#navbar-next{ float: right; }
#navbar-back{ float: left; }
.not-important, .not-active{ color: #AAAEAE; }

.status-ok, .user-active{ color: #0d0; }
.user-inactive{ color: #e00; }
.navbar-back{ float: left; }
.navbar-next{ float: right; }
