
/* inloc.css - heavily selected and adapted from the Confluence style sheets, 2013-01. There are still many unused elements of style here, waiting to be deleted when they are sure not to be needed */

/* style material for the CWA front page */
.CENtitles {
	text-align:right;
	font-weight:bold;
	font-size:12pt;
	line-height:1.5;
}

.CWAnewtitle {
	text-align:center;
	font-size:18pt;
	font-weight:bold;
	line-height:1.5;
}

.CENsmallprint {
	font-size:9pt;
	line-height:1.2;
}


/* black for everything */

h1, h2, h3, h4, h5, h6,
th.inlocTh,
table.inlocTable th.inlocTh,
table.admin th {
	color: #000000;
}

.clear {
	clear:both;
}

body {
	margin:0;
	font-family:Helvetica,Arial,sans-serif;
	background-color:#fff;
	padding:20px 20px 6em 20px;
	height:100%;
	counter-reset:h1counter;
	background-color:#fff;
}

body,p,td,table,tr,.bodytext,.stepfield {
	font-size:10pt;
	line-height:1.3;
	color:#000;
	font-weight:normal;
}
#page {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
#PageContent {
	text-align:left;
	background-color:#fff;
	padding:0 0 20px 0;
	margin:0;
}

.print-only {
	display:none;
}

pre {
	padding:0;
	margin:10px 0;
	text-align:left;
	overflow:auto;
}

/* miscellaneous, much not needed */

