/* reset/normalize 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; }
HTML { overflow: -moz-scrollbars-vertical; -ms-overflow-y: scroll; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, MAIN, NAV, SECTION, SUMMARY { display: block; }
AUDIO, CANVAS, VIDEO { display: inline-block; *display: inline; *zoom: 1; }
AUDIO:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
TABLE { border-collapse:collapse; border-spacing: 0; }
TABLE TD { border-color:#666666; }
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after { content:""; }
BLOCKQUOTE { quotes:"" ""; }
Q { quotes: none; }
Q:before, Q:after { content: ''; content: none; }
MARK { background: #ff0; color: #000; }
A IMG { border:none; }
:focus { outline: 0; }
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; font-size: 75%; position: relative; vertical-align: baseline; }
ABBR, ACRONYM { border-bottom:1px dotted #666; }
PRE { margin:1.5em 0; white-space:pre; white-space: pre-wrap; word-wrap: break-word; }
PRE, CODE, TT { font:1em 'andale mono', 'lucida console', monospace;line-height:1.5; }
LI UL, LI OL { margin:0 1.5em; }
UL, OL, MENU { margin:0 1.5em 1.5em 1.5em; }
NAV UL, NAV OL { list-style: none; list-style-image: none; }
IMG{ -ms-interpolation-mode: bicubic; }
P { margin:0 0 1.5em; }
DL { margin:0 0 1.5em 0; }
DD { margin-left:1.5em; }
SUP { top: -0.5em; }
SUB { bottom: -0.25em; }
WBR { display: inline-block; }
BODY{ text-align:center; }
SVG:not(:root) { overflow: hidden; }
SMALL { font-size: 80%; }
IFRAME{ text-align:center; margin:auto; display: block; }
BUTTON, INPUT { line-height: normal; }
BUTTON, SELECT { text-transform: none; }
INPUT, TEXTAREA, SELECT, BUTTON { font-size:100%; font-family:inherit; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;  vertical-align: baseline; *vertical-align: middle; }
BUTTON, HTML INPUT[type="button"], INPUT[type="reset"], INPUT[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible;}
BUTTON[disabled], HTML INPUT[disabled] { cursor: default; }
INPUT[type="checkbox"], INPUT[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
INPUT[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
INPUT[type="search"]::-webkit-search-cancel-button, INPUT[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
BUTTON::-moz-focus-inner, INPUT::-moz-focus-inner { border: 0; padding: 0; }
TEXTAREA { overflow: auto; vertical-align: top; }
INPUT.placeholder, TEXTAREA.placeholder { color: #cccccc; !important; }
::-webkit-input-placeholder, :-moz-placeholder, :-ms-input-placeholder { color: #cccccc; }

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

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

#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.png');	
}

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

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

.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 .tooltip_content {
	padding:4px; 
	color:#4b4d4b;
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	background-color:#e6f4fe; 
	text-align:left;
}

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

.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.png") 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.png") 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;
}

.nodata{
	text-align:center;
	padding:20px;
}

DIV#breadcrumb{
	clear:both;
	text-align:left;
	padding-bottom:5px; 
	padding-top:4px;
}

#breadcrumb IMG{
	float:left;
	margin-right:5px; 
	margin-bottom:2px;
}

.gal6{
	margin:auto;
	text-align:center;
}

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