<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**
 * 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.
 */

.knowcategories
{
  float: left;
  width: 250px;
}

.knowarticles
{
  margin-left: 270px;
}

.knowcategory
{
  font-weight: bold;
  color: #aaa5a4;
  margin-left: 10px;
}

.knowcategorylev1
{
  margin-left: 20px;
}

.knowcategorylev2
{
  margin-left: 30px;
}

.knowcategorylev3
{
  margin-left: 40px;
}

.knowcategorylev4
{
  margin-left: 50px;
}


.knowmessagefooter
{
  font-size: 12px;
  font-weight: bold;
}

.knowmessagepages
{
  text-align: right;
  display: inline;
}

.knowheader
{
  font-weight: bold;
}

.knoweditlink
{
  float: right;
  vertical-align: middle;
}

.knowsearchtitle
{
  text-align: left;
}

.knowcommentheader
{

}

.knowcommentfooter
{
  border-top: 1px dotted black;
  font-size: 10px;
  font-weight: bold;
}

.knowfiledelete
{
  float: right;
}

.knowtext
{
  text-align: justify;
  padding-right: 5px;
}

.knowarticle
{
  margin-bottom: 10px;  
}

.knowarticlesummary
{
  overflow: hidden;
  margin-left: 10px;
}

.knowtitlecategory
{
  float: left;
  width: 65px;
  height: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
}#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;
}

.useractions
{
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.usersfriend
{
  line-height: 125%;
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
  padding: 5px 5px 5px 5px;
  overflow: auto;
}

.userfriendname
{
  display: block;
  width: 65%;
  float: left;
}

.userfriendlink1
{
  display: block;
  width: 15%;
  float: left;
}

.userfriendlink2
{
  display: block;
  width: 15%;
  float: left;
}

.userssubtitle
{
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
}


/**************************************************************
 * 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: 550px;
  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: 2000;
}


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

/**************************************************************
 * Wizard
 **************************************************************/

.XWizardControl
{
  margin-top: 20px;
}

.XWizardControl .XWizardNext
{
  float: right;
}

.XWizardError
{
  background-color: #FF9090;
}
/**
 * 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.
 */


/**************************************************************
 * Menu
 **************************************************************/


.xmenuboxlev0
{
}

.xmenuboxlev0 a
{
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  padding: 0px 2px 0px 2px;
  border: 1px none black;
  background: url("/images/arrow01.png") no-repeat;
  padding-left: 11px;
}

.xmenuboxlev0 a:hover
{
  background-color: #8080FF;
  border: 0px solid black;
  color: white;
}

.xmenuboxlev1
{
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

.xmenuboxlev1 a
{
  display: block;
  background: url("/images/arrow02.png") no-repeat;
}

.xmenuboxlev1 a:hover
{
  background-color: #FF8080;
  color: white;
}

.xmenuboxlev2
{
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

.xmenuboxlev2 a
{
  display: block;
  background: url("/images/arrow03.png") no-repeat;
}

.xmenuboxlev2 a:hover
{
  background-color: #84FF84;
  color: black;
}

.xmenuboxlev3
{
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

.xmenuboxlev3 a
{
  display: block;
  background: url("/images/arrow04.png") no-repeat;
}

.xmenuboxlev3 a:hover
{
  background-color: #FBF94B;
  color: black;
}

a.xmenucurrent
{
  color: #FF5555;
}

a.xmenucurrent:hover
{
  background-color: #808080;
  color: white;
}


/**************************************************************
 * 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 solid #C0C0C0;
  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 ! important;
}

.xtableout
{

}

.xtabledown
{
  background-color: #C0C0C0 ! important;
}


/**************************************************************
 * 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: #fff;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px #ccc solid!important;
	}
	
	img.xdatetime { background: transparent; border: none!important; }

.xdatetime table {
	padding: 0px;
	border-spacing: 0px;
	margin: 0px;
	width: 320px!important;
	height: 240px!important;
	overflow: hidden!important;
	-webkit-box-shadow: 0 0 30px #ccc;
	-moz-box-shadow: 0 0 30px #ccc;
	box-shadow: 0 0 30px #ccc;
	}

.xdatetime th
{
  padding: 1px;
  margin: 0px;
  border-collapse: collapse ! important;
  border-spacing: 0px;
  font-size: 12px;
  background-color: #72abfc;
  color: white;
  font-weight: bold;
}

	.xdatetime tr th:first-child,
	.xdatetime tr th:last-child { font-size: 22px; padding: 8px 4px; }
	
		.xdatetime tr th a { color: #fff; }
		
	.xdatetime tr:nth-child td { padding-top: 14px; }
	
	.xdatetime tr:nth-child(2) td {
		padding-top: 14px;
		font-weight: bold;
		font-size: 14px;
		color: #888;
		}

	.xdatetime tr:last-child td {
		background: #f8f8f8;
		padding-top: 14px;
		padding-bottom: 10px;
		border-top: 1px #ddd solid;
		font-weight: normal;
		color: #888;
		font-size: 13px;
		}
		
		.xdatetime tr:last-child td a {
			font-weight: bold;
			color: #000;
			text-decoration: none;
			}

.xdatetime td
{
  padding: 8px;
  margin: 0px;
  border-collapse: collapse ! important;
  border-spacing: 0px;
  text-align: center ! important;
  font-size: 13px;
}

.xdatetime a
{
  text-decoration: none;
  color: black;
  padding: 2px;
}

.xdatetime th a
{
  color: black;
  padding: 0px;
}

.xdatetime select {
	font-size: 14px;
	background-color: transparent;
	color: white;
	border: none;
	}
	
	.xdatetime select option { color: #888; }

.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: black ! important;
	border: 1px solid #fb4743;
	background-color: #fc7370;
	padding: 6px!important;
	font-weight: bold!important;
	color: #fff!important;
	background: #0080cc;
	border: none;
	border-radius: 3px;
	}

.xdatetimetoday {
	color: #0080cc!important;
	border: #0080cc 1px solid;
	font-weight: bold;
	padding: 6px 8px!important;
	background: #f8f8f8;
	border-radius: 3px;
	}

/**************************************************************
 * Formular
 **************************************************************/

.XFormularTable
{
  width: 100%;
}

/**************************************************************
 * TabSheets
 **************************************************************/

.XTabSheets
{
}

.XTabSheet
{
}

.XTabSheetsTitles a
{
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  padding: 5px 10px 10px 5px;
  border-top: 1px solid #00a4ec;
  border-left: 1px solid #00a4ec;
  border-right: 1px solid #00a4ec;
  margin-right: 5px;
  background-color: #f4f8f8;
  -moz-border-radius: 5px;
}

.XTabSheetsTitles a:hover
{
  background-color: #00a4ec;
  color: white;
}

.XTabSheetsTitles
{
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #00a4ec;
  overflow: hidden;
  padding-left: 10px;
}

.XTabSheetTitleActive
{
  background-color: #d7e5e5 ! important;
}

/**************************************************************
 * CheckLists
 **************************************************************/

.XCheckListbox
{
  border: 1px solid #C0C0C0;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.2em;
  background-color: white;
}

.XCheckListbox input
{
  vertical-align: middle;
}

.XCheckListbox label
{
  display: block;
  width: 100%;
}

.XCheckListboxselected
{
  background-color: #F0F0F0;
}
.user_avatar
{
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

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

.user_label
{
  display: block;
  font: bold 13px arial;
  padding: 0 6px 0 0;
}

.user_data
{
  display: block;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 10px;
}

.useractions a
{
  background-color: #006fa0;
  border: 1px solid #e3f7ff;
  padding: 5px 5px 5px 5px;
  color: white;
}

.useractions 
{
  padding-bottom: 10px;
}

.users_friend
{
  float: left;
  width: 140px;
  height: 170px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

/**************************************************************
 * Blogs infos
 **************************************************************/


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

#user_blogs .leftpaneltitle
{
  margin-bottom: 10px;
}

/**************************************************************
 * Message
 **************************************************************/

.user_message
{
  margin-bottom: 5px;
  margin-top: 5px;
  clear: both;
}

.user_message_avatar
{
  float: left;
  text-align: center;
  font-size: 10px;
}

.user_message_avatar img {
  background-color:#FFFFFF;
  border:3px solid #DDDDDD;
  padding:5px;
  clear: both;
  max-width: 48px;
  max-height: 48px;
}

.user_message_content
{
  background:none repeat scroll 0 0 #E7F4FF;
  margin-bottom:15px;
  margin-left: 80px;
  padding-bottom:0;
  padding-left:5px;
  padding-top:0;
  padding-right: 5px;
  width: 520px;
}

.user_message_title
{
  background:url("/images/css_usermsgtop.gif") no-repeat scroll left top #E7F4FF;
  color:#555555;
  width: 510px;
  font-weight:bold;
  letter-spacing:-0.04em;
  margin:0 0 5px -5px;
  overflow:hidden;
  padding:5px 10px 3px;
  position:relative;
}

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

#user_blogs
{
  background: none;

}
/**
 * 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.
 */

.babesrandom
{
  text-align: center;
}

.babepages
{
  text-align: right;
}

.babesserie
{
  width: 150px;
  height: 150px;
  vertical-align: middle ! important;
  text-align: center;
}

.babesserie a
{
  display: block;
  width: 150px;
  height: 150px;
  float: left;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  text-align: center;
}

.babesserie img
{
  border: 0px;
}

.babesseries
{
  overflow: hidden;
}

.babeslatests
{
}


/**
 * 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.
 */

body
{
  background-color: #9ACCF6;
  font-family: "Trebuchet MS", Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

input
{
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
}

textarea
{
  display: block;
  width: 95%;
  text-align: left ! important;
}

table
{
  font-size: 14px;
}

img
{
  border: 0px;
  behavior: url(iepngfix.htc);
}

abbr
{
  border-bottom: 0px;
}

.abbr
{
  color: #A0A0A0;
}

a
{
  text-decoration: none;
/*  color: #C00000;*/
  color: #146AAC;
}

a:hover
{
  color: #9ACCF6;
}

.inputreadonly
{
  background-color: #E0E0E0;
  border: 1px solid black;
  color: #404040;
}

.main
{
  margin: 15px 2px 10px 10px;
  font-size: 14px;
  right: 260px;
  left: 10px;
  position: absolute;
}

.mainex
{
  margin: 15px 2px 10px 10px;
  font-size: 14px;
  right: 30px;
  left: 10px;
  position: absolute;
}

.leftpanel
{
  padding: 5px 5px 5px 5px;
  border-top: 2px solid black;
  border-bottom: 4px solid black;
  border-right: 4px solid black;
  border-left: 2px solid black;
  background-color: #F0F0F0;
  margin-bottom: 10px;
  width: 100%;
  margin-right: 5px;
  overflow: hidden;
}

.leftpanelcontent {
	padding: 5px 5px 5px 5px;
}

#topbanner
{
  background-color: #FFFFFF;
  border-bottom: 1px solid black;
  height: 100px;
  padding-left: 350px;
}

#topbannerimg
{
  position: absolute;
  top: -23px;
  left: 118px;
  width: 995px;
}

.toplink
{
  width: 330px;
  height: 78px;
  position: absolute;
  top: 0px;
  left: 0px;
}


#menu div
{
}

#menu
{
  background-color: #45769B;
  border-bottom: 0px;
  height: 22px;
  padding-top: 2px;
  padding-left: 20px;
}

#menu a
{
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

#menu a:hover
{
  color: #9ACCF6;
}

#menu img
{
  margin-left: -25px;
}

.xmenuboxlev1 a
{
  margin-left: 0px ! important;
}


.rightpanels
{
  width: 250px;
  float: right;
}

.rightpanel
{
  margin: 15px 0px 0px 10px;
  padding: 5px 5px 5px 5px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-bottom: 4px solid black;
  border-right: 4px solid black;
  background-color: #F0F0F0;
  width: 220px;
  font-size: 12px;
}

.rightpaneltitle
{
  border-bottom: 1px solid #C0C0C0;
  font-size: 12px;
  font-weight: bold;
}

.rightpanel form
{
  border-top: 1px solid #C0C0C0;
}

.rightpanel input
{
  font-size: 12px;
}

.shoutbox
{
  font-size: 12px;
}

form
{
  margin-bottom: 0px;
  margin-top: 0px;
}

#outro
{
  font-size: 9px;
  text-align: center;
  margin: -10px 0px 5px 0px;
  font-weight: bold;
}

#outro a
{
  color: white;
}

#outro a:hover
{
  color: #1d4f75;
}

.leftpaneltitle
{
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 5px;
}

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

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




.userstable
{
  width: 100%;
}

.userstable td
{
  width: 33%;
  text-align: center;
}



.xtableover
{
  background-color: #d7ecfd;
}

.xtableover a:hover
{
  color: black;
}

.xtabledown
{
  background-color: #bfe1fb;
}

.xtabledown a:hover
{
  color: black;
}

.XRowPages
{
  text-align: right;
}

#shoutbox img
{
  vertical-align: middle;
}

#shoutbox td
{
  white-space: nowrap;
  text-align: left;
}

#shoutbox div
{
  display: inline;
}

iframe
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.skyscraper
{
  margin-top: 15px;
  margin-left: 100px;
}

.mainsky
{
  margin: 15px 2px 10px 10px;
  font-size: 14px;
  right: 190px;
  left: 10px;
  position: absolute;
}


/* CSS Menu */

.xmenuboxlev1
{
  margin-top: 10px;
  position: absolute;
  border: 2px solid white ! important;
  visibility: hidden;
  background-color: white;
}

.xmenuboxlev1 a
{
  position: relative;
  background-color: white ! important;
  display: block ! important;
  padding: 5px 10px 5px 15px ! important;
}

.rightpanelsky
{
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.leftpanel50left
{
  width: 300px ! important;
  float: left;
}

.leftpanel50right
{
  width: 300px;
  float: left;
}

.rightpanelsky iframe
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid red;
}

#shoutbox_text
{
  width: 200px ! important;
}

#shoutbox_text_ex
{
  width: 500px ! important;
}


/**************************************************************
 * Menu
 **************************************************************/

.xmenuboxlev0 a
{
  display: inline;
}

#quickreplyform
{
  text-align: center;
}
/**
 * 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.
 */

/**************************************************************
 * Main
 **************************************************************/

body {
  font-family: Arial, FreeSans, "Arial Unicode MS", sans-serif;
  text-align: center;
  background: none;
  background-color: white;
  padding-top: 75px;
}

td,th,tr,div {
  text-align: left;
}

.ie html, body {
  border: none;
}

/*
  Top/Main items
*/

#toplive {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #174caa ! important;
	color: white;
	height: 45px;
    z-index: 3000;
	box-shadow: 0 0 16px rgba(0,0,0,0.4);
	/* border-bottom: 5px solid white; */
}

#toplivecontent {
  width: 1200px;
  margin: auto auto;
}

#topstuffs {
  width: 1200px;
  margin: auto auto;
  overflow: hidden;
  margin-bottom: 25px;
}

#toplogo {
	float: left;
}

#newsbannercontainer {
  font-family: Arial,FreeSans,"Trebuchet MS",sans-serif;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  line-height: 45px;
  width: 700px;
  overflow: ellipsis;
  white-space: nowrap;
}

#newsbannercontainer a {
	color: white ! important;	
}

#newsbannercontainer a:hover {
	color: #e9922b ! important;
}

.stayconnected {
  float: right;
  font-size: 14px;
  font-weight: bold;
  width: 470px;
  text-align: right;
  height: 30px;
  padding-top: 5px;
  padding-right: 5px;
}

.stayconnected img {
  vertical-align: middle;
}

.stayconnected img:hover {
   	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

#newsbannertitle {
  margin-right: 10px;
  font-family: Arial,FreeSans,"Trebuchet MS",sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#newsbanner {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: Arial,FreeSans,"Trebuchet MS",sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: none;
}

#topbanner { height: auto !important; }
#topbannerimg {
  background: white;
  margin: 0;
  position: relative;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  mint-height: auto;
}

