
/**
 * Kelare
 * ---------------------------------------------------------------------------
 * Copyright, Akretio SPRL.  All Rights Reserved.
 *
 * This file is part of the Kelare project and can not be distributed or
 * used in any application without prior consent of Akretio SPRL.
 * Contact us for any information or authorisation.
 */

.articlesummary
{
  width: 98%;
  border-right: 0px;
  margin-bottom: 5px;
  overflow: hidden;
  height: 82px;
  overflow: hidden;
}

.articlesummaryfooter
{
  font-size: 10px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 3px;
}

.articleimage
{
  float: left;
  margin-right: 10px;
  border: 1px solid black;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.articleimage img
{
  margin-top: 10px;
  max-width: 60px;
  max-height: 60px;
}

.articleimage a
{
  background-color: #7ebcec;
  width: 80px;
  height: 80px;
  display: block;
  text-align: center;
}

.articleimage a:hover
{
  background-color: #eebb7e;
}

.articlesummarytext
{
  padding-top: 5px;
  font-size: 11px;
}

.articlepagetitle
{
  font-weight: bold;
  margin-bottom: 10px;
}

.articlesummarytitle
{
  font-weight: bold;
  padding: 2px 0px 2px 2px;
  font-size: 12px;
}

.articlespages
{
  float: right;
  width: 250px;
  padding: 5px 5px 5px 5px;
  border: 1px solid #478fc7;
  background-color: #c2d7e4;
  margin-left: 5px;
}

.articlespagesbottom
{
  float: right;
}

.articletext
{
  text-align: justify;
}

.articletext .leftpaneltitle
{
  font-size: 14px;
}

.articlescategory
{
  width: 100px;
  text-align: center;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.articlelink
{
  color: #C0C0C0;
}

.articlelink
{
  margin-left: 30px;
  display: list-item;
  list-style-type: square;
  margin-right: 10px;
}

.articlescommentspages
{
  float: right;
}

.articlescommentfooter
{
  margin-top: 5px;
  border-top: 1px solid #C0C0C0;
  font-size: 10px;
  font-weight: bold;
  clear: both;
}

.articlewarning
{
  color: red;
  font-weight: bold;
  border: 1px solid red ! important;
  padding: 2px 2px 2px 2px ! important;
  background-color: #ffffd9 ! important;
}

.articlehomedate
{
  float: left;
  margin-right: 5px;
}

.articlessimilar
{
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.articlestitlecategory
{
  float: left;
  width: 65px;
  height: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
}

.articlesimagestitle
{
  padding-left: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.articlesimagescontent
{
  background-color: #F0F0F0;
  border-bottom: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  margin-bottom:20px;
  padding:10px;
  color: #C0C0C0;
  margin-top: 10px;
}

.articleimages
{
  margin-top: 20px;
}

.articlepicture
{
  display: inline;
  margin: 5px 5px 5px 5px;
}

.articlepicture img
{
  margin-bottom: 10px;
}

.articlesimagescontent
{
  text-align: center;
}

.articleheaderimages
{
  width: 70px;
  float: right;
  text-align: right;
  white-space: nowrap;
  margin-top: -5px;
}


.articlecommentheader
{
  margin-bottom: 5px;
}
#simplemodal-container a.modalCloseImg {
	background:url(/libraries/jquery/simplemodal/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;

}

#simplemodal-container {
  border: 4px solid #444444;
  padding: 5px 5px 5px 5px;
  background-color: white;
}

#simplemodal-overlay
{
  background-color: black;
}

#simplemodal-data
{
 width: 800px;
 height: 560px;
}

.simplemodal-wrap
{
 width: 800px ! important;
 height: 560px ! important;
 min-width: 800px ! important;
 min-height: 560px ! important;
 
}

.simplemodal-wrap iframe
{
 width: 800px;
 height: 560px;
 border: 0;
}

/**
 * Kelare
 * ---------------------------------------------------------------------------
 * Copyright, Akretio SPRL.  All Rights Reserved.
 *
 * This file is part of the Kelare project and can not be distributed or
 * used in any application without prior consent of Akretio SPRL.
 * Contact us for any information or authorisation.
 */

/**************************************************************
 * Data Combo
 **************************************************************/

.XDataCombo img
{
  cursor: pointer;
  margin-left: 5px;
}

.datacomboframe
{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  font-size: 10px;
  text-align: center;
}

.datacombo
{
  border: 1px solid #555555;
  background-color: white;
  visibility: hidden;
  position: absolute;
  width: 350px;
  height: 200px;
  font-size: 12px;
  top: 0;
  left: 0;
}

.datacombolarge
{
  width: 450px;
  height: 400px;
}

/**************************************************************
 * Users
 **************************************************************/

.XUsersCombo img
{
  cursor: pointer;
}

.userscomboframe
{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F0F0F0;
  font-size: 10px;
  text-align: center;
}

.userscombo
{
  border: 1px solid black;
  background-color: #F0F0F0;
  visibility: hidden;
  position: absolute;
  width: 300px;
  height: 200px;
  font-size: 12px;
  top: 0;
  left: 0;
}

/**************************************************************
 * SlideShow
 **************************************************************/

.BBSlideShow
{
  border: 1px solid #C0C0C0;
  text-align: center;
}

.BBSlideShowTitle
{
  border-bottom: 1px solid #C0C0C0;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 2px;
  margin-left: 2px;
}

.BBSlideShow img
{
  cursor: pointer;
}

.BBSlideControl
{
}

.BBSlideShow table
{
  width: 100%;
}

.BBSlideShow td
{
  width: 33%;
}

/**************************************************************
 * Images
 **************************************************************/

.bbimgreduced
{
  max-width: 95%;
  cursor: pointer;
}

.bbimgfull
{
  max-width: 20000px;
  cursor: pointer;
}

.bbimgdiv
{
  display: block;
  overflow: auto;
  width: 100%;
  overflow-y: hidden;
}

/**************************************************************
 * Spoiler related codes
 **************************************************************/

div.bbspoiler
{
  border: 1px solid #C0C0C0;
  border-left: 5px solid black;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 5px 5px 5px;
  background-color: #E0E0E0;
  display: normal;
}

div.bbspoiler *
{
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  display: normal;
}

div.bbspoiler span
{
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity: 1.0;
  display: normal;
}

div.bbspoiler img
{
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity: 1.0;
  display: normal;
}

div.bbspoiler img
{
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity: 1.0;
  display: normal;
}

div.bbspoiler div
{
  filter:alpha(opacity=100) ! important;
  -moz-opacity:1.0 ! important;
  opacity: 1.0 ! important;
  display: normal ! important;
}


div.bbspoilerhidden
{
  height: 25px;
  overflow: hidden;
  border-left: 5px solid red;
  opacity: 1.0;
}

.bbspoilerhidden object
{
  display: none;
}

.bbspoilerhidden embed
{
  display: none;
}

div.bbspoilertitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 20px;
}

/**************************************************************
 * Whisped related codes
 **************************************************************/

.bbwhisper
{
  border: 1px solid #C0C0C0;
  border-left: 5px solid black;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 5px 5px 5px;
  background-color: #E0E0E0;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
}

.bbwhispertitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
}

.bbwhispertext
{
  padding: 5px 5px 5px 5px;
}

/**************************************************************
 * Code related codes
 **************************************************************/

.bbcode
{
  font-family: Terminal, Courier New, Courier;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  white-space: pre;
  border: 1px solid #C0C0C0;
  background-color: #F0F0F0;
  overflow: auto;
}

/**************************************************************
 * Quote related codes
 **************************************************************/

div.bbquote
{
  border: 1px solid #C0C0C0;
  border-left: 5px solid black;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 5px 5px 5px;
  background-color: #E0E0E0;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
}

div.bbquotehidden
{
  height: 30px;
  overflow: hidden;
  border-left: 5px solid red;
}

div.bbquotetitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
}


/**************************************************************
 * Highlight related codes
 **************************************************************/

