/* =========================================================
import_contentPopup.css for popups in AOSurgery2008-P6

Version: 2008-09-19 (rbu*)
Update: 2011-05-10 msc
Update release notes:
def-59 fixed

--

Sets styles for main content area
========================================================= */

/* definition list for anchor jumps
======================================================= */
#content dl.options {
margin: 20px 0 30px 0;
width: 100%;
background: #6b7aa3 url(img/bg_optionsHeadLeft.gif) top left no-repeat;
}

dl.options dt {
margin: 0;
padding: 0 10px 0 0;
line-height: 19px;
font-weight: bold;
text-align: right;
color: #fff;
background: transparent url(img/bg_optionsHeadRight.gif) top right no-repeat;
border-bottom: 1px solid #fff;
}

dl.options dd {
/*  padding: 0 0 0 10px; */
padding: 0;
line-height: 20px;
background: #cacede;
border-bottom: 1px solid #fff;
}

dl.options dd a,
dl.options dd a:link,
dl.options dd a:visited {
display: block;
padding: 0 0 0 20px;
height: 1%; /* IE ... */
font: normal normal 12px/20px Arial, Verdana, non-serif;
line-height: 20px;
color: #000;
background: transparent url(img/bg_optionsLink.gif) 10px center no-repeat;
text-decoration: none;
}

dl.options dd a:hover,
dl.options dd a:focus,
dl.options dd a:active {
color: #fff;
background: #98a1bf url(img/bg_optionsLink_hover.gif) 10px center no-repeat;
text-decoration: none;
}

#content dl.options dd.relevanceTitle {
background-color: #868eb2; 
padding:0 0 0 10px; 
color: #fff; 
font: bold 12px/19px Arial, sans-serif;
}



/* Paragraph with date infos
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
#content p.dateInfo {
text-align: right;
}

#content .contentUnit,
#content .contentUnitIndent,
#content .contentUnitIndentDouble {
position: relative;
clear: both;
height: 1%; /* IE ... */
margin: 0 0 10px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #074377;
}

#content .contentUnitIndent,
#content .contentUnitIndentDouble {
padding-left: 50px;
}

#content .contentUnitIndentDouble {
padding-left: 90px;
}


#content .contentUnit h4,
#content .contentUnitIndent h4,
#content .contentUnitIndentDouble h4 {
margin: 25px 0 5px 0;
padding: 0 0 3px 0;
color: #074377;
}

/* h4 with underline eg. indication info */
#content .contentUnit h4.section {
border-bottom: 1px solid #074377;
}

#content .contentUnit p,
#content .contentUnitIndent p,
#content .contentUnitIndentDouble p {
margin: 0 0 20px 0;
}

#content .contentUnit p.note,
#content .contentUnitIndent p.note,
#content .contentUnitIndentDouble p.note {
margin: 0 0 0 0;
color: #074377;
}

#content .contentUnit ul,
#content .contentUnitIndent ul,
#content .contentUnitIndentDouble ul,
#content .contentUnit ol,
#content .contentUnitIndent ol,
#content .contentUnitIndentDouble ol {
margin-bottom: 20px;
}

#content .contentUnit li ul,
#content .contentUnitIndent li ul,
#content .contentUnitIndentDouble li ul,
#content .contentUnit li ol,
#content .contentUnitIndent li ol,
#content .contentUnitIndentDouble li ol {
margin-bottom: 0;
}

#content .contentUnit li ul,
#content .contentUnitIndent li ul,
#content .contentUnitIndentDouble li ul {
margin-left: -15px;
}

#content .contentUnit ul,
#content .contentUnitIndent ul,
#content .contentUnitIndentDouble ul {
list-style: disc;

}

#content .contentUnit ol,
#content .contentUnitIndent ol,
#content .contentUnitIndentDouble ol {
list-style: decimal;
}

#content .contentUnit ul li,
#content .contentUnitIndent ul li,
#content .contentUnitIndentDouble ul li {
margin-left: 18px;
}

