/**
 * styles/fontstyles.css
 * Includes all the font/typefacing styles for the Safety4Bodyshops Application
 *
 * author    Mark Fullbrook <mark.fullbrook@niddocks.com>
 * copyright 2006 Niddocks Ltd, UK.
 */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* font size attributes */
BODY.f-smaller, BODY.f-smaller .f-normal {
	font-size: 10px;
}
BODY.f-default, BODY.f-default .f-normal {
	font-size: 11px;
}
BODY.f-larger, BODY.f-larger .f-normal {
	font-size: 13px;
}

.f-small {		font-size: 90%; }
.f-medium1 {	font-size: 105%; }
.f-medium2 {	font-size: 115%; }
.f-large {		font-size: 125%; }
.f-largest {	font-size: 145%; }


/* Default HTML styles */
INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
A IMG {
	border: none;
	text-decoration: none;
	vertical-align: bottom;
}
FIELDSET {
	border: 1px solid #336600;
	margin: 0px;
	margin-bottom: 10px;
}
FIELDSET LEGEND {
	color: #336600;
	border: 1px solid #336600;
	padding: 2px 5px;
	background-color: #DAEBD5;
}
TH SUP {
	font-weight: normal;
}
FORM { 
	margin: 0px;
}

/* HYPERLINK STLYES */
A, A:visited {
	color: blue;
}
A.black, A.black:visited {
	color: black;
}
A.red {
	color: red;
}
A:hover {
	color: #006600;
}
A:active {
	color: #01BF00;
}

/* Font Styles */
.title, .subtitle {
	font-size: 155%;
	font-weight: bold;
	color: #505050;
	margin-bottom: 8px;
}
.subtitle {
	font-size: 125%;
}
.subtitle A, .subtitle A:visited, .subtitle A:active {
	color: #505050;
}

.errorTitle {
	font-size: 155%;
	color: #990000;
	font-weight: bold;
}

.errorMessages {
	color: red;
	padding: 5px;
}
.errorMessages DIV {
	margin-bottom: 4px;
}
.errorMessages .intro {
	font-style: italic;
}
.errorMessages .error {
	line-height: 1.3;
}
.red {
	color: red;
}
.green, .success {
	color: darkgreen;
}
.strikethru {
  text-decoration: line-through;
}

#force-complete-hs-wizard {
  background: #FFFFCC url(/images/alert.png) no-repeat 7px 5px;
  padding: 5px 20px 5px 30px;
  color: #CC9900;
}

/* Margin and indentation styles */
.margin10px {	margin: 10px; }
.left { text-align: left; }
.center, .centre { text-align: center; }
.right { text-align: right; }

UL.condensedSquare {
	list-style-type: square;
	margin: 0px;
	padding-left: 15px;
}
UL.condensedSquare LI {
	padding-bottom: 4px;
}

UL.instructions {
	list-style: url(../images/bullet_arrow.gif) disc;	
	margin-top: 2px;
	margin-bottom: 0px;
}
UL.instructions LI {
	margin-bottom: 2px;
}

/* container styles */
.greenBox, .blueBox, .redBox {
	margin-bottom: 10px;
}
.greenBox {
	border: 1px solid #336600;
	background-color: #DAEBD5;
}
.blueBox {
	border: 1px solid #2266DC;
	background-color: #D8E2FF;
}
.redBox {
	border: 1px solid #D21A1D;
	background-color: #F5DADB;
	color: #D21A1D;
}
.boxHeading {
	color: white;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	padding: 1px;
	padding-bottom: 2px;
}
.greenBox a.selected {
  background-color: #CEFCAF;
}
.boxHeading A, .boxHeading A:active, .boxHeading A:visited {
	color: white;
	text-decoration: none;
}
.boxHeading A:hover {
	border-bottom: 1px dashed white;
}
.greenBox .boxHeading {
	background-color: #336600;
}
.blueBox .boxHeading {
	background-color: #2266DC;
}
.redBox .boxHeading {
	background-color: #D21A1D;
}
.greenBox.white {
	background-color: white;
}
.greenBox .boxContent, .blueBox .boxContent, .redBox .boxContent {
	padding: 3px;
}


.greenDashedBox {
	border: 1px dashed #336600;
	padding: 10px;
	margin:15px;
}