.bbcodecode
{
  font-family: courier;
  border: 1px solid #C0C0C0;
  background-color: #E0E0E0;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 5px 5px 5px;
  border-left: 5px solid black;
  margin-right: 10px;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
  overflow: auto;
  width: 95%;
  white-space: pre;
}

.bbcodecodehidden
{
  height: 30px;
  overflow: hidden;
  border-left: 5px solid red;
}

div.bbcodetitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
}

.bbcodestring, .bbpascalstring, .bbphpstring, .bbcssstring, .bbcppstring,
 .bbjavastring, .bbjavascriptstring, .bbperlstring, .bbvbstring, .bbpythonstring,
 .bbsqlstring, .bbcobolstring, .bbadastring, .bbfortranstring
{
  color: #00C000;
}


.bbcodreserved, .bbpascalreserved, .bbphpreserved, .bbcssreserved, .bbxmltag,
 .bbcppreserved, .bbhtmltag, .bbasmreserved, .bbasminstruction, .bbjavareserved,
 .bbjavascriptreserved, .bbperlreserved, .bbvbreserved, .bbpythonreserved,
 .bbsqlreserved, .bbcobolreserved, .bbadareserved, .bbfortranreserved
{
  color: black;
  font-weight: bold;
}

.bbcodenumber, .bbpascalnumber, .bbphpnumber, .bbcppnumber, .bbasmnumber,
  .bbjavanumber, .bbjavascriptnumber, .bbperlnumber, .bbvbnumber,
  .bbpythonnumber, .bbsqlnumber, .bbcobolnumber, .bbadanumber, .bbfortrannumber
{
  color: #263FBA;
}

.bbcodecomment, .bbpascalcomment, .bbphpcomment, .bbcsscomment, .bbxmlcomment,
 .bbcppcomment, .bbhtmlcomment, .bbasmcomment, .bbjavacomment, .bbjavascriptcomment,
 .bbperlcomment, .bbvbcomment, .bbpythoncomment, .bbsqlcomment, .bbcobolcomment,
 .bbadacomment, .bbfortrancomment
{
  color: #929088;
}

.bbcodeidentifier, .bbphpidentifier
{
  color: #4040FF;
}

/**************************************************************
 * Pascal
 **************************************************************/


/**************************************************************
 * PHP
 **************************************************************/

.bbphpvariable
{
  color: red;
}

/**************************************************************
 * XML
 **************************************************************/

.bbxmlproperty
{
  color: #F35B8A;
}

.bbxmlpropname
{
  color: navy;
}

.bbxmldata
{
  color: #929088;
}

.bbxmltext
{
  color: black;
}

/**************************************************************
 * CPP
 **************************************************************/

.bbcpppragma
{
  color: green;
}

/**************************************************************
 * HTML
 **************************************************************/

.bbhtmlproperty
{
  color: #F35B8A;
}

.bbhtmlpropname
{
  color: navy;
}

.bbhtmldata
{
  color: #929088;
}

.bbhtmltext
{
  color: black;
}

/**************************************************************
 * ASM
 **************************************************************/

.bbasmregister
{
  color: red;
}

.bbasmdirective
{
  color: navy;
}

.bbasmlabel
{
  color: blue;
}

/**************************************************************
 * JavaScript
 **************************************************************/

.bbjavascriptspecial
{
  color: magenta;
}


/**************************************************************
 * PHP
 **************************************************************/

.bbperlvariable
{
  color: red;
}

/**************************************************************
 * VB
 **************************************************************/

/**************************************************************
 * Python
 **************************************************************/

/**************************************************************
 * Cobol
 **************************************************************/

/**************************************************************
 * Fortran
 **************************************************************/


/**************************************************************
 * Editor
 **************************************************************/


.bbeditor
{
}

.bbeditor img
{
  border: 0px;
  cursor: pointer;
  margin-right: 2px;
  width: 16px;
  height: 16px;
}

.bbeditorhighlight
{
  position: absolute;
  visibility: hidden;
  width: 170px;
  top: 0;
  left: 0;
  z-index: 999 ! important;
}

.bbeditortextbutton
{
  color: #505050;
  margin-right: 2px;
  width: 80px;
  float: left;
  text-align: center;
  border: 1px solid #D0D0D0;
  cursor: pointer;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: bold;
  background-color: #F0F0F0;
}

.bbeditortextbutton:hover
{
  background-color: #D0D0D0;
  border: 1px solid #F0F0F0;
}

.bbeditorsmiley
{
  width: 70px;
  height: 70px;
  float: left;
  text-align: center;
}

.bbeditorsmiley img
{
  margin: 2px 2px 2px 2px;
}

.bbeditorsmileys
{
  border: 1px solid #D0D0D0;
  background-color: #F5F5F5;
  visibility: hidden;
  position: absolute;
  width: 320px;
  height: 220px;
  font-size: 12px;
  top: -320px;
  left: -220px;
}

.bbeditorcolorbutton
{
  width: 14px;
  height: 14px;
  font-size: 1px;
  float: left;
  cursor: pointer;
  font-size: 2px;
}

.bbeditorcolors
{
  border: 1px solid #D0D0D0;
  background-color: #F0F0F0;
  visibility: hidden;
  position: absolute;
  font-size: 12px;
  text-align: center;
  width: 145px;
  top: 0;
  left: 0;
  font-size: 2px;
  z-index: 999 ! important;
}

.bbcodesmiley
{
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 10px;
}

.bbcodesmiley img
{
  cursor: pointer;
}


.bbcodesmileypages
{
  float: left;
  position: absolute;
  text-align: right;
  width: 280px;
  top: 500px;
  left: 280px;
}

.bbcodesmileyframe
{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F5F5F5;
  font-size: 10px;
  text-align: center;
}

.bbeditorpreview
{
  border: 2px solid #D0D0D0;
  background-color: #F0F0F0;
  visibility: hidden;
  position: absolute;
  font-size: 12px;
  top: 0;
  left: 0;
}

.bbcodepreviewframe
{
  width: 100%;
  height: 100%;
}

.SpellerError
{
  color: red;
  font-weight: bold;
}

.bbeditorbuttonscontainer
{
  width: 500px;
  background-color: #ede9e3;
  overflow: hidden;
  padding-bottom: 2px;
  padding-top: 2px;  
}

.bbeditorbuttons
{
  margin-right: 10px;
  padding: 5px 2px 2px 2px;
  white-space: nowrap;
  border: 1px solid #cac3ac;
  border-left: 3px solid #b7ae91;
  background-color: #e9e4db;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}

.bbeditorbuttonssimple
{
  white-space: nowrap;
  display: inline;
  padding: 2px 2px 2px 2px;
}

.bbeditorfontsize
{
  position: absolute;
  visibility: hidden;
  width: 90px;
  top: 0;
  left: 0;
  z-index: 999 ! important;
}


.bbeditorrepository
{
  border: 1px solid black;
  background-color: #F0F0F0;
  visibility: hidden;
  position: absolute;
  width: 350px;
  height: 200px;
  font-size: 12px;
  top: -320px;
  left: -220px;
}

.bbcoderepositoryframe
{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F0F0F0;
  font-size: 10px;
  text-align: center;
}


.bbeditorwiki
{
  border: 1px solid black;
  background-color: #F0F0F0;
  visibility: hidden;
  position: absolute;
  width: 350px;
  height: 200px;
  font-size: 12px;
  top: -320px;
  left: -220px;
}

.bbcodewikiframe
{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F0F0F0;
  font-size: 10px;
  text-align: center;
}

/**************************************************************
 * Fixed
 **************************************************************/

.bbcodefixed
{
  font-family: Courier;
}

/**************************************************************
 * Anon
 **************************************************************/

.bbcodeanonurl
{
  border-bottom: 1px dotted black ! important;
  cursor: help;
}

/**************************************************************
 * Google Map
 **************************************************************/

.bbgooglemap
{
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  height: 500px;
  border: 1px solid #C0C0C0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  z-index: 1000;
}

.bbpreview
{
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  height: 500px;
  border: 1px solid #C0C0C0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  z-index: 1000;
}

.bbiframefull
{
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  height: 560px;
  border-left: 5px solid white;
  border-top: 5px solid white;
  border-right: 5px solid #C0C0C0;
  border-bottom: 5px solid #C0C0C0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  z-index: 1000;
}


.bbdocumentoverlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #C0C0C0;
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  z-index: 999;
}