#content .contentUnit ol li,
#content .contentUnitIndent ol li,
#content .contentUnitIndentDouble ol li {
margin-left: 24px;
}

#content .contentUnit ul,
#content .contentUnitIndent ul,
#content .contentUnitIndentDouble ul,
#content .contentUnit ol,
#content .contentUnitIndent ol,
#content .contentUnitIndentDouble ol {
	position: relative; top: 0; left: 20px; margin-right: 20px;

}


/* 
#content .contentUnit ul.fullWidth,
#content .contentUnit ol.fullWidth {
	background: #ccc;
position: relative; top: 0; left: 0;
} */



/* right floated image in indication > info Popups
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
#content .contentUnit img.classPic {
float: right;
margin: 5px 0 10px 20px;
border: 1px solid #074377;
margin-bottom: 0;
}


/* line-break / new class for clearing of sub units experimental stadium 18-09-08
may be necessary to change some values or implement them at subUnit as they interact with changes for h3 or other elements TBW!
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
br.subUnitClear {
display: block;
width: 100%;
margin-bottom: 4px;
line-height: 4px;
}

#content .contentUnit .contentSubUnit,
#content .contentUnitIndent .contentSubUnit,
#content .contentUnitIndentDouble .contentSubUnit {
clear: both;
width: 100%;
}

/* image blocks floated or not with or without enlarge button and/or legend
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
#content .contentUnit .picLeft,
#content .contentUnit .picLeftIndent,
#content .contentUnitIndent .picLeft,
#content .contentUnitIndent .picLeftIndent,
#content .contentUnitIndentDouble .picLeft,
#content .contentUnitIndentDouble .picLeftIndent {
/* clear: both; */
float: left;
margin: 6px 20px 0 0;
width: 220px;

}


#content .contentUnit .picRight {
clear: both;
float: right;
margin: 10px 0 0 20px;
width: 220px;
}

#content .contentUnit .picFull {
clear: both;
margin: 10px 0 0 0;
width: 100%;
}





