﻿body {
}
#footer img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}
/* Styles for tooltip in quotation page */
.tooltipElement {
	position:relative;
	height:15px; 
	width:210px;

}
.toolTip {
	/*position:absolute;
	left:216px; /*Moves it to the right beside the text box
	top:0;*/
	display:none;
	/*Making it look pretty*/
	width:200px;
	padding:5px;
	border:1px solid #ffffff;
	background-color:#eeeeee;
	font:10px/12px Arial, Helvetica, sans-serif;
	cursor:help;
}

.tooltip { cursor:help; }



/* User guides hidden parts */
.trUserGuide { margin-left: 30px; }
.trTechnicalAuthoring {margin-left: 30px;  }

/* Cookie Box */
.ccc-outer
{
  border-color: #2E3384 !important; 
}
.ccc-inner h2
{
  background-color: #2E3384 !important;
}
 .ccc-expand
 {
  background-color: #2E3384 !important;
 }