/*=========================================================================================== 
	Theme Name: mediWEB
	
	CSS Styles for Widgets
	
	Version: 0.1
	Author: Patrick W. Fraley
===========================================================================================*/

/*------------------------------------------------------------
Planeingabe Tabelle (planeingabeTable)
------------------------------------------------------------*/
table#planeingabeTable {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

table#planeingabeTable tr#headRow {
	background: #e2e2e2;
}

table#planeingabeTable tr#headRow td#labelHead {
	background: none transparent;
}

table#planeingabeTable tr#headRow td#itemHead {
	padding: 2px 5px 2px 5px;
	background: none transparent;
	text-align: center;
}

table#planeingabeTable tr#itemRow {
	background: #fff;
}

table#planeingabeTable tr#itemRow td#labelItem {
	border-top: 1px solid #999;
	color: #2d3e76;
	font-size: 12px;
}

table#planeingabeTable tr#itemRow td#item {
	padding: 1px 0 1px 0;
	text-align: center;
	border-top: 1px solid #999;
}
table#planeingabeTable tr#itemRow td#unit {
	border-top: 1px solid #999;
	padding: 0;
}

input#chk {
  margin-left: 2px;
  margin-right: 2px;
  border-style: none;
  border-width: 0px;
}
input#plan {
  text-align: right;
  margin-left: 0px;
  margin-right: 0px;
  width: 48px;
}
input#planName {
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  width: 62px;
}
input#planPreis {
  text-align: right;
  margin-left: 0px;
  margin-right: 0px;
  width: 62px;
}
div.planKosten {
	display: block;
	border: 1px solid #000;
	background-color: #CCC;
	color: #000;
	padding: 1px;
	text-align: right;
}

/*------------------------------------------------------------
Analysen Info Tabelle (analysenInfo)
------------------------------------------------------------*/
table#analysenInfo { width: 90%; padding: 0; margin: 0; }
	table#analysenInfo tr#headRow {}
		table#analysenInfo tr#headRow td { background: #DEDEDE; border-bottom: 1px solid #ABABAB; }
		table#analysenInfo tr#headRow td#block { background: #ABABAB; margin: 0; padding: 0; width: 15px; }
		table#analysenInfo tr#headRow td#titel { margin: 0; padding: 5px 3px 5px 3px; width: 95%; font-size: 18px; font-weight: bold; }
		table#analysenInfo tr#headRow td#lnk { margin: 0; padding: 5px 3px 5px 3px; font-size: 14px; font-weight: bold; }
	table#analysenInfo tr#dataRow {}
		table#analysenInfo tr#dataRow td { background: #EFEFEF; border-bottom: 1px solid #ABABAB;s }
		table#analysenInfo tr#dataRow td#block { margin: 0; padding: 0; width: 15px; }
		table#analysenInfo tr#dataRow td#content { margin: 0; padding: 3px; font-size: 11px; }
		
/*------------------------------------------------------------
Auswertungs Info Tabelle (auswertungsInfo)
------------------------------------------------------------*/
table#auswertungsInfo { width: 75%; padding: 0; margin: 10px 0; }
	table#auswertungsInfo tr#headRow {}
		table#auswertungsInfo tr#headRow td { background: #DEDEDE; border-bottom: 1px solid #ABABAB; }
		table#auswertungsInfo tr#headRow td#block { background: #ABABAB; margin: 0; padding: 3px 0; width: 15px; }
		table#auswertungsInfo tr#headRow td#titel { margin: 0; padding: 1px 3px 1px 3px; width: 99%; font-size: 12px; font-weight: bold; }
	table#auswertungsInfo tr#dataRow {}
		table#auswertungsInfo tr#dataRow td { background: #EFEFEF; border-bottom: 1px solid #ABABAB;s }
		table#auswertungsInfo tr#dataRow td#block { margin: 0; padding: 0; width: 15px; }
		table#auswertungsInfo tr#dataRow td#content { margin: 0; padding: 1px 3px 1px 3px; font-size: 11px; }

/*------------------------------------------------------------
Steckbrief Tabelle
------------------------------------------------------------*/
table#lstTable { width: 100%; padding: 0; margin: 10px 0; }
td#lstTableHeadingBlock { border-bottom: 1px solid #ABABAB; background: #ABABAB; margin: 0; padding: 0; width: 15px; max-width: 15px; }
td#lstTableItemHeading2 { background: #DEDEDE; border-bottom: 1px solid #ABABAB; margin: 0; padding: 1px 3px 1px 3px; font-size: 12px; font-weight: bold; }
td#lstTableHeading4 { background: #DEDEDE; margin: 0; padding: 1px 3px 1px 3px; font-size: 12px; font-weight: bold; }
td#lstTableItem1 { border-bottom: 1px solid #ABABAB; margin: 0; padding: 1px 3px 1px 3px; font-size: 11px; }
td#lstTableItem1RedBold { vertical-align: top; border-bottom: 1px solid #ABABAB; margin: 0; padding: 1px 3px 1px 3px; font-size: 11px; font-weight: bold; }
td#lstTableItem1Red { vertical-align: top; border-bottom: 1px solid #ABABAB; margin: 0; padding: 1px 3px 1px 3px; font-size: 11px; }

