/* //PACS/style/pacsgrandestyle.css */
/* This and related documents will allow centralized style control over the PACS website */
/* 888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */
/* 88888888888888888888888888888888888 HEADINGS 888888888888888888888888888888888888888 */
/* 888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */
body {
	background-color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, sans-serif;
	margin: 1mm;
	right: 98%;
} 

h1 {
	font-family: Times New Roman, Garamond, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-weight: normal;
	font-family: Times New Roman, Garamond, serif;
	text-align: center;
	margin-top: 21px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3.h3center {
	text-align: center;
}

h3.pinkishhighlight {
	background-color: #DB7093;
}

strong {
	color: #000000;
	background-color: rgb(230, 230, 230);
}

.required {
	color: red;
}
.missing {
	color: red;
	font-size: 125%;
	font-style: italic;
}

/* 888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */
/* 88888888888888888888888888888 CONTENT TEXT 88888888888888888888888888888888888888888 */
/* 888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */

.subIndent {
	text-indent: -5mm;
	margin: 0 0 0 10mm;
	width: 95%;
}
.doublesubIndent {
	text-indent: -10mm;
	margin: 0 0 0 20mm;

}

p.pcenter {
	text-align: center;
}

.hang5mm {
	margin-left: 5mm;
	text-indent: -5mm;
}


#watertestingtable table tr th {
	border: thin solid;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	text-align: center;
	width: 33%;
}

#watertestingtable table tr td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	width: 33%;
}

#actestingtable table tr th {
	border: thin solid;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	text-align: center;
	width: 33%;
}

#actestingtable table tr td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	width: 33%;
}

/* 888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */
/* new */
/* 888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */

p.writingskillsseminars {
	margin-left: 5mm;
	text-indent: -5mm;
}
p.writingskillsseminars:first-line {
	text-decoration: underline;
}

#pacsdoc {
	position: absolute;
	width: calc(100% - 220px);
	left: 200px;
	right:100%;
	#right: calc(100% - 200px);
	padding-right: 20px;
}

#pacsdoc img {
	padding-top: 3px;
}

/* #pacsdoc p,.subIndent,.doublesubIndent,dl,h2.alignleft,h3,h4,table {
	padding-left: 3mm;
} */

#pacsdoc p.ulist {
	text-indent: -4mm;
	margin: 0 0 0 5mm;
}

#pacsdoc p.ulistsubolist {
	text-indent: -4mm;
	margin: 0 0 0 10mm;
	text-decoration: underline;
}

#pacsdoc .alignleft {
	text-align: left;
	width: 100%;
}

#pacsdoc .enlargeleft {
	font-size: 150%;
	text-align: left;
}

#regformcontacttable table tr td {
	border-bottom: 1px solid #000;
}

#regformcontacttable table tr td.nobottomborder {
	border-bottom: none;
}

#regformcontacttable table tr td.nobottomborderbold {
	border-bottom: none;
	font-weight: bold;
}

#regformcontacttable table tr td.nobottomborderboldgrey {
	border-bottom: none;
	font-weight: bold;
	background-color: rgb(230, 230, 230);
	text-align: center;
}

#regformcontacttable table tr td.nobottomborderright {
	border-bottom: none;
	text-align: right;
}

#regformcontacttable table tr td.nobottombordersmall {
	border-bottom: none;
	font-size: 75%;
}
tr.GHOST {
	background-color: rgb(230,230,230);
}

/* 888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */
/* 88888888888888888888888888888  NAVIGATION  88888888888888888888888888888888888888888 */
/* 888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */


#pacsleftnavigation {
	position: fixed;
	font-family: Vernada, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	float: left;
	width: 180px;
	min-width: 180px;
	max-width: 27%;
	padding: 0;
	margin-bottom: 1em;
	color: #333;
}
#pacsleftnavigation p {
	display: none;
}
#pacsleftnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}
#pacsleftnavigation ul li {
	margin: 0;
	border-top: 1px solid #003;
}
#pacsleftnavigation ul li a {
	display: block;
	padding: 1px 1px 0px 0.5em;
	border-left: 10px solid #369;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #036;
	color: #FFF;
	text-decoration: none;
	width: 100%;
}
html>body #pacsleftnavigation ul li a {
	width: auto;
}
#pacsleftnavigation ul li a:hover {
	border-left: 10px solid #036;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #69f;
	color: #fff;
}

#footnav {
	clear: both;
	text-align: right;
	margin-bottom: 5mm;
}

#footnav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	line-height: 1em;
}
#footnav p.nodisplay {
	display: none;
}

#pacsleftnavigation_moodle {
        position: absolute;
        font-family: Vernada, Helvetica, Arial, sans-serif;
        font-size: 0.7em;
        font-weight: bold;
        float: left;
        width: 21%;
        padding: 0;
        margin-bottom: 1em;
        color: #333;
	z-index: 1
}
#pacsleftnavigation_moodle p {
        display: none;
}
#pacsleftnavigation_moodle ul {
        display: none;
	list-style: none;
        margin: 0;
        padding: 0;
        width: 210px;
}
#pacsleftnavigation_moodle ul li {
        margin: 0;
        border-top: 1px solid #003;
}
#pacsleftnavigation_moodle ul li a {
        display: block;
        padding: 1px 1px 0px 0.5em;
        border-left: 10px solid #369;
        border-right: 1px solid #69c;
        border-bottom: 1px solid #369;
        background-color: #036;
        color: #FFF;
        text-decoration: none;
        width: 100%;
}
html>body #pacsleftnavigation_moodle ul li a {
        width: auto;
}
#pacsleftnavigation_moodle ul li a:hover {
        border-left: 10px solid #036;
        border-right: 1px solid #69c;
        border-bottom: 1px solid #369;
        background-color: #69f;
        color: #fff;
}