#topbannerimg iframe {
}

#topbannerad { 
	width: 1200px;
	margin: auto auto;
	margin-top: 80px;
	border: 1px #e0e0e0 solid;
	margin-bottom: 25px;
}

/*****************
Main blocks
******************/

.leftpaneltitle {
  position: relative;
  border: 0px;
  background: #174caa;
  color: white;
  font-size: 22px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  overflow: ellipsis;
  line-height: 45px;
  padding: 4px 0 5px 12px;
  border-radius: 5px 5px 0px 0px;
}

.leftpaneltitle a {
  color: white;
}

.rightpanels {
  width: 400px;
}

.rightpaneltitle {
  background: #174caa;
  padding: 4px 0 5px 12px;
  position: relative;
  margin-bottom: 5px;
  line-height: 45px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: white;
  with: 300px;
  border: 0;
  border-radius: 5px 5px 0px 0px;
  
}

.rightpanelred .rightpaneltitle {
	background: rgb(244, 164, 192) none repeat scroll 0% 0%;
}

.rightpaneltitle a {
  color: white;
}

.rightpanel {
  line-height: 1.5em;
  width: 398px;
  padding: 0;
  margin: 0;
  border: 0px;
  background-color: white;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.rightpanelcontent {
	padding: 10px;	
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.6em;
}

.rightpanelcontent a {
	color: #626262;
}


.main {
	margin-top: 0px ! important;
	left: 0;
}













.bodymain {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  border: 0px solid red;
  overflow: hidden;
  background-color: white;
  background: none;
  padding-left: 0px;
}


#main
{
  width: 775px;
  position: relative;
  margin-left: 0px;
  float: left;
  overflow: hidden;
}

td
{
  font-size: 12px;
}

div
{
  font-size: 13px;
}

.XPages {
  font-size: 11px ! important;
}

div.XPages {
  text-align: center ! important;
  width: 600px;
  margin: auto auto;  
  margin-top: 20px;  
  border: 1px #e0e0e0 solid;  
  padding: 10px;
  border-radius: 25px;
  padding-top: 20px;
  padding-bottom: 20px;

}

.mainex {
  width: 1200px ! important;
  left: 0;
  right: 0;
  margin: 0;
}

.mainex .leftpanel {
  width: 1198px;
}

.leftpanelsmall {
	display: none;
}

.mainex .leftpanel {
  background: none;
}

.mainex .leftpanelnoborder {
	border: 0;
}

.mainex .leftpanelsubtitle
{
  margin-top: 0px;
  margin-bottom: 0px;
  height: 15px;
}

#topbanner
{
  position: relative;
  background: none;
  height: 184px;
  margin-bottom: 55px;
  z-index: 999;
}

#topbannerdata
{
  position: absolute;
  z-index: 10;
}

.bbeditorbuttons img:hover {

}

.bbeditorbuttons {
  background-color: #e3e8ec;
  border: 0px;
}

.messageheaderimages
{
  width: 240px;
  margin-top: 10px;
  text-align: right;
  font-size: 18px;
}

a
{
  text-decoration: none;
  color: #146AAC;
}

a:hover
{
  color: #e9922b;
}

textarea {
  border: 1px solid #E2E2E2;
}

select {
  border: 1px solid #E2E2E2;
}

input, button
{
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  border: 0px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}

button, input[type=submit]{
  background-color: #6fb6ee;
  color: white;
}

button:hover, input[type=submit]:hover{
	background-color: grey;
}


#topbanner
{
  border-bottom: 0px solid black;
}

#topbanner a {
  width: 200px;
  height: 180px;
}

#menu {
  padding: 0;
  background-color: none;
  background: none;
  margin-bottom: 3px;
  border: 0px ! important;
  height: 59px;
  width: 598px;
  float: right;
}

#menu div {
}

#menu a {
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  font: bold 15px Arial, FreeSans, "Trebuchet MS", sans-serif;
  color: black;
  display: block;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  letter-spacing: -0.05em;
  margin-left: 5px;
  border-radius: 5px;
}

#menu a:hover {
  color: black;
  background-color: #C0C0C0;
}

#menu img {
	margin-left: 0px;
	padding-right: 5px;
}

.xmenuboxlev0
{
  position: absolute ! important;
  margin: 0;
  padding: 0;
}

.xmenuboxlev1
{
  position: absolute;
  top: 25px;
  left: 50% ! important;
  margin-left: -469px !important;
  font-size: 10px;
  width: 766px;
}

.page_news_items  .xmenuboxlev1 {
  margin-left: -400px ! important;
}

.xmenuboxlev1 a {
  padding-left: 15px ! important;
  padding-right: 15px ! important;
}

.xmenuboxlev1 img {
  float: left;
  padding-left: 5px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.xmenuboxlev1 a
{
  margin-left: 0px ! important;
  background: none ! important;
  border: 0px;
  float: right ! important;
  color: black ! important;
  font-size: 13px ! important;
  font-weight: normal ! important;
  margin-left: 9px ! important;
  padding-right: 3px ! important;
  padding-left: 3px ! important;
  white-space: nowrap;
}

.xmenuboxlev1 a:hover
{
  background-color: #F0F0F0 ! important;
  color: black ! important;
  border: 0px;
}

.xmenuboxlev1 a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.xmenuboxlev2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px ! important;
  background-color: #DDDDDD ! important;
  margin-top: 30px;
  margin-left: -70px;
}

.xmenuboxlev2 a
{
  visibility: hidden;
  float: left;
  width: 200px ! important;
  border-bottom: 1px solid white ! important;
  background-color: #EEEEEE ! important;
}

.xmenuboxlev2 a:hover
{
  background-color: #CCCCCC ! important;
}

.xmenucurrent {
  background-color: #6fb6ee ! important;
  color: white ! important;
}

.xmenudropdown
{
  float: right  ! important;
  margin-left: 5px ! important;
  margin-top: -16px ! important;
}

.webkit .xmenudropdown {
  margin-top: -2px ! important;
}

#outro {
  width: 100%;
  margin: 0;
  color: white; 
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #174caa;
  line-height: 30px;
  font-weight: normal;  
  margin-top: 20px;
  box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, 0.4);
}

#outro a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#outro a:hover {
	color: #e9922b ! important;
}

.outroblock1 {
  text-align: left;
  width: 1200px;
  margin: auto auto;
}

.outroblock2
{
  text-align: left;
  width: 1200px;
  margin: auto auto;
  font-size: 11px;
}

.outroblock2 a
{
  color: white ! important;
}

.outroblock1 img {
  vertical-align: bottom;
}

#outrolink {
	float: right;
	margin-top: -30px;
}

#outrolink:hover {
  filter: grayscale(1);
  text-decoration: none;
}


.footerpartners a:hover {
  text-decoration: none;
}

.footerpartners a:hover img {
  filter: grayscale(1);
}

.rightpanelsubtitle {
  padding: 5px 0 3px 5px;
  border: 0px;
  color: white;
  font-size: 10px;
  margin-top: -5px;
  margin-bottom: 5px;
  color: #333333;
  background-color: #6fb6ee;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
}


.leftpanel {
  padding: 0;
  border: 0px;
  margin-bottom: 0;
  margin-right: 5px;
  overflow: hidden;
  background: none;
  line-height: 1.6em;
  margin-bottom: 20px;
  border: 0px;
  width: 773px;
}

.leftpanelsubtitle {
  padding: 5px 0 3px 5px;
  border: 0px;
  color: white;
  font-size: 10px;
  margin-top: -5px;
  margin-bottom: 5px;
  color: #C0C0C0;
  background-color: white;
  border-bottom: 1px solid #E0E0E0;
  font-weight: bold;
  height: 15px;
  line-height: 15px;  
  padding-top: 8px;
  padding-bottom: 8px;
}

.articletext .leftpanelsubtitle, .articletext .leftpanelsubtitlewarning {
  width: 769px;
}

.leftpanelsubtitle a
{
  color: #C0C0C0;
  font-weight: bold;
}

.leftpanelsubtitle a:hover
{
  color: black;
}


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

.leftpaneltitleimg
{
  margin-top: 3px;
}

.leftpanels
{
  padding: 0;
  margin: 0;
  width: 100%;
}

.leftpanelfooter
{
  border-top: 1px solid #c2d7e4 ! important;
}

.leftpanel50left
{
  width: 315px ! important;
}

.leftpanel50right
{
  width: 295px ! important;
}

.rightpanel form
{
  border: 0px;
  margin-top: 5px;
}