/* special box for x-ray pics
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
#content .contentUnit .xRay,
#content .contentUnitIndent .xRay,
#content .contentUnitIndentDouble .xRay {
clear: both;
}

#content .contentUnit .picLeft img,
#content .contentUnit .picLeft a img,
#content .contentUnit .picLeftIndent img,
#content .contentUnit .picLeftIndent a img,
#content .contentUnit .picRight img,
#content .contentUnit .picRight a img,
#content .contentUnit .xRay img,
#content .contentUnitIndent .picLeft img,
#content .contentUnitIndent .picLeft a img,
#content .contentUnitIndent .picLeftIndent img,
#content .contentUnitIndent .picLeftIndent a img,
#content .contentUnitIndent .picRight img,
#content .contentUnitIndent .picRight a img,
#content .contentUnitIndent .xRay img,
#content .contentUnitIndentDouble .picLeft img,
#content .contentUnitIndentDouble .picLeft a img,
#content .contentUnitIndentDouble .picLeftIndent img,
#content .contentUnitIndentDouble .picLeftIndent a img,
#content .contentUnitIndentDouble .picRight img,
#content .contentUnitIndentDouble .picRight a img,
#content .contentUnitIndentDouble .xRay img {
clear: both;
display: block;
margin: 0 0 10px 0;
border: 1px solid #074377;
}

#content .contentUnit .picLeft a img,
#content .contentUnit .picLeft a img,
#content .contentUnit .picLeftIndent a img,
#content .contentUnit .picLeftIndent a img,
#content .contentUnit .picRight a img,
#content .contentUnit .picRight a img,
#content .contentUnitIndent .picLeft a img,
#content .contentUnitIndent .picLeft a img,
#content .contentUnitIndent .picLeftIndent a img,
#content .contentUnitIndent .picLeftIndent a img,
#content .contentUnitIndent .picRight a img,
#content .contentUnitIndent .picRight a img,
#content .contentUnitIndent .picLeft a img,
#content .contentUnitIndentDouble .picLeft a img,
#content .contentUnitIndentDouble .picLeftIndent a img,
#content .contentUnitIndentDouble .picLeftIndent a img,
#content .contentUnitIndentDouble .picRight a img,
#content .contentUnitIndentDouble .picRight a img {
margin: 0;
}

#content .contentUnit .picFull img,
#content .contentUnit .picFull a img {
float: left;
border: 1px solid #074377;
}

#content .contentUnit .picLeft p.legend,
#content .contentUnit .picLeftIndent p.legend,
#content .contentUnit .picRight p.legend,
#content .contentUnit .xRay p.legend,
#content .contentUnit .picFull p.legend,
#content .contentUnitIndent .picLeft p.legend,
#content .contentUnitIndent .picLeftIndent p.legend,
#content .contentUnitIndent .picRight p.legend,
#content .contentUnitIndent .xRay p.legend,
#content .contentUnitIndent .picFull p.legend,
#content .contentUnitIndentDouble .picLeft p.legend,
#content .contentUnitIndentDouble .picLeftIndent p.legend,
#content .contentUnitIndentDouble .picRight p.legend,
#content .contentUnitIndentDouble .xRay p.legend,
#content .contentUnitIndentDouble .picFull p.legend {
clear: both;
margin: -10px 0 10px 0;
font: normal normal 12px/16px Arial, non-serif;
color: #074377;
}

#content .contentUnit .picLeft p.legend .classification,
#content .contentUnit .picLeftIndent p.legend .classification,
#content .contentUnit .picRight p.legend .classification,
#content .contentUnit .xRay p.legend .classification,
#content .contentUnit .picFull p.legend .classification,
#content .contentUnitIndent .picLeft p.legend .classification,
#content .contentUnitIndent .picLeftIndent p.legend .classification,
#content .contentUnitIndent .picRight p.legend .classification,
#content .contentUnitIndent .xRay p.legend .classification,
#content .contentUnitIndent .picFull p.legend .classification,
#content .contentUnitIndentDouble .picLeft p.legend .classification,
#content .contentUnitIndentDouble .picLeftIndent p.legend .classification,
#content .contentUnitIndentDouble .picRight p.legend .classification,
#content .contentUnitIndentDouble .xRay p.legend .classification,
#content .contentUnitIndentDouble .picFull p.legend .classification {
/* float: left;
padding-right: 20px; */ /* TBW for possible side effex */
border-right: 20px solid #fff;
}


/* image over full width, no float
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
#content .contentUnit .picUnitFW {
overflow: hidden;
margin: 20px 0 10px 0;
width: 538px;
border: 1px solid #074377;
}


/* Button "enlarge" 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
#content .contentUnit .picLeft a.btnEnlarge,
#content .contentUnit .picLeft a.btnEnlarge:link,
#content .contentUnit .picLeft a.btnEnlarge:visited,
#content .contentUnit .picLeftIndent a.btnEnlarge,
#content .contentUnit .picLeftIndent a.btnEnlarge:link,
#content .contentUnit .picLeftIndent a.btnEnlarge:visited,
#content .contentUnitIndent .picLeft a.btnEnlarge,
#content .contentUnitIndent .picLeft a.btnEnlarge:link,
#content .contentUnitIndent .picLeft a.btnEnlarge:visited,
#content .contentUnitIndent .picLeftIndent a.btnEnlarge,
#content .contentUnitIndent .picLeftIndent a.btnEnlarge:link,
#content .contentUnitIndent .picLeftIndent a.btnEnlarge:visited,
#content .contentUnitIndentDouble .picLeft a.btnEnlarge,
#content .contentUnitIndentDouble .picLeft a.btnEnlarge:link,
#content .contentUnitIndentDouble .picLeft a.btnEnlarge:visited,
#content .contentUnitIndentDouble .picLeftIndent a.btnEnlarge,
#content .contentUnitIndentDouble .picLeftIndent a.btnEnlarge:link,
#content .contentUnitIndentDouble .picLeftIndent a.btnEnlarge:visited {
float: right;
margin: 5px 0 5px 0;
width: 69px;
height: 20px;
background: transparent url(icons/SRiconset.gif) right -320px no-repeat;
}

#content .contentUnit .picLeft a.btnEnlarge:hover,
#content .contentUnit .picLeft a.btnEnlarge:focus,
#content .contentUnit .picLeft a.btnEnlarge:active,
#content .contentUnit .picLeftIndent a.btnEnlarge:hover,
#content .contentUnit .picLeftIndent a.btnEnlarge:focus,
#content .contentUnit .picLeftIndent a.btnEnlarge:active,
#content .contentUnitIndent .picLeft a.btnEnlarge:hover,
#content .contentUnitIndent .picLeft a.btnEnlarge:focus,
#content .contentUnitIndent .picLeft a.btnEnlarge:active,
#content .contentUnitIndent .picLeftIndent a.btnEnlarge:hover,
#content .contentUnitIndent .picLeftIndent a.btnEnlarge:focus,
#content .contentUnitIndent .picLeftIndent a.btnEnlarge:active,
#content .contentUnitIndentDouble .picLeft a.btnEnlarge:hover,
#content .contentUnitIndentDouble .picLeft a.btnEnlarge:focus,
#content .contentUnitIndentDouble .picLeft a.btnEnlarge:active,
#content .contentUnitIndentDouble .picLeftIndent a.btnEnlarge:hover,
#content .contentUnitIndentDouble .picLeftIndent a.btnEnlarge:focus,
#content .contentUnitIndentDouble .picLeftIndent a.btnEnlarge:active {
background: transparent url(icons/SRiconset.gif) right -340px no-repeat;
}

/* Numbers and Letters in approach and red and fix 
========================================================= */




