html {
  height: 100%;
  margin-bottom: 0px;
}
form {
  margin: 0;
  padding: 0;
}
img,table {
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #fff;
}
body.contentpane {
	background: #f8f8f8;
}
a:link, a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: underline;
	color: #71020E;
}
input.button, .validate  {
	color: #000000;
	font-size: 10px;
	border: 1px solid #555;
}
.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 #555;
	color: #000000;
	padding: 2px;
}
.inputbox:hover {
}
#search {
	height:45px;
	width:200px;
	float:right;
	padding: 6px 0 0 0;
	margin-right:30px;
	margin-top:10px;
	background:url(../images/search_ico.jpg) left top no-repeat;
}
#search .search .inputbox {
	width: 150px;
	height: 20px;
	font-size: 10px;
	color: #666;
	padding: 2px;
	border: 1px solid #A9A9A9;
}
#search .search .button {
	height: 18px;
	font-size: 10px;
	color: #666;
	padding: 0 2px 0 2px;
	border: 1px solid #dadada;
	margin: 0 0 0 10px;
	text-align: center;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0;
	background: #fff;
}

div.center {
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	width: 963px;
}
div#wrapper {
	margin: 0 auto; padding:0;
	width: 963px;
	text-align: left;
	
}
#top {
	width: 963px;
	margin: 0 auto;
	padding: 0;
	padding-bottom:10px;
	text-align: right;
	line-height:1px;
	font-size:1px;
}

#header {
	height: 290px;
	margin: 5px auto 0px auto;
	width: 963px;
}
#top-links {
	float: right;
	text-align: right;
	height:70px;
	padding: 9px 0px 0px 0px;
	
}
#tLinks {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#tLinks li {
	display: inline;
	margin: 0px 0px 0px 20px;
}
#top-links ul {
	list-style-type: none;
}
#content {
	width: 963px;
	padding:0px;
	margin:0px;
	overflow: hidden;}

#content_bottom {
	width: 873px;
	height: 16px;
	background: url(../images/content_bottom.jpg) top center no-repeat;
}

#logo {
	float: left;
	width: 546px;
	height: 79px;
}

#logo a, #logo a:link, #logo a:hover {
	font-weight: normal;
	font-family:Tahoma;
	font-size: 32px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	line-height: 36px;
}
#headerimg {
	float: right;
}
.banner{background-image:url(../images/header.jpg); background-repeat:no-repeat; width:668px; height:206px;}	

.pill_m {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	/*background: url(../images/menu_bg.gif) repeat-x;*/
	width: 963px;
	height: 37px;
}

#pillmenu {
	float: left;
	margin: 0;
}

#pillmenu ul {
	margin: 0;
	padding: 0 22px;
	list-style: none;
}

#pillmenu li {
	float: left;
	line-height: 34px;
	margin: 0;
	padding: 0;
	color: #000;
}

#pillmenu li:hover {

}

#pillmenu li a#active_menu-nav {
	
}

#pillmenu li a {
	font-family:Tahoma;
	font-size: 11px;
	float: left;
	display: block;
	padding: 0 24px 0 16px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#pillmenu li a:hover {
	color: #9DF80A;
}
#left {
	width: 284px;
	float: left;
}
#leftcolumn {
	margin: 0px;
	width: 283px;
	height: 188px;
	float: left;
	text-align: left;
	background:#EBF1F6;
	border-left: 1px solid #D3DADF;
	border-right: 1px solid #D3DADF;
}
#lForm {
	width: 284px;
	margin: 0px;
	float: left; padding:0; height:auto;
}
#leftForm {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;	
	text-align: left;
	background: #8ab1d1;
	border-left: 1px solid #ACBFCF;
	border-right: 1px solid #ACBFCF; float:left; width:262px; clear:both; height:auto; 
}

div#maincolumn {
	float: right;
	width: 668px;
}
div.nopad {
	width: 668px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#footer {
	margin: 10px auto 0px auto;
	width: 963px;
	text-align: right;
	vertical-align: top;
	padding-bottom: 10px;
	font-size: 11px;
}
#footer .footerBg {
	background-color: #C4C6C8;
	text-align: right;
	padding: 5px;
}
#footer a {
	color: #000;
	font-weight: normal;
	margin: 0px 10px;
}
#footer a:hover {
	color: #000;
}

/*****************************************/
/*** CMS 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;
	font-weight:bold;
}
table.blog {
	
}
h1 {
	padding: 0;
	padding-bottom:10px;
	margin: 0px;
	font-family:Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #5C010B;
	text-align: left;
	width: 100%;

	
}
h1.help {
	color: #71020E;
	display: inline;
	margin: 0px 35px 0px 0px;
}
h1.help strong {
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

h2, .contentheading {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	vertical-align: middle;
	color: #910000;
	text-align: left;
	font-weight: bold;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family:Tahoma;
	color: #FFFFFF;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family:Tahoma;
	font-size: 13px;
	text-align: left;
	color: #EA6E00;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #858585;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #858585;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #858585;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

a.readon {
	display: block;
	float: right;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	text-transform: uppercase;
}

a.readon:hover {
	color: #FFFFFF;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #FFFFFF;
}

.ol-background {
	background-color: #f1f1f1;
	color: #FFFFFF;
}

.ol-textfont {
	font-family:Tahoma;
	font-size: 10px;
}

.ol-captionfont {
	font-family:Tahoma;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
#leftcolumn ul{ margin-top:0; padding: 0px; list-style:none;
margin-left:20px;
}

#leftcolumn ul li {
	background: url(../images/bullet.gif) no-repeat left 10px;
	padding-left:20px; line-height:24px; margin:0px;	
}
#leftcolumn ul li a {
	text-decoration: none;
}
#leftcolumn ul li a:hover {
	font-weight: bold;
}
/* 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: #FFFFFF;
  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: #FFFFFF;
  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: #FFFFFF;
}

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;
	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-bottom: 14px;
	padding: 0 0 1px 0;
	background:#2F3739;
}

div.module_menu div div div, div.module div div div{
	padding: 0;
	width: auto;
	margin: 0;
	background: url(../images/left_top.jpg) top center no-repeat;
}

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;
}

div.module div div div form

div.module_menu ul {
	list-style: none;
}

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;
}
/* forms */
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: #858585;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #FFFFFF; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #FFFFFF; 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;
	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;
	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: #FFFFFF;
}

