A {
  text-decoration : none;
  color : #083888;
}

A:link, A:visited, A:active {
  color : #F58735;
  text-decoration: none;
}

A:hover {
  color : #999999;
  text-decoration: underline;
  cursor: hand;
}

A.linkEdit {
  color: blue;
}

A.linkErase {
  color: red;
}

IMG {
	border: 0px;
}






BODY, TABLE, TH, TD {
	font-size : 11px;
	font-weight: bold;
	font-family : "Verdana CE",Verdana,"Arial CE","Helvetica CE",Arial,Helvetica,sans-serif;
	color : #0838A0;
}


	

.list {
  border: outset 1px;
  border-spacing: 2px;
	border-width: 1;
  background-color: white;	
}

.radioList {
  border: outset 1px;
  border-spacing: 2px;
	border-width: 1;
  font-size: 10px;
  font-style: normal;
  font-variant : normal;
}

.listHeader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	background-color: #B6B6E2;
	font-style: normal;
}

.listEvenRow {
	background-color: #D1D2EB;
	cursor: crosshair;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0em;
}


.listOddRow {
	background-color: #DEDEEF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0em;
}


.menu {
	font-size : 10px;
	color : #083888;
}

.nadpis_menu {
	font-size : 12px;
	color : #083888;
}

.nadpis2 {
	font-size : 12px;
	font-weight: bold;
	color : #63647F;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom:10px;	
}


HR {
	height: 1px;
	width: 98%;
	text-align: center;
	color: #C2C2C2;
}


H1 {
	font-size : x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #083888;
	margin: 0px 0px 0px 0px;
}

H2 {
	font-size : xx-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4D8DB9;
	margin: 0px 0px 0px 0px;
}

LI {
  text-align: left
}



.buttons {
  padding-top: 20px;
  padding-bottom:20px;
  text-align: center;
}


.inputError {
  color: black;
  background-color: red;
}


DIV.inner {
    position: fixed;
    width: auto;
    height: auto;
    top: 40px;
    left: 40px;
    margin: 20px;
    background: white;
    border: dashed;
    float: right;
    cursor: crosshair;
}

DIV.outer {
    position:absolute;
    margin-top: 5px; margin-right: 5px;
}