/* content area
========================================================= */
/* .contentUnit h2.numberBox,
.contentUnit h3.subNumberBox, */
.contentUnitIndent h2.numberBox,
.contentUnitIndent h3.subNumberBox,
.contentUnitIndentDouble h2.numberBox,
.contentUnitIndentDouble h3.subNumberBox {
position: absolute; left: 0; top: 8px;
width: 40px;
height: 55px;
}

.contentUnitIndentDouble h2.numberBox,
.contentUnitIndentDouble h3.subNumberBox {
left: 40px;
}

.contentUnit h3.subNumberBox {
/* margin-left: 40px; */
}

/* number graphics included as background using IDs
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.contentUnitIndent h2#n01 {background: transparent url(numbers/SR_number_1.gif) top left no-repeat;}
.contentUnitIndent h2#n02 {background: transparent url(numbers/SR_number_2.gif) top left no-repeat;}
.contentUnitIndent h2#n03 {background: transparent url(numbers/SR_number_3.gif) top left no-repeat;}
.contentUnitIndent h2#n04 {background: transparent url(numbers/SR_number_4.gif) top left no-repeat;}
.contentUnitIndent h2#n05 {background: transparent url(numbers/SR_number_5.gif) top left no-repeat;}
.contentUnitIndent h2#n06 {background: transparent url(numbers/SR_number_6.gif) top left no-repeat;}
.contentUnitIndent h2#n07 {background: transparent url(numbers/SR_number_7.gif) top left no-repeat;}
.contentUnitIndent h2#n08 {background: transparent url(numbers/SR_number_8.gif) top left no-repeat;}
.contentUnitIndent h2#n09 {background: transparent url(numbers/SR_number_9.gif) top left no-repeat;}
.contentUnitIndent h2#n10 {background: transparent url(numbers/SR_number_10.gif) top left no-repeat;}
.contentUnitIndent h2#n11 {background: transparent url(numbers/SR_number_11.gif) top left no-repeat;}
.contentUnitIndent h2#n12 {background: transparent url(numbers/SR_number_12.gif) top left no-repeat;}
.contentUnitIndent h2#n13 {background: transparent url(numbers/SR_number_13.gif) top left no-repeat;}
.contentUnitIndent h2#n14 {background: transparent url(numbers/SR_number_14.gif) top left no-repeat;}
.contentUnitIndent h2#n15 {background: transparent url(numbers/SR_number_15.gif) top left no-repeat;}
.contentUnitIndent h2#n16 {background: transparent url(numbers/SR_number_16.gif) top left no-repeat;}
.contentUnitIndent h2#n17 {background: transparent url(numbers/SR_number_17.gif) top left no-repeat;}
.contentUnitIndent h2#n18 {background: transparent url(numbers/SR_number_18.gif) top left no-repeat;}
.contentUnitIndent h2#n19 {background: transparent url(numbers/SR_number_19.gif) top left no-repeat;}
.contentUnitIndent h2#nxx {background: transparent url(numbers/SR_number_xx.gif) top left no-repeat;}

/* letter graphics included as background using IDs
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.contentUnitIndent h3#l-a {background: transparent url(letters/SR_a.gif) top left no-repeat;}
.contentUnitIndent h3#l-b {background: transparent url(letters/SR_b.gif) top left no-repeat;}
.contentUnitIndent h3#l-c {background: transparent url(letters/SR_c.gif) top left no-repeat;}
.contentUnitIndent h3#l-d {background: transparent url(letters/SR_d.gif) top left no-repeat;}
.contentUnitIndent h3#l-e {background: transparent url(letters/SR_e.gif) top left no-repeat;}
.contentUnitIndent h3#l-f {background: transparent url(letters/SR_f.gif) top left no-repeat;}
.contentUnitIndent h3#l-g {background: transparent url(letters/SR_g.gif) top left no-repeat;}
.contentUnitIndent h3#l-h {background: transparent url(letters/SR_h.gif) top left no-repeat;}
.contentUnitIndent h3#l-i {background: transparent url(letters/SR_i.gif) top left no-repeat;}
.contentUnitIndent h3#l-j {background: transparent url(letters/SR_j.gif) top left no-repeat;}
.contentUnitIndent h3#l-k {background: transparent url(letters/SR_k.gif) top left no-repeat;}
.contentUnitIndent h3#l-l {background: transparent url(letters/SR_l.gif) top left no-repeat;}
.contentUnitIndent h3#l-m {background: transparent url(letters/SR_m.gif) top left no-repeat;}
.contentUnitIndent h3#l-n {background: transparent url(letters/SR_n.gif) top left no-repeat;}
.contentUnitIndent h3#l-o {background: transparent url(letters/SR_o.gif) top left no-repeat;}
.contentUnitIndent h3#l-p {background: transparent url(letters/SR_p.gif) top left no-repeat;}
.contentUnitIndent h3#l-q {background: transparent url(letters/SR_q.gif) top left no-repeat;}
.contentUnitIndent h3#l-r {background: transparent url(letters/SR_r.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-a {background: transparent url(letters/SR_a.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-b {background: transparent url(letters/SR_b.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-c {background: transparent url(letters/SR_c.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-d {background: transparent url(letters/SR_d.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-e {background: transparent url(letters/SR_e.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-f {background: transparent url(letters/SR_f.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-g {background: transparent url(letters/SR_g.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-h {background: transparent url(letters/SR_h.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-i {background: transparent url(letters/SR_i.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-j {background: transparent url(letters/SR_j.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-k {background: transparent url(letters/SR_k.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-l {background: transparent url(letters/SR_l.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-m {background: transparent url(letters/SR_m.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-n {background: transparent url(letters/SR_n.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-o {background: transparent url(letters/SR_o.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-p {background: transparent url(letters/SR_p.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-q {background: transparent url(letters/SR_q.gif) top left no-repeat;}
.contentUnitIndentDouble h3#l-r {background: transparent url(letters/SR_r.gif) top left no-repeat;}
.contentUnit h3#l-xx {background: transparent url(letters/SR_xx.gif) top left no-repeat;}


/* traumaline popups content
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
#content .contentUnit p.popupTitle {
margin: 0 0 2px 0;
line-height: 16px;
color: #074377;
}

#content .contentUnit h2#searchtitle {
margin: 0;
padding: 0;
font: normal bold 16px/18px Verdana, Arial, Helvetica, non-serif;
color: #074377;
}

/* graphically styled link for "show study in Medline" */
#content .contentUnit a.medline,
#content .contentUnit a.medline:link {
float: right;
margin: -20px 0 20px 0;
width: 140px;
height: 20px;
background: transparent url(icons/SRiconset.gif) right -160px no-repeat;
}

