/**
 * 602XML Form Server
 * Copyright (c) 2006-2008 Software602, a.s.
 * @version $Id: style.css,v 1.25 2008/08/19 16:03:27 pecuch Exp $
 * @package 602xmlgw
 */
/* HTML Elements ******************************* */
body {
	background-color: #eeeeee;
	color: #000000;
	padding: 5px;
	margin: 5px;
}

body, td, th {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
}

h1 {
	font-weight: bold;
	font-size: 11pt;
	padding: 0px;
	margin: 10px 0 10px 0;
	clear: both;
}
h2 {
	font-weight: bold;
	font-size: 10pt;
	padding: 0px;
	margin: 10px 0 10px 0;
	clear: both;
}
h3 {
	font-weight: bold;
	font-size: 9pt;
	padding: 0px;
	margin: 10px 0 10px 0;
	clear: both;
}

fieldset {
	border: 1px solid #bbbbbb;
	padding: 5px;
	margin: 10px 0 10px 0;
}

fieldset div {
	padding: 1px;
}

fieldset div.optional {
}

fieldset div.required {
}

fieldset div.spacer {
	clear:left;
}

legend {
	font-weight: bold;
	color: #666;
}

label {
	font-weight: bold;
	width: 22%;
	white-space: nowrap;
	display: block;
	float: left;
	padding-right: 5px;
	text-align: right;
	margin-top: 2px;
}

label.for_text, fieldset.proplist label {
	font-weight: bold;
	width: 22%;
	white-space: nowrap;
	display: block;
	float: left;
	padding-right: 5px;
	text-align: right;
	margin-top: 0px;
}

label.cbx {
  font-weight: normal;
  width: auto;
  white-space: nowrap;
  display: inline;
  float: none;
  padding-right: 5px;
  text-align: left;
}

input, select {
	font-size: 11px;
	font-family: tahoma, verdana, sans-serif;
}
input {
	width: 300px;
}
select {
	width: 306px;
}

textarea {
  font-size: 11px;
}

input.cbx, input.rdo {
	width: 20px;
	vertical-align: middle;
}

.formbutton {
	cursor: pointer;
	border: outset 1px #bbbbbb;
	background: #999;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 2px;
	background: url(./images/submitbg.gif) repeat-x left top;
	height: 20px;
}

form {
	margin: 0px;
}

/* Tab Navigation ******************************* */

.tabnav {
	padding-left: 10px;
	border-bottom: 1px solid #bbbbbb;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #bbbbbb;
	margin: 0;
}

.tabnav2rt { /* tabnav with two row titles (2rt) */
	padding-left: 10px;
	border-bottom: 1px solid #bbbbbb;
	list-style-type: none;
	padding-bottom: 37px;
	padding-top: 8px;
	border-bottom: 1px solid #bbbbbb;
	margin: 0;
}

.tabnav li, .tabnav2rt li {
	margin: 0px;
	padding: 0px;
 	display: inline;
}

.tabnav li img, .tabnav2rt li img {
	vertical-align: middle;
}

.tabnav a:link, .tabnav a:visited, .tabnav2rt a:link, .tabnav2rt a:visited {
	float: left;
	background-color: #eeeeee;
	font-weight: bold;
	padding: 5px;
	margin-right: 4px;
	border: 1px solid #bbbbbb;
	text-decoration: none;
	color: #666666;
}

.tabnav a:link.active, .tabnav a:visited.active, .tabnav2rt a:link.active, .tabnav2rt a:visited.active {
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000;
	text-decoration: none;
}

.tabnav a:link.other, .tabnav a:visited.other, .tabnav div.other, .tabnav2rt a:link.other, .tabnav2rt a:visited.other, .tabnav2rt div.other {
	float: right;
	background-color: #ffffff;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: none;
	text-decoration: none;
	color: #666666;
	white-space: nowrap;
}

.tabnav a:hover, .tabnav2rt a:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

/* Dynamic Tree ******************************* */

.dtree {
	font-weight: bold;
	color: #666;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #666;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000000;
	background-color: #eeeeee;
	text-decoration: none;
}

.dtree a.nodeSel {
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
}

.dtree .clip {
	overflow: hidden;
}

/* Content ******************************* */

.container {
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	padding: 5px;
	width: 96%;
}

.content {
	padding: 10px;
	width: 100%;
}

.subnav {
	float: left;
	padding-right: 10px;
	width: 20%;
	overflow: hidden;
}

.main {
  float: left;
  border-left: 1px solid #bbbbbb;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 75%;
}

.mainWide {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 95%;
}

.language {
  padding: 5px;
}

.copyright {
  width: 96%;
  padding: 5px;
  font-size: 9px;
  color: #999999;
  text-align: right;
}
.copyright a {
  font-size: 9px;
  color: #999999;
}

/* Tables ******************************* */

.tableBase {
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	width: 100%;
}

.tableBase td {
	padding: 3px;
}

.tableHead, .tableSubHead {
	font-weight: bold;
	color: #666;
}

.tableHead td {
	border-bottom: 1px solid #bbbbbb;
}

