
#ContentRegion input {
  border:1px;
  border-style: solid;
}

#ContentRegion textarea {
  border:1px;
  border-style: solid;
}

/* Display Tag Styles */
thead tr {
  /*background-color: #fc0;*/
  background-color: #A4C9D8;
}
th.sorted {
  background-color: #819FAB;
  /*background-color: orange;*/
}
tr.footer {
  background-color: #819FAB;
  font-weight:bold;
}
th.classic {
  background-color: #A4C9D8;
  padding: 4px 4px 4px 4px;
  text-align: center;
}
th a, th a:visited {
  color: black;
}
th a:hover {
  text-decoration: underline;
  color: black;
}
th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
	background-repeat:no-repeat;
}
th.sortable a {
	background-image: url(../images/off.gif);
}
th.order1 a {
	background-image: url(../images/down.gif);
}
th.order2 a {
	background-image: url(../images/up.gif);
}
tr.odd, th.odd, td.odd {
  background-color: #fff;
}
tr.tableRowEven, tr.even, th.even, td.even {
  background-color: #DFEBFD;
  /*background-color: #fea*/
}


span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display:block;
	border-top: none;
	margin-bottom: -5px;
}


/* test styles */
table.its thead tr {
  background-color: #69c;
}
table.its tr.even {
  background-color: #def;
}

table.mars thead tr {
  background-color: #9c9;
}
table.mars tr.even {
  background-color: #ccb;
}
table.mars tr.odd {
  background-color: #eec;
}
table.simple thead tr {
  background-color: #eee;
}
table.simple tr.even {
  background-color: #fff;
}
table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.simple td,table.simple th{
	border: 1px solid #ccc;
}

table.nocol tbody td,table.nocol tbody th{
	border-left: none;
	border-right: none;
}

table.umrandung {
  border:5px solid #CEDAEC; /*#aebfe6;*/
}

table.list {
  margin: 0px 0px 0px 0px;
  width: 100%;
  padding: 2px;
  border-spacing: 0px 3px 3px 0px;
  empty-cells:show;
}
table.detail {
  width: 100%;
  margin: 10px 0px 10px 0px;
  empty-cells:show;
}

table.detail th {
	vertical-align: middle;
	text-align: right;
}

table.detail td {
  text-align: left;
  vertical-align: middle;
}

table.detail a {
  text-decoration: underline;
}

/* Textausrichtungen */
span.left {
  text-align: left;
}

span.right {
  text-align: right;
}

span.center {
  text-align: center;
}

span.desc {
  font-size: 9px;
  color: #505050;
}

/*----------------- Button Styles   ---------------------------------------->*/

a.button {
	background-color: #ffffff;
	/*border: 1px solid #999;*/
	font-family:Verdana,Helvetica,Arial,Tahoma,sans-serif;
	/*font-size:100%;*/
	color:#000033;
	font-weight:bold;
	width:100px;
	height:18px;
	border-width:1px;
	border-color:#000033;
	border-style:solid;
	border-left-width:8px;
	padding: 2px;
}

#ContentRegion table.detail a{padding-left: 0px; color: #000000; text-decoration: underline;}
#ContentRegion table.detail a:visited{padding-left: 0px; color: #000000; text-decoration: underline;}
#ContentRegion table.detail a:hover{padding-left: 0px; color: #000000; text-decoration: underline;}
#ContentRegion table.detail a:active{padding-left: 0px; color: #000000; text-decoration: underline;}
#ContentRegion th.classic {text-align:center;background-color: #A4C9D8;padding: 4px 4px 4px 4px;}