/* moje */
.css3button {
  margin: 0 auto;
  margin-top: 15px;
  margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 12px 18px;
	background: -moz-linear-gradient(
		top,
		#88cf36 0%,
		#77bb28);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#88cf36),
		to(#77bb28));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #71b226;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 1px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 1px 0px rgba(255,255,255,0.2);
	text-shadow:
		0px -1px 3px rgba(255,255,255,0),
		0px 1px 0px rgba(255,255,255,0);
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
    border: 1px solid;
    margin: 15px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.code {
	border:1px dashed #E1E1E1;
  color:#333344;
  background:#FAFAFA;
  font-family:monospace;
  font-size:11px;
  padding:0.5em;
	word-wrap:break-word;
	margin-bottom: 20px;
}

.toedit img  {
  max-width: 170px;
  max-height: 100px;
	border: 1px solid black;
	margin: 0 10px 5px 0px;
	float: left;
}

.introtext img {
	max-width: 170px;
	max-height: 100px;
	border: 1px solid black;
}

div.img_caption {
	margin-right: 10px;
	margin-bottom: 5px;
}

p.img_caption {
	text-align: center;
	font-size: 8pt;
	font-style: oblique;
	margin: 0;
	padding: 0;
}

table.contentpaneopen tr td[valign=top] img {
	border: 1px solid black;
	margin: 0 10px 10px 0px;
}

#main_bg form input, #main_bg form p, #main_bg form label {
	margin: 5px 10px;
}

/* smf */
input, button, select, textarea
{
	font: 95%/115% verdana, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #7f9db9;
	padding: 2px;
}

#toolbar-articlebody img {
	margin: 5px;
}

.forum_news {
	width: 568px;
	border: 1px solid #5c742d;
	background: #f2f6e1;
}

.forum_news table {
	margin: 5px;
}

.forum_news h3  { 	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	height: 38px;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 10px;
	font-weight: bold;
	line-height: 38px;
	margin: 0;
	
	color: #999;
	background: url(../../../../forum/Themes/4stream/images/theme/main_block.png) no-repeat -10px -160px;
	
}

/* Select elements look horrible with the extra padding, so leave them unpadded. */
select
{
	padding: 0;
}

/* Add some padding to the options instead. */
select option
{
	padding: 1px;
}

/* The font size of textareas should be just a little bit larger. */
textarea
{
	font: 100%/130% verdana, Helvetica, sans-serif;
}

/* Buttons should be styled a bit differently, in order to make them look more button'ish. */
.button_submit, .button_reset
{
	background: #cde7ff url(../images/theme/submit_bg.png) no-repeat;
	border: 1px solid #aaa;
	cursor: pointer;
	font-weight: normal;
}
input:hover, textarea:hover, button:hover, select:hover
{
	border: 1px solid #454545;
}
.button_submit:hover, .button_reset:hover
{
	border: 1px solid #aaa;
	background: url(../images/theme/submit_bg.png) no-repeat 0 -140px #cde7ff;
}
input:focus, textarea:focus, button:focus, select:focus
{
	border: 1px solid #454545;
}

/* All input elements that are checkboxes or radio buttons shouldn't have a border around them. */
input.input_check, input.input_radio
{
	border: none;
	background: none;
}
#guest_form
{
	overflow: hidden;
}
#guest_form .info
{
	padding: 4px 0 ;
}

html {
	height: 100%;
	margin-bottom: 0px;
}

form {
	margin: 0;
	padding: 0;

}

img,table {
	border: none;
}

body {
	background: #222;
	font: 78%/130% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	color: #181e24;
}

body.contentpane {
	background: #f8f8f8;
}
/* a links */
a:link, a:visited
{
	color: #980000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

table.contentpane ul li, div.nopad ul {
	list-style-image: url(../images/li.png);
}
input.button, .validate  {
	background: #607630;
	border: 0;
	font-size: 10px;
	color: #fff;
	padding: 3px 4px;
	cursor: pointer;
}

.search input.button {
	display: none;
}

input.button:hover, .validate:hover  {
	
}

/* *************** */

.fwrapper {
	width: 990px;
	margin: 0 auto;
}

#header {
	background: url(../../../../forum/Themes/4stream/images/custom/header.png) repeat-x;
	height: 110px;
}
#logo a {
	float: left;
	display: block;
	width: 450px;
	height: 75px;
	background: url(../../../../forum/Themes/4stream/images/custom/logo.png) no-repeat;
	margin: 15px;
}
#header .user {
	float: right;
	width: 360px;	
	height: 80px;
	margin-top: 10px;
	padding: 10px;
	color: #999;
}
#header .user p {
	float: left;
	margin: 0 1em 1em 0;
	padding: 0;
}
#header .user img.avatar {
	width: 65px;
	height: 65px;
}
#header .user ul {
	margin: 0;
	padding-left: 10px;
}
#header .user ul li {
	margin-bottom: 2px;
}
#header .user ul li.greeting {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
}
#header .user input.input_text, #header .user input.input_password {
	background: #282828;
	border: 1px solid #171717;
	outline: none;
	padding: 4px;
	color: #ccc;
}
#header .user input.button_submit {
	background: #720101;
	border: 1px solid #000;
	color: #fff;
	padding: 3px 6px;
	margin: 0;
}

