A
{
	color: #000000;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	font-weight : bold;
}
A:hover
{
    color: #AAAAAA;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight : bold;
    text-decoration: none;
}

A.Pism
{
	color: #FF0080;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight : bold;
}
A.Pism:hover
{
    color: #99aadd;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight : bold;
    text-decoration: none;
}

A.H2 {
    color: #FFFFFF;
    background-color: #0052F7;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: normal;
    font-size: 12px;
}

A.H2:hover {
    color: #FFFFFF;
    background-color: #0052F7;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

TABLE,TR,TD {
    color: #000000;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    text-align: left;
    height: 24px;
}
INPUT,SELECT,TEXTAREA {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    border-width : 1px;
    border-color : #000080;
    border-style : solid;
}
INPUT.error, SELECT.error, TEXTAREA.error {
    background-color: #FFCCCC;
};
.footer {
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid black;
    width: 1010px;
    height: 24px;
}

DIV.userName {
  height:24px; 
  text-align:center; 
  margin-top:8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;  
}

TD.HdrTopLeft {
	background-image: url('../images/b-top-left.jpg');
	background-repeat: no-repeat;
	width: 18px;
	height: 15px;
}

TD.HdrTopMiddle {
	background: url('../images/b-top.jpg') repeat-x;
}

TD.HdrTopRight {
	background-image: url('../images/b-top-right.jpg');
	background-repeat: no-repeat;
	width: 18px;
	height: 15px;
}

TD.HdrLeft {
	background: url('../images/b-left.jpg') repeat-y;
	width: 18px;
}

TD.HdrRight {
	background: url('../images/b-right.jpg') repeat-y;
	background-position: right;
	width: 18px;
}

TD.HdrBottomLeft {
	background-image: url('../images/b-bottom-left.jpg');
	background-repeat: no-repeat;
	width: 18px;
	height: 15px;
}

TD.HdrBottomMiddle {
	background: url('../images/b-bottom.jpg') repeat-x;
}

TD.HdrBottomRight {
	background-image: url('../images/b-bottom-right.jpg');
	background-repeat: no-repeat;
	width: 18px;
	height: 15px;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: white;
}

.menuhdr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-indent: 35px;
}
.ph {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.ph1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.Nadpis {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #444444;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.combo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #80A1CE;
	border: 1px solid #999;
}
.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
}
.combo1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #80A1CE;
	border: 1px solid #999;
	width: 200px;
}
.combo2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #80A1CE;
	border: 1px solid #999;
	width: 100px;
}
.textbx {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #80A1CE;
	border: 1px solid #999;
	width: 81px;
}
.formhdrtxt1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D5096;
	text-align: left;
	text-indent: 5px;
}
.textbx1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #80A1CE;
	border: 1px solid #999;
	width: 150px;
}
.submit {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
  padding: 10px 20px;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s linear 0s;
	background-color: #77CC6D;
	text-align: center;
	vertical-align: middle;
	width: 250px;
	height: 40px;
	text-decoration: none;
}
.check {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	vertical-align: middle;
}

TD.H {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	background-color: #0052F7;
	height: 25px;
}
.combo3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #80A1CE;
	border: 1px solid #999;
	width: 150px;
}
.tblcontnt1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	height: 25px;
}
.tblcontnt2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	height: 25px;
	background-color: #F1F1F1;
}
.tblfootr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F00;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	height: 25px;
	font-weight: bold;
}
.tblfootr1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #F00;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	font-weight: bold;
	text-indent: 200px;
}
.footr1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	text-indent: 10px;
	font-weight: bold;
	height: 25px;
}
.footrform {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	height: 25px;
}
.line1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}

html {overflow-y: scroll;}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a.menu { height: 1%; }
* html .glossymenu li a.menuSel { height: 1%; }

LABEL {
    cursor: pointer;
}