/**************************************************************
 * Users
 **************************************************************/

.usersprofile
{
  border: 1px solid #E0E0E0;
  background-color: #F0F0F0;
  text-align: center;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-left: 50px;
  min-height: 100px;
}

.usersprofile a
{
  display: block;
  width: 50px;
  height: 60px;
  float: left;
  text-align: center;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.usersprofile img
{
  display: block;
}

/**************************************************************
 * IFrame
 **************************************************************/

.bbiframe
{
  height: 100%;
  width: 100%;
}

.bbiframecontainer
{
  position: absolute;
  margin-left: -400px;
  left: 50%;
  width: 800px;
  height: 600px;
  border: 1px solid #C0C0C0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  z-index: 99999;

}

/**************************************************************
 * Captcha
 **************************************************************/

.XCaptcha
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.XCaptcha img
{
  vertical-align: top;
  margin-right: 10px;
}
/**************************************************************
 * ScrollPanel
 **************************************************************/


div.xscrollpaneltitle
{
  border: 1px solid black;
  background-color: black;
  color: white;
  font-weight: bold;
}

div.xscrollpaneltitlehidden
{
  border: 1px solid black;
  background-color: #FF0000;
  color: white;
  font-weight: bold;
}

img.xscrollbutton
{
  float: right;
  cursor: pointer;
}

div.xscrollpaneldata
{
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #C0C0C0;
}

div.xscrollpaneldatahidden
{
  display: none;
}






/**************************************************************
 * Month
 **************************************************************/


.xmonth td
{
  width: 100px;
  height: 50px;
  border: 1px dotted black;
  vertical-align: top;
  text-align: left;
  font-size: 10px;
}

.xmonth th
{
  font-size: 16px;
  text-align: center;
  background-color: #FFDEBB;
  border: 1px solid black;
}

td.xmonthday6
{
  background-color: #E0E0E0;
}

td.xmonthday7
{
  background-color: #E0E0E0;
}

td.xmonthtoday
{
  border: 1px solid red;
}

td.xmonthtitle
{
  border: 0px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 20px;
  width: 700px;
  background-color: #E5E5E5;
}

td.xmonthdayempty
{
  background-color: #F0F0F0;
}

td.xmonthprev
{
  border: 0px;
  height: 30px;
  width: 400px;
}

td.xmonthnext
{
  border: 0px;
  text-align: right;
  height: 30px;
  width: 300px;
}



/**************************************************************
 * Pages
 **************************************************************/


div.XPages
{
  text-align: right;
}



/**************************************************************
 * Tables
 **************************************************************/

.xtableover
{
  background-color: #E0E0E0;
}

.xtableout
{

}

.xtabledown
{
  background-color: #C0C0C0;
}


/**************************************************************
 * SpinEdit
 **************************************************************/


.xspinedit input
{
  border: 0px;
}

.xspinedit
{
  border: 1px solid ButtonShadow;
  border-collapse: collapse ! important;
  margin-left: 1px;
}

.xspinedit td
{
  padding: 0px ! important;
  margin: 0px ! important;
  border: 0px ! important;
  border-collapse: collapse ! important;
  border-spacing: 0px;
  font-size: 1px;
}

.xspinedit tr
{
  padding: 0px ! important;
  margin: 0px ! important;
  border: 0px ! important;
  border-collapse: collapse ! important;
  border-spacing: 0px;
}

.xspinedit table
{
  padding: 0px ! important;
  margin: 0px ! important;
  border: 0px ! important;
  border-collapse: collapse ! important;
  border-spacing: 0px;
}

.xspinedit img
{
  border: 0px;
  cursor: pointer;
}


/**************************************************************
 * DateTime
 **************************************************************/

.xdatetime
{
  background-color: #F0F0F0;
}

.xdatetime th
{
  padding: 1px;
  margin: 0px;
  border-collapse: collapse ! important;
  border-spacing: 0px;
  font-size: 12px;
  background-color: #4592FB;
  color: white;
  font-weight: bold;
}

.xdatetime td
{
  padding: 1px;
  margin: 0px;
  border-collapse: collapse ! important;
  border-spacing: 0px;
  font-size: 12px;
}

.xdatetime table
{
  padding: 1px;
  border-collapse: collapse ! important;
  border-spacing: 0px;
  margin: 2px;
}

.xdatetime a
{
  text-decoration: none;
  color: #500000;
  padding: 2px;
}

.xdatetime th a
{
  color: #000000;
  padding: 0px;
}

.xdatetime select
{
  font-size: 12px;
  background-color: #4592FB;
  color: white;
}

.xdatetimenow
{
  background-color: #C0C0C0;
  text-align: center;
  color: white;
  font-weight: bold;
}

.xdatetimeday7 a
{
  color: #0161FF;
  font-weight: bold;
}

.xdatetimeday6 a
{
  color: #0161FF;
  font-weight: bold;
}

.xdatetimecurrent
{
  color: #C0C0C0 ! important;
  border: 1px dotted black;
}

.xdatetimetoday
{
  color: red ! important;
  border: 1px dotted black;
}

.xdatetime
{
  vertical-align: middle;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}


/**************************************************************
 * Formular
 **************************************************************/

.XFormularTable
{
  width: 100%;
}

body
{
  background: url("../images/css_body.png");
  font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  text-align: center;
}

div,td{
  text-align: left;
  font-size: 12px;
}

input,textarea,select
{
 border: 1px solid #E0E0E0;
 padding: 0;
}

input:active
{
 border: 1px solid red;
}

input[active="true"]
{
 border: 1px solid black;
}

input
{
  padding: 3px 3px 3px 3px;
}

input[type="submit"]:hover,input[type="reset"]:hover
{
  background-color: #D0D0D0;
  border: 1px solid black;
  padding: 3px 3px 3px 3px;
}

table
{
  font-size: 14px;
}

img
{
  border: 0px;
}

abbr
{
  border-bottom: 0px;
}

.abbr
{
  color: #C0C0C0;
}

a
{
  text-decoration: none;
  color: #A0A0A0;
}

a:hover
{
  color: #a92117;
}

.inputreadonly
{
  background-color: #E0E0E0;
  border: 1px solid black;
  color: #404040;
}

.main
{
  margin: 0px 2px 10px 10px;
  font-size: 12px;
  width: 630px;
}

.leftpanel
{
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-align: justify;
  border: 1px solid #C0C0C0;
  background-color: #F2F2F2;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.leftpaneltitleimg
{
  float: right;
  margin-left: 5px;
}

.searchtopform
{
  text-align: center ! important;
}

.searchtopform form
{
  text-align: center ! important;
  margin-left: auto;
  margin-right: auto;
}

.XFormularDiv
{
  text-align: center ! important;
  margin-bottom: 5px;
}


.searchtable
{
  width: 100%;
  text-align: center;
}

.searchtable td
{
  text-align: center;
}



.bodymain
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
}


#topbanner
{
  height: 110px;
}

#topbannerimg
{
  float: right;
  width: 800px;
  height: 100px;
  margin-top: 10px;
  margin-right: 7px;
}

.toplink
{
  width: 300px;
  height: 78px;
  display: block;
}


#menu
{
  width: 130px; 
  float: right;
  background-color: #F0F0F0;
  line-height: 30px;
  margin-top: 0px;
  margin-right: 5px;
  padding-top: 0px;
  border: 1px solid #b9b9b9;
}

#menu a
{
  display: block;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  color: black;
  font-weight: bold;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

#menu a:hover
{
  color: white;
  background-color: #C0C0C0;
}

#menu img
{
  margin-left: -25px;
}

.xmenuboxlev0
{
  margin-top: 0px;
  padding-top: 0px;
}


form
{
  margin-bottom: 0px;
  margin-top: 0px;
}

#outro
{
  width: 100%;
  font-size: 9px;
  text-align: center;
  margin: 5px 0px 5px 0px;
}

#outro a
{
  color: #A6A495;
}

#outro a:hover
{
  color: #CCCAB8;
}

.leftpaneltitle
{
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #b9b9b9;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  text-align: left;
  color: #505050;
}

.XRowPages
{
  text-align: right ! important;
}

.xtableover
{
  background-color: #E0E0E0;
}

.xtabledown
{
  background-color: #D2E7BF;
}


.theme
{
  width: 600px;
  padding: 5px 5px 5px 5px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: justify;
}

.theme img
{
  float: left;
  margin-right: 5px;
}


.client
{
  width: 250px;
  height: 180px;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  float: left;
  border: 1px solid #e4eced;
  background-color: #edfbfc;
}

.client img
{
  margin-right: 5px;
}

.clientname
{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.xtableover
{
  background-color: #E0E0E0;
}

.xtabledown
{
  background-color: #D0D0D0;
}


.partnerspanel
{
  text-align: center;
}

.partnerspanel img
{
  border: 1px solid black;
  vertical-align: middle;
  margin: 5px 5px 5px 5px;
}

.news .leftpanel
{
  border: 0px ! important;
}

#languages
{
  float: right;
  text-align: center;
  clear: both;
  width: 140px;
  margin-top: 10px;
  display: none;
}

#languages a
{
  display: inline;
}
/**
 * Kelare
 * ---------------------------------------------------------------------------
 * Copyright, Akretio SPRL.  All Rights Reserved.
 *
 * This file is part of the Kelare project and can not be distributed or
 * used in any application without prior consent of Akretio SPRL.
 * Contact us for any information or authorisation.
 */

.forumsmiley
{
  width: 100px;
  height: 100px;
  text-align: center;
  float: left;
}

.smileypanel
{
  overflow: auto;
}








.forumsection
{
  margin-top: 5px;
  margin-left: 5px;
  width: 400px;
  float: left;
}

.forumsection a
{
  font-weight: bold;
  font-size: 14px;
  color: #F68C8C;
}

.forumsection a:hover
{
  color: #C42020;
}

.forumcategoryheader
{
  margin-left: 10px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
  float: left;
  width: 95%;
}

.forumcategory
{
  margin-left: 10px;
  font-weight: bold;
  width: 95%;
  float: left;
  margin-top: 0px;
}

.forumcategoryname
{
  width: 60%;
  float: left;
}

.forumcategoryname img
{
  vertical-align: bottom;
}

.forumcategorynameheader
{
  width: 60%;
  float: left;
}

.forumcategorytopics
{
  float: left;
  width: 10%;
  text-align: center;
}

.forumcategorymessages
{
  width: 10%;
  float: left;
  text-align: center;
}

.forumcategorymoderators
{
  width: 19%;
  float: left;
  text-align: center;
}

.forumcategorymoderatorselem
{
  font-size: 9px;
}

.forumcategorydesc
{
  font-size: 10px;
  margin-left: 10px;
  width: 95%;
  float: left;
}

.forumcategorylastmsg
{
  font-size: 10px;
}



.forumtopicheader
{
  margin-left: 5px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
  width: 98%;
}

.forumtopic
{
  margin-left: 5px;
  width: 98%;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
  border: 1px solid #F0F0F0;
}

.forumfirstmessage .forummessage
{
  border: 1px solid #C0C0C0;
}

.forumtopicintro
{
  font-weight: bold;
  margin-top: 20px;
}

.forumtopichover
{
  margin-left: 5px;
  width: 98%;
  float: left;
  background-color: #93C9F3;
  margin-top: 2px;
  margin-bottom: 2px;
  border: 1px solid #93C9F3;
}

.forumtopichover a
{
  color: white;
}

.forumtopichover a:hover
{
  color: black;
}

.forumtopicname
{
  width: 42%;
  float: left;
  font-weight: bold;
}

.forumtopicuser
{
  width: 18%;
  float: left;
  text-align: center;
}

.forumtopicmessages
{
  width: 9%;
  float: left;
  text-align: center;
  max-width: 75px;
}

.forumtopicviews
{
  width: 9%;
  float: left;
  text-align: center;
  max-width: 75px;
}

.forumtopiclastmsgdate
{
  width: 20%;
  float: left;
  text-align: center;
  white-space: nowrap;
}

.forumtopicfooter
{
  margin-left: 5px;
  border-top: 1px solid #C0C0C0;
  font-size: 12px;
  font-weight: bold;
  width: 98%;
  float: left;
}

.forumtopicname img
{
  margin-right: 5px;
  vertical-align: middle;
}

.forumcategorypages
{
  width: 220px;
  text-align: right;
  float: right;
  white-space: nowrap;
}

.forumcategorylinks
{
}


.forummessage
{
}

.forummessageinfo
{
  float: left;
  width: 18%;
  font-weight: bold;
  padding-right: 5px;
  min-width: 120px;
}

.forummessagetext
{
  float: left;
  border-left: 1px solid #C0C0C0;
  height: 100%;
  right: 0px;
  width: 80%;
}

.forummessagetext img
{
  margin: 2px 2px 2px 2px;
}

.forummessagetext img:hover
{
}

.forummessagetextbody
{
  margin-left: 5px;
  min-height: 90px;
}

.forummessagesubject
{
  font-size: 12px;
  border-bottom: 1px solid #C0C0C0;
  font-weight: bold;
  height: 20px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.forummessageutils
{
  margin-top: 10px;
  font-size: 12px;
  border-top: 1px solid #C0C0C0;
  font-weight: bold;
  margin-left: 5px;
}

.forummessageutils img
{
  vertical-align: bottom;
}

.forummessagefooter
{
  font-size: 12px;
  font-weight: bold;
}

.forummessagepages
{
  width: 350px;
  text-align: right;
  float: right;
  white-space: nowrap;
}

.forummessagecategories
{
  width: 310px;
  white-space: nowrap;
}

.messageheaderimages
{
  width: 120px;
  float: right;
  text-align: right;
}

.forummessageedited
{
  font-size: 10px;
  font-weight: bold;
  color: #A0A0A0;
}


.forummsgs
{
  margin-left: 5px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
  width: 98%;
}

.forummsgsrow
{
  margin-left: 5px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  width: 98%;
}

.forummsgsuser
{
  width: 45%;
  float: left;
}

.forummsgsmessages
{
  width: 45%;
  float: left;
}

div.forummessagesignature
{
  padding-top: 20px;
  clear: both;
}

span.forummessagesignature
{
  border-top: 1px outset black;
  font-size: 10px;
  overflow: auto;
}

.forummessagesignature img
{
  vertical-align: top;
  padding-top: 2px;
}

.forummessageinfopin
{
  float: right;
}

.forummessageutilsright
{
  float: right;
}

.forumavatar
{
  margin-top: 10px;
  text-align: center;
}

.forumtopictools
{
  float: right;
}

.forumquickreply
{
  text-align: center;
}

.forumquickreply .bbeditorbuttonscontainer
{
  margin-left: auto;
  margin-right: auto;
}

#quickreplyform
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.forumquickreplyarea
{
}

.forumtopicpages
{
  display: inline;
  font-size: 10px;
  font-weight: bold;
}

.forumlockedsubject
{
  font-weight: bold;
  color: red;
}

.forumlockedsubject img
{
  vertical-align: top;
}

.forummessageinfoip
{
  font-size: 10px;
}

.forumrank
{
  font-size: 10px;
}

.forumtopsmileys
{
  width: 135px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  font-size: 9px ! important;
  padding-bottom: 5px;
}

.forumtopsmiley
{
  float: right;
  margin: 2px 2px 2px 2px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.XForumPoll
{ 
  width: 80%;
  margin-left: 10%;
  border: 1px solid black;
  margin-bottom: 10px;
  background-color: #F0F0F0;
  border-top: 2px solid black;
  border-bottom: 4px solid black;
  border-right: 4px solid black;
  border-left: 2px solid black;
  padding: 5px 5px 5px 5px;
}

.XForumPoll th
{
  border-bottom: 1px solid #C0C0C0;
  font-weight: bold;
  text-align: left;
  padding: 2px 2px 2px 2px;
}

.XForumPoll td
{
  width: 50%;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
}

.XForumPollQuestion
{
  width: 50%;
  white-space: nowrap;
}

.XForumPollBar
{
  background-color: red;
  border: 1px solid black;
  height: 10px;
  font-size: 1px;
}

.forumloginpanel
{
  font-size: 12px;
}

.forumloginpanel input
{
  font-size: 10px;
}

.forumattach
{
  background-color: #E0E0E0;
  border: 1px solid #C0C0C0;
  width: 80%;
  margin: 5px 5px 5px 5px;
  margin-left: 10px;
  padding: 5px 5px 5px 5px;
  overflow: hidden;
}

.forumattachpreview
{
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-top: 1px solid #C0C0C0;
  margin-top: 5px;
}

.forumattachpreview img
{
  max-width: 600px;
}

.forumfiledelete
{
  float: right;
}

.forumrightpanel img
{
  vertical-align: top;
}

.forumunreadprivates
{
  color: red ! important;
  font-weight: bold ! important;
}

.onlymoderator
{
  border: 1px solid red;
}

.forumtopicsdelete
{
  text-align: right;
  padding-top: 10px;
  margin-bottom: 10px;
}

.forumhomedate
{
  float: left;
  margin-right: 5px;
}

.forumhometopic
{
  margin-bottom: 5px;
}
/**
 * Kelare
 * ---------------------------------------------------------------------------
 * Copyright, Akretio SPRL.  All Rights Reserved.
 *
 * This file is part of the Kelare project and can not be distributed or
 * used in any application without prior consent of Akretio SPRL.
 * Contact us for any information or authorisation.
 */

.articlesummary
{
  width: 98%;
  border-right: 0px;
  margin-bottom: 5px;
  overflow: hidden;
  height: 82px;
  overflow: hidden;
}

.articlesummaryfooter
{
  font-size: 10px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 3px;
}

.articleimage
{
  float: left;
  margin-right: 10px;
  border: 1px solid black;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.articleimage img
{
  margin-top: 10px;
  max-width: 60px;
  max-height: 60px;
}

.articleimage a
{
  background-color: #7ebcec;
  width: 80px;
  height: 80px;
  display: block;
  text-align: center;
}

.articleimage a:hover
{
  background-color: #eebb7e;
}

.articlesummarytext
{
  padding-top: 5px;
  font-size: 11px;
}

.articlepagetitle
{
  font-weight: bold;
  margin-bottom: 10px;
}

.articlesummarytitle
{
  font-weight: bold;
  padding: 2px 0px 2px 2px;
  font-size: 12px;
}

.articlespages
{
  float: right;
  width: 250px;
  padding: 5px 5px 5px 5px;
  border: 1px solid #478fc7;
  background-color: #c2d7e4;
  margin-left: 5px;
}

.articlespagesbottom
{
  float: right;
}

.articletext
{
  text-align: justify;
}

.articletext .leftpaneltitle
{
  font-size: 14px;
}

.articlescategory
{
  width: 100px;
  text-align: center;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.articlelink
{
  color: #C0C0C0;
}

.articlelink
{
  margin-left: 30px;
  display: list-item;
  list-style-type: square;
  margin-right: 10px;
}

.articlescommentspages
{
  float: right;
}

.articlescommentfooter
{
  margin-top: 5px;
  border-top: 1px solid #C0C0C0;
  font-size: 10px;
  font-weight: bold;
  clear: both;
}

.articlewarning
{
  color: red;
  font-weight: bold;
  border: 1px solid red ! important;
  padding: 2px 2px 2px 2px ! important;
  background-color: #ffffd9 ! important;
}

.articlehomedate
{
  float: left;
  margin-right: 5px;
}

.articlessimilar
{
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.articlestitlecategory
{
  float: left;
  width: 65px;
  height: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
}/* Kelcommerce by Akretio */
/* Main CSS */

body {
	margin: 0;
	padding: 0;
	background: #dbdbdb;
	}

img { border: none; }

a, a:visited, a:active { color: #213181; }
#container {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(../images/theme/page_bg.png) repeat-y;
	padding: 0 20px 0 20px;
	}

/**** HEADER ****/

	#header {
		height: 110px;
		background: #fff url(../images/theme/page_header_bg.gif) no-repeat top left;
		}

	#header.core_home {
		background: #fff;
		height: 100px;
		width: 1000px;
		}

		#header div.logo {
			background: transparent;
			width: 254px;
			height: 52px;
			margin-top: 30px;
			padding-left: 20px;
			float: left;
			}

		#header div.menu {
			margin-top: 30px;
			//margin-top: 40px;
			background: transparent;
			float: right;
			}

			div.menu a,
			div.menu a:hover,
			div.menu a:active,
			div.menu a:visited {
				font-family: verdana,sans-serif;
				color: #555;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: -0.4pt;
				text-decoration: none;
				}

			div.menu a:hover { text-decoration: underline; }

			div.menu ul li {
				list-style: none;
				display: inline ! important;
				padding: 10px 15px 10px 15px;
				background: transparent url(../images/theme/vert_menu_sep.png) no-repeat top left;
				}

			div.menu ul li.home {
				background: none;
				}

		#header div.lang {
			margin-top: 45px;
			padding-left: 20px;
			background: transparent;
			float: right;
			padding-right: 20px;
			}

			div.lang a,
			div.lang a:hover,
			div.lang a:active,
			div.lang a:visited {
				font-family: verdana,sans-serif;
				color: #888;
				font-size: 11px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: -0.4pt;
				text-decoration: none;
				padding: 0px 5px 1px 3px;
				}

			div.lang ul li {
				list-style: none;
				display: inline;
				}

			div.lang a.langactive {
				padding: 0px 5px 1px 3px;
				font-family: verdana,sans-serif;
				color: #fff;
				font-size: 11px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: -0.4pt;
				text-decoration: none;
				background: transparent url(../images/theme/lang_menu_bg.gif) no-repeat top left;
				}


/**** BODY ****/

	#body {
		position: relative;
		background: #fff;
		padding-top: 35px;
		min-height: 1px;
		}

		#body div.body-blocs {
			height: 100px;
			padding-left: 40px;
			}

		#body div.body-block {
			width: 310px;
			height: 100px;
			float: left;
			background: #fff;
			}

			div.body-image {
				width: 60px;
				height: 100px;
				float: left;
				}

			div.body-text {
				width: 230px;
				height: 100px;
				float: right;
				font: normal 15px arial, helvetica, sans-serif;
				color: #000;
				padding-right: 20px;
				}

			div.body-text b {
				font: bold 18px arial, helvetica, sans-serif;
				color: #213181;
				letter-spacing: -0.4pt;
				}

			div.body-text-full {
				width: 850px;
				height: 100px;
				font: normal 15px arial, helvetica, sans-serif;
				color: #000;
				padding-right: 20px;
				}

			div.body-text-full b {
				font: bold 18px arial, helvetica, sans-serif;
				color: #213181;
				letter-spacing: -0.4pt;
				}

			div.body-text-full ol {
                                margin-left: 75px;
				}
				
			div.compare table
                        {
                          width: 800px;
                        }

			div.compare td
                        {
                          text-align: center ! important;
                        }

			div.compare ol
                        {
                          margin-top: 2px;
                          margin-bottom: 2px;
                        }

			div.compare li
                        {
                          font-size: 18px;
                          text-align: left ! important;
                        }