.XPages
{
  font-weight: bold;
}

.XPages a {
  border: 0px;
  background: none;
  padding: 0;
  padding: 8px;
  padding-right: 0;
  font-size: 12px;
  color: #575757 ! important;
  margin-left: 0px;
  margin-right: 0px;
}

.XPages a:hover {
  border: 0px;
  background: none;
  color: #e9922b ! important;
}

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

.XPagesNext:hover {
  background: none;
}

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

.XPagesPrev:hover {
  background: none;
}

.XPagesCurrent {
  border: 0px;
  padding: 0;
  padding: 2px;
  padding-right: 0;
  font-size: 12px;
  margin-left: 1px;
  margin-right: 1px;
  background-color: #6fb6ee;
  color: white ! important;
  border-radius: 25px;
  padding: 11px;
  padding-left: 20px;
  padding-right: 20px
}

.rightpanelskyad {
  margin-left: 5px ! important;
  text-align: center;
}

.leftpanelarticles {
	border: 0;
	padding: 0;
}

/***********************************
*  News
*************************************/


.newstext table
{
  width: 100%;
  border: 1px solid #C0C0C0;
}

.newstext table tr:nth-child(even)
{
  background: #eeeeee;
}

.newstext
{
  width: 97%;
  margin-bottom: 10px;
  line-height: 1.7em;
}

.newstext a {
	color: black;
	font-weight: bold;
}

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

.news
{
  line-height: 1.4em ! important;
}

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

.newscomment, .articlescomment, .softwarescomment {
  background: none;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-bottom: 15px;
  padding-top: 0px;
  width: 768px;
}

.newscommentfooter, .articlescommentfooter, .softwarescommentfooter {
  width: 700px;
  border: 0;
  border-top: 1px solid #E0E0E0;
  padding-top: 5px;
  padding-bottom: 8px;
  margin-left: 20px;
  padding-left: 10px;
  color: #555555;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
}

.newscommentfooter a, .articlescommentfooter a, .softwarescommentfooter a {
  color: #2e5da3;
  font-weight: bold;
}

.newscomment .leftpaneltitle, .articlescomment .leftpaneltitle, .softwarescomment .leftpaneltitle {
  background: none;
  color: #555555;
  width: 750px
}

.newscommentheader, .articlecommentheader, .softwarescommentheader {
  font-size: 10px ! impotant;
  font-weight: bold;
  display: none;
}

.newscommentheader a, .articlecommentheader a, .softwarescommentheader a
{
  color: #555555;
}

.newscommentstitle, .articlescommentstitle, .softwarescommentstitle {
  position: relative;
  border: 0px;
  background: #174caa;
  color: white;
  font-size: 14px;
  font-weight: bold;
  overflow: ellipsis;
  line-height: 45px;
  padding: 4px 0 5px 12px;
  margin-bottom: 10px;
  padding-left: 25px;
}

.newscommentstitle img, .articlescommentstitle img, .softwarescommentstitle img {
    margin-right: 5px;
    vertical-align: middle;
}

.newscommenttext, .articlescommenttext, .softwarescommenttext {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
}

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

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

.newsutils img
{
  vertical-align: top;
}

.commentheaderimages {
  margin-top: 2px;
  margin-right: 10px;
  width: 145px;
  font-size: 20px;
}

.leftpanel .newsdatetitle
{
  text-transform: uppercase;
  background: url('../images/css_newsdate.gif') no-repeat;
  padding-left: 25px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.newsdatecurrent
{
  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: 45px;
  color: #666666;
}

.newsdateother, .articlesdateother {
  display: block;
  float: left;
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  padding: 0px 7px 0px 9px;
  height: 14px;
  width: 45px;
  color: #666666;
}

.newstitlecategory, .articlestitlecategory {
  color: #333333;
  font-size:8px;
  padding-top: 2px;
  overflow: hidden;
  text-align: left;
  padding-right: 7px;
  padding-left: 6px;
}

.newstitlecategory a, .newstitle a, .articlestitlecategory a, .articlestitle a
{
  color: #626262 ! important;
}

.newstitlecategory a:hover, .newstitle a:hover
{
  color: #e9922b ! important;
}

.newstitle {
  margin-bottom: 3px;
  clear: both;
  overflow: hidden;
}

.newstitle .XPages {
	padding: 0;
	margin: 0;
	border: 0;
	margin-left: 5px;
	border-radius: 0;
}

.newstitle .XPages a {
	padding: 2px;
}

.newstitletitle {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 500px;
	float: left;
}

.newscommentnew {
  padding-left: 22px;
  background: url('../images/css_newscommentnew.gif') no-repeat ! important;
  font-weight: bold;
  color: #red;
  font-size: 11px;
}

.newscommentnonew
{
  padding-left: 22px;
  background: url('../images/css_newscommentnonew.gif') no-repeat ! important;
  font-weight: bold;
  font-size: 11px;
}

.newssource
{
  display: inline;
  margin-right: 10px;
  font-size: 10px;
}

.newslinkstitle, .articleslinkstitle {
  padding-left: 25px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  background-color: #fdb73d;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 45px;
  border-radius: 5px 5px 0px 0px;
}

.newslinkstitle img, .articleslinkstitle img {
	margin-right: 5px;
	vertical-align: middle;
}


.newslinkscontent, .articleslinkscontent
{
  margin-bottom:20px;
  padding:10px;
  color: #C0C0C0;
  margin-top: 10px;
  margin-left: 20px;
}

.newslinkscontent a, .articleslinkscontenta {
	color: #626262;
}

.newslinkscontent a:hover, .articleslinkscontenta:hover {
	color: #e9922b;
}

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

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

.newslinks {
  margin-left: 0px;
}

.newssimilar, .articlessimilar {
  margin-left: 0px;
}

.newssimilartitle, .articlessimilartitle {
  padding-left: 25px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  background-color: #79bd2a;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 45px;
  color: white;
  border-radius: 5px 5px 0px 0px;
}

.newssimilartitle img, .articlessimilartitle img, .leftpanelreplytitle img {
	margin-right: 5px;
	vertical-align: middle;
}

.newssimilarcontent, .articlessimilarcontent {
  margin-bottom: 20px;
  padding: 10px;
  color: #C0C0C0;
  margin-top: 10px;
  margin-left: 20px;
}

.newsbydateheader {
	padding-bottom: 10px;
	clear: both;
	overflow: hidden;
}

.newsbydate  {
	border: 0px;
	margin-bottom: 10px ! important;
	padding-bottom: 10px;
}

.newsbydatetoday .newsbydateleftdate {
	background-color: #e30130;
}

.newsbydatetoday .newsbydateleftmonth {
	background-color: #ff9db2;
}

.newsbydatetoday .newsbydaterightsubtitle {
	border: 1px solid #e30130;
}

.newsbydateright {
	float: right;
	line-height: 57px;
	margin-right: 20px;
	width: 683px;
	text-align: left;	
}

.newsbydaterighttext {
	font-size: 25px;
	border-bottom: 1px solid #cdcdcd;
}

.newsbydaterightsubtitle {
	float: left;
	border: 1px solid #174ca8;
	width: 100px;
}

.newsbydateleft {
	float: left;	
}

.newsbydateleftdate {
	background-color: #174fa6;
	color: white;
	font-size: 25px;
	text-align: center;
	line-height: 45px;
	width: 52px;
	font-weight: bold;
}

.newsbydateleftmonth {
	background-color: #6fb6ee;
	color: white;
	text-align: center;
	font-weight: bold;
	letter-spacing: -0.01em;
	line-height: 17px;
	font-size: 12px;
}

.commentmessageedited {
	color: #A0A0A0;
	text-align: right;
	padding-right: 38px;
}

.newsprevnext {
	border: 0;
}

.newsprevnext a {
	color: #818181;
}

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

.newscommentspages {
	float: none;
}

/***********************************
*  Prices
*************************************/

.pricescategory
{
  border: 0px;
}

.pricearticle
{
  background-color: #eef7fe ! important;
  border: 1px solid #c2d7e4;
}

.pricescategory:hover
{
  border: 0px;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
}

.pricesarticledetails
{
  background-color: #fef6ec;
  padding-left: 5px;
  padding-right: 0px;
}

.pricesarticledetails .leftpaneltitle
{
  font-size: 14px;
  overflow: hidden;
  height: 22px;
  padding-top: 8px ! important;
  _height: 30px;
}

.pricearticleprices
{
  background: none;
  border: 1px solid #c2d7e4;
  padding-left: 2px;
  padding-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #555555;
}

.pricearticleimage
{
  border: 0px;
}

.pricearticle
{
  font-size: 12px;
  color: #555555;
}

.pricearticles
{
  background: none ! important;
}

.pricescommentstitle
{
  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;
}

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

.pricescommentfooter
{
  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;
}

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

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


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

.forumsmiley {
	width: 120px;
	height: 120px;
	border: 1px solid #E2E2E2;
	margin: 5px
}

.forumhometopic {
    margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;  
}

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

.forumfirstmessage .forummessage 
{
  border: 1px dotted #E2E2E2;
}

.bbquote { 
  border: 0px ! important;
  padding-top: 20px ! important;
  padding-left: 20px ! important;
  padding-bottom: 10px ! important;
  background-color: #F5F5F5 !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 5px;
}

.bbquotetitle
{
  border: 0px ! important;
  clear: left;
  background: url("../images/forum_quote.png") left center no-repeat;
  padding-left: 25px;
  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;
}


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

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

.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 {
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  border: 0;
  width: 1156px;
  padding-left: 40px;
  font-weight: bold;
  padding-top: 2px;
  margin-top: 5px;
  background: url('../images/theme/v3/forum_catread.png') no-repeat ! important;
  background-position: 10px 10px !important;  
}

.forumtopic:hover {
  border: 0px solid #E2E2E2 ! important;
}

.forumtopic div.XPages {
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	text-align: right!important;
	width: 400px;
}

.forumtopic a
{
  font-weight: normal;
}

.forumtopicimgread img
{
  display: none;
}

.forumtopicimgunread img
{
  display: none;
}

.forumtopicunread {
  color: #d24130;
  background: url('../images/theme/v3/forum_catunread.png') no-repeat ! important;
  background-position: 10px 10px !important;
}

.forumtopicunread a {
  color: #d24130;
}

.forumtopicunread:hover {
}

.forumtopicblocked {
}

.forumtopicblocked:hover {
}

.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
{
  display: block;
  float: left;
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  height: 14px;
  width: 35px;
  color: #666666;
  margin-right: 15px;
}

.forumhomedateunread
{
    display: block; 
    float: left; 
    font-family: Tahoma; 
    font-size: 9px; 
    font-weight: bold; 
    /* height: 14px; */ 
    width: 35px; 
    background: #ff6251; 
    margin-right: 15px; 
    text-align: center; 
    border-radius: 2px; 
    color: #fff; 
}

.forumhomedateunreadlink {
        font-weight: bold; 
        color: #000;
}

	.forumhomedateunreadlink .forumavatar {
        color: red ! important;
	}

.forumsection {
  height: 22px;
  padding-top: 4px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  text-transform: uppercase;
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  width: 1173px;
  background-color: #6fb6ee;
  margin-top: 15px;
  color: white;
  border-radius: 5px 5px 0 0;
}

.forumsection a {
	color: white !important;
}

.forumtopicheader {
  background-color: #E0E0E0;
  height: 22px;
  width: 100%;
  overflow: hidden;
  padding-top: 4px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 40px;
  border: 0px;
  margin-left: -5px;
  margin-bottom: 0px;
}

.forumcategoryheader {
  height: auto;
  padding-top: 4px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  border: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 10px;
  padding-bottom: 0;
  width: 1188px;
  color: #3a3a3a;
  overflow: hidden;
}

.forumcategory {
  height: auto;
  overflow: hidden;
  padding-left: 36px;
  padding-top: 4px;
  border: 0px;
  margin-left: 0px;
  width: 1160px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  color: #464646;
  background: url('../images/theme/v3/forum_catread.png') no-repeat ! important;
  background-position: 10px 10px !important;  
}  

.forumcategory:hover {
}

.forumcatunread
{
  background: url('../images/theme/v3/forum_catunread.png') no-repeat ! important;
  background-position: 10px 10px !important;
}

.forumcatunread:hover {
}

.forumcatunread .forumcategoryname a {
	color: #d24130 ! important;
}

.forumcategorydesc
{
  padding-left: 5px;
  margin-top: -20px;
  margin-left: 0px;
  font-style: italic;
  color: #464646;
  font-size: 10px;
  width: 640px;  
}

.forumcategoryname
{
  width: 450px;
}

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

.forumcategorynameheader
{
  width: 470px;
  padding-left: 10px;
}

.forumcategorylastmsg {
  color: #555555;
  padding-left: 679px;
}

.forumstats {
  background: none;
  background-color :#E2E2E2;
  border: 0px;
  margin-bottom: 0px;
  padding:10px;
  color: #4a4a4a;
  margin-top: 10px;
  width: 1178px;
}

.forumstats a {
	color: #4a4a4a;
}

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


.forumloginpanel {
  background: none;
  background-color: #f4f4f4 !important;
  border: 0;
  border-top: 1px solid #E2E2E2;
  margin-bottom: 20px;
  padding: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #303030;
  margin-top: 10px;
}

.forumcatunreadimg
{
  display: none;
}

.forumcatreadimg
{
  display: none;
}

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

.mainex .leftpaneltitle {
  width: 100%;
  padding-left: 10px;
}


.forumtopictools
{
}

.forumtopictools a {
  color: white;
}

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

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

.forumtopictoolstitle
{
  position: absolute;
  width: 200px;
  left: 50%;
  top: 0px;
  height: 40px;
  padding-top: 14px;
  margin-left: 398px;
  color: white;
  text-align: right;
  z-index: 300 ! important;
  font-weight: bold;
  background-color: black;
  text-align: center;
}

.forumtopictoolstitleex
{
  position: absolute;
  width: 200px;
  left: 50%;
  top: 0px;
  height: 40px;
  padding-top: 14px;
  margin-left: 197px;
  color: white;
  text-align: right;
  z-index: 300 ! important;
  font-weight: bold;
  background-color: black;
  text-align: center;
  border-right: 1px solid white;
}

.forumtopictoolsdata
{
  position: absolute;
  left: 50%;
  width: 200px;
  top: 54px;
  margin-left: 398px;
  border-top: 1px dotted white;
  background-color: #174caa;
  color: white;
  padding: 0;
  z-index: 9999 ! important;
  visibility: hidden;
  border-radius: 0 0 5px 5px;
}

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

.forumtopictoolsfooter
{
  background: none;
  padding: 0;
  height: 10px;
  width: 100%;
  line-height: 1px;
}

.forumtopictoolsdatabody
{
  padding-left: 15px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  border: 0px;
  border-top: 0px;
  line-height: 2em;
}

.forumtopictoolsdatabody a {
	color: white ! important;
}

.forumtopictoolsdatabody a:hover {
	color: #e9922b ! important;
}

.forumleftpanelex {
	border: 0;
}

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

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

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

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

.forumleftpaneltitleex
{
  font-size: 18px;
  line-height: 45px;
  height: 45px;
}

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

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

.forumtopiclastmsgdate img
{
  vertical-align: top;
}

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

.forumtopicname {
  width: 770px;
}

.forumcategorypages {
  margin-right: 20px;
}

.forumloginpanelcategory .forummessagecategories {
	float: right;
}

.forumloginpanelcategory .forumcategorylinks {
	margin-top: 5px;
}

.forumsubtitle {
	border-right: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px !important;
}

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

.forummessage {
  margin-bottom: 10px;
  padding-left: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #F8F8F8 ! important;
  border-radius: 5px;
}

.forummessageinfo
{
  float: left;
  text-align: center;
  width: 180px;
  padding-top: 20px;
}

.forummessagetext
{
  border: 0;
  min-height: 200px;
  border-left: 1px solid #e2e2e2;
  padding-left: 20px;
  width: 975px;
}

.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
{
  padding-left: 0px;
  color: #555555;
  font-size: 10px;
  font-weight: normal;
  background-position: left center;
}

.forummessagesubjectsecondlinehideable {
	display: inline;
	font-size: 10px;
}

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

.forummessageutilsright
{
  display: none;
}

.forummessagetextfooter {
}

.forummessageinfoip
{
  display: inline;
}

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

.mainex .leftpanelreply {
  width: 1198px !important;
  border: 0px;
}

.mainex .leftpanelreply #quickreplyform, .mainex .leftpanelreply .bbeditorbuttonscontainer {
	width: 1196px !important;
}

