/* general classes */
BODY, html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	background-color: white;
}
.topRoundCorner, .bottomRoundCorner{
	height: 24px;
	margin-left: -26px;
	margin-right: -24px;
}
.topRoundCorner {
background: url('img/menu_t_r.gif') top right no-repeat;
	
}
.bottomRoundCorner {
	background: url('img/menu_b_r.gif') top right no-repeat;
}
a, .lnk, .lnkw {
	color: #0066CC;
	cursor: pointer;
}
.lnkw {
	text-decoration: underline;
}
a:hover, .lnk:hover {
	color: #3399FF;
	cursor: pointer;
}
a:active {
	color: #3399FF;
}
h1 {
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans-serif;
	color: #00b5df;
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 6pt;
}
h2 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: white;
	font-size: 12pt;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 6pt;
}
h4, .centerboxtext h2 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #00b5df;
	text-align: left;
    margin-top: 0px;
	margin-bottom: 6pt;
}
#container {
	min-height: 100%;
}
*html #container {
	height: 100%;
}
#header {
	height: 240px;
	clear: both;
	background: url('img/coloreddots_top.gif') bottom center;
}
#leftCol {
	width: 250px;
	float: left;
}
#rightCol {
	margin-left: 270px;
}
*html #rightCol {
	width: 100%;
}
#groupCol {
	margin: 0px 5% 0px 5%;
}
#footer {
	height: 76px;
	margin-top: -76px;
	background: url('img/coloreddots_bot.gif') bottom center repeat-x;
	position: relative;
}
#subfooter {
	/*margin: 0px 0px 0px 5%;*/
	background: url('img/footerbg.gif') bottom left no-repeat;
	position: absolute;
	left: 5%;
	bottom: 0;
	width: 250px;
	height: 76px;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: f5f5f5;
}
#subfooter2 {
	margin: 0px 5% 0px 5%;
	padding-left: 250px;
	padding-top: 36px;
	text-align: center;
}
#leftbox {
	min-width: 100%;
	background-color: #a31bf2;
}
#connectors {
	position: relative;
	top: 8px;
	height: 209px;
	width: 1000px;
}
#connectors a{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#M {
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 10;
}
#A {
	position: absolute;
	top: 72px;
	left: 188px;
	z-index: 10;
}
#D {
	position: absolute;
	top: 5px;
	left: 412px;
	z-index: 10;
}
#E {
	position: absolute;
	top: 74px;
	left: 595px;
	z-index: 10;
}
#X {
	position: absolute;
	top: 20px;
	left: 828px;
	z-index: 10;
}
#map {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	padding: 15px 5% 15px 5%;
}
#map a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: #a31bf2;

}
#mdsgn {
	position: absolute;
	top: 165px;
	left: 17px;
	z-index: 11;
	
}
#mdsgn a { font-size: 8pt; }
#uslugi {
	position: absolute;
	top: 192px;
	left: 277px;
	z-index: 11;
}
#faq {
	position: absolute;
	top: 90px;
	left: 492px;
	z-index: 11;
}
#works {
	position: absolute;
	top: 213px;
	left: 685px;
	z-index: 11;
}

#contact {
	position: absolute;
	top: 130px;
	left: 904px;
	z-index: 11;
}
#calc li {
	padding-bottom: 7px;
}
.calcdesc {
	color: #999999;
	padding-left: 50px;
	
}
.mainmenu {
	line-height: 18pt;
}
a.mainmenu {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: white;
	text-decoration: none;
}
a.mainmenu:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: white;
	text-decoration: underline;
}
HR {
	border : 1px solid #cccccc;
}

.error {
	font-family:Verdana,Arial,Helvetica;
    font-size : 11px;
    color : Red;
}

.info {
	font-family:Verdana,Arial,Helvetica;
    font-size : 9px;
    color : #003366;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext {
	font-family:Verdana,Arial,Helvetica;
	font-size : 11pt;	
	background : White;
	text-align: justify;
	color : #003366;
}
.centerboxtext table {
	font-family:Verdana,Arial,Helvetica;
	font-size : 11pt;	
	background : White;
	text-align: justify;
	color : #003366;
	width:100%;
}
.leftboxtext {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9pt;	
	color: #f5f5f5;
	margin-bottom: 15px;
	padding-left: 26px;
	padding-right: 24px;
	background-color: #a31bf2;
}
.leftboxhint {
   	font-family:Verdana,Arial,Helvetica;
	font-size : 10pt;	
	color: #f5f5f5;
	padding-left: 26px;
	padding-right: 24px;
	margin-bottom: 15px;
	background-color: #a31bf2;
}

.leftboxtext a, .leftboxhint a {
	color: white;
}
.rightboxtext {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9pt;	
	color : #f5f5f5;
}
.plainboxtitle {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
    font-weight : bold;
	background : #DCDCDC;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	color : #003366;

}

.sideboxtable {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
    font-weight : bold;
	background : #FAFAFA;
	border : 1px solid #000000;
	color : #003366;

}

.plainboxtext {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	background : #ffffff;
	color : #003366;
}

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	background : #FAFAFA;
	border-bottom : 1px solid #cccccc;
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	font-weight : bold;
	color : #003366;
}

.mainbox {
	background : #FAFAFA;
	border: 1px solid #003366;
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	color : #003366;
}

.mainsbox {
	background : #FAFAFA;
	font-family:Verdana;
	font-size : 9px;	
	color : #003366;
}

.sideboxtable {
	background : #FAFAFA;
	border: 1px solid #003366 ;
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	font-weight : bold;
	color : #003366;
}

.centerboxtitle {
	background : #FAFAFA;
	border-bottom : 1px solid #cccccc;
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	font-weight : bold;
	color : #003366;
}

.pgprocessed {
	color: #ADADAD;
	font-family:Verdana,Arial,Helvetica;
	font-size: 9px;
}

.version {
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 8px;
}
.navbar {
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 8px;
}

/* user card */
.userexttable {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	color : White;
	background : #003366;
}

.usertoppanel {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	background : #EAEAEA;
	color : #003366;
}

.userbottompanel {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	background : #FAFAFA;
	color : #003366;
}

.myaccount1 {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	background : #EFEFEF;
	color : #003366;
}

.myaccount2 {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	background : #FAFAFA;
	color : #003366;
}
.otbl {
	font-family : Verdana;
	font-size : 11px;
	color: Black;
	background: #FAFAFA;
	border-bottom: 1px solid #003366;
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
}

.btn{
	width: 23px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 1px solid White;
}
.btnOver {
	width: 23px;
	height: 22px;
	border : 1px outset Black;
	background : Silver;
}
/* CODE TAGS */

table.phphighlight {
	margin: 2px 0;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}
.codewrap table.phphighlight {

}
table.phphighlight td {
	vertical-align: top;
}
table.phphighlight td,
table.phphighlight td code {
	margin: 0;
	color: #000;
	font: 12px/125% "courier new", courier, monospace;
	white-space: nowrap;
}
table.phphighlight td.phphighlightline {
	text-align: right;
	width: 4ex;
	padding: 4px;
	border: none; /*	border: 1px solid #000;*/
	background-color: #e6e4e1;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}
table.phphighlight td.phphighlightcode {
	padding: 0;
	border: none;
	border-right: 1px solid #000;
}
.codewrap table.phphighlight td.phphighlightcode div {
	position: relative;
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	padding-bottom: 16px;
}
table.phphighlight td.phphighlightcode code {
	display: block;
	padding: 4px;
	background-color: #fefefe;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
img.klipklap {
	margin-right: 2px;
}

.hand {
	cursor: pointer;
}
