div.bf_form_secureform {
	border: 2px solid green;
	margin: 0px auto;
	width: 600px;
	padding: 10px;
	margin-bottom: 10px;
	display: none;
}

div.bf_form_secureform span {
	color: green;
	font-weight: bolder;
	font-size: 17px;
	display: none;
}

#user_box button {
	font-size: 1.05em;
	margin-left: 3px;
	border: 1px;
}

button.bfbutton {
	border: 1px #ccc solid;
}

button img,.icon {
	border: 0px none;
	margin-right: 3px;
	vertical-align: -3px;
}

button {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0.1em 0.2em;
}

#user_box {
	color: #FFFFFF;
	text-align: right;
}

#user_box button {
	font-size: 1.05em;
}

#user_box button img {
	vertical-align: -3px;
}

.required {
	color: red;
	font-weight: bold;
	margin-left: 5px;
	font-size: 20px;
}

.failvalidation input,.failvalidation textarea,.failvalidation select {
	background-color: #FF6E6E;
}

.failvalidation span,.failvalidation label {
	font-weight: bold;
	color: red;
}

.passvalidation input,.passvalidation textarea,.passvalidation select {
	background-color: #d2ffd2;
}

div#bf_failvalidation_messages p {
	text-align: center;
	color: red;
	font-weight: bold;
}

div#bf_failvalidation_messages h1 {
	text-align: center;
	color: red;
	font-weight: bolder;
}

div#bf_failvalidation_messages {
	width: 99%;
	border: 2px dashed red;
	margin: 0 auto;
	padding: 5px;
}

.pstrength-minchar {
	font-size: 10px;
}




* {
	margin: 0;
	padding: 0;
}

li {
	margin-left: 3em;
}

form {
	margin: 0;
	padding: 0;
}

form fieldset {
	border: none;
	clear: both;
	margin: 0 0 0 0;
}

form fieldset legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}

label {
	font-size: 100%;
	font-weight: bold;
}

label u {
	font-style: normal;
	text-decoration: underline;
}

input,select,textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
}

input.bf_fail_validation,select.bf_fail_validation,textarea.bf_fail_validation
	{
	background-color: #FF6E6E;
}

input.bf_pass_validation,select.bf_pass_validation,textarea.bf_pass_validation
	{
	background-color: #d2ffd2;
}

textarea {
	overflow: auto;
}

form div {
	clear: left;
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

form fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}

form fieldset div.notes p.last {
	margin: 0em;
}

form div fieldset {
	clear: none;
	margin: 0 0 0 144px;
	padding: 0 5px 5px 5px;
}

form div fieldset legend {
	font-size: 100%;
	padding: 0 3px 0 9px;
	display: none;
}

form div.required fieldset legend {
	font-weight: bold;
}

form div label {
	display: block;
	float: left;
	width: 50%;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: left;
}

label.bf_layout_checkbox {
	font-weight: normal;
	border: none;
}

/* I am used to format horizontal checkbox groups */
span.bf_layout_checkbox_horizontal,span.bf_layout_html_horizontal {
	width: 100%;
	float: left;
	border: none;
	padding: 3px 5px;
}

span.bf_layout_html_horizontal {
	padding: 3px 5px;
}

span.bf_layout_checkbox_horizontal label {
	width: 20%;
}

span.bf_layout_checkbox_newline {
	clear: both;
	display: block;
	height: 1px;
	width: 100%;
}

/* I am the fields descriptions */
span.bf_field_instructions {
	text-align: left;
	font-weight: normal;
}

form div.optional label,label.optional {
	font-weight: normal;
}

form div.required label,label.required {
	font-weight: bold;
}

form div label.labelCheckbox,form div label.labelRadio {
	float: none;
	display: block;
	width: 200px;
	padding: 0;
	margin: 0 0 5px 142px;
	text-align: left;
}

form div fieldset label.labelCheckbox,form div fieldset label.labelRadio
	{
	margin: 0 0 5px 0;
	width: 170px;
}

form div img { /*	border: 1px solid #000000; */
	
}