/**** BODY ****/

	#pagex {
		position: relative;
		background: #fff;
		padding: 0px 30px 20px 30px;
		//padding: 20px 30px 20px 30px;
		min-height: 1px;
		}

		#pagex ul li {
			display: list;
			list-style: disc;
			}

		#pagex .leftpaneltitle {
			font: bold 30px arial, helvetica, sans-serif;
			color: #213181;
			letter-spacing: -0.8pt;
			}

		#pagex h2 {
			font: normal 22px tahoma, helvetica, sans-serif;
			color: #616ca1;
			letter-spacing: -0.4pt;
			}

		#pagex .leftpanel {
			font: normal 14px/18px arial, helvetica, sans-serif;
			color: #333;
			text-align: justify;
			width: 934px;
			}


   .page_core_home
   {
     padding: 0 ! important;
   }


/**** SPLASH ****/

	#splash {
		position: relative;
		width: 1000px;
		height: 280px;
		background: #fff url(../images/theme/home_splash.jpg) no-repeat top left;
		}

		#splash div.splashtext {
			width: 600px;
			padding: 20px 0 0 30px;
			}

			div.splashh1 {
				padding: 0 0 20px 0;
				margin: 0;
				font: bold 30px "trebuchet-ms", "trebuchet ms", trebuchet, sans-serif, tahoma, verdana, helvetica ! important;
				color: #000;
				font-weight: bold;
				}

			div.splashh3 {
				padding: 0;
				margin: 0;
				font: normal 22px "trebuchet-ms", "trebuchet ms", trebuchet, sans-serif, tahoma, verdana, helvetica;
				color: #213181;
				}

