/* Stylesheet / CSS */

/* CSS Reset - Do not edit this line */ 
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}body {line-height:1.5;background:white;}
/* table {border-collapse:separate;border-spacing:0;} */
caption {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}:focus {outline:0;}


/* General Styles
----------------------------------------------------------------------------------------------------*/
html {
	min-height: 100%;
}
body {
	height: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	font-size: 13px;
	line-height: 20px;
	min-width: 998px;
/*	border-top:3px solid #919191; */
	background:url(/image/BG.jpg) repeat;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px; 
}

#wrapper {
	width: 350px;
	margin:auto;
	position: relative;
	padding: 20px 0 0 0px;
	height: 100%;
}

#wrappertop {
	background:url(/image/wrapper_top.png) no-repeat;
	height:22px;
}

#wrappermiddle {
	background:url(/image/wrapper_middle.png) repeat-y;
	height:240px;
}

#wrapperbottom {
	background:url(/image/wrapper_bottom.png) no-repeat;
	height:22px;
}

#wrapper h2 {
	margin-left:20px;
	font-size:20px;
	font-weight:bold;
	font-family:Myriad Pro;
	text-transform:uppercase;
	position:absolute;
	text-shadow: #fff 2px 2px 2px;
}

#cim0 h2 {
	font-size:20px;
	font-weight:bold;
	font-family:Myriad Pro;
	text-transform:uppercase;
	text-shadow: #fff 2px 2px 2px;
	color: #000000;
}

#cim h2 {
	font-size:17px;
	font-weight:bold;
	font-family:Myriad Pro;
	text-transform:uppercase;
	text-shadow: #cdcdcd 2px 2px 2px;
	color: #5c5c5c;
}

#username_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:40px;
}

#username_inputleft {
	float:left;
	background:url(/image/input_left.png) no-repeat;
	width:12px;
	height:50px;
}

#username_inputmiddle {
	float:left;
	background:url(/image/input_middle.png) repeat-x;
	width:276px;
	height:50px;
}

#username_inputright {
	float:left;
	background:url(/image/input_right.png) no-repeat;
	width:12px;
	height:50px;
}

#url{
	display:block;
	width:276px;
	height:45px;
	background:transparent;
	border:0;
	color:#bdbdbd;
	font-family:helvetica, sans-serif;
	font-size:14px;
	padding-left:20px;
}

#url_user {
	position:absolute;
	display:block;
	margin-top:-28px;
	float:left;
	padding-right:10px;
}

#password_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:100px;
}

#password_inputleft {
	float:left;
	background:url(/image/input_left.png) no-repeat;
	width:12px;
	height:50px;
}

#password_inputmiddle {
	float:left;
	background:url(/image/input_middle.png) repeat-x;
	width:276px;
	height:50px;
}

#password_inputright {
	float:left;
	background:url(/image/input_right.png) no-repeat;
	width:12px;
	height:50px;
}

#url_password {
	display:block;
	position:absolute;
	margin-top:-32px;
	float:left;
	margin-left:4px;
}

#submit{
	float:left;
	position:relative;
	padding:0;
	margin-top:160px;
	margin-left:25px;
	width:300px;
	height:40px;
	border:0;
}

#submit1 {
	position:absolute;
	z-index: 10;
	border:0;
}

#submit2 {
	position:absolute;
	margin-top:0px;
	border:0;
}

.gomblogin  { 
background: transparent url(/image/submit2.png) no-repeat; 
width: 300px;
background-repeat: no-repeat;
background-position: left center;
padding: 12px;
border: none;
cursor: pointer;
FONT-SIZE: 14px;
COLOR: #972E09;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-WEIGHT: bold;
}

.gomblogin:hover  { 
background: transparent url(/image/submit_hover2.png) no-repeat; 
width: 300px;
background-repeat: no-repeat;
background-position: left center;
padding: 12px;
border: none;
cursor: pointer;
FONT-SIZE: 14px;
COLOR: #972E09;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-WEIGHT: bold;
}

.gomb {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	CURSOR: pointer;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #cccccc;
	color: #000000;
	border: 1px solid #7a7a7a;
}


.torzsrow { FONT-SIZE: 12px; COLOR: #000000;  font-family: Verdana, Arial, Helvetica, sans-serif; }


#links_left{
	float:left;
	position:relative;
	padding-top:5px;
	margin-left:25px;
}