.mainex .leftpanelreply #quickreplyform {
	border: 1px solid #E2E2E2;
	overflow: hidden;
}

.mainex .leftpanelreply textarea {
	width: 1045px !important;
	border: 0px;
	padding: 5px;
}

.main .leftpanelreply {
  width: 775px;
  border: 0px;
}

.mainex .leftpanelreply form div
{
  text-align: center ! important;
}

.leftpanelreplytitle {
	padding-left: 25px;
}

.forumavatar img
{
  text-align: center;
}

.forummessageinfo .forumavatar img
{
  border-radius: 100px;
}


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

.onlymoderator {
  border: 1px solid #fad4e2;
}

.onlymoderator .forummessagetextfooter {
}

.forummessageshort {
	padding-top: 0px;
}

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

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

.leftpaneltitlegreyex {
  background-color: white;
  border: 0 ! important;
  padding-bottom: 5px;
  width: 100%;
  color: black;
}

.leftpaneltitlegreyex a{
  color: black;
}

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

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

.forummessagepages {
  margin-right: 20px;
}

.forummessagepages .XPages {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0;
	border: 0px;
	border-radius: 0;
	width: auto;
}

.forummessagepagestop {
	float: right;
}

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

.forumattach
{
  background-color: #F0F0F0 ! important;
  border: 30px solid #E2E2E2 ! important;
  border-top: 0px ! important;
  border-right: 0px ! important;
  border-bottom: 0px ! important;
  font-size: 12px;
  width: 93%;
  margin-top: 20px;
  text-align: right;
}

.forumattachpreview
{
  border-top: 1px solid #E2E2E2;
}

.forummessagecategories select {
	padding-top: 5px;
	padding-bottom: 5px;
}

.forummessagecategories input[type=submit] {
	margin-left: -9px;
	background-color: rgb(23, 76, 170);
	padding: 2px 10px 1px 10px;
}

.forummessageedited {
	text-align: right;
}

.forumtopsmileys {
	float: right;
	padding-top: 50px;
}

.leftpanelreplyforum {
}

.leftpanelreplyforum .bbeditor {
	float: left;
	width: 1055px;
	overflow: hidden;
	border: 0;
}

.leftpanelreplyforum #postsubject {
	border: 1px solid #E2E2E2;
	margin-top: 10px;
	overflow: hidden;
}

.leftpanelreplyforum #subject {
	clear: both;
	display: block;
	width: 1174px;
}

.leftpanelreplymore {
	clear: both;
	text-align: left !important;
	width: 200px;
	float: left;
}

.leftpanelreplyforum input[type=submit] {
	float: right;
	padding: 10px 40px 7px;
}

.leftpanelreplyforum .inputreadonly {
	border: 0px;
	width: 1176px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.leftpanelreplyforum select {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 977px;
}

.leftpanelreplyforum #username {
	border: 1px solid #E2E2E2;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 189px;
}

.leftpanelreplyforum #subject {
	border: 1px solid #E2E2E2;
	padding-top: 8px;
	padding-bottom: 8px;
}

.forumnewpoll  {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px;
	clear: both;
}

.forumnewpoll table {
	border-top: 1px solid #E2E2E2;
	padding-top: 20px;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.forumnewpoll input {
	border: 1px solid #E2E2E2 ! important;
}

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

.articlesimilar a {
	color: #626262 !important
}	
 
 .articlehomedate
{
  float: left;
  margin-right: 20px;
}

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

.articlesummary {
  border: 0px;
  margin-top: 10px;
  height: auto;
  min-height: 80px;
  padding-bottom: 25px;
  padding-top: 10px;
  width: 771px;
}

	.articlesummary:hover {
		transform: scale(1.02);  
	}
	
.articlesummarytext {
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 90px;	
}

.articlesummarya, .articlesummarya:hover {
	color: #4a4a4a;	
}

.articlesummarytitle {
}

.articlesummarytitle a {
	color: #4a4a4a;	
	text-overflow: ellipsis;
	white-space: nowrap;  
	display: block;
	overflow: hidden;
	padding-right: 20px;
}


.leftpanelreply {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px ! important;
  margin-top: 20px;
}

.leftpanelreply .leftpaneltitle {
  font-size: 16px;
}

.articlespages {
  border: 0px;
  background-color: #174caa;
  color: white;
  font-weight: bold;
}

.articlespages a {
  color: white;
}

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

.articleimage {
  border: 0px;
  background: none;
  overflow: visible;
  height: auto;
  padding-right: 10px;
}

.articleimage img {
	margin-top: 5px;
	border-radius: 5px;
}

.articleimage a {  
  background: none;
}

.articleimage a:hover {  
  background: none;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.articleimage img {  
  border: 2px solid #cdcdcd;
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.articlehomedate
{
  display: block;
  float: left;
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  height: 14px;
  width: 35px;
  color: #7fc1f5;
}

.articleshomeitem
{
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;  
}


.articlesimagestitle
{
  background: url('../images/base_repository.png') no-repeat ! important;
}

.articlelink
{
  font-size: 13px;
  font-style: italic;
  margin-bottom: 12px;
}

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

.articleslinks
{
  margin-left: 0px;
}

.articletext {
  line-height: 2em;
  padding-right: 10px;
  width: 763px;
}

.articletext img {
  border: 1px solid #E0E0E0;
  padding: 4px;
  max-width: 95%;
}

.articletext img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.articletext .leftpaneltitle img {
  border: 0px;
  margin-top: 8px;
}

.articletext .leftpaneltitle  {
  width: 763px;
}

.articlesutils {
  border: 0;
  height: 18px;
  padding-top: 12px;
  width: 770px;
  padding-right: 10px;
}

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

.articlesutils img {
  vertical-align: middle;
}

.leftpanelsubtitlewarning {
  color: #7d111b;
  font-weight: bold;
  font-size: 12px;
  background: none;
  background-color: #f9d5d8 ! important;
  border-bottom: 1px solid #E0E0E0;
  padding: 2px 2px 2px 2px ! important;
  margin-top: -5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px !important;
}

.articlescategory img
{
  width: 64px;
  height: 64px;
  padding: 10px;
  border: 3px solid #E2E2E2;
  border-radius: 5px;
}

.articlescategory
{
  height: 120px;
  border: 4px solid transparent;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 10px;  
}

.articlescategory:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  border: 4px solid transparent;
}

.articlescategory a {
	color: #444444;
}

#submitrelease
{
  float: right;
  margin-right: -20px;
}

.articleheaderimages {
	margin: 0;
	padding: 0;
	margin-right: 20px;	
	padding-top: 3px;
}

.articlesimagescontent {
	background: none;
	border: 0;
	padding: 0;
	margin-bottom: 0;
	width: 90%;
	margin-left: 5%;
	border-top: 5px solid #E0E0E0;
	padding-top: 30px;
	margin-top: 30px;
}

/**************************************************************
 * Blogs
 **************************************************************/

.blogshomeitem {
  margin-bottom: 3px;
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blogshomedate {
  background: none !important;
  display: block;
  float: left;
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 0px 0px 1px;
  height: 14px;
  width: 55px;
  color: #666666;
}

.blogstitlecategory {
  color: #333333;
  font-size:8px;
  padding-top: 2px;
  overflow: hidden;
  text-align: left;
  padding-right: 7px;
  padding-left: 6px;
  width: 100px;
}

.blogstitlecategory a
{
  color: #333333;
}

.blogpanel
{
  border: 0px solid #146AAC;
  background: none;
  margin-left: 20px;
}

.blogshomedate {
  display: block;
  float: left;
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 0px 0px 1px;
  height: 14px;
  width: 155px;
  color: #666666;
  background: none;
  text-transform: none;
}

.blogshomeitem
{
  margin-bottom: 3px;
}

/**************************************************************
 * Galleries
 **************************************************************/

.galleriesgallery
{
  border: 1px solid #cfdeed;
}

.galleriesotherimagescontent .galleriesgallery
{
  border: 2px solid #E5DD96;
  padding: 3px;
  height: 95px;
}

.galleriesthumbs
{
  padding-left: 42px;
}

.galleriesthumbs:hover
{
  filter:alpha(opacity=60);  
  -moz-opacity:0.6;
}

.galleriesotherimages
{
  margin-left: 0px;
}

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

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

.galleriessimilar
{
  margin-left: 0px;
}

.galleriessimilartitle
{
  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;
}

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

/**************************************************************
 * Connection
 **************************************************************/

.connectionpanel {
	float: right;
	line-height: 45px;
	background-color: #06142d;
	margin-top: -5px;
	border-radius: 0 0 5px 5px;
}

.connectionpanel a
{
  color: white;
}

.connectiontitle a {
  color: white;
  line-height: 45px;  
}

.connectiontitle a:hover, .connectiondata a:hover {
  color: #e9922b ! important;
}

.connectiontitle {
  width: 245px;
  color: white;
  text-align: center;
  margin-left: 20px;
  color: black;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.connectiontitle img { position: relative; top: -4px; }

.connectiondata {
  position: relative;
  width: 265px;
  color: white;
  padding: 0;
  z-index: 900;
  display: none;
  overflow: hidden;
}

.connectiondata td
{
  color: white;
}

.connectiondata img {
  vertical-align: middle;
  margin-right: 13px;
}

.connectionfooter {
  display: none;
}

.connectiondatabody {
  padding-left: 15px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(4,3,61,1) 21%, rgba(7,6,94,1) 35%, rgba(7,7,100,1) 44%, rgba(9,9,121,1) 60%, rgba(23,76,170,1) 100%);
  border: 1px solid #aaaaaa;
  border-top: 0px;
  line-height: 2em;
  border-radius: 0px 0px 5px 5px;
  border-top: 1px dotted white;
}

.connectiondatabody a {
	color: white ! important;
}

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

.connectiondatabody td
{
  font-size: 8px;
  color: white !important;
}

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

/**************************************************************
 * Shoutbox
 **************************************************************/

.shoutboxline {
}

.shoutboxlinecontent {
	padding-left: 50px;
}

.shoutboxdate
{
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  height: 14px;
  margin-right: 15px;
  width: 35px;
  color: #666666;
}

#shoutbox_text {
  width: 270px ! important;
  background-color: white;
  border: 1px solid #e0e0e0;
}

#shoutbox .bbeditor {
	display: block;
	width: 315px;
	margin-left: 10%;
}

#page_shoutbox_main #shoutbox .bbeditor {
	width: 640px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#page_shoutbox_main #shoutbox input[type="submit"] {
	width: 600px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#shoutbox_text_ex {
	border: 1px solid #E2E2E2;
	width: 579px ! important;
}