#toolbar {
	background: url(../../../../forum/Themes/4stream/images/custom/toolbar.png) repeat-x;
	height: 46px;
}
#topnav {
	position: relative;
	height: 46px;
	z-index: 1000;
	padding: 0;
	margin: 0;
}
#topnav ul {
	margin: 0;
	padding: 0;
}
#topnav li {
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
	position: relative;
	list-style: none;
}
#topnav li a {
	display: block;
	line-height: 46px;
	padding: 0 16px;
	color: #7c7c7c;
	font-size: 12px;
}
#topnav li.active {
	background: url(../../../../forum/Themes/4stream/images/custom/active.png) 50% 0 no-repeat;
}
#topnav li.active a {
	color: #fff;
	font-weight: bold;
}
#topnav li a:hover, #topnav li:hover a, #topnav li.sfhover a {
	background: url(../../../../forum/Themes/4stream/images/custom/active.png) 50% 0  no-repeat;
	color: #ddd;
	text-decoration: none;
}
#topnav li:hover li a, #topnav li ul li a:hover {
	color: #ddd;
	background: #770101;
}
#topnav li li {
	width: 200px;
	height: auto;
	padding: 0;
}
#topnav li li a, #topnav li li a:hover, #topnav li li a, #topnav a.active li a, #topnav li:hover li a, #topnav li.sfhover li a {
	background: none;
	height: 30px;
	line-height: 30px;
	margin: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	color: #777;
}
#topnav li ul {
	background: #202020;
	position: absolute;
	width: 200px;
	left: -999em;
	margin-left: -1px;
}
#topnav li ul ul {
	margin: -27px 0 0 195px;
}
#topnav ul li li:hover, #topnav ul li li.hover {
	position: static;
}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}
#topnav li:hover ul, #topnav li.sfhover ul {
	left: 3px;
}
#topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: 0;
}

/* *************** */

#main_bg { 
	background: #dedede url(../../../../forum/Themes/4stream/images/custom/main_body.jpg) 0 0 repeat-x fixed;	 
}

#page_bg {
	width: 980px;
	padding: 5px;
	margin: 0 auto;
	background: #fff;
}

p {
	margin-top: 0;
	margin-bottom: 8px;
	text-align: justify;
}

p img {
	margin: 5px;
}

.inputbox, #email {
	border: 1px solid #999999;
	padding: 2px;
}
.inputbox:hover {

}

#modlgn_remember  {
	border:0;
}

div.module div div div form#form-login {
	width: 180px;
}

#search {
	float: left;
	padding: 0;
	margin: 0;
}

#search div.module div div div form {
	padding: 0;
	margin: 0;
}

#search div.module_menu div div div div.search, #search  div.module div div div div.search {
	text-align: left;
	padding: 0;
	margin: 0;
	background: url(../images/search_bg.png) top left no-repeat;
	height: 34px;
}

#search div.module_menu div div div div.search1, #search  div.module div div div div.search1 {
	float: right;
	text-align: left;
	padding: 0;
	margin: 0;
	background: url(../images/search_bg.png) top right no-repeat;
	border: none;
}

#search div.module_menu div div div div.search1 input, #search  div.module div div div div.search1 input {
	float: right;
	line-height: 13px;
	font-size: 12px;
	color: #798950;
	margin:	0;
	width: 115px;
	height: 20px;	
	padding: 5px 5px 0 5px;
	border: none;
	text-transform: capitalize;
	background:none;
}	



