/*=========================================================================================== 
	Theme Name: mediWEB
	
	Version: 0.1
	Author: Patrick W. Fraley
===========================================================================================*/


/* haupt sektion
-------------------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
} 

body {
	font-family: Verdana, Helvatica, sans-serif;
	font-size: 11px;
	color: #666;
}

form {
	font-family: Verdana, Helvatica, sans-serif;
	font-size: 11px;
	color: #666;
}
input {
	font-family: Verdana, Helvatica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 1px;
}
select {
	font-family: Verdana, Helvatica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 1px;
}

img {
   behavior: url("pngbehavior.htc");
}

table {
	font-family: Verdana, Helvatica, sans-serif;
	font-size: 11px;
	color: #666;
}

a { color:#2d3e76; text-decoration: none; }
a:link { color:#2d3e76; text-decoration: none; }
a:visited { color:#2d3e76; text-decoration: none; }
a:active { color:#000; font-weight: bold; text-decoration: none; }
a:hover { color:#000; text-decoration: none; }

div.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}

div#pageOverlay {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 999;
	background: url(../../pics/widgets/overlay.png);
	background: expression("none");
	color: #FFF;
	display: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable="true", src="../../pics/widgets/overlay.png", sizingMethod="scale");
}

div#pageOverlay div#waitingMsg {
	margin: 150px auto;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

div#tabs {
	position: absolute;
	z-index: 999;
	top: 8px;
	left: 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}

div#pageContents {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

span#analysenTitel {
	margin: 15px 15px 0 0;
	color: #666;
	font-weight: bold;
	text-transform: none;
}

/* list table */
table#listTable {
	width: 100%;
	border: 0;
}
table#listTable tr#headRow {
	background: #ccc;
	border-top: 1px solid #bac4c5;
	border-bottom: 1px solid #eeeeee;
}
table#listTable tr#dataRowEven {
	background-color: #eeeeee;
}
table#listTable tr th {
	padding: 2px;
}
table#listTable tr td#textCol {
	padding: 2px;
	width: 99%;
	border: 0;
	font-size: 12px;
}
table#listTable tr td#titelCol {
	padding: 2px;
	width: 99%;
	border: 0;
	font-size: 12px;
	font-weight: bold;
}
table#listTable tr td#cmdCol {
	padding: 2px;
	text-align: center;
	vertical-align: top;
}
table#listTable tr td#numCol {
	padding: 2px;
	text-align: right;
	vertical-align: top;
}
table#listTable tr td#label {
	padding: 2px 5px 2px 5px;
	text-align: right;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	background: #d6dbde;
}
table#listTable tr td#data {
	padding: 1px;
	font-size: 12px;
}
table#listTable tr td#data input#txt {
	padding: 1px;
	font-size: 10px;
	font-weight: bold;
	width: 90%;
}

table#listTable tr td#data textarea {
	padding: 1px;
	font-size: 10px;
	font-weight: bold;
	width: 90%;
}

/* rico accordion widget */
.accordionHeader {
	font-size: 14px;
	padding: 2px;
	border-bottom: 1px solid #869171;
	border-top: 1px solid #FFF;
}

/* menu widget */
div#menuContainer {
	margin: 0px 0px 10px 0px;
	background: #FFF;
}

div#menuContainer a {
	display: block;
	padding: 2px;
	padding-left: 12px;
	border: 0px;
	color: #2d3e76;
	text-decoration: none;
}

div#menuContainer a:link {
	display: block;
	padding: 2px;
	padding-left: 12px;
	border: 0px;
	color: #2d3e76;
	text-decoration: none;
}

div#menuContainer a:visted {
	display: block;
	padding: 2px;
	padding-left: 12px;
	border: 0px;
	color: #2d3e76;
	text-decoration: none;
}

div#menuContainer a:active {
	display: block;
	padding: 2px;
	padding-left: 12px;
	border: 0px;
	color: #2d3e76;
	text-decoration: none;
}

div#menuContainer a:hover {
	display: block;
	padding: 2px;
	padding-left: 12px;
	border: 0px;
	color: #000;
	text-decoration: none;
}

div#menuContainer a#active,
div#menuContainer a:link#active,
div#menuContainer a:active#active  {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div#menuContainer ul li {
	font-weight: bold;
}

div#menuContainer h2 {
	font-size: 10px;
	font-weight: bold;
	color: #2d3e76;
	padding: 7px 10px 7px 10px;
	display: block;
	background-color: #ccc;
	text-transform: uppercase;
}

/* greybox sektion
-------------------------------------------------------------------------------------------*/
.GB_content {
  padding: 0;
  background-color: #fff;
  border: 2px solid #2d3e76;
  border-top: 2px solid #2d3e76;
}
.GB_header {
  border-bottom: 1px solid #2d3e76;
  color: white;
}