#shoutbox input[type=submit] {
	width: 292px;
	margin-left: 10%;
	margin-top: 3px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.shoutboxme
{
  background: none;
  font-style: italic;
  color: #555555;
}

.shoutboxme .shoutboxdate
{
  font-style: normal;
}

.shoutbox img {
  vertical-align: middle ! important;
}


/**************************************************************
 * Know
 **************************************************************/

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

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

.knowhomeitem
{
  margin-bottom: 3px;
}

.knowhomedate
{
  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;
}

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

.knowtext .leftpaneltitle
{
  width: 585px;
}

.knowcommentstitle
{
  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;
}

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

.knowcommentfooter
{
  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;
}

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

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

/**************************************************************
 * Know
 **************************************************************/

.searchresult
{
  color: #555555;
}

.searchresultsummary
{
  margin-bottom: 5px;
  font-size: 10px;
  padding-left: 30px;
}

.searchid
{
  float: left;
  width: 30px;
}

/**************************************************************
 * Know
 **************************************************************/

.videosleftpanel .leftpanelsubtitle
{
  margin-top: -5px ! important;
}


/**************************************************************
 * Softwares
 **************************************************************/

#softwares_panel_list {
	border: 0px;
}

#softwares_panel_list ul.software-list a:hover {
	background: none;
	border: 0px;
	border-radius: 0;
	padding: 10px;
	transform: scale(1.03);	
}

#softwares_panel_list ul.software-list a {
	background: none;
	border: 0px;
	border-radius: 0;
	margin-top: 10px;
}

#softwares_panel_list ul.software-list img {
	border: 1px #e2e2e2 solid;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	max-width: 32px;
	max-height: 32px;
	min-height: 32px;
	height: auto ! important;
	margin-top: 0px;
}

#softwares_panel_list ul.software-list .software-list-title {
	padding-left: 7px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#softwares_panel_list ul.software-list div.software-list-info b {
	text-align: left;
	color: #72b4e8;
}

#softwares_panel_list ul.software-list div.software-list-info {
	margin-left: 7px;
}

div.category-header {
	text-align: left;
	font-weight: normal;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #262626;
}

div.category-items {
	background: none;
	border: 0;
}

div.category-items a, div.category-items a:active, div.category-items a:visited, div.category-items a:hover {
	width: 335px;
	background: none;
	color: #262626;
}

div.category-items a:hover {
	color: #e9922b;
}

div.softwares_category-container {
	border-radius: 0;
	border: 0;
	border-top: 1px solid #dddddd;
	margin-left: 10px;
	margin-right: 10px;
}

#softwares_organic-tabs {
	margin-bottom: 5px;
}

#softwares_explore-nav li.current {
	background: none;
	border-bottom: 4px solid #70b7ef;
}

#softwares_panel_list ul.software-list a, #softwares_panel_list ul.software-list a:visited, #softwares_panel_list ul.software-list a:active, #softwares_panel_list ul.software-list a:hover {
	height: 75px
}

.softwares_filter {
	border: 0;
	background: none;
	text-align: center;
}

.softwares_filter .XFormularDiv {
	text-align: center;
}

.softwares_filter .XFormularDiv  select {
	padding-top: 5px;
	padding-bottom: 5px;
}

.softwares_filter .XFormularDiv  input[type=submit] {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 30px;
}

#softwares_panel div.software-detail-specs div {
	border: 0px;
}

#softwares_panel div.software-detail-specs {
	border: 0px;
}

#softwares_panel div.software-detail-action {
	float: right;
	margin-right: 30px;
}

#softwares_panel .software-detail-subtitle {
	border-top: 1px solid #E2E2E2;
	padding-top: 22px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -11px;
}

#softwares_panel, #softwares_panel p {
	line-height: 1.7em;
	text-align: justify;
	margin-right: 10px;
}

.softwarescomment .commentheaderimages {
	width: 40px;
	float: right;
}

#softwares_panel img.software-screenshot {
	margin: 5px;
	padding: 5px;
	border: 2px solid #E2E2E2;
	max-width: 450px;
}

/**************************************************************
 * News images
 **************************************************************/


.newstoplinks img
{
  margin-right: 0px;
  background: white;
  padding: 1px;
  border: 1px solid #CCCCCC;
  height: 100px;
  width: 200px;
}

.newstoplinks img:hover
{
  opacity: 0.6;
  border: 1px solid #777777;
}

/**************************************************************
 * Buttons
 **************************************************************/

.borderlink:hover, .borderlink a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
    cursor:pointer;
}
.borderlink {
   color: navy;
   font-size: 14px;
   font-weight: bold;
   padding: 5px;
   padding-right: 20px;
   padding-left: 20px;
}

/**************************************************************
 * CSS browser hacks
 **************************************************************/

.opera .xmenuboxlev1 img
{
  margin-top: 0px;
}

.opera .forumtopicpages
{
  margin-top: 5px;
}

.opera .newstitlecategory
{
  letter-spacing: -0.1em;
}

.opera .xmenudropdown
{
  margin-top: 0px ! important;
}

.ie .xmenudropdown
{
  display: none;
}


.bbeditorbuttonscontainer img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.bbeditorbuttonscontainer img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.bbeditorbuttonscontainer {
  background-color: #e3e8ec;
  padding-top: 0px;
  width: 773px;
}

.bbeditorbuttons {
	padding: 10px 9px 6px 2px;
	padding-left: 10px;
	border-left: 1px solid #D0D0D0;
	margin: 0;	
}

.bbeditor br {
	display: none;
}

#postcomment {
	border: 1px solid #E2E2E2;
	overflow: hidden;
}

#postcomment table, #postcomment td, #postcomment tr {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#postcomment br {
	display: none;
}

#postcomment textarea {
	width: 763px;
	border: 0px;	
	padding: 5px;
}

#postcomment input[type=submit], .mainex #quickreplyform input[type=submit] {
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
	padding-right: 40px;
}


/**************************************************************
 * Jobs
 **************************************************************/

#jobs_panel_list {
	border: 0px;
}

#jobs_panel_list {
	border: 0px;
}
	

#jobs_panel_list .job-list a:hover {
}

.job-list {
		overflow: hidden;
		margin-bottom: 10px;
		margin-left: 30px;
}
.job-list:hover {
		transform: scale(1.03);
}

	.job-list a img {
		width: 40px;
		height: auto;
		max-height: 60px;
		margin-top: auto;
		margin-bottom: auto;
		position: relative;
		top: 50%;
		transform: translateY(-50%);				
	}

	.job-list .job-home-image {
			width: 40px;
			height: 40px;
			float: left;
			clear: left;
			padding: 2px;
			border: 2px solid #cdcdcd;
			margin-bottom: 5px;
			margin-right: 5px;
			vertical-align: middle;		
			border-radius: 5px;
			overflow: hidden;	
	}
	
	.job-list a:hover {
		transform: scale(1.03);
	}

	.job-list a:hover img {
		filter: grayscale(1);
	}

#jobs_panel_list ul.job-list a:hover {
    transform: scale(1.03);	
    border: 0px;
}

#jobs_panel_list .leftpaneltitle {
	margin-bottom: 20px;
}

#jobs_panel_list ul.job-list a {
	background: none;
	border-radius: 0;
    border: 0px;
	margin-top: 10px;
}

#jobs_panel_list ul.job-list img {
	border: 1px #e2e2e2 solid;
	padding: 10px;
	margin-bottom: 10px;
	width: 48px;
	height: auto;
	max-height: 64px;
	overflow: hidden;
}

#jobs_panel_list ul.job-list .job-list-title {
	padding-left: 15px;
}

#jobs_panel_list ul.job-list div.job-list-info b {
	text-align: left;
	color: #72b4e8;
}

#jobs_panel_list ul.job-list div.job-list-info {
	margin-left: 7px;
}

#jobs_panel_list ul.job-list li {
	height: auto;	
}

#jobs_panel_list ul.job-list a, #jobs_panel_list ul.job-list a:visited, #jobs_panel_list ul.job-list a:active, #jobs_panel_list ul.job-list a:hover {
	height: auto;
	padding: 9px;
}

#jobs_panel_list ul.job-list .job-list-title {
	font-weight: normal;
	font-size: 14px;
	margin-left: 87px;
}

#job_search_content {
	background: none;
	padding-bottom: 0px ! important;
}

.job_panels_title  {
	background-color: #6fb6ee;
	border: 1px solid #6fb6ee;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.job_panels_title_unselected {
	background: none;
	border: 1px solid #E2E2E2;
	color: #3b3b3b;
}

#job_search_content .XCheckListBoxLevel1 {
	width: 200px;
	float: left;
	color: #626262;
	font-size: 12px;
	margin-top: 3px;
}

#job_search_content .XCheckListBoxLevel0 {
	clear: both;
	color: #626262;
	font-size: 12px;
	margin: 4px;
	margin-top: 6px;
}

#job_technologies .XCheckListBoxLevel0 {
	padding-top: 15px;
}

#job_search_content .XCheckListboxselected {
	width: 200px;
	float: left;
	background: none;
}

#job_search_content .XCheckListbox {
	width: 700px !important;
	border: 0px;
	overflow-y: hidden;
	height: auto;
	background: none;
	margin-left: 30px;	
}

#job_search_content #search {
	border: 1px solid #E2E2E2;
	width: 601px;
	margin-top: 20px;
	height: 35px;
	margin-left: -5px;
}

#job_search_content input[type=submit] {
padding-top: 6px;
padding-bottom: 6px;
padding-left: 40px;
padding-right: 40px;
}