/**** PRICES ****/

	#prices {
		position: relative;
		margin: 0 auto;
		width: 918px;
		padding-bottom: 30px;
		display: block;
		clear: both;
		}

		#prices div.top {
			width: 918px;
			min-height: 22px;
			background: transparent url(../images/theme/price_box_top.png) bottom left no-repeat;
			}

		#prices div.content {
			min-height: 390px;
			background: transparent url(../images/theme/price_box_body.png) repeat-y;
			width: 870px;
			padding: 24px;
			}

		#prices div.bottom {
			width: 918px;
			height: 22px;
			background: transparent url(../images/theme/price_box_bottom.png) bottom left no-repeat;
			}

		#prices div.column {
			width: 200px;
			min-height: 1px;
			float: left;
			padding-left: 70px;
			}

		#prices div.column img {
			padding-left: 30px;
			}

		#prices div.column ol li {
			list-style: disc;
			list-style-image: url(../images/theme/accept.png);
			display: list;
			font: normal 13px/20px arial, helvetica, sans-serif;
			color: #000;
			}

		#prices a.order {
			position: relative;
			color: #000;
			text-decoration: none;
			font: bold 14px verdana;
			letter-spacing: -0.2pt;
			left: 40px;
			top: 0px;
			background: transparent url(../images/theme/button_order.png) no-repeat top left;
			display: block;
			float: left;
			padding-top: 15px;
			width: 120px;
			height: 40px;
			text-align: center;
			}

                #order {
                          overflow: hidden;
                          text-align: center;
                          height: 50px;
                          margin-left: 300px;
                }

		#order a.order {
			position: relative;
			color: #000;
			text-decoration: none;
			font: bold 14px verdana;
			letter-spacing: -0.2pt;
			left: 40px;
			top: 5px;
			background: transparent url(../images/theme/button_order.png) no-repeat top left;
			display: block;
			float: left;
			padding-top: 15px;
			width: 120px;
			height: 50px;
			text-align: center;
			}

