body {
	background-image: url('../images/backgroundGradient.png');
	background-repeat:repeat-x;
	background-position: top;
}


h1 {
	color:#A2D11C;
	font-size:19px;
}

.x-panel-body-default {
	margin-right:-2px;	
}

.active .x-panel-header {
	background-image:none;
	background-color: #009C32;
	border: none;
}

.x-panel-header {
	background-color:#888888;
	border:none;
	background-image:none;
}

.x-panel-header-default {
	border:none;
	background-image:none;
}

.x-nlg .x-panel-header-default-top {
	background-image:none;
}
.x-panel-header-text {
	color:white;
}

 .x-panel-header-text-default {
	 font-family: Helvetica,Arial,sans-serif;
 }

.x-panel-body {
	border-color: #009C32;
}

.x-fieldset-header {
	color:black;
	font-size:13px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight:bold;
}

.x-fieldset {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px;
}

.x-fieldset .x-tool-toggle {
	display: none;
}

.x-fieldset-collapsed {
	border:none;
}

.x-fieldset-collapsed .x-tool-toggle {
	display:block;
}

.x-fieldset.mainBlock {
	background-image: url('../images/basicInfoMainBG.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

.x-fieldset.whenBlock {
	background-image: url('../images/basicInfoWhen.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

.x-fieldset.whereBlock {
	background-image: url('../images/basicInfoWhere.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

.x-fieldset.yesNo {
	background-image: url('../images/yesNoBlockBG.png');
	background-repeat:repeat-x;
	background-position:0 5px;
}

.x-fieldset.injuredPeople {
	background-image: url('../images/injuredPeopleBG.png');
	background-repeat:repeat-x;
}

.x-fieldset.howInjured {
	background-image:url('../images/howInjuredBG.png');
	background-repeat:repeat-x;
}

.x-fieldset.firstAid {
	background-image:url('../images/firstAidBG.png');
	background-repeat:repeat-x;
}

.x-fieldset.environmentalDamage {
	background-image:url('../images/environmentalDamageBG.png');
	background-repeat:repeat-x;
}

.x-fieldset.release {
	background-image:url('../images/releaseBG.png');
	background-repeat:repeat-x;
}

.x-fieldset.releasedMaterial {
	background-image:url('../images/releasedMaterialBG.png');
	background-repeat:repeat-x;
}

.x-fieldset.simpleForm {
	background-image:url('../images/simpleFormBG.png');
	background-repeat:repeat-x;
}

.x-fieldset.simpleFormExpanded {
	background-image:url('../images/simpleFormExpandedBG.png');
	background-repeat:repeat-x;
}


/*.x-fieldset-collapsed.yesNo {
	background-image:none;
}*/

.x-panel .x-grid-body, .x-grid-header-ct , .x-panel-default{
	border-color:#B5B8C8;
}

.x-body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.curved .x-form-field {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.btn {
	cursor:pointer;
}

.severityMatrix, .thanksPanel {
	background-image: url('../images/severityMatrixBG.png');
	background-repeat: no-repeat;
}

.detailsReview {
	background-image:url('../images/reviewDetailsBg.png');
	background-repeat:no-repeat;
}

#heatMap {
	background-image:url('../images/heatmapBG.png');
}

#heatMap td {
	width:112px;
	height:38px;
	text-align: center;
}

.tickButton .x-form-radio {
	width:30px;
	height:31px;
}

.tickButton.x-form-cb-checked .x-form-radio {
	background-position:0 -30px;
}

.redTick .x-form-radio {
	background-image:url('../images/tickRed.png');
}

.pinkTick .x-form-radio {
	background-image:url('../images/tickPink.png');
}

.orangeTick .x-form-radio {
	background-image:url('../images/tickOrange.png');
}

.yellowTick .x-form-radio {
	background-image:url('../images/tickYellow.png');
}

.greenTick .x-form-radio {
	background-image:url('../images/tickGreen.png');
}

.severityMatrix .x-fieldset-header-text {
	font-size:16px;
	color:#009B32;
}

.reviewTitle, .matrixTitle {
	font-weight: bold;
	color:#000;
	font-size: 13px;
	font-family: Helvetica,Arial,sans-serif;
}

.detailsReview .x-fieldset-header-text {
	font-size:16px;
	color:#009B32;
}

.x-tool img {
	background-image:url('../images/tool-sprites.png');
}

.active .x-tool img {
	background-image:url('../images/tool-sprites-active.png');
}

.x-form-trigger.x-form-date-trigger {
	background-image:url('../images/date-trigger.png');
}

.x-form-trigger-over {
	border-bottom: none;
}

.x-form-trigger {
	background-image: url('../images/trigger.png');
}