.pageheader {
	padding:5px 5px 5px 0;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.pagetitle {
	font-size:18pt;
	line-height:normal;
	font-weight:bold;
}
.newpagetitle {
	color:#ccc!important;
}

.sectionbottom {
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.topRow {
	border-top-width:2px;
	border-top-style:solid;
}
.tabletitle {
	font-size:10pt;
	font-weight:bold;
	padding:3px 0 2px 0;
	margin:8px 4px 2px 0;
	border-bottom-width:2px;
	border-bottom-style:solid;
}
.tabletitleops {
	float:right;
}
.tabletitleops,.tabletitleops a,.tabletitleops img {
	vertical-align:middle;
}
.tabletitleops img {
	border:none;
}

.fullWidth {
	width:100%;
}

hr {
	color:#ccc;
	height:1px;
}

/* link styles */

a:hover {
	color: #0066cc;
}

a {
	text-decoration:none;
	color: #003366;
}

a img {
	border:none;
}

a.texticon {
	min-height:16px;
	text-align:left;
	padding:0 10px 0 20px;
	background-position:0 50%;
	outline:0 none;
}

h1 a,
h2 a,
h3 a,
h4 a
{
	text-decoration:none;
	color:#000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
{
	text-decoration:none;
	color:#039;
	background-color:#bdf;
}

/* more general stuff, much of which is not needed */

textarea,textarea.editor {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:#333;
}

.endsection {
	color:#666;
	clear:both;
	padding:1em 0 .5em;
	font-size:1em;
}
.endsectionleftnav {
	text-align:right;
	color:#666;
	clear:both;
	padding-top:10px;
}
.endsection img {
	border:0;
	vertical-align:middle;
}

.descfont {
	color:#666;
	font-size:10px;
}
.smallerfont {
	font-size:9px;
}
.smalltext {
	color:#666;
	font-size:12px;
}
.smalltext a {
	color:#666;
}

.smalltext-blue {
	font-size:8pt;
	color:#69c;
}
.surtitle {
	margin-left:1px;
	margin-bottom:5px;
	font-size:14px;
	color:#666;
}

div.padded {
	padding:4px;
}
div.thickPadded {
	padding:10px;
}

div.centered {
	text-align:center;
	margin:10px;
}
div.centered table {
	margin:0 auto;
	text-align:left;
}
.tableview table {
	margin:0;
}
.tableview tr.alternateRow {
	background:#f0f0f0;
}
.tableview th {
	text-align:left;
	font-size:12px;
	padding:5px 15px 2px 0;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.tableview td {
	text-align:left;
	border-color:#eee;
	border-width:0 0 1px 0;
	border-style:solid;
	margin:0;
	padding:5px 15px 3px 0;
}
.grid {
	margin:2px 0 5px 0;
	border-collapse:collapse;
}
.grid th {
	border:1px solid #ccc;
	padding:2px 4px 2px 4px;
	background:#f0f0f0;
	text-align:center;
}
.grid td {
	border:1px solid #ccc;
	padding:3px 4px 3px 4px;
}
.gridHover {
	background-color:#f9f9f9;
}
td.infocell {
	background-color:#f0f0f0;
}

/* used */

blockquote {
	font-style:italic;
	font-size:inherit;
	margin:10px 20px;
}
/* taken out
	padding:0 20px;
	border-left-width:1px;
	border-left-style:solid;
*/

blockquote p {
	font-size:10pt;
}
blockquote em {
	font-style:normal;
}

/* more miscellaneous */

div.small {
	font-size:9pt;
}

h1.pagename {
	margin-top:0;
}

.rowNormal {
	background-color:#fff;
}
.rowAlternate {
	background-color:#f7f7f7;
}
.rowAlternateNoBottomColor {
	background-color:#f7f7f7;
}
.rowAlternateNoBottomColor td,.rowAlternateNoBottomNoColor td {
	border-bottom:0;
}
.rowHighlight {
	background-color:#f0f0f0;
}

td.noformatting {
	border-width:0;
	border-style:none;
	text-align:center;
	padding:0;
}

.bold {
	font-weight:bold;
}


ul.square {
	list-style-type:square;
}

.replaced {
	background-color:#3c6;
}
.topPadding {
	margin-top:20px;
}

.status-red {
	color:#800;
	font-weight:bold;
}
.status-green {
	color:#080;
	font-weight:bold;
}


div.spacer {
	clear:both;
}
span.left {
	float:left;
	text-align:left;
}
span.right {
	float:right;
	text-align:right;
}
.nobr {
	white-space:nowrap;
}
label.normal {
	font-weight:normal;
	color:black;
}
div.leftFloatMargined {
	float:left;
	margin-right:2px;
}


table.spaceList {
	border-collapse:collapse;
}
tr.spaceList td {
	padding:5px 0 5px 5px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
.spaceList .spaceDescription {
	margin-top:3px;
	color:#666;
}
tr.spaceList .operations {
	vertical-align:top;
	padding-right:5px;
}

.clearBoth {
	clear:both;
}

/* useful */
table.fullWidthBorderless {
	width:100%;
	border:0;
	border-collapse:collapse;
}

.darkBlue {
	color:#036;
}
.grey {
	color:#666;
}

.hidden,li.hidden {
	display:none!important;
	visibility:hidden;
}

#main {
	text-align:left;
	background-color:#fff;
}

br.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

table {
	clear:left;
}


li:active,a:active {
	outline:none;
}

div.section.one {
	float:left;
	width:40%;
}
div.section.two {
	float:left;
	width:60%;
}
div.section.two .section {
	margin-left:10px;
}



p, table, tr, td, th,ol,ul,li {
	font-size:10pt;
	line-height:13pt;
}
p {
	margin:10px 0;
	padding:0;
}
li,ul p,ol p {
	margin:0;
	padding:0;
}
ul {
	list-style-type:disc;
}
ol,ol ol ol ol {
	list-style-type:decimal;
}
ol ol,ol ol ol ol ol {
	list-style-type:lower-alpha;
}
ol ol ol,ol ol ol ol ol ol {
	list-style-type:lower-roman;
}

/* headings, with added numbering down to h3 -- h4 could also be numbered if desired */

h1,h2,h3,h4,h5,h6 {
	line-height:normal;
	font-weight:bold;
	padding:0px;
}
h1 {
	font-size:24pt;
	margin:48px 0 6px 0;
}

h2 {
	font-size:18pt;
	margin:32px 0 6px 0;
}

h3 {
	font-size:14pt;
	margin:28px 0 6px 0;
}

h4 {
	font-size:12pt;
	margin:18px 0 6px 0;
}

h5 {
	font-size:10pt;
	margin:14px 0 6px 0;
}
h6 {
	font-size:8pt;
	margin:14px 0 6px 0;
}

.inlocTable,.grid {
	padding:0;
	margin:5px 0;
}
td.inlocTd,th.inlocTh {
	padding:5px 7px;
}
.wiki-content-preview {
	padding:5px;
	border-left:1px solid;
	border-right:1px solid;
}
.preformattedContent,.codeContent {
	padding:12px 10px;
}
.preformattedContent pre,.codeContent pre {
	margin:0;
	font-family:"Courier New",Courier,monospace;
	line-height:1.3;
}

/* used extensively */
table.inlocTable {
	margin:5px 0;
	border-collapse:collapse;
}
td.inlocTd,table.inlocTable td.inlocTd {
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	padding:5px;
	vertical-align:top;
	min-width:.6em;
}
th.inlocTh,table.inlocTable th.inlocTh {
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	padding:5px;
	background-color:#f0f0f0;
	text-align:left;
	vertical-align:top;
	min-width:.6em;
}

/* needed for bindings documentation */

.codeHeader {
	background:#f0f0f0;
}
.preformattedHeader,.codeContent,.preformattedContent {
	background:#fff;
}

/* for quoted code, in the Guidelines, MedBiq bit */
.barecode {
	border-width:0;
	border-style:none;
}

.code {
	border-width:1px;
	border-style:dashed;
	overflow:auto;
}
.code,.preformatted {
	background-color:#fff;
}
.code pre,.preformatted pre {
	font-family:"Courier New",Courier,monospace;
	line-height:1.3;
}
.code-keyword {
	color:#000091;
	background-color:inherit;
}
.code-object {
	color:#910091;
	background-color:inherit;
}
.code-quote {
	color:#009100;
	background-color:inherit;
}
.code-comment {
	color:#808080;
	background-color:inherit;
}
.code-xml .code-keyword {
	color:inherit;
	font-weight:bold;
}
.code-tag {
	color:#000091;
	background-color:inherit;
}