.job_search_content label a, .XCheckListLinkNone, .job_search_content label  {
	color: #626262 ! important;
}

.job_search_content label  a:hover, .XCheckListLinkNone:hover, .job_search_content label:hover {
	color: #e9922b;
}

.job_panel_right {
	float: right;
	font-weight: bold;
	cursor: pointer;
	margin-right: 20px;
	padding: 3px;
	margin-top: -2px;	
}

#job_panels_technologies_title {
	margin-top: 25px;
}

/**************************************************************
 * Users
 **************************************************************/

#page_users_edit .leftpanel input , #page_users_adress .leftpanel input, #page_users_forum .leftpanel input, #page_users_avatar .leftpanel input,
#page_users_blog .leftpanel input, #page_users_myfriends .leftpanel input
   {
	border: 1px solid #E2E2E2;
}

#page_users_edit .leftpanel select , #page_users_adress .leftpanel select, #page_users_forum .leftpanel select, #page_users_avatar .leftpanel select,
#page_users_blog .leftpanel select, #page_users_myfriends .leftpanel select
   {
	padding-top: 6px;
	padding-bottom: 6px;
}

.usersfriend {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #E2E2E2;
}

#page_users_forum .bbeditorbuttonscontainer {
	width: 550px;
}

.usersprofile a {
	margin-left: 43px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.usersprofile a:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.users_friend {
	border: 1px solid #E2E2E2;
	margin-left: 31px;
	margin-bottom: 13px;	
}

.users_friend img {
	border: 0 !important;
}

.users_friend img:hover {
	filter:grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.user_message_title {
	width: 660px;
	background: none;
	padding-left: 0;
}

.user_message_content {
	background: none;
	width: 680px;
}

.user_message {
	padding-left: 5px;
}

.user_details {
	padding: 5px;
}

.useractions a {
	padding-top: 10px;
	padding-bottom: 12px;
	line-height: 30px;	
	background-color: #174caa;
}

.user_message_avatar img, .user_avatar img {
	border: 1px solid #E2E2E2;
}

.user_message_footer {
	background: none;
	padding-left: 5px;
	padding-top: 0px;
}

/**************************************************************
 * No ads
 **************************************************************/

.noads
{
  width: 728px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  padding: 10px;
  line-height: 1.5em;
  padding-top: 5px;
}

.noads a
{
  float: right;
  margin: 10px;
  width: auto! important;
  margin-right: 20px;
  margin-top: 0;
  vertical-align: middle;
}



.adhese_300x600 {
	text-align: center;
}

.pebbleMiddleLarg {
	text-align: center;
}

#pebbleTopLarge div {	
	text-align: center;
}

#pebbleMiddleLarge div {
	text-align: center;
}




#page_core_contact #email {
	width: 700px;
	border: 1px solid #E2E2E2;
}

#page_core_contact #captcha_Edit {
	border: 1px solid #E2E2E2;
}

#page_core_contact .XFormularDiv img {
	margin-top: 4px;
}

#simplemodal-container {
	border: 4px solid #E2E2E2;
	border-radius: 20px;
}

#simplemodal-container .leftpaneltitle {
	background: none ! important;;
	border-bottom: 1px solid #E2E2E2 ! important;;
	color: black ! important;
}

#page_articles_submitpress .leftpanelreply {
	border: 1px solid #E2E2E2;
	margin-top: 0px;
	width: 773px;
}

#page_articles_submitpress #postcomment {
	border: 0;
}

#page_articles_submitpress #postcomment input[type="text"] {
	border: 1px solid #E2E2E2;
}

#page_articles_submitpress #postcomment button {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
	padding-right: 40px;
}

#page_articles_submitpress br {
	display: inline;
}

#page_articles_submitpress .bbeditor br {
	display: none;
}

#page_articles_submitpress td {
	padding-top: 10px;
}

#page_articles_submitpress select {
	padding-top: 5px;
	padding-bottom: 5px;
}

#searchterms {
	border: 1px solid rgb(226, 226, 226);
	width: 500px;
}

#searchmodule {
	padding-top: 5px;
	padding-bottom: 5px;
}

#page_search_main .leftpanel .XFormularDiv {
	margin-left: 10px;
}

.searchresult {
    border-top: 1px solid #E2E2E2;
    width: 90%;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.searchresult  {
    border-top: 1px solid #E2E2E2;
    width: 90%;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.searchresult:first-of-type {
    border-top: 0px;
}

#page_articles_editcomment #subject {
	border: 1px solid #E2E2E2;
	width: 752px;
}

#page_articles_editcomment .leftpanelreply {
	margin-top: 0;
	margin-bottom: 10px;
}

#page_articles_editcomment #postcomment {
	margin-top: 10px;
}

#page_newsletter_main #subemail {
	border: 1px solid #E2E2E2;
}

#page_news_send input {
	border: 1px solid #E2E2E2;	
}

#page_news_send .leftpanel {
	border: 1px solid #E2E2E2 ! important;	
}

#page_news_send #postcomment {
	border: 0px;
}

#page_news_send .leftpanelreply {
	width: 773px;
}

#page_news_send .bbeditorbuttonscontainer {
	width: 709px;
}

#page_news_send td {
	padding-top: 5px;
}

#page_news_send select {
	padding-top: 5px;
	padding-bottom: 5px;
}

#page_news_send textarea {
	border: 1px solid #E2E2E2;
	width: 691px;
}

#page_softwares_category .leftpanelsubtitle {
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}

#page_news_item .leftpanelreply {
	border: 0px;
	width: 773px;
}

.leftpanelreplynoborder {
	border: 0px;
}

#page_news_sendfriend #sendemail, #page_news_sendfriend textarea {
	border: 1px solid #E2E2E2;
	margin-top: 5px;
}

#page_news_sendfriend textarea {
	width: 729px;
}


.XTabSheetsTitles {
	border-bottom: 5px solid #174caa;
}

.XTabSheetsTitles a {
	border-top: 1px solid  #174caa;
	border-left: 1px solid  #174caa;
	border-right: 1px solid  #174caa;
	background: white;
	padding-left: 20px;
	padding-right: 20px;
}

.XTabSheetTitleActive {
	background: #174caa !important;
	color: white !important;
}

.XTabSheetTitleActive a {
	color: white !important;
} 

#page_users_login .leftpanel input[type=text], #page_users_login .leftpanel input[type=password],
#page_users_new .leftpanel input[type=text], #page_users_new .leftpanel input[type=password] {
	border: 1px solid #E2E2E2;	
}

#page_users_new .leftpanel select, #page_users_login .leftpanel select {
	margin-top: 6px;
	margin-bottom: 6px;
}

#page_articles_item #loginform input, #page_news_item #loginform input {
	border: 1px solid #E2E2E2;
}

#page_forum_newtopic #text {
	width: 1048px;
}

.newscat78 {
	font-weight: bold;
}

div.bbquote {
	clear: both;
	opacity: 0.5;
}

.footerpartners {
	float: right;
	position: absolute;
	left: 50%;
	margin-left: 300px;
	margin-top: 5px;
}

.verixilogo {
	background-color: white;
	border-radius: 5px;
}






/* Update 2020 08 */

.jobhome {
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 5px;
}

	.jobhome .job-home-image {
		width: 40px;
		height: 40px;
		float: left;
		clear: left;
		padding: 2px;
		border: 2px solid #cdcdcd;
		margin-bottom: 5px;
		margin-right: 5px;
		vertical-align: middle;		
		border-radius: 5px;
		overflow: hidden;
	}

	.jobhome img {
		width: 40px;
		height: auto;
		max-height: 60px;
		margin-top: auto;
		margin-bottom: auto;
		position: relative;
		top: 50%;
		transform: translateY(-50%);		
	}

	.jobhome:hover {
		opacity: 0.6;
		transform: scale(1.05);
	}
	
	.jobhome:hover img {
		filter: grayscale(1);
	}
		
.articleshomeitem {
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 5px;	
}

	.articleshomeitem img {
		width: 40px;
		height: 40px;
		float: left;
		clear: left;
		padding: 2px;
		border: 2px solid #cdcdcd;
		margin-bottom: 5px;
		margin-right: 5px;
		border-radius: 5px; 
	}

	.articleshomeitem:hover {
		opacity: 0.6;
		transform: scale(1.05);
	}

	.articleshomeitem:hover img {
		filter: grayscale(1);
	}

.stayconnectedimages img {
	border-radius: 5px;
}


.forumhometopic {
		font-weight: normal;
}

	.forumhometopic .forumavatar{
		width: 40px;
		height: 40px;
		float: left;
		clear: left;
		padding: 2px;
		border: 2px solid #cdcdcd;
		margin-bottom: 5px;
		margin-right: 5px;
		vertical-align: middle;		
		border-radius: 5px;
	}
	
	.forumhometopic .forumavatar img {
		width: 32px;
		height: auto;
		max-height: 32px;
		margin-top: auto;
		margin-bottom: auto;
		position: relative;
		top: 50%;
		transform: translateY(-50%);		
		border: 0;
	}	

	.forumhometopic:hover {
		opacity: 0.6;
		transform: scale(1.05);
	}
	
	.forumhometopic:hover img {
		filter: grayscale(1);
	}

	.forumhomedateunreadlink .forumhometopic {
		color: #e9922b;
	}

.articlescategory:hover {
		transform: scale(1.05);	
}

.leftpanelcontent {
	font-size: 14px;
}

.articletext {
	font-size: 15px;
	text-align: justify ! important;
}

.articletext .leftpanelcontent {
	text-align: justify ! important;	
}

.articlepicture img:hover {
		transform: scale(1.1);	
}

.listrss  {
	margin-top: 20px;
	
}

.listrss li {
	margin-bottom: 10px;
	font-size: 125%;
}

.newsmore {
	background-color: #6fb6ee;
	border-radius: 0px 0px 5px 5px;
	height: 40px;
	text-align: center;
	color: white;
	line-height: 40px;
	font-size: 16px;
	margin-bottom: 15px;
}

.newsmore a {
	color: white;
}


.newsmore:hover {
	color: #e9922b !important;
}



.blogshomeitem {
		font-weight: normal;
		margin-left: 20px;
}

	.blogshomeitem .forumavatar{
		width: 40px;
		height: 40px;
		float: left;
		clear: left;
		padding: 2px;
		border: 2px solid #cdcdcd;
		margin-bottom: 5px;
		margin-right: 5px;
		vertical-align: middle;		
		border-radius: 5px;
	}
	
	.blogshomeitem .forumavatar img {
		width: 32px;
		height: auto;
		max-height: 32px;
		margin-top: auto;
		margin-bottom: auto;
		position: relative;
		top: 50%;
		transform: translateY(-50%);		
		border: 0;
	}	

	.blogshomeitem:hover {
		opacity: 0.6;
		transform: scale(1.03);
	}
	
	.blogshomeitem:hover img {
		filter: grayscale(1);
	}


.news img {
	padding: 5px;
}@media screen and (min-width: 0px) and (max-width: 599px) {

#toplogo {
	width: 60px;
	overflow: hidden;
}

#topstuffs {
	width: 300px ;
}

#toplivecontent {
	width: 300px;
}

#newsbannercontainer {
	display: none;
}

#menu {
	width: 240px;
}

#menu a {
	padding-left: 10px;
	padding-right: 10px;
}

#topbannerimg {
	left: 0;
	width: 300px;
}

.bodymain {
	width: 300px;
}

.newsbydateright {
	width: 212px;
}

.rightpanels {
	width: 215px;
}

.rightpanel {
	width: 213px;
}

.xmenuboxlev1 {
	width: 675px !important;
	margin-left: -330px !important;
}

#menu a {
	font-size: 12px;
}

.xmenuboxlev1 a {
	font-size: 8px!important;
	padding-left: 8px;
	letter-spacing: -0.10em;
}

#main {
	width: 300px;
}

.leftpanel {
	width: 298px;
}

#page_news_item .leftpanelreply {
	width: 473px;
}

.bbeditorbuttonscontainer {
	width: 473px;
}

#shoutbox .bbeditor {
	width: 215px;
}

#shoutbox_text_responsive {
	width: 165px !important;
	border: 1px solid #E2E2E2;
}
 