p.error {
	background-color: #ff0000;
	background-image: url(/images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #ffffff;
	padding: 3px 3px 5px 27px;
	border: 1px solid #000000;
	margin: auto 100px;
}

form div.error {
	background-color: #ffffe1;
	background-image: url(/images/required_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	border: 1px solid #ff0000;
}

form div.error p.error {
	background-image: url(/images/icon_error.gif);
	background-position: top left;
	background-color: transparent;
	border-style: none;
	font-size: 88%;
	font-weight: bold;
	margin: 0 0 0 118px;
	width: 200px;
	color: #ff0000;
}

form div select,form div textarea { /* width: 200px; */
	padding: 1px 3px;
	margin: 0 0 0 0;
}

form div input.inputText,form div input.inputPassword {
	/* width: 200px; */
	padding: 1px 3px;
	margin: 0 0 0 0;
}

form div input.inputFile { /* width: 211px; */
	
}

form div select.selectOne,form div select.selectMultiple {
	/* width: 211px; */
	padding: 1px 3px;
}

form div input.inputCheckbox,form div input.inputRadio,input.inputCheckbox,input.inputRadio
	{
	display: inline;
	height: auto;
	width: auto;
	background-color: transparent;
	border-width: 0;
	padding: 0;
	margin: 0 0 0 140px;
}

form div.submit {
	width: 214px;
	padding: 0 0 0 146px;
}

form div.submit div {
	display: inline;
	float: left;
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0;
}

form div input.inputSubmit,form div input.inputButton,input.inputSubmit,input.inputButton
	{
	background-color: #cccccc;
	color: #000000;
	width: auto;
	padding: 0 6px;
	margin: 0;
}

form div.submit div input.inputSubmit,form div.submit div input.inputButton
	{
	float: right;
	margin: 0 0 0 5px;
}

form div small {
	display: block;
	margin: 0 0 5px 142px;
	padding: 1px 3px;
	font-size: 88%;
}

/* form.import.css */
label img {
	
}

form fieldset legend {
	line-height: 150%;
}

form input,form select,form textarea {
	background-color: #ffffff;
}

form textarea.expanding { /** CSS3
	overflow: auto;
	overflow-x: auto;
	overflow-y: visible;
	*/
	
}

div.optional label:before {
	content: '';
}

div.required label:before {
	content: '';
}

form div label.labelCheckbox,form div label.labelRadio,label.labelCheckbox,label.labelRadio
	{
	display: block;
	width: 190px;
	padding: 4px 0 0 18px;
	text-indent: -18px;
	line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox,form div label.labelRadio input.inputRadio,label.labelCheckbox input.inputCheckbox,label.labelRadio input.inputRadio
	{
	margin: 0;
}

form div fieldset input.inputText,form div fieldset input.inputPassword,form div fieldset input.inputFile,form div fieldset textarea.inputTextarea
	{
	width: 160px;
	margin: 0 0 0 18px;
	/*margin: expression(setCntr(), '0px 0 0 -124px' );*/
}

form div label.compact {
	display: inline;
	width: auto;
	padding: 4px 10px 0 0;
	text-indent: 0;
	margin: 0 0 0 0;
}

form div.wide label {
	float: none;
	display: block;
}

form div label.wide {
	width: 348px;
}

form div.wide input.inputText,form div.wide input.inputPassword,form div.wide input.inputFile,form div.wide select,form div.wide textarea
	{
	width: 344px;
	margin: 0;
}

form div.notes p,form div small {
	line-height: 125%;
}

form div.wide small {
	margin: 0 0 5px 0;
}

/* OpenID icon style */
input.system-openid, input.com-system-openid {
   background: url(http://openid.net/images/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}






html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	background: #999999;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #bdbcb0;
}
	
body.contentpane {
	background: #f8f8f8;
}

a:link, a:visited {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #d4d3b5;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #d6c001;
}

table.contentpane ul li {
	list-style-image: url(images/li.png);
}
input.button, .validate  {
	background: #92C547;
	border: 0;
	font-size: 10px;
	color: #fff;
}

.search input.button {
	text-align: right;
}

input.button:hover, .validate:hover  {
	
}


p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

.inputbox {
	border: 1px solid #d6c001;
	padding: 2px;
}
.inputbox:hover {

}

#modlgn_remember  {
	border:0;
}

#search {
	float: right;
	padding: 13px 50px 0 0;
}

#search .search .inputbox {
	line-height: 16px;
	font-size: 12px;
	color: #95C866;
	background: none;
	margin:	0;
	width: 94px;
	height: 18px;	
	padding: 2px 0 0 6px;
	border: 1px solid #B9DB9A;
	float: left;
}

#search .search .button {
	text-align: center;
	background: #2CB5F4;
	border: 0;
	font-size: 10px;
	color: #fff;
	float: left;
	margin: 0 0 0 5px;
	height: 22px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	height: 100%;
	padding: 0;
	background: #130b03 url(images/topbg.jpg) top center repeat;
	background-attachment: fixed;
background-position: center;
}

