/* reset css */

HTML, BODY, DIV, SPAN, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, CODE, DEL, DFN, EM, Q, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, CAPTION {
	margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit; font-variant: inherit;
}

TABLE, TBODY, TFOOT, THEAD, TR, TH, TD {
	font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;  font-variant: inherit; color:inherit;
}

TABLE { border-collapse:separate; }
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after { content:""; }
blockquote, q { quotes:"" ""; }
A IMG { border:none; }
:focus { outline: 0; }

/* typography.css */
H1, H2, H3, H4, H5, H6 { font-weight:bold }
BLOCKQUOTE, ADDRESS { margin:1.5em; font-style:italic; }
STRONG, B, DL DT, DFN, TH { font-weight:bold; }
EM, DFN, TFOOT { font-style:italic; }
SUP, SUB { line-height:0; }
ABBR, ACRONYM { border-bottom:1px dotted #666; }
PRE { margin:1.5em 0;white-space:pre; }
PRE, CODE, TT { font:1em 'andale mono', 'lucida console', monospace;line-height:1.5; }
LI UL, LI OL { margin:0 1.5em; }
UL, OL { margin:0 1.5em 1.5em 1.5em; }
p { margin:0 0 1.5em; }
DL { margin:0 0 1.5em 0; }
DD { margin-left:1.5em; }
WBR { display: inline-block; }
BODY{ text-align:center; }

INPUT, TEXTAREA,SELECT {
	font-family:inherit;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
} 

.blok { display:block }
.inline { display:inline }
.b { font-weight:bold; }
.nobr { white-space: nowrap; }
.newline	{ clear:both; }
.left, TD.left, TR.left, DIV.left { text-align:left; }
TABLE.left, IMG.left, DIV.leftl { float:left; }
.right, TD.right, TR.right, DIV.right { text-align:right; }
TABLE.right, IMG.right, DIV.rightp { float:right; }
.center  { text-align:center; margin:auto; }
TABLE.center  { margin:auto; }
TD.center, TR.center, DIV.center { text-align:center; }
.justify, DIV.justify  { text-align:justify; }
.fullwidth  { width:100%; }

#comm {
	text-align:center;
	padding:10px;
	font-size:13px;
	color:#000000;
	border:1px solid #298103;
	background-color:#f5faf3;
	margin-bottom:4px;
}

.err {
	color:#000000;
	padding:7px;
	margin:auto;
	border:1px solid #ff0000;
	background-color:#ffffcc;
	display:block;
}

.errform{
	color:#ff0000;
}

/* buttoni, ikonki, itp */

DIV.nobutton{ 
	display: block; 
	font-weight:bold;
	background-image:url('../img/sys/button3.gif');	
	width:26px;
	height:26px;
	text-align:center;
	color : #000000; 
	text-decoration : none; 
} 

A.button, A.button:link	, A.button:visited, A.button:active { 
	display: block; 
	font-weight:bold;
	background-image:url('../img/sys/button.gif');
	width:26px;
	height:26px;
	text-align:center;
	color : #000000; 
	text-decoration : none; 
} 

A.button:hover { 
	background-image:url('../img/sys/button2.gif');
	text-decoration : none; 
} 

.button IMG, .nobutton IMG {
	border:0px none;
}

/* error box */
#err_box {
	background-color: #f7f9fb;
	border: 1px dotted #ed051b;
	padding: 20px;
	font-family: Tahoma;
	font-size: 12px;
	color: #790000;
	z-index: 1000;
	position: fixed; left: 0px; right: 0px; top: 10px;
	width:700px; margin:auto;
	display: none;
}

* html #err_box { position:absolute; }

#err_hide {
	clear:both;
	color: blue;
	width:16px;
	height:16px;
	text-align:right;	
	float:right;
	cursor: pointer;
	background-image:url('../img/sys/ico/cross.gif');	
}

#err_field {
	font-weight: bold;
	display:block;
	text-align:left;
	line-height:160%;
	color:#ff0000;	
}

/* tooltip */
.tooltip {
	border:1px solid #38639d; 
	width:200px;
}

/* tooltip title */
.tooltip .tooltip_title {
	font-weight:bold;
	padding:2px; 
	color:#ffffff;
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	background-color:#38639d; 
	text-align:left;
}

/* tooltip title */
.tooltip .tooltip_content {
	padding:4px; 
	color:#4b4d4b;
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	background-color:#e6f4fe; 
	text-align:left;
}

/* pagination */
.pager {
	margin:0px;
	padding:0px;
	margin:auto;
	text-align:center;
}

.pager TD {
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	font-size:11px;
	text-align:center;	
}

.pager TD SPAN {
	display:block;
	width:26px;
	height:18px;
	line-height:18px;	
}

.pager TD A, .pager TD A:link, .pager TD A:visited, .pager TD A:active { 
	display:block;
	height:18px;
	line-height:18px;
	width:26px;
	color: #275899; 
	background-color:#f1efef;
	border:1px solid #d5d3d3;
	text-decoration: none; 
}

.pager TD A:hover, .pager TD A.pager_wyb { 
	color: #ffffff; 
	background-color:#e67817;
	border:1px solid #666666;	
	text-decoration: none; 
}

/* admin functions border */
.aframe { 
	border:1px solid #666666;
	padding:5px;
	margin:10px;
	background-color: #f7f6f7;
	color: #4f4f4f;
	text-align:left;
}

.aframe IMG {
	border:0px none;
}

.aframe DIV, .aframe SPAN { 
	color: #4f4f4f;
}

.aframe A, .aframe A:link, .aframe A:visited, .aframe A:active	{ 
	color: #275899; 
	text-decoration: none; 
}

.aframe A:hover { 
	color: #FF6600; 
	text-decoration: none; 
}

#adv_layer {
	position:absolute; 
	top:180px; 
	z-index:200;
	width:100%;
	margin:auto;
	text-align:center;
}

.field_status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

LABEL.error {
  background:url("../img/sys/ico/exclamation.gif") no-repeat 0px 0px;
  background-repeat:no-repeat;	
  background-position: top left;	
  margin-left:4px;	
  padding-left: 20px;
  padding-bottom:3px;
  font-weight: normal;
  color: #EA5200;
}

LABEL.checked {
  background:url("../img/sys/ico/accept.gif") no-repeat 0px 0px;
  background-repeat:no-repeat;
  background-position: top left;	
  margin-left:4px;	
  padding-left: 20px;
  padding-bottom:3px;
  font-weight: normal;
  color: #EA5200;	
}

INPUT.error, SELECT.error, TEXTAREA.error {
	border: 1px solid #ff0000;
}

DIV.error  { color: #FF0000; text-align:left; }

DIV.error UL{
	padding:0px;
	margin:0px;
	padding-top:10px;
	list-style-type:square;
	font-size:11px;
}


#comm_info{
	padding:8px;
	border-bottom: 1px solid #ffffff;
	display: block;
	z-index: 9999;
	background-color: #2b2b2a;
	top: 0px;
	opacity: 0.9;
	text-align: center;
	width: 100%;
	position: fixed;
}

#comm_txt {
	line-height: 160%;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

#comm_info P {
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}

#comm_info A {
	color: #18a0fb;
}

#comm_info A:hover {
	color: #ffffff;
	text-decoration:underline;
}