/*------------------------------------------------------------
Tarif Tabelle (tarifTable)
------------------------------------------------------------*/
table#tarifTable {
	font-size: 11px;
	width: 100%;
	padding: 0;
	margin: 0;
}
table#tarifTable tr td#head {
	font-size: 12px;
	font-weight: bold;
	background: #e2e2e2;
	padding: 2px;
	border-bottom: 1px solid #eee;
}
table#tarifTable tr td#label {
	padding: 2px;
}
table#tarifTable tr td#item {
	font-size: 11px;
	padding: 2px;
}
table#tarifTable tr td#item input {
	font-size: 9px;
	padding: 1px;
}
table#tarifTable tr td#item select {
	font-size: 9px;
	padding: 1px;
}

div#btnBar {
	background: #d6dbde url(../../pics/greybox/header_bg.gif);
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: right;
	padding: 2px 2px 5px 2px;
}

div#btnBar input {
	font-size: 9px;
	padding: 2px;
	font-weight: bold;
	color: #333;
}

/*------------------------------------------------------------
SettingsTable (SettingsTable)
------------------------------------------------------------*/
table#settingsTable {
  font-size: 11px;
  color: #4c4c4c;
  background-color: transparent;
  border: 1px solid #CDCDCD;
  border-bottom: none;
}
td#settingsTable {
  color: #333;
  padding: 2px 5px 2px 5px;
  border-bottom-style: solid;
  border-bottom-color: #CDCDCD;
  border-bottom-width: 1px;
  background: transparent;
  vertical-align: middle;
} 
td#settingsTableLabel {
  width: 11px;
  padding: 2px;
  padding-right: 8px;
  border-bottom: 1px solid #CDCDCD;
  border-right: 1px solid #ABABAB;
  vertical-align: top;
  background: #DEDEDE;
}

/* tabs
-------------------------------------------------------------------------------------------*/

table#headTabs
{
	width: 100%;
	border: none 0px transparent;
	border-bottom: 2px solid #eee;
	text-align: center;
	padding: 0;
	margin: 3px 0;
}

table#headTabs tr
{
	border: none 0px transparent;
	border-bottom: solid 1px #eee;
	padding: 0px;
}

table#headTabs tr td
{
	font-size: 11px;
	border: none 0px transparent;
	padding: 0px;
}

table#headTabs tr td#selectionHead
{
	border: none 0px transparent;
	border-top: solid 1px #e2e2e2;
	background: #00A3BD;
	color: #FFF;
	font-weight: bold;
	width: 275px;
}

table#headTabs tr td
{
	border-left: solid 1px #e2e2e2;
	border-top: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	background: #666;
	color: #eee;
}

table#headTabs tr td a
{
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	color: #eee;
	font-weight: bold;
}

table#headTabs tr td a:hover
{
	color: #666;
	background: #eee;
}

table#headTabs tr td.search
{
	background: #2d3e76;
	color: #FFF;
	border-left: solid 1px #e2e2e2;
	border-top: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
}

table#headTabs tr td.search a
{
	color: #FFF;
}

table#headTabs tr td.search a:hover
{
	background: #3f89c3;
}

table#headTabs tr td.active
{
	background: #eee;
	color: #666;
	border-left: solid 1px #e2e2e2;
	border-top: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
}

table#headTabs tr td.active a
{
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	color: #666;
	font-weight: bold;
}

table#headTabs tr td.active a:hover
{
	background: #eee;
	color: #666;
	cursor: default;
}

table#headTabs tr td#empty
{
	background: none;
	border: none 0px transparent;
}

table#loginTable { font-size: 10px; width: 100%; }
	table#loginTable tr#labelRow { font-weight: bold; }
		table#loginTable tr#labelRow td#label { font-weight: bold; }
		
		
table#outfitUserTable{
	font-size: 11px;
	padding: 0;
	margin: 0;
}
	table#outfitUserTable tr td{
		padding: 3px;	
	}
	table#outfitUserTable tr#rowHead{
		text-align: center;
		color: #333;
		background: #e2e2e2;
	}
		table#outfitUserTable tr#rowHead td#colEmpty{
			background: #fff;	
		}
	table#outfitUserTable tr#row0{
		background: #ffffff;
	}
	table#outfitUserTable tr#row1{
		background: #f0f0f0;
	}
		table#outfitUserTable tr td#col{
		}
		table#outfitUserTable tr td#colcenter{
			text-align: center;	
		}
		