#shoutbox input[type="submit"] {
	width: 192px;
}

.articletext {
	width: 288px;
}

.articlesummary {
	width: 296px;
}

.articlescomment {
	width: 468px;
}

.newscomment {
	width: 468px;
}

.newscomment .leftpaneltitle {
	width: 453px;
}

.mainex {
	width: 303px!important;
}

.mainex .leftpanel {
	width: 298px;
}

.forumcategory {
	width: 260px;
}

.forumtopic {
	width: 658px;
}

.forumtopicname {
	width: 517px;
}

.forumtopictoolstitle {
	margin-left: 139px;
}

.forumtopictoolsdata {
	margin-left: 288px;
}

.forumtopic div.XPages {
	width: 300px;
}

.mainex .leftpanelreply {
	width: 1000px !important;
}

.bbeditorbuttonscontainer {
	width: 297px;
}

.mainex .leftpanelreply #quickreplyform, .mainex .leftpanelreply .bbeditorbuttonscontainer {
	width: 296px !important;
}

.mainex .leftpanelreply textarea {
	width: 285px  !important;
}

.leftpanelreplyforum .bbeditor {
	width: 296px ;
}

.leftpanelreplyforum .inputreadonly {
	width: 285px ;
}

.leftpanelreplyforum #subject {
	width: 285px ;
}

.outroblock1, .outroblock2 {
	width: 300px;
}

.outroblock1 *, .outroblock2 * {
	font-size: 10px !important;
}

.forummessagetext {
	width: 679px;
}

#job_search_content #search {
	width: 126px;
}

.main .leftpanelreply {
	width: 300px;
}

#shoutbox_text_ex {
	width: 479px !important;
}

#page_shoutbox_main #shoutbox input[type="submit"] {
	width: 500px;
}

.rightpaneltitle {
	font-size: 15px;
}

.shoutboxlinecontent {
	padding-left: 0px;
}

.stayconnected {
	width: 300px;
}

.newstitlecategory, .articlestitlecategory, .articlehomedate, .forumcategorydesc,
  .forumtopiclastmsgdate, .forummessageinfo, .rightpanels, .xmenuboxlev1, .forumcategorylastmessage, .forumcategorymessages,
  .forumcategorylastmsg, .commentheaderimages, .articleheaderimages {
	display: none;
}

#softwares_explore-nav li {
	width: 34px;
}

#softwares_panel_list ul.software-list div.software-list-info{
	width: 160px;
}

#postcomment textarea {
	width: 288px;
}

.rightpanel img {
	max-width: 100%;
}

.forumcategoryname {
	padding-top: 4px;
	width: 200px;
}

.forumcategorylastmsg {
	padding-left: 333px;
}

.forumcategorynameheader {
	width: 212px;
}

.forumcategoryheader{
	width: 291px;
}

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

.mainex .leftpanel {
	width: 298px !important;
}

.forumstats {
	width: 289px;
}

div.XPages {
	width: 260px;
}

.xmenuboxlev0 {
	width: 240px;
}

#menu a {
	font-size: 10px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-left: 0px;
}

.stayconnectedimages {
	height: 32px;
	width: 118px;
	overflow: hidden;
	position: absolute;
}

.connectiontitle {
	width: 160px;
}

#topbannerad {
	width: 300px;
	overflow: hidden;
}

.articlesummarytext {
	padding-left: 99px;
}

.articletext .leftpaneltitle {
	width: 286px;
	line-height: 23px;
}

.articletext .leftpanelsubtitle, .articletext .leftpanelsubtitlewarning {
	width: 291px;
}

.babesserie {
	width: 125px;	
}

.babesserie a {
	width: 125px;
}

.babesserie img {
	max-width: 120px;
}

#searchterms {
	width: 150px;
}

#softwares_panel_list ul.software-list .software-list-title {
	font-size: 12px;
}

#softwares_explore-nav li {
	width: 18px;
}

#softwares_explore-nav li img {
	width: 18px;
}

#softwares_explore-nav li.current {
	width: 18px;
}

#softwares_panel ul li {
	margin-left: 2px;
}

#job_search_content .XCheckListbox {
	width: 300px;
}

.forumsection {
	width: 300px;
}

.leftpaneltitle {
	line-height: 24px;
	font-size: 16px;
}

.newssimilartitle, .articlessimilartitle {
	font-size: 13px;
}

.newssimilarcontent, .articlessimilarcontent {
	margin-left: 0;
}

#page_news_item .newsdateother, .articlesdateother {
	display: none;
}

#page_news_item .leftpanelreply {
	width: 299px;
}

.newscomment {
	width: 293px;
}

.articlescategory {
	width: 70px;
}

.articlescategory img{
	width: 48px;
	height: 48px;
}

#job_search_content .XCheckListbox {
	width: 300px !important;
}

#softwares_panel_list ul.software-list div.software-list-info {
	font-size: 9px;
}

#softwares_panel_list ul.software-list div.software-list-info b{
	width: 47px;
}

#softwares_panel_list ul.software-list div.software-list-info {
	width: 185px;
}

.newsnextlink{
	display: none;
}

.articlescategory {
	width: 70px;
	height: 95px;
	font-size: 10px;
	line-height: 1.3em;
}

.articlescategory img{
	width: 48px;
	height: 48px;
}

.articlesimilar {
	white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
overflow: hidden;
}

.forumtopic {
	width: 256px;
	height: 30px;
}

.forumtopicsecondline, .forumtopicmessages, .forumtopicviews, .forumtopic div.XPages, .messageheaderimages {
	display: none;
}

.forumtopicname {
	width: 248px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 6px;
}

.forumtopicheader .forumtopicname {
	margin-top: 0px;
}


.forumattachpreview img {
	max-width: 200px;
}

.forummessagetext {
	width: 269px;
}

.forummessagesubjectsecondline {
	font-size: 9px;
		overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
}

.forummessagesubjectsecondlinehideable {
	display: none;
}

.forummessagesubject  {
		font-size: 13px;
		overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
	height: 38px;
}

#forumfooterex .forummessagepages, .forumtopsmileys {
	display: none;
}

.mainex .leftpanelreply textarea {
	width: 287px;
}

.blogshomedate, .blogstitlecategory {
	display: none;
}

.leftpanelreplyforum select {
	width: 290px;
}

.usersprofile img {
	width: 40px;
}

.usersprofile a {
	margin-left: 19px;
}

.usersprofile {
	padding-left: 22px;
}

.forumhomedateread {
	margin-right: 11px;
	margin-left: 11px;
}

.forumhomedateunread {
	margin-right: 11px;
	margin-left: 11px;
}

.leftpanelsmall {
	display: block;
}

.shoutboxdate {
	margin-right: 11px;
	margin-left: 11px;
}

#shoutbox_text_ex {
	width: 200px !important;
}

#page_shoutbox_main #shoutbox input[type="submit"] {
	width: 221px;
}

#outrolink {
	margin-top: -94px;
}

.footerpartners {
	display: none;
}

}@media screen and (min-width: 600px) and (max-width: 719px) {


#toplogo {
	width: 60px;
	overflow: hidden;
}

#topstuffs {
	width: 600px ;
}

#toplivecontent {
	width: 600px;
}

#newsbannercontainer {
	display: none;
}

#menu {
	width: 540px;
}

#menu a {
	padding-left: 10px;
	padding-right: 10px;	
}

#topbannerimg {
	left: 0;
	width: 600px;
}

.bodymain {
	width: 600px;
}

.newsbydateright {
	width: 512px;
}

.rightpanels {
	width: 515px;
}

.rightpanel {
	width: 513px;
}

.xmenuboxlev1 {
	width: 675px !important;
	margin-left: -330px !important;
}

#menu a {
	font-size: 12px;
}

.xmenuboxlev1 a {
	font-size: 8px!important;
	padding-left: 8px;
	letter-spacing: -0.10em;
}

#main {
	width: 600px;
}

.leftpanel {
	width: 598px;
}

.bbeditorbuttonscontainer {
	width: 473px;
}

#shoutbox .bbeditor {
	width: 515px;
}

#shoutbox_text_responsive {
	width: 465px !important;
	border: 1px solid #E2E2E2;
}
 
#shoutbox input[type="submit"] {
	width: 492px;
}

.articletext {
	width: 588px;
}

.articlesummary {
	width: 596px;
}

.articlescomment {
	width: 592px;
}

.newscomment {
	width: 592px;
}

.newscomment .leftpaneltitle {
	width: 453px;
}

.mainex {
	width: 603px!important;
}

.mainex .leftpanel {
	width: 998px;
}

.forumcategory {
	width: 560px;
}

.forumtopic {
	width: 556px;
}

.forumtopicname {
	width: 413px;
}

.forumtopictoolstitle {
	margin-left: 90px;
	top: 7px;
}

.forumtopictoolsdata {
	margin-left: 87px;
	top: 33px;
}

.forumtopic div.XPages {
	width: 180px;
}

.mainex .leftpanelreply {
	width: 1000px !important;
}

.bbeditorbuttonscontainer {
	width: 597px;
}

.mainex .leftpanelreply #quickreplyform, .mainex .leftpanelreply .bbeditorbuttonscontainer {
	width: 467px !important;
}

.mainex .leftpanelreply textarea {
	width: 454px !important;
}

.leftpanelreplyforum .bbeditor {
	width: 461px;
}

.leftpanelreplyforum .inputreadonly {
	width: 578px;
}

.leftpanelreplyforum #subject {
	width: 576px;
}

.outroblock1, .outroblock2 {
	width: 600px;
}

.outroblock1 *, .outroblock2 * {
	font-size: 10px !important;
}

.forummessagetext {
	width: 575px;
}

#job_search_content #search {
	width: 426px;
}

.main .leftpanelreply {
	width: 600px;
}

#shoutbox_text_ex {
	width: 479px !important;
}

#page_shoutbox_main #shoutbox input[type="submit"] {
	width: 500px;
}

.rightpaneltitle {
	font-size: 15px;
}

.shoutboxlinecontent {
	padding-left: 0px;
}

.stayconnected {
	width: 595px;
}

.newstitlecategory, .articlestitlecategory, .articlehomedate .forumcategorydesc,
  .forumtopiclastmsgdate, .forummessageinfo, .rightpanels, .xmenuboxlev1, .forumcategorymessages,
  .commentheaderimages, .articleheaderimages {
	display: none;
}

#softwares_explore-nav li {
	width: 34px;
}

#softwares_panel_list ul.software-list div.software-list-info{
	width: 236px;
}

#postcomment textarea {
	width: 588px;
}

.rightpanel img {
	max-width: 100%;
}

.forumcategoryname {
	padding-top: 4px;
	width: 200px;
}

.forumcategorylastmsg {
	padding-left: 333px;
}

.forumcategorynameheader {
	width: 212px;
}

.forumcategoryheader{
	width: 591px;
}

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

.mainex .leftpanel {
	width: 598px !important;
}

.forumstats {
	width: 589px;
}

div.XPages {
	width: 500px;
}

.xmenuboxlev0 {
	width: 540px;
	margin-top: 7px;
}

#menu a {
	font-size: 12px;
	padding-left: 6px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
}

.stayconnectedimages {
	height: 32px;
	width: 248px;
	overflow: hidden;
	position: absolute;
}

.connectiontitle {
	width: 200px;
}

#topbannerad {
	width: 600px;
	overflow: hidden;
}

.articlesummarytext {
	padding-left: 99px;
}

.articletext .leftpaneltitle {
	width: 586px;
	line-height: 23px;
}

.articletext .leftpanelsubtitle, .articletext .leftpanelsubtitlewarning {
	width: 592px;
}

.babesserie {
	width: 125px;	
}

.babesserie a {
	width: 125px;
}

.babesserie img {
	max-width: 120px;
}

#searchterms {
	width: 150px;
}

#softwares_panel_list ul.software-list .software-list-title {
	font-size: 12px;
}

#softwares_explore-nav li {
	width: 32px;
}

#softwares_explore-nav li img {
	width: 32px;
}

#softwares_explore-nav li.current {
	width: 32px;
}

#softwares_panel ul li {
	margin-left: 9px;
}

#job_search_content .XCheckListbox {
	width: 300px;
}

.forumsection {
	width: 300px;
}