#ptw_bg {
margin: 0 auto;
width: 860px;
height: 30px;
background: transparent url(images/ptw_bg.jpg) top center no-repeat;
text-align: left; 
padding: 16px 0 0 80px;
}

div.center {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 860px;
	background: url(images/center_bg.png) top center repeat-y;
}


div#wrapper {
	padding: 2px 0px;
	width: 860px;
	background: transparent;
	margin: 0 auto;
}

#header {
	height: 30px;
	
	margin: 0 auto;
	width: 800px;
}

#middle_header {
	width: 800px;
	height: 20px;
	background: url(images/middle_header.png) top center no-repeat;
	margin: 0 auto;
}

#newsflash {
	float: right;
	width: 370px;
	padding: 0px 10px 10px;
}

#content {
	width: 830px;
	margin: 0 auto;
	padding: 5px 0 0;
	overflow: hidden;
}

#logo {
	float: right;
	padding: 0;
	text-align: left;
	margin: 0;
}

#logo a, #logo a:link, #logo a:hover {
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	color: #d6c001;
	text-decoration: none;
	outline: none;
	
}

.pill_m {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 840px;
	height: 38px;
	background: transparent url(images/menu.png) top center no-repeat;
}

#pillmenu {
	margin: 0;
	text-align: center;
}

#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 38px;

}

#pillmenu li:hover {

}

#pillmenu li a#active_menu-nav {
	
}

#pillmenu li a {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	float: left;
	display: block;
	line-height: 38px;
	padding: 0 8px 0 8px;
	color: #d4d3b5;
	text-decoration: none;
	font-weight: bold;
}

#pillmenu li a:hover {
	color: #d6c001;
	text-decoration: underline;
}

#leftcolumn ,#rightcolumn {
	margin: 0;
	width: 200px;
	float: left;
	padding: 0 0 0px 0;
	text-align: left;
}

div#maincolumn {
	float: left;
	width: 470px;
	margin: 0 0 16px 0;
}

div#maincolumn_full {
	float: right;
	width: 563px;/*588*/
	margin: 0px 13px 0px 0px;
	padding: 0px 0 0 0px;
	background: transparent url(images/tlo.png) top center repeat;
	border: 1px solid #86582a;
}

div.nopad {
	overflow: hidden;
	padding: 0 10px 0 10px;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	width: 840px;
	height: 180px;
	background: transparent url(images/footer_bg.png) top center no-repeat;
}

#footer p {
	height: 100px;
	text-align: right;
	padding: 20px 30px 0 0;
	color: #d4d3b5;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 22px;
	padding: 8px 0 0 10px;
}
table.blog {
	
}
h1 {
	/*padding: 0;*/
	font-family: Tahoma, Arial, sans-serif;
	/*font-size: 1.3em;*/
	font-weight: bold;
	vertical-align: bottom;
	/*color: #333;*/
	text-align: left;
	width: 100%;

	font-size: 16px;
	color: #d6c001;
}

h2, .contentheading {
	padding: 15px 10px 15px 5px;
	width: 500px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	vertical-align: middle;
	color: #d4d3b5;
	text-align: left;
	font-weight: 600;
	font-style: italic;
	 background: url(images/belka.png) top center repeat-x;
	border: 1px;
}

table.contentpaneopen h3 {
	margin: 0px 0 0 0px;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #d6c001;
	padding: 0 0 0 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #bdc0b8;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #bdc0b8;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #d4d3b5;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

a.readon {
	display: block;
	float: right;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	color: #d4d3b5;
	border-bottom: solid 1px #666666;
}

a.readon:hover {
	color: #d6c001;
	text-decoration: none;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 50px;
	margin: 0;
	line-height: 18px;
	text-decoration: none;
	color: #2EB6F4;
	font-weight: bold;
	font-size: 11px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #666;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #333;
  font-size: 10px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #333;
}

table.contentpaneopen {
	margin: 2px 8px;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 0px;
}

table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #669933;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin: 0 0 0px 0px;
}
/*odstep z lewej*/
div.module_menu, div.module {
	margin: 0 0 0 15px;
	padding: 0;
}