/**** FOOTER ****/

	#footer {
		position: relative;
		height: 47px;
		width: 960px;
		padding: 13px 20px 0 20px;
		background: transparent url(../images/theme/footer_bg.jpg) no-repeat top left;
		font: normal 11px arial, helvetica, sans-serif;
		color: #fff;
		}

		#footer a,
		#footer a:active,
		#footer a:visited,
		#footer a:hover {
			font-size: 11px;
			color: #fff;
			font-weight: bold;
			text-decoration: underline;
			}

		#footer div {
			color: #000;
			font-size: 14px;
			height: 14px;
			overflow: hidden;
			padding: 0;
			margin: 0;
			padding-bottom: 5px;
                        }

		#footer div img { padding: 0 10px 0 10px; vertical-align: top;}

		#footer div a,
		#footer div a:active,
		#footer div a:visited,
		#footer div a:hover {
			font-size: 14px;
			color: #000;
			font-weight: bold;
			text-decoration: none ;
			}

		#footer div a:hover { text-decoration: underline; }


.leftpanel
{
  background: white;
  border: 0;
}

.leftpanel textarea
{
  padding: 0 ! important;
}

.leftpaneltitle
{
  border: 0;
  margin-bottom: 15px;
}


/***********************************
*  Forum
*************************************/