#content .contentUnit a.medline:hover,
#content .contentUnit a.medline:focus,
#content .contentUnit a.medline:active {
background: transparent url(icons/SRiconset.gif) right -180px no-repeat;
}


/* Forms
========================================================= */
#content form.contentForm01 {
margin: 20px auto;
width: 620px;
border: none;
border-bottom: 1px solid #074377;
background: transparent url(img/bg_forms_lines-620px.gif) repeat-y;
}

#content form.contentForm01:after {
content: ".";
display: block;
height: 0; 
clear: both;
visibility: hidden;
}

#content form.contentForm01 h4 {
margin: 0 0 20px 0;
padding: 0 0 0 10px;
color: #fff;
background: #074377 url(img/bg_boxHeadPopup01-620px.gif) top left no-repeat;
}

#content form.contentForm01 p {
padding: 0 0 0 15px;
}

#content form.contentForm01 table {
table-layout: fixed;
margin: 0 20px;
width: 580px;
}

#content form.contentForm01 table td {
line-height: 20px;
}

#content form.contentForm01 table td.thirdCol {
width: 175px;
}

#content form.contentForm01 table td.note,
#content form.contentForm01 table td .note {
padding: 10px 0;
font-size: 12px;
line-height: 100%;
}

#content form.contentForm01 table td .note {
display: block;
margin: 15px 0 0 0;
padding: 0;
color: #074377;
}