div.module_menu div, div.module {
	width: 222px;
	background: url(images/menu_bg.png) top center repeat-y;
}
/*odstep z lewej miedzy */
div.module_menu div div, div.module div div {
	margin-bottom: 10px;
	padding: 0 0 0px 0;
	background: transparent url(images/menu_top_out.png) top center no-repeat;
}

div.module_menu div div div, div.module div div div{
	width: auto;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	background: url(images/menu_bottom.png) bottom center no-repeat;
	text-align: center;
}

div#newsflash div.module div div {
	padding: 0 0 1px 0;
	background: none
}

div#newsflash div.module div div div{
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background: none
}

div#newsflash div.module div div  table.contentpaneopen {
	margin: 0;
	padding: 0 10px 0 0;
	background: none
}

div#newsflash div.module_menu div, div#newsflash div.module  {
	background: none;
}

div.module_menu div div div div, div.module div div div div {
	background: none;
	padding: 4px 8px;
}

div.module div div div form {
	padding: 4px 0 0 0;
	width: 164px;
	margin: 0 auto;
	text-align: left;
}


div.module_menu ul {
	list-style: none;
	text-align: left;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	background: transparent url(images/blue/bullet2.jpg) top left no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 24px;
	text-decoration: none;
	color: #2EB6F4;
	font-size: 11px;
}

div.module_text div div div div  {
	background: url(images/menu_bg.png) top center repeat-y;
	margin:0 auto;
	
}

div.bannergroup_text {
	display:block;
	width:200px;
}
.bannerheader {
padding: 0 0 0 6px;
}
#leftcolumn div.module table ,#rightcolumn div.module table {
	
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3 { 	

	width: 222px;	
	color: #d6c001; /*color: #4CAFC6;*/
	font-family: Arial, Tahoma, sans-serif;
	font-size: 16px;
	vertical-align: middle;
	height: 30px;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 10px;
	background: url(images/h3.png) top left no-repeat;
	font-weight: bold;
	font-style: italic;
	line-height: 27px;
	margin: 0 0 0 0px;
	
}

#rightcolumn h3 { 	
	font-family: Tahoma, Arial, sans-serif;
	width: 170px;	
	color: #4CAFC6;
	font-size: 13px;
	height: 30px;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 10px;
	background: url(images/h3.png) top left no-repeat;
	font-weight: bold;
	line-height: 27px;
	margin: 0;
	
}

#newsflash h3{ 	
	font-family: Tahoma, Arial, sans-serif;	
	color: #92C546;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	padding: 0;
	font-weight: bold;
	line-height: 32px;
	margin: 0;
	
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 5px;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 200px;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	line-height: 18px;
	padding: 0 0 0 8px;
	text-decoration: none;
	font-size: 11px;
	background: url(images/menu_row.png) center left no-repeat;
	margin: 0;
	height: 18px;
	color: #d4d3b5;
	font-weight: bold;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #d6c001;
	text-decoration: none;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	line-height: 18px;
	padding: 0 0 0 8px;
	text-decoration: none;
	color: #d4d3b5;
	font-weight: bold;
	font-size: 11px;
	background: url(images/menu_row.jpg) center left no-repeat;
	margin: 0;
	height: 18px;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	color: #d6c001;
	text-decoration: none;
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	text-decoration: none;
	color: #d4d3b5;
	margin: 0 0 0 6px;
	font-size: 11px;
	background: url(images/submenu_row.png) center left no-repeat;
	font-weight: bold;
	display: block;
	line-height: 18px;
	padding: 0 0 0 18px;
	border: none;
	height: 18px;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	font-size: 11px;
	margin: 0 0 0 6px;
	padding: 0 0 0 18px;
	text-decoration: none;
	border: none;
	color: #d6c001;
	background: url(images/submenu_row.jpg) center left no-repeat;
	height: 18px;
	line-height: 18px;
}
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #d6c001;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #555;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px 6px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }


/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	background: #C3D2E5;
	padding: 0;
	margin: 0;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: #E6C0C0; 
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B;
	padding: 0;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
	padding: 0;
	margin: 0;
}



/* ****************************************************************************** */
/* blue */
input, button {

}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color: #d4d3b5;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
	color: #d4d3b5;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
#sgf {
	font-size: 12px;
	text-align: right;
	width: 100%;
	margin: 0 auto;
	color: #d4d3b5;
	font-family: Tahoma, Arial, sans-serif;
}
.sgf {
	text-align: right;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #d4d3b5;
	text-decoration: none;
}
.sgf1 {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #d4d3b5;
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #fff;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.sglink:hover {
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	}