
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
html,body {
	margin: 0;
	padding: 0;  
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

h1 {
  font-size: 1.3em;
  font-weight: bold;
}

.monBaseline h2, .musBaseline h2, .profBaseline h2{
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.8em;
}

.monBaseline h3, .musBaseline h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
}

abbr,acronym { 
  border: 0;
}
section, header{
	display: block;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: blue;
}

a:hover {
  color:red;
}

*[onclick] {
  cursor: pointer;
}

/* General styles */
body {
  background-color: #fff;  
  font-family: arial, verdana, sans-serif;
	font-size: 11px;
	overflow-y: scroll;
  font-family: Verdana;
  font-size: 11px;
}

#background {
  background: url("../images/columna.jpg") no-repeat scroll left top #FFFFFF;
  height: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 1050px;
}

#mainContainer{
  clear: both;
  color: white;
  margin: 0 auto 20px;
  padding: 0;
  text-align: left;
  width: 820px;
}

#header{
  width: 100%;
  color: black;
}
.topBar{
  min-height: 45px;
  color: black;
}

.userLogin{
  float: right;
  color: #454545;
  margin-top: 2px;
}

.userLogin a {
  text-decoration: none;
  color: #A0A097;
  border-right: 1px dotted #A0A097;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.9em;
}

.userLogin a:hover {
  color: black;  
}

.userLogin a:last-child {
  border-right: 0px;
}


#contentContainer{
  width: 100%;
  clear: both;
  color: black;
  background-color: white;
  border-left: 1px solid #4E4E46;
  border-right: 1px solid #4E4E46;
  border-bottom: 1px solid #4E4E46;
  margin: 0px;
  padding: 0;
  min-height: 500px;
  /*padding-top: 15px;*/
}

#content{
  padding: 10px;
}


/* Horizontal navigationmenu */
.navigationMenu {
  /*border-bottom: 1px solid #4E4E46;*/
  width: 100%;
  margin: 0;
	padding: 0;
	list-style: none;
  /*border-left: 1px solid #4E4E46;*/
  border-bottom: 1px solid #4E4E46;
  background-color: white;
  height: 25px;
}


.navigationMenu li {
	float: left;
  border-bottom: 1px solid white;

}

.navigationMenu li.passive {
  border-bottom: 1px solid #666666;
}