.tableSubHead td {
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

.tableEven {
	background-color: #f3f3f3;
}

.tableOdd {
	background-color: #fafafa;
}
/*
.tableEven:hover, .tableOdd:hover {
  background-color: #E6F2FF;
}
*/

.tableHighlightEven {
  background-color: #b7e3c2;
}
.tableHighlightOdd {
/*  background-color: #c3f4cf;*/
  background-color: #b7e3c2;
}

.tableHighlight2Even {
	background-color: #FFFFA0;
}
.tableHighlight2Odd {
/*	background-color: #FFFFC8;*/
	background-color: #FFFFA0;
}

/* Page Numbers ******************************* */

.pages {
  margin: 1em 0;
  clear: left;
}

.pages a, .pages span {
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #fff;
	background-color: #fff;
}

.pages span.current {
	border: 1px solid #999;
	font-weight: bold;
	background-color: #999;
	color: #fff;
}

.pages a {
	border: 1px solid #bbbbbb;
	color: #666;
	text-decoration: none;
}

.pages a:hover {
	border-color: #666;
	text-decoration: none;
}

.pages a.nextprev {
}

.pages span.nextprev {
	border: 1px solid #ddd;
	color: #999;
}

/* buttonpages - list pages links that are made of HTML form buttons */
.buttonpages {
  margin: 1em 0;
  clear: left;
}

.buttonpages input {
	margin-right: 0.1em;
}

.buttonpages span {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #fff;
	background-color: #fff;
}

.buttonpages span.current {
	border: 1px solid #999;
	font-weight: bold;
	background-color: #999;
	color: #fff;
}

.buttonpages span.nextprev {
	border: 1px solid #ddd;
	color: #999;
}

/* Page location ******************************** */
.location {
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}

.location .heading,.blue10b {
  font-size : 10pt;
/*  font-family: Tahoma, "MS Sans Serif",Verdana;*/
  font-weight : bold;
  color: #263A5B;
  margin:0px;
  text-decoration: none;
}

/* Toolbar ************************************** */
.toolbar {
  margin-top: 1em;
  margin-bottom: 1em;
}

.toolbar a {
  background-color: #ffffff;
	padding: 0.2em 0.5em;
	border: 1px solid #ffffff;
	text-decoration: none;
	color: #999999;
	white-space: nowrap;
}
.toolbar a img {
  vertical-align: -35%;
  padding-right: 1ex;
}
.toolbar a:hover {
	background: url(./images/submitbg.gif) repeat-x left bottom;
  border: 1px solid #bbbbbb;
  color: #000000;
	text-decoration: none;
}

/* Notice message ******************************* */
.notice_box {
  background: #FFFFE1;
  border: 1px solid #bbbbbb;
  padding: 5px;
  margin-bottom: 1em;
}

/* list info ************************************ */
.listinfo {
  margin: 0 0 1em 1em;
  display: block;
  clear: left;
}
.listinfo .total_label { /* the label of total number of records */
  color: #666666;
}
.listinfo .total_value { /* total number of records in the list */
  color: #666666;
  font-weight: bold;
}

/* A tag styles ********************************* */
a {
  color: #263A5B;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

/* list item actions */
.tableOdd a.action, .tableEven a.action {
	text-decoration: none;
	color: #999999;
	white-space: nowrap;
	padding: 1px;
}
.tableOdd a.action {
  border: 1px solid #fafafa;
  background-color: #fafafa;
}
.tableEven a.action {
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
}

.tableOdd a.action:hover, .tableEven a.action:hover {
  border: 1px solid #bbbbbb;
	background: url(./images/submitbg.gif) repeat-x left bottom;
  color: #000000;
}
a.with_img img, .tableOdd a.action img, .tableEven a.action img {
  vertical-align: -35%;
}

/*
.tableEven:hover a.action, .tableOdd:hover a.action {
  background-color: #E6F2FF;
}
*/

.tableHighlightOdd a.action {
/*  border: 1px solid #c3f4cf;
  background-color: #c3f4cf;*/
  border: 1px solid #b7e3c2;
  background-color: #b7e3c2;
  text-decoration: none;
  color: #999999;
  white-space: nowrap;
  padding: 1px;
}
.tableHighlightOdd a.action:hover {
  border: 1px solid #bbbbbb;
	background: url(./images/submitbg.gif) repeat-x left bottom;
  color: #000000;
}
.tableHighlightOdd a.action img {
  vertical-align: -35%;
}

.tableHighlightEven a.action {
  border: 1px solid #b7e3c2;
  background-color: #b7e3c2;
  text-decoration: none;
  color: #999999;
  white-space: nowrap;
  padding: 1px;
}
.tableHighlightEven a.action:hover {
  border: 1px solid #bbbbbb;
	background: url(./images/submitbg.gif) repeat-x left bottom;
  color: #000000;
}
.tableHighlightEven a.action img {
  vertical-align: -35%;
}

.tableHighlight2Odd a.action {
/*  border: 1px solid #FFFFC8;
  background-color: #FFFFC8;*/
  border: 1px solid #FFFFA0;
  background-color: #FFFFA0;
  text-decoration: none;
  color: #999999;
  white-space: nowrap;
  padding: 1px;
}
.tableHighlight2Odd a.action:hover {
  border: 1px solid #bbbbbb;
	background: url(./images/submitbg.gif) repeat-x left bottom;
  color: #000000;
}
.tableHighlight2Odd a.action img {
  vertical-align: -35%;
}

.tableHighlight2Even a.action {
  border: 1px solid #FFFFA0;
  background-color: #FFFFA0;
  text-decoration: none;
  color: #999999;
  white-space: nowrap;
  padding: 1px;
}
.tableHighlight2Even a.action:hover {
  border: 1px solid #bbbbbb;
	background: url(./images/submitbg.gif) repeat-x left bottom;
  color: #000000;
}
.tableHighlight2Even a.action img {
  vertical-align: -35%;
}
