body {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #333333;
background-color:#999999;
}

th {
  background-color:#F1AE43;
  font-weight:bold;
  text-align:right;
  padding-right:5px;
}

a:link {
	text-decoration:none;
	color:#0000FF;
	background:transparent;
}

a:visited {
	text-decoration:none;
	color:#0000FF;
	background:transparent;
}

a:hover {
	text-decoration:underline;
	color:#0000FF;
	background:transparent;
}

a:active {
	text-decoration:none;
	color:#0000FF;
	background:transparent;
}

h1 {
	font-size: 30px;
	color: #FF7A00;
}
h2 {
	font-size: 18px;
	color: #FF7A00;
}

h3 {
	font-size: 16px;
	margin-top:0;
	margin-bottom:0
}

ul {
	margin-top:6px;
	margin-bottom:6px;
}

li {
	margin-top:6px;
	margin-bottom:6px;
}

p {
	margin-top:6px;
	margin-bottom:6px;
}

.linksmenu {
	font-size: 11px;
	color: #828282;
}

a.linksmenu:link {
	font-size: 11px;
	color: #828282;
}

a.linksmenu:visited {
	font-size: 11px;
	color: #828282;
}

a.linksmenu:hover {
	font-size: 11px;
	color: #828282;
}

a.linksmenu:active {
	font-size: 11px;
	color: #828282;
}

.sidemenu {
	font-size: 11px;
	color: #333333;
}

a.sidemenu:link {
	color: #333333;
	font-size: 11px;
}

a.sidemenu:visited {
	color: #333333;
	font-size: 11px;
}

a.sidemenu:hover {
	color: #333333;
	font-size: 11px;
}

a.sidemenu:active {
	color: #333333;
	font-size: 11px;
}

.footer { font-size: 10px; color: #CCCCCC; }

a.footer:link {
	color: #CCCCCC;
	font-size: 10px;
}

a.footer:visited {
	color: #CCCCCC;
	font-size: 10px;
}

a.footer:hover {
	color: #CCCCCC;
	font-size: 10px;
}

a.footer:active {
	color: #CCCCCC;
	font-size: 10px;
}

.strong {
	font-size: 14px;
	font-weight: bold;
}

.small {
	font-size: 9px;
}

.lineOdd {  background-color: #f0f0f0; vertical-align: top}
.lineEven {  background-color: #fAfAfA; vertical-align: top}
.lineFocus { background-color: #FFFBF6; }

div.rounded {
	background-image: url('/skin/rfid/pic/buttonblue_01.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:9px;
	margin-left:5px;
	margin-top:1px;
	margin-bottom:1px;
	float:left;
}
div.rounded div.rounded_right {
	background-image: url('/skin/rfid/pic/buttonblue_03.gif');
	background-repeat: no-repeat;
	background-position: right; 
	padding-right:9px;
}
div.rounded_right div{
	background-image: url('/skin/rfid/pic/buttonblue_02.gif');
	background-repeat: repeat-x;
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	color:#FFFFFF;
	padding-right:1px;
}

a.top_menu:link {
	cursor:pointer;
	color:#ffffff;
	text-decoration: none;
}
a.top_menu:visited {
	cursor:pointer;
	color:#ffffff;
	text-decoration: none;
}
a.top_menu:hover {
	cursor:pointer;
	color:#ffffff;
	text-decoration: none;
}
a.top_menu:active {
	cursor:pointer;
	color:#ffffff;
	text-decoration: none;
}
.lineOdd {  background-color: #f0f0f0; vertical-align: top}
.lineEven {  background-color: #fAfAfA; vertical-align: top}

.error { color: red }
.warning { color: #FE5301 }
.info { color: blue }
.note { color: #40659D }
.small { font-size:8pt }
.focus { background-color: #CEE0F2; }
.highlight {background-color:#FFFF00; }