.navigationMenu li a {
	display: block;
	padding: 5px 15px;
  text-decoration: none;
  font-family: Verdana;
  font-size: 11px;
	font-weight: bold;
	color: #A0A097;
	border-right: 1px solid #4E4E46;
  border-top: 1px  solid #4E4E46;
  background-color: white;
  height: 14px;
       -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.navigationMenu li.passive a {
  background-color: #F7F7F7;
}

.navigationMenu li a:hover {
	color: black;
  background-color: #FFFF8F;
}

.clearBoth {
  clear: both;
}
/* Horizontal navigationmenu */
.subMenu {
  /*border-bottom: 1px solid #4E4E46;*/
  width: 100%;
  margin: 0;
	padding: 0;
	list-style: none;
  /*border-left: 1px solid #4E4E46;*/
  background-color: white;
  height: 25px;
}


.subMenu li {
	float: left;

}

.subMenu li.passive {
}

.subMenu li a {
	display: block;
	padding: 5px 15px;
  text-decoration: none;
  font-family: Verdana;
  font-size: 11px;
	font-weight: bold;
	color: #A0A097;
	border-right: 1px solid #4E4E46;
  border-bottom: 1px  solid #4E4E46;
  background-color: white;
  height: 14px;
       -moz-border-radius:  0 0 10px 10px;
    -webkit-border-radius:  0 0 10px 10px;
    -khtml-border-radius:  0 0 10px 10px;
    border-radius:  0 0 10px 10px;
}

.subMenu li.passive a {
  background-color: #F7F7F7;
}

.subMenu li a:hover {
	color: black;
  background-color: #FFFF8F;
}

.clearBoth {
  clear: both;
}



/* Tables */
caption {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
}
table.table_listLineView {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  margin: 2em 0;
}
table.table_listLineView tr.tr_last {
  border-bottom: 1px solid #aaaaaa;
}
table.table_listLineView tr.tr_bgr_1, table.table_listLineView tr.tr_bgr_1_last {
  background-color: #ffffff;
}
table.table_listLineView tr.tr_bgr_1_last td {
  border-bottom: 1px solid #aaaaaa;
}
table.table_listLineView tr.tr_bgr_2, table.table_listLineView tr.tr_bgr_2_last {
  background-color: #f7f9fb;
}
table.table_listLineView tr.tr_bgr_2_last td {
  border-bottom: 1px solid #aaaaaa;
}
table.table_listLineView tr[title]:hover, table.table_listLineView td[onclick]:hover {
  background-color: #ffff8f;
}
table.table_listLineView tr[title]:hover td.td_optionColumn {
  background-color: #ffffff;
}
table.table_listLineView thead {
  background: url(../images/table_thead_bar.png) repeat-x;
}
table.table_listLineView th:first-child, table.table_listLineView td:first-child {
  border-left: none;
}
table.table_listLineView th {
  border-collapse: collapse;
  height: 35px;
  padding: 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #cecfd0;
  border-bottom: 1px solid #cecfd0;
}
table.table_listLineView th.th_optionColumn, table.table_listLineView td.td_optionColumn {
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff !important;
  border-left: 1px solid #aaaaaa;
}
table.table_listLineView th a {
  color: #333333;
  text-decoration: none;
}
table.table_listLineView th#th_orderBy_ASC a {
  padding-right: 12px;
  background: url(../images/order_by_asc.gif) no-repeat;
  background-position: right;
}
table.table_listLineView th#th_orderBy_DESC a {
  padding-right: 12px;
  background: url(../images/order_by_desc.gif) no-repeat;
  background-position: right;
}
table.table_listLineView td {
  border-collapse: collapse;
  padding: 6px 12px;
  border-left: 1px solid #cecfd0;
  font-size: 12px;
}
table.table_listLineView tbody.tbody_listTableView td {
  padding: 6px 12px;
  border-top: 1px solid #cecfd0;
  border-left: 1px solid #cecfd0;
  font-size: 12px;
}
table.table_listLineView td.td_optionColumn a {
  font-size: 11px;
  font-weight: bold;
}
table.table_listLineView a {
  text-decoration: none;
}
table.table_listLineView td[onclick]:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

/* Standardliste */
ul.ul_listStandard {
  list-style: none;
  margin: 0;
  padding: 0;
}
form dl dd ul.ul_listStandard {
  list-style: none;
  margin: 0 0 20px 160px;
  padding: 0;
}
ul.ul_listStandard li {
  margin: 0;
  padding: 0 6px;
  line-height: 18px;
}

.clear_both {
  clear: both;
}

.patientInfoBox {
  width: 70%;
  text-align: left;
  padding: 3px;
}

.neutralTable td, .neutralTable.th {
  padding: 3px;
}


.boxedDiv {
  border: 1px solid black;
  padding: 3px;
  margin-bottom: 15px;
}

.receiptForAction {
  background-color: green;  
  color: yellow;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  border-radius: 5px;
}

.messageAlert {
  position: relative;
  display: inline-block;
  background-color: red;
  color: white;
  font-size: 9px;
  top: -3px;
  padding: 2px;
  margin-left: 3px;
  min-height: 12px;
  min-width: 12px;
  border-radius: 12px;
  text-align: center;
  -moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
	box-shadow: 2px 2px 2px #cccccc;
}

.warningBox {
  border: 2px solid red;
  color: black;
  padding: 10px;
}

.standardUL {
  list-style: disc outside;
}

.standardUL li {
  display: list-item;
  margin-left: 15px;
  margin-bottom: 4px;
}

/* tmp_wide */
#background.tmp_wide {
  width: 95%; 
  min-width: 1600px;
  max-width: 1800px;
}

#mainContainer.tmp_wide {
  width: 80%;
}

/* Patientlister */
#table_patientliste th {
  font-size: 11px;
}
#table_patientliste td {
  padding: 4px 4px;
  font-size: 11px;
}
#table_patientliste.table_listLineView tbody tr:hover {
  background-color: #FFFF8F;  
}

.colorRed {
  color: red;
}

.colorYellow {
  color: #b3b300;
}