.leftpaneltitle {
	line-height: 24px;
	font-size: 16px;
}

.newssimilartitle, .articlessimilartitle {
	font-size: 13px;
}

.newssimilarcontent, .articlessimilarcontent {
	margin-left: 0;
}

#page_news_item .leftpanelreply {
	width: 598px;
}

.newscomment {
	width: 593px;
}

.articlescategory {
	width: 70px;
	height: 95px;
	font-size: 10px;
	line-height: 1.3em;
}

.articlescategory img{
	width: 48px;
	height: 48px;
}

#job_search_content .XCheckListbox {
	width: 300px !important;
}

.forumcategorydesc {
	margin-top: -3px;
}

.forumsection {
	width: 600px;
}

.forumcategorylastmsg {
	padding-left: 280px;
}

.forumcategorytopics {
	width: 14%;
}

#jobs_panel_list ul.job-list div.job-list-info {
	width: 220px;
}

#softwares_panel div.software-detail .software-detail-title {
	font-size: 19px;
}

#softwares_panel div.software-detail-action {
	width: 118px;
}

#softwares_panel div.software-detail-specs {
	width: 415px;
}

#softwares_panel div.software-detail-specs div.specs-data {
	width: 283px;
}

#softwares_panel div.software-detail-action .action-info{
	width: 140px;
}

.usersprofile img {
	width: 40px;
}

.usersprofile a {
	margin-left: 19px;
}

#page_users_forum .bbeditor {
	width: 450px;
}

#page_users_forum .bbeditorbuttonscontainer {
	width: 431px;
}

.simplemodal-wrap iframe {
	width: 500px;
	height: 360px;
}

#simplemodal-container{
	width: 500px!important;
	height: 300px;
}

.forumtopicmessages {
	width: 11%;
}

.leftpanelreplyforum select {
	width: 597px;
}

.forummessagesubjectsecondline {
	font-size: 9px;
}

.forummessagesubjectsecondlinehideable {
	display: none;
}

.forummessagetextbody {
	margin-right: 16px;
}

.forummessagepages {
	width: 270px;
}

#forumfooterex #forummessagepages {
	display: none;
}

#page_forum_topic .mainex .leftpanelreply #quickreplyform,
#page_forum_topic .mainex .leftpanelreply .bbeditorbuttonscontainer,
#page_forum_viewprivate .mainex .leftpanelreply #quickreplyform,
#page_forum_viewprivate .mainex .leftpanelreply .bbeditorbuttonscontainer {
	width: 596px !important;	
}

#page_forum_viewprivate .mainex .leftpanelreply textarea,
#page_forum_topic .mainex .leftpanelreply textarea {	
	width: 586px !important;
}

.forumhomedateread {
	margin-right: 11px;
	margin-left: 11px;
}

.forumhomedateunread {
	margin-right: 11px;
	margin-left: 11px;
}

.leftpanelsmall {
	display: block;
}

.shoutboxdate {
	margin-right: 11px;
	margin-left: 11px;
}

.forumleftpaneltitleex {
	height: 24px;
}

.articlesimilar {
	white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
overflow: hidden;
}

.footerpartners {
	display: none;
}

}@media screen and (min-width: 720px) and (max-width: 1023px) {

#toplogo {
	width: 60px;
	overflow: hidden;
}

#topstuffs {
	width: 700px ;
}

#toplivecontent {
	width: 700px;
}

#newsbannercontainer {
	width: 430px
}

#menu {
	width: 635px;
}

#topbannerad {
	width: 700px;
	overflow: hidden;
}

#menu a {
	padding-left: 10px;
	padding-right: 10px;
}

#topbannerimg {
	left: 0;
	width: 300px;
}

.bodymain {
	width: 700px;
}

.newsbydateright {
	width: 388px;
}

.rightpanels {
	width: 215px;
}

.rightpanel {
	width: 213px;
}

.xmenuboxlev1 {
	width: 675px !important;
	margin-left: -330px !important;
}

#menu a {
	font-size: 12px;
}

.xmenuboxlev1 a {
	font-size: 8px!important;
	padding-left: 8px;
	letter-spacing: -0.10em;
}

#main {
	width: 475px;
}

.leftpanel {
	width: 473px;
}

#page_news_item .leftpanelreply {
	width: 473px;
}

.bbeditorbuttonscontainer {
	width: 473px;
}

#shoutbox .bbeditor {
	width: 215px;
}

#shoutbox_text {
	width: 170px !important;
}
 
#shoutbox input[type="submit"] {
	width: 192px;
}

.articletext {
	width: 463px;
}

.articlesummary {
	width: 471px;
}

.articlescomment {
	width: 468px;
}

.newscomment {
	width: 468px;
}

.newscomment .leftpaneltitle {
	width: 453px;
}

.mainex {
	width: 703px!important;
}

.mainex .leftpanel {
	width: 998px;
}

.forumtopic {
	width: 655px;
}

.forumtopicname {
	width: 517px;
}

.forumtopictoolstitle {
	margin-left: 139px;
}

.forumtopictoolsdata {
	margin-left: 137px;
}

.forumtopic div.XPages {
	width: 300px;
}

.mainex .leftpanelreply {
	width: 1000px !important;
}

.mainex .leftpanelreply #quickreplyform, .mainex .leftpanelreply .bbeditorbuttonscontainer {
	width: 564px !important;
}

#page_forum_topic .mainex .leftpanelreply #quickreplyform, #page_forum_topic .mainex .leftpanelreply .bbeditorbuttonscontainer {
	width: 696px !important;
}

.mainex .leftpanelreply textarea {
	width: 556px !important;
}

#page_forum_topic .mainex .leftpanelreply textarea {
	width: 687px !important;
}


.leftpanelreplyforum .bbeditor {
	width: 561px;
}

.leftpanelreplyforum .inputreadonly {
	width: 978px;
}

.leftpanelreplyforum #subject {
	width: 976px;
}

.outroblock1, .outroblock2 {
	width: 700px;
}

.forummessagetext {
	width: 679px;
}

#job_search_content #search {
	width: 301px;
}

.main .leftpanelreply {
	width: 675px;
}

#shoutbox_text_ex {
	width: 479px !important;
}

#page_shoutbox_main #shoutbox input[type="submit"] {
	width: 500px;
}

.rightpaneltitle {
	font-size: 15px;
}

.shoutboxlinecontent {
	padding-left: 0px;
}

.stayconnected {
	width: 250px;
}

.newstitlecategory, .articlestitlecategory,  .forumcategorydesc,
  .forumtopiclastmsgdate, .forummessageinfo, .stayconnectedimages {
	display: none;
}

#softwares_explore-nav li {
	width: 34px;
}

#softwares_panel_list ul.software-list div.software-list-info{
	width: 160px;
}

#postcomment textarea {
	width: 467px;
}

.rightpanel img {
	max-width: 100%;
}

.forumcategoryname {
	padding-top: 4px;
	width: 200px;
}

.forumcategorylastmsg {
	padding-left: 333px;
}

.forumcategorynameheader {
	width: 212px;
}

.forumcategoryheader{
	width: 691px;
}

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

.mainex .leftpanel {
	width: 698px !important;
}

.forumstats {
	width: 689px;
}

div.XPages {
	width: 410px;
}

.articlescategory {
	width: 88px;
	height: 95px;
	font-size: 10px;
	line-height: 1.3em;
}

.articlescategory img{
	width: 48px;
	height: 48px;
}

.articlesimilar {
	white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
overflow: hidden;
}

#page_forum_topic .mainex .leftpanelreply #quickreplyform,
#page_forum_topic .mainex .leftpanelreply .bbeditorbuttonscontainer,
#page_forum_viewprivate .mainex .leftpanelreply #quickreplyform,
#page_forum_viewprivate .mainex .leftpanelreply .bbeditorbuttonscontainer {
	width: 696px !important;	
}

#page_forum_viewprivate .mainex .leftpanelreply textarea,
#page_forum_topic .mainex .leftpanelreply textarea {	
	width: 686px !important;
}

.forumcategory {
	width: 660px;
}

.forummessagetext {
	width: 667px;
}

#shoutbox_text_ex {
	width: 350px !important;
}

#page_shoutbox_main #shoutbox input[type="submit"] {
	width: 371px;
}

.usersprofile img {
	width: 40px;
}

.usersprofile a {
	margin-left: 19px;
	width: 43px;
}

.usersprofile {
	padding-left: 22px;
}

#pebbleMOB640x150 {
	margin-left: 35px;
}

.footerpartners {
	display: none;
}

}/* Media Queries */

@media screen and (min-width: 1024px) and (max-width: 1279px) {

#toplogo {
}

#topstuffs {
	width: 1000px ;
}

#toplivecontent {
	width: 1000px;
}

#newsbannercontainer {
	width: 530px
}

#menu {
	width: 660px;
}

#topbannerad {
	width: 1000px;
	overflow: hidden;
}

#topbannerimg {
	left: 0;
	width: 1000px;
}

.bodymain {
	width: 1000px;
}

.newsbydateright {
	width: 583px;
}

.rightpanels {
	width: 310px;
}

.rightpanel {
	width: 308px;
}

.xmenuboxlev1 {
	width: 675px !important;
	margin-left: -350px !important;
}

#menu a {
	font-size: 12px;
}

.xmenuboxlev1 a {
	font-size: 9px!important;
	padding-left: 8px;
	letter-spacing: -0.10em;
}

#main {
	width: 675px;
}

.leftpanel {
	width: 673px;
}

#page_news_item .leftpanelreply {
	width: 673px;
}

.bbeditorbuttonscontainer {
	width: 673px;
}

#shoutbox .bbeditor {
	width: 215px;
}

#shoutbox_text {
	width: 170px !important;
}
 
#shoutbox input[type="submit"] {
	width: 192px;
}

.articletext {
	width: 663px;
}

.articlesummary {
	width: 671px;
}

.articlescomment {
	width: 668px;
}

.newscomment {
	width: 668px;
}

.newscomment .leftpaneltitle {
	width: 653px;
}

.mainex {
	width: 1000px!important;
}

.mainex .leftpanel {
	width: 998px !important;
}

.forumcategory {
	width: 962px;
}

.forumtopic {
	width: 956px;
}

.forumtopicname {
	width: 600px;
}

.forumtopictoolstitle {
	margin-left: 280px;
}

.forumtopictoolsdata {
	margin-left: 288px;
}

.forumtopic div.XPages {
	width: 300px;
}

.mainex .leftpanelreply {
	width: 1000px !important;
}

.mainex .leftpanelreply #quickreplyform, .mainex .leftpanelreply .bbeditorbuttonscontainer {
	width: 860px !important;
}

.mainex .leftpanelreply textarea {
	width: 852px !important;
}

.leftpanelreplyforum .bbeditor {
	width: 861px;
}

.leftpanelreplyforum .inputreadonly {
	width: 978px;
}

.leftpanelreplyforum #subject {
	width: 976px;
}

.outroblock1, .outroblock2 {
	width: 1000px;
}

.forummessagetext {
	width: 779px;
}

#job_search_content #search {
	width: 501px;
}

.main .leftpanelreply {
	width: 675px;
}

#shoutbox_text_ex {
	width: 479px !important;
}

#page_shoutbox_main #shoutbox input[type="submit"] {
	width: 500px;
}

#postcomment textarea {
	width: 662px;
}

.forumstats {
	width: 987px;
}

.usersprofile img {
	width: 40px;
}

.usersprofile a {
	margin-left: 33px;
	width: 43px;
}

.usersprofile {
	padding-left: 22px;
}

#page_forum_topic .mainex .leftpanelreply #quickreplyform,
#page_forum_topic .mainex .leftpanelreply .bbeditorbuttonscontainer,
#page_forum_viewprivate .mainex .leftpanelreply #quickreplyform,
#page_forum_viewprivate .mainex .leftpanelreply .bbeditorbuttonscontainer {
	width: 996px !important;	
}

#page_forum_viewprivate .mainex .leftpanelreply textarea,
#page_forum_topic .mainex .leftpanelreply textarea {	
	width: 986px !important;
}

.rightpanelskyad {
	margin-left: 2px !important;
}

.footerpartners {
	margin-left: 340px;
}

}
</pre></body></html>