#links_left a{
	color:#808080;
	FONT-WEIGHT: bold;
	font-size:14px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#links_left a:hover{
	color:#292929;
}

#links_right{
	float:right;
	position:relative;
	padding-top:5px;
	margin-right:25px;
}

#links_right a{
	color:#bbb;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#links_right a:hover{
	color:#292929;
}

#powered{
	color:#ff0000;
	FONT-WEIGHT: bold;
	float:right;
	position:relative;
	margin-top:-22px;
	margin-right:26px;
	font-size:13px;
}

#powered2 a{
	color:#818181;
	font-size:15px;
	FONT-WEIGHT: bold;
	text-decoration:none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

#powered2 a:hover{
	color:#000000;
}

a.hiv3 {
	color:#818181;
	font-size:14px;
	text-decoration:none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	background-color: #ffffff;
}

a.hiv3:hover{
	color:#000000;
	background-color: #cccccc;
	FONT-WEIGHT: bold;
}

a.hiv3h {
	color:#000000;
	background-color: #cccccc;
	FONT-WEIGHT: bold;
}

a.hiv4 {
	color:#818181;
	font-size:16px;
	text-decoration:none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	line-height:1.5;
}

a.hiv4:hover{
	color:#000000;
	background-color: #cccccc;
	FONT-WEIGHT: bold;
}

a.hiv5 {
	color:#818181;
	font-size:14px;
	text-decoration:none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
/*	background-color: #ffffff; */
	line-height:1.4;
}

a.hiv5:hover{
	color:#000000;
	background-color: #cccccc;
}

a {
	color:#800000;
	font-size:14px;
	text-decoration:none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
/*	background-color: #ffffff; */
/*	line-height:1.4; */
}

a.hiv6 {
	color:#993300;
	font-size:14px;
	text-decoration:none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
/*	background-color: #ffffff; */
	line-height:1.4;
}

a.hiv6:hover{
	color:#000000;
	background-color: #ffff00;
}

a {
	color:#800000;
	font-size:14px;
	text-decoration:none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
/*	background-color: #ffffff; */
/*	line-height:1.4; */
}

a:hover{
	color:#000000;
	background-color: #cccccc;
}

.cim2 {
	font-size:17px;
	font-weight:bold;
	font-family:Myriad Pro;
	text-transform:uppercase;
	text-shadow: #cdcdcd 2px 2px 2px;
	color: #5c5c5c;
}

.tbox {
/*
class=\"tbox\" bgCOLOR=\"#F7F7F7\" cellspacing=\"20\" cellpadding=\"0\"
*/
-webkit-box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,0.14);
-moz-box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,0.14);
box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,0.14);
border-radius: 5px;
border: 1px solid #C0C0C0;
}

.tbox2 {
/*
class=\"tbox2\" bgCOLOR=\"#F7F7F7\" cellspacing=\"10\" cellpadding=\"0\"
*/
-webkit-box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,0.14);
-moz-box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,0.14);
box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,0.14);
border-radius: 5px;
border: 1px solid #000000;
}

.gomb {
/*
class=\"gomb\"
*/
  background: #d1e6a6;
  background-image: -webkit-linear-gradient(top, #d1e6a6, #9cb565);
  background-image: -moz-linear-gradient(top, #d1e6a6, #9cb565);
  background-image: -ms-linear-gradient(top, #d1e6a6, #9cb565);
  background-image: -o-linear-gradient(top, #d1e6a6, #9cb565);
  background-image: linear-gradient(to bottom, #d1e6a6, #9cb565);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #972f09;
  font-size: 15px;
  padding: 5px 15px 5px 15px;
  border: solid #83a142 1px;
  text-decoration: none;
}

.gomb:hover {
  background: #cccccc;
  text-decoration: none;
    color: #000000;

}

.mezo { 
/*
class=\"mezo\"
*/
padding: 4px; 
border-radius: 3px; 
border: 1px solid rgb(131, 161, 66); 
border-image: none; color: rgb(130, 128, 130); 
font-size: 14px; 
font-weight: normal; 
background-color:#ebf2dc;  
} 

.mezo:focus { 
outline:none; 
border: 1px solid rgb(0, 0, 0); 
} 