.formTOC h1{
   font-family: Arial;
    font-size: 14pt;
    color: #333333;
    font-weight: normal;
    font-style: normal;
}

.formTOC div {
   font-family: Arial;
    font-size: 10pt;
    color: #333333;
}

.ui-tooltip-blue .ui-tooltip-content {
background-color: #FFFFFF;
border-color: #CCCCCC;
}

.ui-tooltip-content h2 {
	line-height: 1;
    font-family: Arial;
    font-size: 10pt;
    color: #333333;
    font-weight: bold;
    font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
}

.ui-tooltip-content li {
    font-family: Arial;
    font-size: 10pt;
    color: #333333;
}

.watermark {
background-image: url(watermark.png);
width: 300px;
height: 300px;
}

.logo {
background-image: url();
width: 0px;
height: 0px;
}

/* Buttons */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #ADAFAF_DARK;
background: #ADAFAF;
font-weight: $BUTTON_FONT_IS_BOLD;
color: #FFFFFF;
}

.ui-widget.ui-button.ui-state-active {
background-color: #006778;
border-color: #FFFFFF;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
border-color: #FFFFFF; 
}

div.auroraItem {
    font-family: Arial;
    font-size: 10pt;
    color: #006778;
}

h1.auroraItemLayerHeader {
    font-family: Arial;
    font-size: 10pt;
    color: #006778;
    font-weight: bold;
    font-style: normal;
}

.title {
    font-family: Arial;
    font-size: 22pt;
    color: #006778;
    font-weight: bold;
    font-style: normal;
}

.subtitle {
    font-family: Arial;
    font-size: 16pt;
    color: #006778;
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #FFFFFF;
}

h1.ui-accordion-header.ui-helper-reset {
    font-family: Arial;
    font-size: 14pt;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
    background-color: #006778;
    background-image: none;    
    border: 1px solid #005260;
}

h3.ui-accordion-header.ui-state-default a,h3.ui-accordion-header.ui-state-active a{
    font-family: Arial;
    font-size: 14pt;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
}

.auroraCategory {
    font-family: Trebuchet MS;
    font-size: 9pt;
    line-height: 12px;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    
}

li.auroraWorkflow, li.auroraWorkflow a {
    font-family: Trebuchet MS;
    font-size: 12pt;
    line-height: 16px;
    color: #006778;
    font-weight: normal;
    font-style: italic;
}

div.ui-accordion-content {
    background-color:#FFFFFF;
    background-image: none;
}

.auroraViewfinder {
    background-image: url(viewfinder.png);
    width: 49px;
    height: 42px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 600;
    cursor: all-scroll;
}

.auroraViewfinderSmall {
    background-image: url(viewfindersmall.png);
    width: 28px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 600;
    cursor: all-scroll;
}

.inspectionTip > ul {
	line-height: normal;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 5pt;
	margin-bottom: 10pt;
}

.inspectionTip > ul > li {
	background: url() no-repeat 0px 0px;
	padding-left: 0px;
	margin-left: 0;
}

.inspectionTip> ul > li > ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.inspectionTip > ul > li > ul > li {
	background: url() no-repeat 0px 0px;
	padding-left: 0px;
	margin-left: 0;
}

.ui-state-default .ui-icon { background-image: url(auroraIcons.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(auroraIcons.png); }
.ui-state-active .ui-icon {background-image: url(auroraIcons.png); }

.auroraSectionHeader:link,.auroraSectionHeader:visited {
  color: #FFFFFF;
}
.ui-state-default a.auroraSectionHeader,
.ui-state-hover a.auroraSectionHeader,
.ui-state-hover a.auroraSectionHeader:hover{
  color: #FFFFFF;
}
.label{
  color: #006778;
}