/* greenTBL creates the nice looking tables */
TABLE.greenTBL {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #336600;
	border-bottom: 2px solid #336600;
	border-left: 1px solid #D7D7D7;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
TABLE.greenTBL TH {
	border-right: 1px solid #D7D7D7;
	height: 25px;
	background-image: url(../images/th_grey_fade.gif);
	background-position: top;
	background-repeat: repeat-x;
}
TABLE.greenTBL TD {
	border-right: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
	padding: 3px 4px 3px 4px;
	text-align: center;
}
TABLE.greenTBL TR:hover {
	background-color: #DAE4FF;
}

/* SPREADSHEET STYLE TABLE */
TABLE.sheet {
	border-collapse: collapse;
	width: 100%;
}
TABLE.sheet TD, TABLE.sheet TH {
	border: 1px solid black;
	padding: 2px;
}
TABLE.sheet TH {
	background-color: #E0E0E0;
	padding: 2px 1px;
}
TABLE.sheet .dec {
	text-align: right;
}

/* GENERIC TABLE STYLES */
.fixed_centered {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.margin0 {
	margin-left: 10px;
}
.margin1 {
	margin-left: 20px;
}
.ie_margin1 {
	padding-left: 20px;
}
.margin1_centered {
	margin-left: 20px;
	margin-right: 20px;
}
.ie_margin1_centered {
	padding-left: 20px;
	padding-right: 20px;
}
.margin2 {
	margin-left: 40px;
}
.ie_margin2 {
	padding-left: 40px;
}
.margin2_centered {
	margin-left: 40px;
	margin-right: 40px;
}
.ie_margin2_centered {
	padding-left: 40px;
	padding-right: 40px;
}

TD.left, TABLE.greenTBL TD.left, TH.left {
	text-align: left;
	padding-left: 4px;
}

.bordercell {
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}

/* LAZY TABLE STYLES */
.lazyTable LABEL {
	display: block;
	float: left;
	margin-bottom: 4px;
	width: 120px;
}
.lazyTable100 LABEL {	width: 100px;	}
.lazyTable120 LABEL {	width: 120px;	}
.lazyTable140 LABEL {	width: 140px;	}
.lazyTable160 LABEL {	width: 160px;	}
.lazyTable180 LABEL {	width: 180px;	}

.lazyTable SPAN {
	display: block;
	float: left;
}
.lazyTable SPAN.style {
	display: inline;
	float: none;
}
.lazyTable BR {
	clear: both;
}

.lazyFileTable IMG {
	float: left;
	padding-right: 7px;
	padding-bottom: 3px;
}
.lazyFileTable LABEL, .lazyFileTable A {
	float: left;
	display: block;
	padding-bottom: 3px;
	font-size: 95%;
}
.lazyFileTable .description {
	clear: left;
	margin-left: 24px;
	font-size: 90%;
	font-style: italic;
	position: relative;
	top: -3px;
	padding-bottom: 5px;
	color: #444444;
}
.lazyFileTable BR {
	clear: both;
}


/* Holistic View Style */
.holistics .item {
	color: black;
	margin: 2px 2px 7px 7px;
}
.holistics .item IMG {
	float: left;
	padding: 2px 5px 5px 0px;
}
.holistics .itemTitle {
	font-size: 120%;
	font-weight: bold;
}
.holistics .itemDesc {
	margin-left: 19px;
}

/* Form styles */
TABLE.form TH {
	text-align: left;
	font-weight: bold;
}
TABLE.form.indent {
	margin-left: 20px;
}
TABLE.form DIV.section {
	font-style:italic; 
	border-bottom: 3px double darkgray;
	width:590px;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

FORM.popup {
	border: 2px outset gray;
	background-color: #DDE7FF;
}
FORM.popup .popupTitle {
	color: #FFFFFF;
	background-color: #003366;
	font-weight: bold;
	font-size: 95%;
	text-align: center;
	padding: 2px;
}
FORM.popup .popupContent {
	padding: 10px;
}

.pageContents {
  float: right;
  border: 1px solid #8A8A8A;
  background-color: #F0F0F0;
  width: 180px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.pageContents H4 {
  color: white;
  background-color: #8A8A8A;
  margin: 0px;
  padding: 1px 0px 2px 0px;
  text-align: center;
}
.pageContents OL, .pageContents UL {
  padding-left: 3em;
  margin: 5px 0px;
}
.pageContents LI {
  padding-bottom: 2px;
}

/* MISCELLANEOUS STYLES */
.tip {
	cursor: help;
}
.link {
	cursor: pointer;
}
.overlibtip {
	cursor: pointer;
	border-bottom: 1px dashed orange;
}


.shadow-outer {
	background-color: #999999;
}
.shadow-content {
	background-color: white;
	border: 1px solid black;
	position: relative;
	bottom: 3px;
	right: 3px;
}
#HTML_AJAX_LOADING {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	color: red;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

.trainingTableHead {
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-top:1px solid #999;
}

.trainingTableHead th {
    padding:6px;
    text-align:left;
    background:#DDD;
    border-bottom:1px solid #CCC;
}

.trainingTableHead td {
    padding:6px;
    border-bottom:1px solid #CCC;
}

.trainingLastRow td, .trainingLastRow th {
    border-bottom:1px solid #999;
}

.trainingTable {
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-top:1px solid #999;
}

.trainingTable th {
    padding:6px;
    background:#DDD;
    border-bottom:1px solid #CCC;
}

.trainingTable td {
    padding:5px;
    border-bottom:1px solid #CCC;
}

.trainingTableForm {
   border-left:1px solid #999;
   border-right:1px solid #999;
   border-bottom:1px solid #999; 
}

.trainingTableForm td {
    padding:5px;
}

.trainingErrorBox {
    padding:10px;
    border:1px dotted #900;
    margin:0 0 10px 0;
    color:#F00;
    font-weight:bold;
}

.trainingDropdown {
    width:83%;
}

.trainingTextbox {
    width:73px;
}

.trainingTextboxAction {
    width:130px;
}

.pdfButton {
    padding:5px 5px 5px 25px;
    width:116px;
    background:url(../images/fileicons/pdf.gif) 3px 4px no-repeat;
    border:1px solid #999;
    text-align:right;
    cursor:pointer;
}

.staticPage ol, .staticPage ul {
    margin:5px 25px;
}


/