/* 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 { margin-bottom: 20px; }

#system-message dd.message ul { 
	background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; 
	border-top: 2px solid #DE7A7B; 
	border-bottom: 2px solid #DE7A7B; 
	margin:0px; 
	padding-left: 40px; 
	text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; 
	border-top: 2px solid #F0DC7E; 
	border-bottom: 2px solid #F0DC7E;
}



/* ****************************************************************************** */
/* blue */
input, button {

}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/************************************* FORM STYLES - START ***********************************/
form {
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
}

label {
  font-weight : normal;
}

label.formleft {
  display : block;
  width : 150px;
  float : left;
  text-align : right;
  margin-right : 6px;
}

small.formnote {/* margin left same width as label.formleft width */
  margin : 0px 0px 0px 160px;
  display : block;
}

input.checkbox {
  width : 20px;
  float : left;
}

label.labelright {
  display : block;
  width : 90%;
  float : left;
  margin-right : 6px;
  text-align : left;
  font-size : 9px;
  font-weight : normal;
  color : #000000;
  padding-top : 4px;
}

fieldset {
  margin : 12px;
  padding : 6px;
}

#search fieldset {
  margin : 12px 12px 12px 12px;
  padding : 6px;
  width: 290px;
  height: 60px;
  border: 1px solid #cccccc;
}

fieldset.address {
  width : 45%;
  float : left;
  margin : 12px;
  padding : 6px;
}

legend {
  color : #000000;
  font-weight : bolder;
}

.formmsg {
  color: #CC0000;
  padding-top : 6px;
}

.form {
  width : 200px;
  margin-bottom: 2px; margin-top:0px;
}

textarea {
  font-size : 12px;
}
.button {
  background: url(../images/btn-bg.gif) repeat-x;
  color: #fff;
  border:1px solid #666666;
  font-size:10pt;
  font-weight: bold;
  height: 17px; 
}
form input.button {
  background: #000 url(../images/btn-bg.gif) repeat-x top;
  color: #fff;
  border:1px solid #666666;
  font-weight: bold;
  height: 25px;
  font-size: 10px;
}
form input.button:hover {
  color: #e4051d;
}
.clear {
	clear: both;
}
/******************************* FORM STYLES - END **************************************/
.l-w-box {
	float: left; background: url(../images/lw-shedow.jpg) bottom no-repeat;
	height: 163px;
	width: 176px;
}
.box-margin {
	margin-right: 35px;
}
.l-w-box a {
	float: right;
	margin: 0px 10px 0px 0px;
}
.hometesti {
	line-height: 18px;
}
.input {
	float: right;
	margin: 0px 0px 2px 0px;
	padding: 2px 5px;
	line-height: 15px;
	width: 118px;
	border: solid 1px #979797;
	background-color: #FFFFFF;
	font-size: 11px;
}
.left {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
}
.right {
	margin: 0px;
	padding: 0px;
	float: right;
}
.inputCombo {
	float: right;
	margin: 0px 0px 2px 0px;
	padding: 2px 5px;
	line-height: 15px;
	width: 130px;
	border: solid 1px #979797;
	background-color: #FFFFFF;
	font-size: 11px;
}
#forminner {
  margin : 0px 0px 0px 10px;
  padding : 0px 0px 0px 0px;
  width:280px;
}

.box{width:auto; height: auto; float:left; margin-bottom:12px;}
.box1{width:218px; height: auto; float:left; margin:0px 2px 0px 2px;}
.box-top{width:218px; height:32px; float:left; background-image: url(../images/top_bar.jpg); background-repeat:no-repeat; display:inline; }
.box-bottom{width:218px; height:10px; float:left;background-image: url(../images/bot-bar.jpg); background-repeat:no-repeat; clear:both;}
.box-middle{width:216px; height:180px; border:1px solid #d3d7da; border-bottom:none; border-top:none; float:left;clear:both; text-align:left;}
.box-middle p{ padding:7px 7px 0px 7px; font-size: 11px; height:144px;}

.text-white{font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:11px; padding-top:21px; padding-left:16px; line-height:27px; text-transform: uppercase;}

.box2{width:218px; height: auto; float:left;}
.form-top{
	background: #8ab1d1 url(../images/form-top.gif) no-repeat;
	width:284px;
	height:9px;
	float:left;
}
.boxinternal{width:670px; height: auto; float:left; margin:0px 0px 0px 2px; padding-left:0px;}
.form-bottom{background-image:url(../images/form-bottom.gif); background-repeat:no-repeat; height:9px; width:284px; clear:both;}
.left-nav-top{background:url(../images/leftnav-top.gif) no-repeat left top  ; line-height:9px; font-size:1px; height:9px; width:284px; float: left;}
.left-nav-bottom{background-image: url(../images/leftnav-bottom.gif); background-repeat:no-repeat; height:9px; width:284px; clear: both;}
.imgborder   { border: 1px solid #636363; margin-right:10px; margin-bottom:5px; }
.txtred{font-family:Arial, Helvetica, sans-serif; color:#980414; font-size:14px; font-weight:bold; }