#content form.contentForm01 table td.infoBlock .note {
margin-left: -10px;
}

#content form.contentForm01 table label,
#content form.contentForm01 input,
#content form.contentForm01 textarea {
display: block;
padding: 0;
width: 197px;
line-height: 20px;
}

#content form.contentForm01 input {
margin: 0 0 5px 0;
padding: 1px 0 1px 3px;
/* width: 194px; */
color: #000;
border: 1px solid #000;
}

#content form.contentForm01 input.hidden {
display: none;
}

#content form.contentForm01 input.submit,
#content form.contentForm01 input.reset {
margin: 0 0 15px 10px;
padding: 0 9px;
float: right;
width: auto;
text-align: center;
cursor: pointer;
}

#content form.contentForm01 input.submit:hover,
#content form.contentForm01 input.reset:hover {
background: #ccc;
}

/* fake hr - so far only in forms in popups ...
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
#content form.contentForm01 .fakeHR {
margin: 5px 0 15px 0;
width:100%;
height:1px;
background-color:#074377;
overflow:hidden;
}

/* Various data tables
========================================================= */

#content table.contentTable {
margin: 10px 0;
width: 100%;
}



#content table.contentTable thead td,
#content table.contentTable th,
#content table.contentTable tr.subHead td {
font-size:13px;
font-weight:bold;
line-height:28px;
margin: 0;
padding: 0 0 0 3px;
color:#fff;
background:#6B7AA3;
border-bottom:1px solid #fff;
}

/* #content table.contentTable th, */
#content table.contentTable td.rowDef,
#content table.contentTable td.rowDefQuart,
#content table.contentTable td.checkPoint,
#content table.contentTable td.checkPointLarge {
padding-right: 3px;
line-height:20px;
color: #000;
background: #cacede;
border-left:1px solid #fff;
}

#content table.contentTable tr.subHead td,
#content table.contentTable2Cols tr.subHead td {
line-height:20px;
}

#content table.contentTable td.rowDef,
#content table.contentTable td.rowDefQuart,
#content table.contentTable td.checkPoint,
#content table.contentTable td.checkPointLarge {
width: 33.3%;
font-weight:bold;
}

#content table.contentTable td.rowDefQuart {
width: 25%;
}

#content table.contentTable td.checkPoint {
padding-left: 0;
width: 20px;
text-align: center;
background: #e4e6ee;
}