#search .search .inputbox {
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	margin:	0;
	width: 154px;
	height: 14px;	
	padding: 7px 0px 0 5px;
	border: none;
	text-transform: capitalize;
	background:none;
}

#search .search .button {
	text-align: center;
	text-align: center;
	background: transparent url(../images/search_btn_bg.png) top center no-repeat;
	font-size: 11px;
	color: #798950;
	margin: 0 0 0 10px;
	padding:0 0 2px 0;
	width: 65px;
	height: 27px;
	border:none;
	line-height: 26px;
}



/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg_1 {
	width: 980px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}
div.center {
	text-align: left;
	margin: 10px auto 0 auto;
	padding: 0;
	width: 980px;
}

#content {
	width: 980px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	overflow: hidden;
}


div#wrapper {
	padding: 0;
	margin: 0 auto;
}

ul.reset, ul.reset li
{
	padding: 1px 0;
	margin: 0;
	list-style: none;
}

#topw {
	width: 940px;
	height: 49px;
	margin: 10px auto 0 auto;
	padding: 0;
	background: url(../images/topw_bg.png) top left repeat-x;
	overflow: hidden;
}

.pill_m {
	text-align: left;
	margin: 0;
	padding: 11px 0 0 0;
	width:940px;
}

#pillmenu {
	text-align: left;
	padding: 0 0 0 10px;
	margin:0 auto;
	height: 26px;
	overflow: hidden;
}

#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pillmenu li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	background: url(../images/pillmenu_r_bg.jpg) center right no-repeat;

}

#pillmenu li:hover {

}

#pillmenu li a#active_menu-nav {
	text-decoration: underline;
	color: #607630;
}

#pillmenu li a {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	float: left;
	display: block;
	line-height: 24px;
	padding: 0 10px 0 10px;
	margin: 0;
	color: #7b9248;
	text-decoration: none;
	font-weight: bold;

	background: none;
	height: 26px;
	background: url(../images/pillmenu_l_bg.jpg) center left no-repeat;
}

#pillmenu li a:hover {
	color: #607630;
}

div#timedate {
	font-size: 12px;
	font-weight: bold;
	color: #AB4C37;
	text-align: center;
	padding: 0 0 10px 0;	
}

#leftcolumn ,#rightcolumn {
	margin: 0;
	width: 200px;
	float: left;
	padding: 0 0 10px 0;
	text-align: left;
}

div#maincolumn {
	float: left;
	width: 570px;
	margin: 0 0 6px 5px;
	padding:0;
}

.m1{
	background: none;
	padding: 10px 0;
}

.m1_f {
	background: none;
	padding: 10px 0 10px 10px;
}
div#maincolumn_full {
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
}

div.cpathway {
	margin: 0 0 10px 0;
	padding: 0;
	height: 25px;
	background: transparent url(../images/cpathway-right.jpg) bottom right no-repeat;
}

div.cpathway div.cpleft {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
	background: transparent url(../images/cpathway-left.jpg) bottom left no-repeat;
}

div.cpathway span {
	padding: 0 10px;
	color: #999999;
	line-height: 23px;
	font-size: 11px;
}

div.cpathway span a {
	color: #999999;
}

div.nopad {
	padding: 0;
}
div.nopad form#jForm p, div.nopad form#jForm  div#navigation {
	padding: 5px 0 0 10px;
}
div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#footer {
	background: #222;
	border-top: 1px solid #fff;
	color: #999;
	padding: 20px;
	font-size: 12px;
}

#footer p {
	text-align: center;
}

/*****************************************/
/*** 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: 0 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%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	color: #980000;
	text-align: left;
	font-weight: bold;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

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: 12px;
	text-align: left;
	color: #82928d;
	padding: 0;
	margin-bottom: 10px;
}
/* small text */
.small {
	font-size: 10px;
	color: #888;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #888;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #888;
	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: #7e954a;
	border-bottom: solid 1px #607630;
}

a.readon:hover {
	color: #607630;
	text-decoration: none;
	border-bottom: solid 1px #fff;

}

