/* TOP Buttons */
#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto;
  	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	border-left: 1px dashed #cccccc;
	
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #CECCCC;
	background: #999999;
}


#active_menu {
	color: #E4E4E4;
	font-weight: bold;
}

a#active_menu:hover {
	color: #838383;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}



.back_button {
	float: left;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 2px solid #cccccc;
  width: 40px;
  padding: 4px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  padding: 4px;
  margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}


td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	scrollbar-3dlight-color: #999999;
	scrollbar-base-color: #F0F0F0;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #F0F0F0;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #999999;
	scrollbar-arrow-color: #999999;
}

/* mambo core stuff */
a:link, a:visited {
	color:#838383; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C4C4C4;	text-decoration: none;
	font-weight: bold;
}


table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane td.contentheading {
  padding-left: 15px;
  padding-top: 9px;
}

.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	color: #838383;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border: 1px solid #999999;
	background-color: #F9F9F9;
}


.contentcolumn {
         padding-right: 5px;
	}

.contentheading {
		}

.contentpagetitle { font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 3px;
	
}

table.moduletable th {
	text-align: left;
    text-valign: middle;
	padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 5px;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	line-height: 10px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #C7D039;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 8px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 8px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 19px !important;
	height: 24px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #3E3E3E;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #838383;
	text-align: left;
}

a.sublevel:hover {
	color: #C4C4C4;
	text-decoration: none;
}

a.readon:link, a.readon:visited {
	color: #838383; text-decoration: none; font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: inside url(../images/read.png);
	list-style-type: disc;
	display: list-item;
	white-space: normal;
	font-weight: normal;
	}

a.readon:hover {
	color: #C4C4C4;	text-decoration: underline;
	font-weight: normal;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: inside url(../images/read.png);
	list-style-type: disc;
	display: list-item;
	white-space: normal;
	}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}
.code {
	font-family : Arial;
font-size : 14px;
color : #000000;
font-weight: bold;
}
.dancepeople {
background-color:#C7D039;
font-family : Arial Narrow;
font-size : 12px;
color : #323232;
}
.bold_14 {
font-family : Arial;
font-size : 14px;
color : #000000;
font-weight: bold;
}

/*MODULO IMAGEN*/
	#tituloNoticia {
		font-size: medium;
		font-weight: bold;
	}
	#tituloNoticia a, #tituloNoticia3_1 a, #MasNoticias {
		color:#000000;
	}
	
	#MasNoticias {
		font-weight:bold;
	}	
	
	#tituloNoticia a {font-size: 14px;}
	
	
	#tituloNoticia3_1 {
		font-size: 14px;
		font-weight: bold;
	}
	#mod_graphic img {
		border:3px solid #8A898E;
		margin-right:4px;
	}
	#mod_graphic {
		padding-right:4px;
		padding-left:10px;
		padding-top:10px;
	}
	#mod_graphic1{
	width:50%;
	float:left;
	}
	#mod_graphic2{
	width:50%;
	float:right;
	}
	#mod_graphic3{
	width:100%;
	float:left;
	margin-bottom:20px;
	}
	#mod_graphic4{
	width:100%;
	float:right;
	}
	#sub_noticias {
	float:left; width:100%;
	margin-top:20px;
	}
	
	#mod_graphic5 a {
		color:#333333;
		text-decoration:underline;
	}
	
	.moduletable h3{
		background-color:#cccc00;
	}
	
	.moduletable{
		margin-bottom:4px;
		margin-top:4px;
	}
	.moduletable-pest h3{
		background-color:#cccc00;
	}
	
	.moduletable-pest{
		margin-bottom:4px;
		margin-top:4px;
	}
	
	/*Pestaņas*/
	
	.tituloNoticia a { font-size: 12px !important;}
	
	
/**** inventivo ****/
.blog-noticias .article_seperator {
border-bottom: 2px solid #970d0d; display: block; margin-bottom: 10px;
}

.blog-noticias .article_separator {
border-bottom: 2px solid #970d0d; display: block; margin-bottom: 10px;
}

.contentpagetitle-noticias {
font-size: 14px;
color: #970d0d !important;
}

.contentpaneopen-noticias p {
padding: 0px;
margin: 0px;
}

.createdate {
height: auto !important;
line-height: 10px !important;
}

h3 {
font-size: 24px;
line-height: 30px;
padding: 0px;
margin: 0px;
color: #adacac;
font-weight: normal;
}

ul.invlist {
margin: 20px 0px;
padding: 0px;
list-style: none;
}

ul.invlist li {
margin: 0 0 20px 0;
padding: 0 0 0 20px;
background: url(/templates/images/bg_invlist.gif) no-repeat 0px 2px;
}

div.invframe {
padding: 20px;
background: #eeeeee;
margin: 0 0 30px 0;
font-size: 12px;
line-height: 16px;
}

div.invframe h4, #registrationTable h4, #aec_checkout h4 {
font-size: 19px;
line-height: 25px;
color: #fc7301;
margin: 0 0 20px 0;
padding: 0px;
}

div.invframe h5 {
font-size: 14px;
line-height: 16px;
color: #fc7301;
margin: 30px 0 0px 0;
padding: 0px;
}

p.invteaser {
font-size: 13px; 
line-height: 16px;
}

table.regtable {
width: 695px;
}

div.cb_comp_outer {
padding: 0px;
}


#registrationTable .inputbox {
width: 300px;
}

#registrationTable tr.sectiontableentry1 td, #registrationTable tr.sectiontableentry2 td {
padding: 10px;
background: #eeeeee;
}

#registrationTable tr.sectiontableentry1 td label , #registrationTable tr.sectiontableentry2 td label {
padding-top: 2px;
display: block;
}
.cbSnglCtrlLbl label {
padding-top: 0px !important;
display: inline !important;
}

#registrationTable input.button {
background: #fc7301;
color: #FFF;
padding: 5px;
height: 30px;
width: 100px;
border: 0px;
font-size: 14px;
margin-bottom: 50px;
}

#registrationTable tr.sectiontableentry1, #registrationTable tr.sectiontableentry2 {
background: none;
}

div.aec_procbuttons {
background:  #fc7301;
}

div#checkout p {
font-size: 12px;
line-height: 16px;
}

/**** inventivo ****/