.forummessagefooter
{
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.forumfirstmessage .forummessage 
{
  border: 0px;
}

.bbquote
{
  border: 1px solid #D0D0D0;
  padding-top: 20px ! important;
  padding-left: 20px ! important;
  padding-bottom: 10px ! important;
  background: #C0C0C0;
  -moz-border-radius: 5px;
  font-size: 14px;
}

.bbquotetitle
{
  border: 0px ! important;
  clear: left;
  background: url("../images/css_forumquotetop.png") left top no-repeat;
  padding-left: 50px;
  margin-top: -20px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.bbspoiler
{
  background-color: #d7e4ed ! important;
  border-top: 0px ! important;
  border-right: 0px ! important;
  border-bottom: 0px ! important;
}

.bbwhisper
{
  background-color: #d7e4ed ! important;
  border-left: 5px solid #e9922b ! important;
  border: 1px solid #f1b46b;
}

.bbcodecode
{
  background-color: #d7e4ed ! important;
  border-left: 5px solid #478fc7 ! important;
  border-top: 0px ! important;
  border-right: 0px ! important;
  border-bottom: 0px ! important;
}

.forumattach
{
  background-color: #d7e4ed ! important;
  border-left: 5px solid #478fc7 ! important;
  border-top: 0px ! important;
  border-right: 0px ! important;
  border-bottom: 0px ! important;
}

.forummessagetext
{
  border-left: 1px solid #f1b46b;
}

.forummessageutils
{
  border: 0;
  background: none;
  width: 130px;
  margin-left: 20px;
  text-align: center;
  height: 50px;
}

.forummessageutils img
{
  margin-right: 3px;
  margin-bottom: 5px;
}

.forummessagesubject
{
  border-bottom: 1px solid #c2d7e4;
  background-color: #dde9f1;
  font-weight: bold;
  font-size: 10px;
}

.XForumPoll
{
  border: 1px solid #c2d7e4;
  background-color: white;
  width: 800px;
  -moz-border-radius: 10px;
}

.XForumPoll th
{
  border-bottom: 1px solid #c2d7e4;
}

.XForumPoll td
{
  font-size: 10px;
}

.XForumPollBar
{
  background-color: #c2d7e4;
  border: 1px solid #96bbd0;
}

.forumtopic
{
  background-image: url("../images/css_forumtopicread.png");
  margin: 0;
  padding: 0;
  height: 31px;
  border: 0;
  width: 900px;
  padding-left: 40px;
  margin-left: -5px;
  font-weight: bold;
  padding-top: 2px;
  _width: 944px;
}

.forumtopic a
{
  font-weight: normal;
}

.forumtopicimgread img
{
  display: none;
}

.forumtopicimgunread img
{
  display: none;
}


.forumtopic:hover
{
  background-image: url("../images/css_forumtopicreadhover.png");
  margin: 0;
  padding: 0;
  height: 31px;
  border: 0;
  width: 900px;
  padding-left: 40px;
  margin-left: -5px;
  padding-top: 2px;
  font-weight: bold;
}

.forumtopicunread
{
  background-image: url("../images/css_forumtopicunread.png");
}

.forumtopicunread:hover
{
  background-image: url("../images/css_forumtopicunreadhover.png");
}

.forumtopicblocked
{
  background-image: url("../images/css_forumtopicblocked.png");
}

.forumtopicblocked:hover
{
  background-image: url("../images/css_forumtopicblockedhover.png");
}

.forumtopichover a
{
  font-weight: normal;
  color: #146AAC;
}

.forumtopichover a:hover
{
  color: #e9922b;
}

.forumquickreply
{
  background-color: #fef6ec ! important;
  border: 1px solid #f1b46b;
  padding: 5px 5px 5px 5px;
  padding-right: 0px ! important;
  text-align: center ! important;
}

.forumquickreply div
{
  text-align: center ! important;
}

.forumhomedate
{
}

.forumhomedateread
{
  background: url('../images/css_newstagblue.gif') no-repeat ! important;
  display: block;
  float: left;
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 0px 0px 1px;
  height: 14px;
  width: 35px;
  color: #666666;
}

.forumhomedateunread
{
  background: url('../images/css_newstagred.gif') no-repeat ! important;
  display: block;
  float: left;
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 0px 0px 1px;
  height: 14px;
  width: 35px;
  color: #666666;
}

.forumsection
{
  background: url('../images/css_forumsection.gif') ! important;
  height: 22px;
  width: 929px;
  padding-top: 4px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  text-transform: uppercase;
  margin-left: -5px;
  margin-top: 0px;
  _width: 944px ! important;
}

.forumtopicheader
{
  background: url('../images/css_forumlabels.gif') ! important;
  height: 22px;
  width: 899px;
  padding-top: 4px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 40px;
  border: 0px;
  margin-left: -5px;
  margin-bottom: 0px;
  _width: 939px;
  _overflow: hidden;
}

.forumcategoryheader
{
  background: url('../images/css_forumlabels.gif') ! important;
  height: 22px;
  width: 100%;
  padding-top: 4px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  border: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  _overflow: hidden;
  _height: 26px;
  _width: 944px ! important;
}

.forumsection a
{
  color: black ! important;
}

.forumcategory
{
  background: url('../images/css_forumcategoryread.png') ! important;
  height: 40px;
  padding-left: 36px;
  padding-top: 4px;
  margin-left: -5px;
  width: 903px;
  _width: 944px;
}

.forumcategory:hover
{
  background: url('../images/css_forumcategoryreadhover.png') ! important;
}

.forumcatunread
{
  background: url('../images/css_forumcategoryunread.png') ! important;
}

.forumcatunread:hover
{
  background: url('../images/css_forumcategoryunreadhover.png') ! important;
}

.forumcategorydesc
{
  padding-left: 10px;
  margin-top: -18px;
  margin-left: 30px;
  font-style: italic;
  color: #555555;
  font-size: 11px;
}

.forumcategoryname
{
  width: 350px;
}

.forumcategoryname a
{
  color: #003399;
  font-size: 14px;
  font-weight: bold;
}

.forumcategorynameheader
{
  width: 370px;
}

.forumcategorylastmsg
{
  color: #555555;
  width: 350px;
  float: left;
  line-height: 10px;
}

.forumcategoryheader
{
  font-weight: bold;
  width: 929px;
  margin-left: -5px;
}

.forumstats
{
  background: none;
  background-color :#FFFCE7;
  border-bottom:1px solid #E5DD96;
  border-top:1px solid #F4EDB2;
  margin-bottom:20px;
  padding:10px;
  color: #C0C0C0;
  margin-top: 10px;
  width: 928px;
}

.forumloginpanel
{
  background: none;
  background-color: #F2FFF0;
  border-bottom: 1px solid #A5D79B;
  border-top: 1px solid #AEF5A0;
  margin-bottom: 20px;
  padding: 10px;
  color: #C0C0C0;
  margin-top: 10px;
}

.forumcatunreadimg
{
  display: none;
}

.forumcatreadimg
{
  display: none;
}

.forumtopictools
{               
  float: right;
  z-index: 99999 ! important;
}



.forumtopictools
{
}

.forumtopictools a
{
  color: white;
}

.forumtopictoolsdata a:hover
{
  color: #B0B0B0;
  z-index: 9999 ! important;
}

.forumtopictoolstitle
{
  position: absolute;
  width: 200px;
  left: 50%;
  top: 13px;
  margin-left: 200px;
  color: white;
  text-align: right;
  z-index: 300 ! important;
  font-weight: bold;
}

.forumtopictoolstitle a
{ 
  color: black;
}


.forumtopictoolsdata
{
  position: absolute;
  left: 50%;
  width: 187px;
  top: 22px;
  margin-left: 280px;
  color: white;
  padding: 0;
  z-index: 9999 ! important;
  visibility: hidden;
}

.forumtopictoolsdata img
{
  vertical-align: top;
  margin-right: 5px;
}

.forumtopictoolsfooter
{
  background: url('../images/css_userbottom.png') bottom left no-repeat;
  padding: 0;
  height: 10px;
  width: 187px;
  line-height: 1px;
}

.forumtopictoolsdatabody
{
  background: url('../images/css_usertop.png');
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  z-index: 9999 ! important;
}

.forumleftpanelex
{
}

.forumtopictoolsdatabody input
{
  font-size: 10px;
}

.forumtopictoolsdatabody td
{
  font-size: 8px;
}

.forumtopictoolsdatabody div
{
  font-size: 10px;
}

.forumleftpaneltitle
{
  margin-bottom: 0px;
  _width: 939px ! important;
}

.forumleftpaneltitleex
{
  background: url('../images/css_leftpaneltitleex.png') top left no-repeat ! important;
  height: 36px;
  font-size: 14px ! important;
  color: white ! important;
  padding-top: 8px;
  _height: 44px;
  _width: 950px ! important;
  _z-index: 1;
}

.forumleftpaneltitleex a
{
  color: white ! important;
}

.forumtopicpages
{
  float: right;
  margin-top: -10px;
}

.forumtopiclastmsgdate
{
  text-align: left;
  _width: 140px;
}

.forumtopiclastmsgdate img
{
  vertical-align: top;
}

.forumtopicsecondline
{
  color: #555555 ! important;
  font-size: 10px;
}

.forumtopicname
{
  width: 560px;
}

.forumcategorypages
{
  margin-right: 20px;
}

.forumcategorylinks img
{
  vertical-align: top;
  margin-right: 7px;
}

.forummessage
{
  background: #ECF3F7 url("../images/css_forumtopictop.png") no-repeat left top ! important;
  margin-bottom: 10px;
  padding-left: 5px;
  width: 935px ! important;
  padding-bottom: 0px;
}

.forummessageinfo
{
  float: right;
  text-align: center;
}

.forummessagetext
{
  border: 0;
  min-height: 200px;
}

.forummessagetextbody
{
  border: 0;
  margin-top: 40px;
  line-height: 1.4em;
  text-align: justify;
}

.forummessagetextbody img
{
}

.forummessagesubject
{
  font-size: 14px;
  border: 0;
  background: none;
  color: #105289;
}

.forummessagesubjectsecondline
{
  background: url('../images/css_forumsecondline.gif') no-repeat;
  padding-left: 12px;
  color: #555555;
  font-size: 11px;
  font-weight: normal;
}

.forummessagesubjectsecondline a
{
  color: #555555;
  font-weight: bold ! important;
}

.forummessageutilsright
{
  display: none;
}

.forummessagetextfooter
{
  background: url('../images/css_forummessagefooter.png') bottom left no-repeat ! important;
  height: 10px;
  clear: left;
  margin-top: 5px;
  margin-left: -5px;
}

.forummessageinfoip
{
  display: inline;
}

span.forummessagesignature
{
  border-top: 1px solid #CCCCCC;
  color: #555555;
}


.forumavatar img
{
  text-align: center;
}

.forumavatar img
{
  background-color: #FFFFFF;
  border: 3px solid #DDDDDD;
  margin-bottom: 5px;
  padding: 5px;
}

.onlymoderator
{
  background: #FFFAF2 url('../images/css_forumtopicprivatetop.png') top left no-repeat ! important;
}

.onlymoderator .forummessagetextfooter
{
  background: url('../images/css_forummessageprivatefooter.gif') bottom left no-repeat ! important;
}

.forummessageshort .forummessageinfo
{
  float: left;
  margin-left: 0px;
  padding-left: 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}

.forummessageshort .forummessagetext
{
  min-height: 0px;
  padding-bottom: 10px;
}

.leftpaneltitlegreyex
{
  background: url('../images/css_leftpaneltitlegreyex.png') left top no-repeat ! important;
  padding-bottom: 5px;
  margin-top: -5px;
  height: 30px;
  color: white ! important;
  _height: 35px;
  _width: 950px ! important;
}

.leftpaneltitlegreyex .XPages a
{
  color: #555555 ! important;
}

.leftpaneltitlegreyex .XPages
{
  margin-top: 5px;
}

.forummessagepages
{
  margin-right: 20px;
}

.forumunreadprivates
{
  background: url("../images/forum_unreadprivate.gif") bottom no-repeat;
  color: black ! important;
  margin-left: 5px;
  margin-top: 5px;
  padding-left: 15px;
  padding-top: 0px;
}

.messageheaderimages
{
  width: 200px;
}

#pagex .leftpanelreply
{
  background: #F0F0F0 url("../images/css_commentpostbottomex.gif") no-repeat left bottom ! important;
}

#pagex .leftpanelreply form div
{
  text-align: center;
}

#pagex .leftpanelreply .leftpaneltitle
{
  background: white url("../images/css_commentposttopex.gif") no-repeat left bottom;
}

#pagex .leftpaneltitle
{
  width: 934px;
  margin-left: -5px;
  padding-left: 14px;
}


/**************************************************************
 * Articles
 **************************************************************/

.articlescategory:hover
{
  -moz-opacity:0.6;
}

.articlessimilar
{
  margin-left: 0px;

}

.articlesimilar
{
  display: block;
  width: 100%;
  float: left;
}

.articlessimilartitle
{
  padding-left: 25px;
  background: url('../images/css_newslinks.png') no-repeat ! important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.articlessimilarcontent
{
  background-color: #F2FFF0;
  border-bottom: 1px solid #A5D79B;
  border-top: 1px solid #AEF5A0;
  margin-bottom: 20px;
  padding: 10px;
  color: #C0C0C0;
  margin-top: 10px;
  overflow: auto;
}

.articlesummary
{
  background-color: #eef7fe;
}

.articlestitlecategory
{
  background: url('../images/css_newscategory.gif') no-repeat ! important;
  color: #333333;
  font-size:7px;
  padding-top: 2px;
}

.articlestitlecategory a
{
  color: #333333;
}


.articlesdateother
{
  background: url('../images/css_newstagblue.gif') no-repeat ! important;
  display: block;
  float: left;
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 0px 0px 1px;
  height: 14px;
  width: 45px;
  color: #666666;
}

.articlescommentstitle
{
  font-weight: bold;
  font-size: 14px;
  padding-left: 25px;
  background: white url("../images/css_comments.png") no-repeat left top;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.articlescomment
{
  background: none;
  background-color: #E7F4FF;
  width: 595px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
  padding-top: 0px;
}

.articlescommentfooter
{
  width: 590px;
  border: 0;
  background: #FFFFFF url("../images/css_commentbottom.gif") no-repeat left top;
  padding-top: 18px;
  margin-left: -5px;
  padding-left: 10px;
  color: #555555;
  font-size: 10px;
  font-style: italic;
}

.articlescomment .leftpaneltitle
{
  background: none;
  color: #555555;
  width: 580px ! important;
  background: #E7F4FF url("../images/css_commenttop.gif") no-repeat left top;
}

.articlescommentheader
{
  font-size: 10px ! impotant;
}


.leftpanelreply
{
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px ! important;
  background: #F0F0F0 url("../images/css_commentpostbottom.gif") no-repeat left bottom;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.leftpanelreply .leftpaneltitle
{
  color: black;
  padding-bottom: 20px;
  background: white url("../images/css_commentposttop.gif") no-repeat left bottom;
  font-size: 16px;
  margin-left: -5px;
  width: 600px;
}

.leftpanelreply textarea
{
  width: 100%;
}

.leftpanelreplytitle
{
  background: white url("../images/css_commentadd.png") no-repeat left top;
  width: 25px;
  height: 20px;
  float: left;
}

.articlespages
{
  border: 1px solid #EEEEEE;
  background-color: #CCCCCC;
  color: white;
  font-weight: bold;
}

.articleimage
{
  border: 0px;
}

.articleimage a
{
  background-color: #cbdfe7;
}

.articlehomedate
{
  background: url('../images/css_newstagblue.gif') no-repeat ! important;
  display: block;
  float: left;
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 0px 0px 1px;
  height: 14px;
  width: 35px;
  color: #666666;
}

.articleshomeitem
{
  margin-bottom: 3px;
}


.articleslinkstitle
{
  padding-left: 25px;
  background: url('../images/css_newslinks.png') no-repeat ! important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.articleslinkscontent
{
  background-color :#FFFCE7;
  border-bottom:1px solid #E5DD96;
  border-top:1px solid #F4EDB2;
  margin-bottom:20px;
  padding:10px;
  color: #C0C0C0;
  margin-top: 10px;
}

.articlelink
{
  font-size: 10px;
  font-style: italic;
}

.articlelink a
{
  font-size: 12px;
  font-style: normal;
}

.articleslinks
{
  margin-left: 0px;
}

.articletext
{
  line-height: 1.4em;
  padding-right: 10px;
  width: 850px;
}

.articletext img
{
}

.articletext .leftpaneltitle img
{
  border: 0px;
}

.articletext .leftpaneltitle
{
  background: none ! important;
}

.articlesutils
{
  background: white url("../images/css_newsutils.png") no-repeat left bottom;
  height: 18px;
  padding-top: 12px;
  width: 590px;
  padding-right: 10px;
}

.articlesutils a
{
  color: #555555;
  font-weight: bold;
}

.articlesutils img
{
  vertical-align: top;
}

.articlewarning
{
  color: white;
  font-weight: bold;
  background: none;
  background-color: #f6bcc2 ! important;
  border: 1px solid #ef8b94 ! important;
  padding: 2px 2px 2px 2px ! important;
}

.XCaptcha img
{
  margin-right: 5px;
  vertical-align: bottom;
}

.commentheaderimages
{
  float: right;
}


.XPages
{
  font-weight: bold;
}

.XRowPages a
{
  border: 1px solid #4692BF;
  background-color: #ECEDEE;
  padding: 0;
  padding: 2px;
  padding-right: 0;
  font-size: 9px;
  color: #5C758C ! important;
  margin-left: 1px;
  margin-right: 1px;
}

.XPages a
{
  border: 1px solid #4692BF;
  background-color: #ECEDEE;
  padding: 0;
  padding: 2px;
  padding-right: 0;
  font-size: 9px;
  color: #5C758C ! important;
  margin-left: 1px;
  margin-right: 1px;
}

.XRowPages a:hover
{
  border: 1px solid #4692BF;
  background-color: #4692BF;
  color: white ! important;
}

.XPages a:hover
{
  border: 1px solid #4692BF;
  background-color: #4692BF;
  color: white ! important;
}

.XPagesNext
{
  background: none ! important;
  background: url("../images/base_next.png") right no-repeat ! important;
  padding-right: 20px ! important;
  border: 0 ! important;
}

.XPagesNext:hover
{
  background-color: #4692BF ! important;
}

.XPagesPrev
{
  background: none ! important;
  background: url("../images/base_previous.png") no-repeat ! important;
  padding-left: 20px ! important;
  border: 0 ! important;
}

.XPagesPrev:hover
{
  background-color: #4692BF ! important;
}

.XFormularTable td div
{
  text-align: left ! important;
}



.tips
{
  border: 1px solid #ffff00;
  background-color: #ffff00;
  color: #505050;
  padding: 15px 15px 15px 15px;
  background: url('../images/base_tips.png') top left no-repeat;
  padding-left: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  text-align: justify;
  min-height: 40px;
  width: 600px;
}

.tips a
{
  color: #303003;
  text-decoration: underline;
}

.tips a:hover
{
  color: #979529;
}

#partners
{
  text-align: center;
  margin-bottom: 20px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #C0C0C0;
  width: 82%;
  margin-left: 10%;
}

#partners img
{
  margin-left: 5px;
  margin-right: 5px;
}