/* 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: 5px;
	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: 95%;
	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: 25px;
}

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-bottom: 25px;
}

div.module_menu, div.module {
	margin: 0;
	padding: 0;
}

div.module_menu div, div.module {
	
}

div.module_menu div div, div.module div div {
	margin: 0 0 15px 0;
	padding: 0;
	background: url(../images/menu_bottom.png) bottom left no-repeat;
}

#newsflash div.module_menu div div, #newsflash div.module div div, #search div.module_menu div div, #search div.module div div  {
	padding: 0;
	margin: 0;
}

div.module_menu div div div, div.module div div div{
	margin: 0;
	background: url(../images/menu_top_out.png) top left no-repeat;
	text-align: center;
	padding: 0 0 10px 0;
}


div.module_menu div div div div, div.module div div div div {
	background: none;
	padding: 4px 8px;
	text-align: left;
}

div.module div div div form {
	padding: 4px 0 0 4px;
	margin: 0 auto;
	text-align: left;
}

div.module div div div form table td {
	text-align: left;
}

div.module div div div form ul{
	margin: 10px 0 0;
	padding: 0; 
	list-style: none;
}

.module ul, ul.jclist, ul.mostread {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 3px;
}

.module ul li, ul.jclist li, li.mostread {
	padding: 5px 3px;
}

div.module_menu ul {
	list-style: none;
	text-align: left;
	padding: 0;
}

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 20px;
	line-height: 24px;
	text-decoration: none;
	color: #829300;
	font-size: 11px;
}

div.module_text div div div div  {
	margin:0 auto;
	
}

div.bannergroup_text {
	display:block;
	width:180px;
	background: url(../images/menu_bottom.png) bottom left no-repeat;
	padding: 10px 10px 0 10px;
}
.bannerheader {
padding: 0 0 0 6px;
}
#leftcolumn div.module table ,#rightcolumn div.module table {
	margin:0 auto;
}

div.module table.poll {
	width: 170px;
	margin:0 auto;
}

#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3  { 	
	font-family: Tahoma, Arial, sans-serif;
	width: 190px;	
	color: #fff; /*color: #798950;*/
	font-size: 12px;
	height: 38px;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 10px;
	font-weight: bold;
	line-height: 38px;
	margin: 0;
	/*background: url(../images/h3.png) top left no-repeat;*/
	
	color: #999;
	background: url(../../../../forum/Themes/4stream/images/theme/main_block.png) no-repeat -10px -160px;
	
}

#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 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin: 0 auto;
	padding: 5px 0 0 4px;
	list-style: none;
	width: 183px;
}

#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;
	text-decoration: none;
	font-size: 11px;
	margin: 0;
	height: 18px;
	color: #607630;
	font-weight: bold;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #607630;
	text-decoration: underline;
}

/*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;
	text-decoration: underline;
	color: #7B9248;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	height: 18px;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	color: #607630;
	text-decoration: underline;
}

/*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: #666;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	display: block;
	line-height: 18px;
	padding: 0 0 0 12px;
	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;
	padding: 0 0 0 12px;
	text-decoration: none;
	border: none;
	color: #333;
	
	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.parent ul li a {
	text-decoration: none;
	color: #666;
	margin: 0;
	font-size: 11px;
	
	font-weight: normal;
	display: block;
	line-height: 12px;
	padding: 0 0 0 12px;
	border: none;
	height: 18px;
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #333;
}

#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; 
	padding: 0;
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
}

/* 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 8px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 8px 20px;
	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 Error Messages */
#system-message dd.error ul { 
     color: #999; 
     background: none; 
     border-top: 1px solid #829300; 
     border-bottom: 1px solid #829300;
     padding: 0;
     margin: 0;
	 list-style: none;
}

/* System Notice Messages */
#system-message dd.notice ul { 
     color: #ECA5A7; 
     background: none; 
     border-top: 1px solid #829300; 
     border-bottom: 1px solid #829300;
     padding: 3px;
     margin: 0 0 5px 0;
	 list-style-image: none;
}

#system-message dd {
     text-indent: 0;
}

#system-message dd ul {
     list-style: none;
     color: #f00; 
     background: none; 
     border-top: 1px solid #829300; 
     border-bottom: 1px solid #829300;
	 list-style-image: none;
}

#system-message {
	margin: 5px auto;
	text-align: center;
	width: 98%;
}

/* ****************************************************************************** */
/* blue */
input, button {
	border: none;
}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}
