/* Style rules to make data tables look better */

body {
   background-color: #AE2724;
   color: #fdda58;
   font-family: 'Times New Roman',Times,serif;
}
.LblLev2Txt {
   background-color: #ae2724;
   color: #fdda58;
   font-family: Arial,Helvetica,sans-serif
}

.LblLev2Txt_usernev {
   background-color: #FDDA58;
   color: #ae2724;
   font-family: Arial,Helvetica,sans-serif
}
.LblLev2Txt_bordo {
   background-color: #8f2730;
   color: #fdda58;
   font-family: Arial,Helvetica,sans-serif
}

a.x:link, a.x:visited, a.x:active {
   color: #ffffff;
   font-family: Arial,Helvetica,sans-serif;
   text-decoration: none
}
a.laj {
   color: #8f2730;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 14px;
   text-decoration: none;
}


.list-header {
   background-color: #8f2730;
   color: #ffcc33;
   font-size: larger;
   font-weight: bold
}

.list-paging-header {
  background-color: #8f2730;
}

.list-paging-footer {
  background-color: #8f2730;
}

.list-row-even { 
     background-color: #AE2724;
}

.list-row-odd { 
     background-color: #8f2730;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

/* PannonBike; text properties for states: normal, hover, click */
.TM0i0 {
	color: #fdda58;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
        font-family: Arial,Helvetica,sans-serif
}

/* PannonBike; box properties for states: normal */
.TM0o0 {
	background: #8F2730;
	border: 1px solid #E21A1A;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* PannonBike; box properties for states: hover, click */
.TM0o1 {
	background: #E21A1A;
	border: 1px solid #8F2730;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}