#content table.contentTable td.checkPointLarge {
width: 38px;
text-transform: uppercase;
}

#content table.contentTable td {
line-height:20px;
padding: 3px;
border-bottom:1px solid #fff;
border-left:1px solid #fff;
background: #e4e6ee;
}

#content table.contentTable td.description {
background: #cacede;
}

#content table.contentTable td.noBorder {
width: 172px;
/* background: yellow;
border-right-color: lime; */
}

#content table.contentTable tr.spaceRow td {
height:20px;
background: #fff;
}

#content table.contentTable tfoot td {
font-size:12px;
margin:0pt;
padding: 0 3px 0 0;
text-align: right;
color:#fff;
background:#6B7AA3;
}

#content table.contentTable th.textCenter,
#content table.contentTable td.textCenter {text-align: center;}

#content table.contentTable th.textRight,
#content table.contentTable td.textRight {text-align: right;}

#content table.contentTable td.highlight {background: #cacede;}

#content table.contentTable td a,
#content table.contentTable td a:link,
#content table.contentTable td a:visited {
display: block;
margin-left: -3px;
padding: 0 0 0 3px;
width: 100%;
height: 1%; /* IE ... */
line-height: 20px;
color: #000;
background: transparent;
}

#content table.contentTable tfoot td a,
#content table.contentTable tfoot td a:link,
#content table.contentTable tfoot td a:visited {
margin-left: 0;
overflow: hidden;
}

#content table.contentTable td a:hover,
#content table.contentTable td a:focus,
#content table.contentTable td a:active {background: #98a1bf;}

/* anchors in table heads or footers */
#content table.contentTable thead td a,
#content table.contentTable thead td a:link,
#content table.contentTable thead td a:visited,
#content table.contentTable tfoot td a,
#content table.contentTable tfoot td a:link,
#content table.contentTable tfoot td a:visited {
line-height: 28px;
font-weight: bold;
color: #fff;
}

#content table.contentTable thead td a:hover,
#content table.contentTable thead td a:focus,
#content table.contentTable thead td a:active,
#content table.contentTable tfoot td a:hover,
#content table.contentTable tfoot td a:focus,
#content table.contentTable tfoot td a:active {
color: #074377;
background: #ffc753;
}

#content table.contentTable td h3 {
padding-top: 0;
} 



/* result tables in traumaline popups
========================================================= */
#content table#tlResults {
/* table-layout: fixed; */
}

#content table#tlResults th {
height: 28px;
line-height: 28px;
color: #fff;
background: #6b7aa3;
border-color: #6b7aa3;
border-bottom-color: #fff;
}

#content table#tlResults th a,
#content table#tlResults th a:link {
color: #fff;
text-decoration: none;
}

#content table#tlResults th a:hover,
#content table#tlResults th a:focus,
#content table#tlResults th a:active {
text-decoration: underline;
}

#content table#tlResults td {
padding: 5px 15px 5px 5px;
border-left: none;
}

#content table#tlResults td a,
#content table#tlResults td a:link {
display: inline;
line-height: 16px;
color: #074377;
text-decoration: none;
}

#content table#tlResults td a:hover,
#content table#tlResults td a:focus,
#content table#tlResults td a:active {
background: transparent;
text-decoration: underline;
}

#content table#tlResults tr.odd td {
background: #cacede;
}

#content table#tlResults td.CoE-0,
#content table#tlResults td.CoE-I-II,
#content table#tlResults td.CoE-II,
#content table#tlResults td.CoE-III,
#content table#tlResults td.CoE-IV {
width: 30px;
border-right: 1px solid #fff;
background: #e4e6ee;
}

#content table#tlResults td.CoE-0 a,
#content table#tlResults td.CoE-0 a:link,
#content table#tlResults td.CoE-I-II a,
#content table#tlResults td.CoE-I-II a:link,
#content table#tlResults td.CoE-II a,
#content table#tlResults td.CoE-II a:link,
#content table#tlResults td.CoE-III a,
#content table#tlResults td.CoE-III a:link,
#content table#tlResults td.CoE-IV a,
#content table#tlResults td.CoE-IV a:link {
font-weight: bold;
color: #fff;
text-decoration: none;
}

