body {
	background-color: #2b2118;
	font-family: Georgia;
	font-size: 12px;
}

td {
	vertical-align: top;
	text-align: left;
}

#AdminPanel img {
	float: none;
	margin: 0;
}

a {
	color:#960303;
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid;
	color:#610b0b;
}

img {
	border: 0;
	float: left;
	margin-right: 5px;
}

input, textarea, select {
	border: 1px #aea4a2 solid;
	background-color: #e5dcda;
	font-family: Georgia;
	font-size: 11px;
}

.button {
	font-family: Verdana, Tahoma;
	font-size: 12px;
}


/* ReCAPTCHA */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color:#EDE5E3;
}
 
#recaptcha_table {
	border: #EDE5E3;
}
 
#recaptcha_response_field {
	border: #EDE5E3;
	background-color:#EDE5E3;
}

.header {
	width: 920px;
	height: 45px;
	background: #EDE5E3 url('images/header_bg.jpg') no-repeat;
}

.b_l {
	width: 29px;
	background: #EDE5E3 url('images/b_l.gif') repeat-y;
}

.b_c {
	background-color: #EDE5E3;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
}

.b_r {
	width: 24px;
	background: #EDE5E3 url('images/b_r.gif') repeat-y;
}

.logo {
	border: 0;
	float: none;
	margin: 0;
}

.logo:hover {
	border: 0;
	float: none;
	margin: 0;
}

.panel_head {
	background: url('images/panel_head_bg.gif') no-repeat;
	height: 34px;
	text-align: left;
	font-family: Georgia;
	font-weight: bold;
	font-size: 16px;
	padding-left: 28px;
	padding-right: 5px;
	padding-top: 4px;
	vertical-align: middle;
	color: #000000;
}

.panel_title {
	color: #000000;
}

.panel_content {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#tagline {
	border-top:3px double #666;
	border-bottom:1px solid #666;
	font-size:10px;
	line-height:1.7em;
	text-align:left;
	text-transform:uppercase;
	width:800px;
	margin-left: auto;
	margin-right: auto;
}

#tagright {
	display:block;
	float:right;
}

.title {
	font-family: "Arial Black", Arial;
	font-size: 24px;
	margin-left: 0;
}

.title_main {
	font-family: "Arial Black", Arial;
	font-size: 24px;
	margin-left: 0;
	margin-bottom: 5px;
	line-height: 1.2;
	color: #000000;
}

.author, .author a, .author a:hover {
	color: #000;
	width: 100%;
	border-bottom: 1px #000 solid;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

 .article_header {
	font-family: Arial;
	font-size: 12pt;
	margin-top: 2px;
	text-align: left;
}

.article_content {
	line-height: 1.5;
	text-align: justify;
}

.article_content_main {
	line-height: 1.5;
	text-align: left;
}

.summary_panel {
	width: 100%;
	background-color: #e0d7d5;
	margin-top: 10px;
	font-family: Tahoma, "MS Sans Serif", "Sans Serif", Arial;
	font-size: 10px;
	padding: 2px;
}

.summary_panel a {
	font-weight: bold;
}

/* OK MSGS */
.successInfo {
	padding: 20px;
	background-color: #c6ffd1;
	border: 2px #59b565 dashed;
	text-align: center;
	width: 50%;
	font-weight: bold; 
	color: #16481d;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* ERROR MSG */
.errorInfo {
	padding: 20px;
	background-color: #f2c8c8;
	border: 2px #892a2a dashed;
	text-align: center;
	width: 50%;
	font-weight: bold; 
	color: #791313;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

#adminMenu {
	width: 100%;
	height: 42px;
	background: url('images/admin_menu_bg.jpg') no-repeat;
	background-position: top center;
	text-align: center;
	font-family: Tahoma;
	vertical-align: 15px;
}

/* ADMIN MENU */

		/* Active button */

.adminMenuActBut_l {
	width: 7px;
	height: 30px;
	background: url('images/ab_act_l.gif') no-repeat;
	background-position: bottom;
}

.adminMenuActBut_c {
	height: 30px;
	background: url('images/ab_act_c.gif') repeat-x;
	background-position: bottom;
	padding-top: 12px;
}

.adminMenuActBut_c a {
	font-weight: bold;
	color: #000000;
}

.adminMenuActBut_c a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 0;
}

.adminMenuActBut_r {
	width: 13px;
	height: 30px;
	background: url('images/ab_act_r.gif') no-repeat;
	background-position: bottom;
}

		/* Normal button */

.adminMenuBut_l {
	width: 6px;
	height: 30px;
	background: url('images/ab_l.gif') no-repeat;
	background-position: bottom;
}

.adminMenuBut_c {
	height: 30px;
	background: url('images/ab_c.gif') repeat-x;
	background-position: bottom;
	padding-top: 14px;
	font-size: 11px;
}

.adminMenuBut_c a {
	color: #000000;
}

.adminMenuBut_c a:hover {
	color: #000000;
	text-decoration: none;
	border: 0;
}

.adminMenuBut_r {
	width: 13px;
	height: 30px;
	background: url('images/ab_r.gif') no-repeat;
	background-position: bottom left;
}

/* ADMIN - Subpanel title */
.AdminPanelTitle {
	width: 90%;
	border-bottom: 1px #000 solid;
	font-size: 20px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	padding-bottom: 5px;
	vertical-align: middle;
}

/* ADMIN - Subsubpanel title ;) */
.AdminPanelSubTitle {
	width: 85%;
	border-bottom: 0;
	font-size: 17px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
	padding-bottom: 3px;
	vertical-align: middle;
}

/* ADMIN - Lista art. */
#listaArtykulow th {
	padding:2px;
	background-color: #dbc1ba;
	text-align: center;
}
#listaArtykulow td {
	padding:2px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.row2 {
	background-color: #e2d9d7;
}

#listaArtykulow2 th {
	padding:2px;
	background-color: #dbc1ba;
	text-align: center;
}
#listaArtykulow2 td {
	padding:2px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

/* ADMIN - Lista num. */
#listaNumerow th {
	padding:2px;
	background-color: #dbc1ba;
	text-align: center;
}
#listaNumerow td {
	padding:2px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

/* ADMIN - Lista paneli */
#listaPaneli th {
	padding:2px;
	background-color: #dbc1ba;
	text-align: center;
}
#listaPaneli td {
	padding:2px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


/* ADMIN - drag & drop articles */
#rectangle{
	float:left;
	border:1px dotted #F00;	/* Red border */
	background-color:#FFF;
}
#insertionMarker{	/* Don't change the rules for the insertionMarker */
	width:6px;
	position:absolute;
	display:none;
}
#insertionMarker img{	/* Don't change the rules for the insertionMarker */
	float:left;
}		
#dragDropMoveLayer{	/* Dragable layer - Not need if you're using 'rectangle' mode */
	position:absolute;
	display:none;
	border:1px solid #000;
	filter:alpha(opacity=50);	/* 50% opacity , i.e. transparency */
	opacity:0.5;	/* 50% opacity , i.e. transparency */
}

.smallArticle{
	width:300px;		
	float:left;
	clear: none;
}
.bigArticle{
	width:640px;
	float:left;
	clear: none;
}

.pozostaleBox {
	border: 1px solid #b69f9a;
	background-color: #e6ddda;
	padding: 4px;
}