#content table#tlResults td.CoE-0 a:hover,
#content table#tlResults td.CoE-0 a:focus,
#content table#tlResults td.CoE-0 a:active,
#content table#tlResults td.CoE-I-II a:hover,
#content table#tlResults td.CoE-I-II a:focus,
#content table#tlResults td.CoE-I-II a:active,
#content table#tlResults td.CoE-II a:hover,
#content table#tlResults td.CoE-II a:focus,
#content table#tlResults td.CoE-II a:active,
#content table#tlResults td.CoE-III a:hover,
#content table#tlResults td.CoE-III a:focus,
#content table#tlResults td.CoE-III a:active,
#content table#tlResults td.CoE-IV a:hover,
#content table#tlResults td.CoE-IV a:focus,
#content table#tlResults td.CoE-IV a:active {
background: transparent;
text-decoration: underline;
}

/* Overwriting colors for evidence classes */
#content table.contentTable td.CoE-I-II,
#content table#tlResults td.CoE-I-II,
#content table#tlResults tr.odd td.CoE-I-II {background: #889966;}

#content table.contentTable td.CoE-II,
#content table#tlResults td.CoE-II,
#content table#tlResults tr.odd td.CoE-II {background: #cccc99;}

#content table.contentTable td.CoE-III,
#content table#tlResults td.CoE-III,
#content table#tlResults tr.odd td.CoE-III {background: #ff9900;}

#content table.contentTable td.CoE-IV,
#content table#tlResults td.CoE-IV,
#content table#tlResults tr.odd td.CoE-IV {background: #cc5522;}

/* table for study details in traumaline popups
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
#content table#studyDescription {
clear: both;
table-layout: fixed;
margin: 0 0 10px 0;
}

#content table#studyDescription td {
background: #cacede;
}



/* Temporary fixes for old tables ... 28.05.2008, rbu
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

#content table.contenttablepadding {
margin: 0;
width: 100%;
}



#content table.contenttablepadding tr.smallfont {
text-align: left;
font-size: 12px;
}

#content table.contenttablepadding td {
padding: 5px;
line-height: 16px;
border: 1px solid #fff;
}


#content table.contenttablepadding td div {
text-align: left !important;

}

/* Legacy styles to be removed after upgrade of markup
========================================================= */
#content h1 {
margin: 0 0 5px 0;
padding: 3px 0 4px 0;
font: normal bold 16px/18px Verdana, Arial, Helvetica, non-serif;
color: #074377;
}

#content h1 span.elaboration {
color: #6b7aa3;
}

#content table.title td.segmentTitle {
margin: 0 0 10px 0;
padding: 0 0 8px 0;
font: normal bold 13px/16px Verdana, Arial, Helvetica, non-serif;
color: #074377;
}

#content .repeatingElement {
padding-top: 15px;
border-top: 1px solid #074377;
}

#content .first {
border-top: none;
}

#content table.picLeft td.caption {
margin: -10px 0 10px 0;
font: normal normal 12px/16px Arial, non-serif;
color: #074377;
}
#content table.picLeft  {position: relative; z-index: 200;}



/* new 2011-02 */
#content div.furtherInformation{}
#content div.furtherInformation h3{background-color: #415b8b; color: #fff;  padding: 2px 10px;}
#content div.furtherInformation ul{margin: 0 20px 10px 5px;left: 0;}
#content div.furtherInformation ul li{color: #000;list-style-image: url(img09/list-arrow.png);}

#content div.furtherInformation ul li a,
#content div.furtherInformation ul li a:link,
#content div.furtherInformation ul li a:visited{color: #415b8b;text-decoration: none;}
#content div.furtherInformation ul li a:focus,
#content div.furtherInformation ul li a:hover,
#content div.furtherInformation ul li a:active{color: #000;text-decoration: underline;}


