/* STYLESHEET FOR BSG COLONOSCOPY AUDIT */

/* Reset styles
--------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,  ul, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead{
	border: 0;
	margin: 0;
	padding: 0;

}

/* Common styles
--------------------------------------------- */

html {overflow-y: scroll;}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


body {
	background: rgb(255, 255, 255); color: rgb(51, 51, 51); font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; font-size: 75%;margin-bottom:20px;
}

/*body {
	background-color: rgb(204,204,204);
	text-align: center;
	margin-bottom: 20px;
	font-size: 10pt;
}*/

body.popup {
	background-color: #fff;
	margin-bottom: 20px;
}

div, h1, h2, h3, h4, h5, h6, p,  li, a {
	font-family: verdana,arial, helvetica;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 10px;
}
h1 { font-size: 2.0em;color:rgb(51,64,99) ; }
h2 { font-size: 1.5em; color: rgb(0,157,220); text-align:left; }
h2.evidence { font-size: 1.1em; color: #5A87C5; text-align:left; }
h3 { font-size: 1.2em; color:rgb(51,64,99);}
h4 { font-size: 1.0em; color:rgb(0,157,220); font-style:italic;}

div, p,  li, a { font-size: 100%; }

a:link, a:visited, a:active { color: #5A87C5; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
a:visited { color: #5A87C5; text-decoration: underline; }



.widget-head a:link,.widget-head a:visited,.widget-head a:active { color: #ffffff; text-decoration: none;padding-left:10px; }
.widget-head a:hover { color: #ffffff; text-decoration: underline;padding-left:10px; }


.align-left {
	float: left;
}

.align-right {
	float: right;
}

#wrapper {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

#popupwrapper {
	width: 90%;
	text-align: left;
	margin: 20px;
}

#eopopupwrapper {
	text-align: left;
	margin: 0px;
}

#header {
	background: url(../images/header_2.png) top left no-repeat;
	height: 189px;
}

#footer {
	width: 990px;
	margin: 0 auto;
}

#footer-links {
	padding: 10px 20px 0 20px;
}

/* Menu
--------------------------------------------- */

.menu {
	position: relative;
	z-index: 100;
	top: 68px;
	left: 8px;
}



/* One Column Layout
--------------------------------------------- */

.one-column {
	background: #fff url('../images/content-1col-background.png') top left repeat-y ;
	background-size: 990px;
  	padding: 10px 30px 10px 37px;
	min-height: 300px;
}
html>body .one-column {
  	overflow: hidden;
}
* html .one-column {
	height: 300px;
}
.two-column-left-content {
	width: 590px;
	float: left;
}
.one-column-content-footer {
	background: rgb(242,242,242) url('../images/content-1col-footer.png') top left no-repeat;
	width: 989px;
	height: 35px;
}

.one-column-strip {
	background: #fff url('../images/content-1col-background-strip.png') top left repeat-y;
  	padding: 30px 30px 10px 37px;
  	
}
html>body .one-column-strip {
  	overflow: hidden;
}
* html .one-column-strip {
	height: 300px;
}

/* Two Column Layout
--------------------------------------------- */

.two-column {
	background: #fff url('../images/content-2col-background.png') top left repeat-y;
  	padding: 30px 30px 10px 37px;
  	min-height:300px;
}
html>body .two-column {
  	overflow: hidden;
}
* html .two-column {
	height: 300px;
}
.two-column-left-content {
	width: 590px;
	float: left;
}
.two-column-right-content {
	width: 292px;
	float: right;
}
.two-column-content-footer {
	background: #fff url('../images/content-2col-footer.png') top left no-repeat;
	width: 990px;
	height: 34px;
}

#editContent
{
	font-family: verdana,arial, helvetica, Sans-Serif;
}

#register_form 
{
    font-family: verdana,arial, helvetica, Sans-Serif;
}
#divUserForm 
{
    font-family: verdana,arial, helvetica, Sans-Serif;
}

.form_field
{
	font-family: verdana,arial, helvetica, Sans-Serif;
    background-color: #eeeeee;
    border: 1px solid gray;
}

.Label
{
	font-family: verdana,arial, helvetica, Sans-Serif;
	width: 200px; 
	float: left;
}


.LabelBold
{
	font-family: verdana,arial, helvetica, Sans-Serif;
	width: 200px; 
	float: left;
	font-weight:bold;
	background-color:#cccccc;
}

.LabelRole
{
	font-family: verdana,arial, helvetica, Sans-Serif;
	width: 200px; 
	float: left;
	color:Blue;

}



.Info
{
	font-family: verdana,arial, helvetica, Sans-Serif;
	font-size: 10pt;
}

.validation_text
{
    color:black;
    font-family: verdana,arial, helvetica, Sans-Serif;
    font-size: 8pt;
}

div.messageArea
{
	width: 100%;
	margin-top:40px;
	margin-bottom:15px;
	
}

.requiredField
{
	color: Red;
	padding-right:5px;
}

.greenSuccess
{    
	font-family: verdana,arial, helvetica, Sans-Serif;
	border: 1px solid green;
	padding: 8px 35px;
	color: black;
	background-color: #baddb2;
	background-image: url(../images/success_icon.png);
	background-repeat: no-repeat;
	background-position: 8px;
	margin: 3px;
	padding-left:66px;

}

.blueInfo
{
	font-family: verdana,arial, helvetica, Sans-Serif;
 	border: 1px solid #C3D9FE;
	padding: 8px 35px;
	color: black;
	background-color: #EEF5FF;
	background-image: url(../images/info_icon.png);
	background-repeat: no-repeat;
	background-position: 8px;
	margin: 3px;
	padding-left:66px;
}

.yellowWarning
{
	font-family: verdana,arial, helvetica, Sans-Serif;
	border: 2px solid #fef500;
	padding: 8px 35px;
	color: black;
	background-color: #fef5c4;
	background-image: url(../images/warning_icon.png);
	background-repeat: no-repeat;
	background-position: 8px;
	margin: 3px;
	padding-left:66px;
	clear: left;
	overflow: auto;
}

.redError
{
	font-family: verdana,arial, helvetica, Sans-Serif;
    border: 1px solid #CC1100;
	padding: 8px 35px;
	color: black;
	background-color: #FF5C5C;
	background-image:  url(../images/error_icon.png);
	background-repeat: no-repeat;
	background-position: 8px;
	margin: 3px;
	padding-left:66px;
}

.appl_comment
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: verdana,arial, helvetica, Sans-Serif;
    font-size: 8pt;
}
.red
{
	color: Red;
}

.reg {
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.reg ul {
	list-style: none;
	margin: 0;
}
.reg li {
	float: left;
	width: 200px;
	height: 35px;
	text-align: center;
	margin-left: 5px;
	font-size: 15px;
}
.reg input {
	color: #5A87C5;
	display: block;
	line-height: 35px;
	padding: 0;
	text-decoration: none;
}

#editContent li
{
	clear: both;
	list-style-position: outside;
	margin-left: 25px;
}

#editPanel li
{
	clear: both;
	/*list-style-type: none;*/
}

.appl_note
{
    margin-top: 15px;
    font-family: Tahoma, Arial, helvetica;
}

/* Gridview Styles */

table.centered
{
	border-collapse: collapse;
	width: 100%;
}

/*th
{
    text-align: left;
	background-color: #5A87C5;
	color: #FFFFFF;
	border: none;
}*/

.buttonColumn
{
	width: 70px;
}

.button
{
	padding: 5px;
}

.MeasureValue
{
	float:left;
	width:40px;
	font-size:10pt;
	text-align:center;
	border:solid 1px white;
	margin: 1px 5px 1px 5px;
	height:25px;

}

.Header
{
	float:left;
	font-size:10pt;
	text-align:center;
	border:solid 1px white;
	height:50px;
	margin: 0 5px 0 5px;
	vertical-align:middle;
	 overflow: hidden;
}

/* rotator in-page placement */
    div#rotator {

}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}

.DomainHeader
{
	background-color:#002d62;
	color:White;
	padding:5px 0px 5px 5px;
	font-size:14pt;
	font-weight:bold;
}

.StandardHeader
{
	color:#0092cf;
	font-size:12pt;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	background-color:#dbeef6;
	width: 920px;
}

.StandardItem
{
	font-size:10pt;
	color:Black;
	padding: 3px 0px 3px 0px;
	width:920px;
	font-weight:normal;

}

.StandardItemDisabled
{
	font-size:10pt;
	color:#989696;
	padding: 3px 0px 3px 0px;
	width:100%;
	font-weight:normal;
}



.PreviousButton
{
	float:left;
	width:30px;
}

.NextButton
{
	float:right;
}

.ExemptionText
{
font-size:10pt;
color:Black;
padding-bottom:10px;
padding-left:40px;
background: url(../images/warning_icon.png) top left no-repeat;
height:30px;
font-family:Arial;
font-weight:normal;
}
.ExemptionEvidence
{
font-size:10pt;
font-family:Arial;
color:black;
padding-left:30px;
height:30px;
padding-bottom:10px;
background: url(../images/icons/document_certificate.png) top left no-repeat;
font-weight:normal;
float:left;
min-width:150px;
}

.EvidenceItem
{
	width:420px;
	font-size:10pt;
	font-family:Arial;
	padding: 2px 0 10px 0;
}
.EvidenceItem li
{
	clear: both;
	list-style-position: outside;
	margin-left: 25px;
}
.SuitableEvidence
{
	width:460px;
	float:left;
	background-color:White;
	height:470px;
	overflow:auto;
	padding: 5px 5px 5px 5px;
	border:solid 1px black;
	text-align:left;
}
.KMSDocuments
{
float:right;
width:360px;
background-color:White;
height:370px;
overflow:auto;
padding: 5px 5px 5px 5px;
border:solid 1px black;
text-align:left;
}
.KMSDocumentsOnly
{
width:360px;
background-color:White;
height:370px;
overflow:auto;
padding: 5px 5px 5px 5px;
border:solid 1px black;
text-align:left;
}
.KMSHeader
{
	background-color:#002d62;
	color:White;
	font-size:12pt;
	font-weight:bold;
	padding: 5px 5px 5px 5px;

}
.ResultsStandardHeader
{
	color:black;
	font-size:10pt;
	font-weight:normal;
	padding: 5px 5px 5px 0px;
	background-color:white;
	float:left;
}

.ResultsActionPlan
{
	padding: 5px 5px 5px 0px;
	background-color:white;
	float:left;
	width:24px;
}
.ResultsFlag
{
	float:right;
	padding: 5px 5px 5px 0px;
	background-color:white;
}

.ResultsDomainHeader
{
	background-color:#002d62;
	color:White;
	padding:5px 5px 5px 5px;
	font-size:14pt;
	font-weight:bold;
}
.StandardItemDescription
{
	padding: 10px 0 10px 0px;
	font-style:italic;	
}

.ItemRow
{
width:850px;
background-color:#ffffff;
}

.AltItemRow
{
background-color:#cccccc;
}
.AddDocument
{
/*background:url(../images/icons/new/Evidence.png) top left no-repeat;*/
height:24px;
width:30px;
text-align:left;
vertical-align:text-bottom;
font-weight:bold;
padding-left:3px;
padding-top:4px;
font-size:6pt;
cursor:pointer;
float:left;
color:#002d62;

}

.UploadEvidence
{
float:left;
font-size:10pt;
font-family:Arial;
color:black;
height:30px;
padding-right:10px;
padding-bottom:10px;
font-weight:normal;
text-align:right;
cursor:pointer;
width:860px;
}

.UploadEvidenceCount
{
float:left;
font-size:10pt;
font-family:Arial;
color:black;
height:30px;
padding:3px 0px 10px 5px;
font-weight:normal;
background:url(../images/icons/new/evidence.png) top right no-repeat;
cursor:pointer;
width:25px;
text-align:left;
vertical-align:text-bottom;
font-weight:bold;
font-size:7pt;
color:Red;
}




.DocumentCount
{
text-align:left;
vertical-align:text-bottom;
font-weight:bold;
font-size:7pt;
color:Red;
position:relative;
left:28px;
}

.AddComment
{
background:url(../images/icons/new/comments.png) top left no-repeat;
height:24px;
width:24px;
text-align:left;
vertical-align:text-bottom;
font-weight:bold;
padding-left:5px;
padding-top:4px;
font-size:6pt;
cursor:pointer;
float:left;
color:#002d62;
}
.SiteName
{
	font-size:11pt;
	font-weight:normal;
	font-family:Arial;
	color:#0288ca;
}


#SEQOHSContent ul li 
{
margin-left: 20px;
}

#SEQOHSContent ol li 
{
margin-left: 20px;
}

.faqList { list-style: none; }
.faqList .question {
  padding-left: 18px;
  background: transparent url('../images/plus.png') left top no-repeat; 
}
.faqList li.simpleFAQShowing .question {
  background: transparent url('../images/minus.png') left top no-repeat;
}
.faqList .simpleFAQHover { color: #060; }
.faqList .answer {
  margin-left: 30px;
  background-color:#cccccc;
  padding:5px;
  margin-bottom:5px;
}
.tags { font-size: 0.7em; color: #999; }

.Hidden
{
	display:none;
}
.Warning
{
	background-color:yellow;
}
.ie6Button
{
	padding: 0 5px;
	overflow: visible;
}


/** Service Info */

.KeyLegend
{
font-size:10pt;
font-weight:Normal;
color:#7c7c7c;
float:right;
text-align:left;
width:350px;
margin-TOP:5px;
}




/* Registration form styles */

.regtd
{
	font-family: Calibri;
	color:#124d68;
	font-weight:bold;
	font-size:medium;
	padding:5px 5px 5px 5px;
	text-align:left;
	vertical-align:top;
}
.regtdLabel
{
	font-family: Calibri;
	color:#124d68;
	font-weight:bold;
	font-size:medium;
	padding:5px 5px 5px 5px;
	text-align:right;
	vertical-align:top;
}
.regtr
{
	background-color:#ffffff;
}
.regTable
{
background-color:#808080;
width:100%;
}
.regsubTitle
{
color:#0087b9;
font-family: Calibri;
font-weight:bold;
font-size:14pt;
font-style:italic;
}
.regTitle
{
color:#124d68;
font-family: Calibri;
font-weight:bold;
font-size:16pt;
font-style:italic;
}

.regBigTitle
{
color:#0087b9;
font-family: Calibri;
font-weight:bold;
font-size:18pt;
}

.mask {}
.mask ol {background: #ffffff;
  margin:0px;
  padding: 0px;
}
.mask li {  background: #ffffff;
  margin-left: 40px;
  padding-left: 10px;
}

/* New Home */






.widget p {
	line-height: 1.5em; padding-bottom: 1em;
}


.widget .widget-head h3 
{
    font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
	padding: 0px 0px; font-size: 1.2em; font-weight: normal; float: left;margin-left:-10px;
	margin:0px;
	color:White;
}



.widget {
	margin: 0px 0px 20px 0px; padding: 0px;
}
.widget .widget-head {
	width: 100%; height: 30px; color: rgb(255, 255, 255); line-height: 30px;
}
.widget .widget-head h3 {
	padding: 0px 5px; font-size: 1.2em; font-weight: normal; float: left;
}
.widget .widget-content {
	background: url("/images/newdesign/widget-content-bg.png") repeat-x 0px 1px rgb(255, 255, 255); padding: 0 10px 0 10px; overflow: hidden;
}
.widget .widget-content ul {
	font-size: 1.1em;
}
.widget .widget-content pre {
	padding: 0.5em 5px; color: rgb(238, 238, 238); font-size: 12px;
}
.widget .widget-content .newsItem {
	margin: 0px -10px; padding: 10px;
}
.widget .widget-content .newsItem h4 {
	padding: 0px 0px 0px 18px; text-transform: none; line-height: 1.3em;
}
.widget .widget-content .newsItem p {
	padding: 0px;
}
.widget .widget-content .newsItem .createdate {
	margin: 0px;
}

.widget-head {
	background: url("/images/newdesign/box-header-bg.png") repeat-x rgb(72, 109, 159);
}
.widget-content .panel {
	background: rgb(72, 109, 159); margin: 0px; padding: 10px; color: rgb(255, 255, 255);
}
.widget-content .panel p {
	padding: 0px;
	font-size:10pt;
}

.imageRotator {
	margin-top: -10px;
}
 .widget-content .panel {
	background: rgb(165,178,220); margin: 0px -10px 0px; padding: 2px 10px 10px 10px; color: rgb(255, 255, 255);
}

.intro
{
font-size:1.2em;
text-align:left;
color:black;
}

.intro-black
{
font-size:1.2em;
text-align:left;
color:black;
}


.widget-content .panel p {
	padding: 0px;
	font-size:10pt;
}


 .widget-content .panelwhite {
	background: rgb(255, 255,255); margin: 0px -10px 0px; padding: 2px 10px 10px 10px; color: rgb(255, 255, 255);
}


.table td, .table th
{
	padding: 5px;
}


.watermark 
{
color: #999 !important;
}
.watermark2 {
	color: #999 !important;
	font-style: italic !important;
}
.watermark3 {
	color: #c77 !important;
}


.EditPlanel
	{
		width: 50px;
		float: left;
	}
.hover
	{
	    cursor:hand;
	}	
.BlueHeader {    
    background-color: #008fc7;
    height: 25px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-align: left;
    padding-left:5px;
    border: 1px solid black;

}
.BlueHeader h3 
{
	color: White;
}
.BlueRow
{
    vertical-align:top;
    padding:4px;
    background-color:#ffffff;
    color:#000000;
    font-size: 10pt;
    border: 1px solid black;
    height:50px;    
}
.BlueRowNoHeight
{
    vertical-align:top;
    padding:4px;
    background-color:#ffffff;
    color:#000000;
    font-size: 10pt;
    border: 1px solid black;    
}
.GreyRow
{
    vertical-align:top;
    padding:4px;
    background-color:#F0F0F0;
    font-size: 10pt;
    border: 1px solid black;
    color:#000000;
    height:50px;
}
.GreyRowNoHeight
{
    vertical-align:top;
    padding:4px;
    background-color:#F0F0F0;
    font-size: 10pt;
    border: 1px solid black;
    color:#000000;
}


  .PaddingPlease
  {
      border-spacing:5px;
      padding:5px;
      border:1px solid #000000;
  }
  
  
  
.toolbar
{
    width:100%;
    height:45px;
    padding: 5px;
    background:#CCCCCC;
    margin-top:20px;
}

input[type="button"].green, input[type="button"].blue, input[type="button"].red, input[type="button"].disabled,
input[type="submit"].green, input[type="submit"].blue, input[type="submit"].red, input[type="submit"].disabled,
button.green, button.blue, button.red, button.disabled
{
    height:24px;
    padding-left:6px;
    padding-right:6px;
    font-weight:bold;
    background:none;
    cursor:pointer;
    margin:3px;
    width: auto;
    overflow: visible;
}
input[type="button"].green, input[type="submit"].green, button.green
{
    border:solid 1px #75A211;
    background:url('images/button-green-bg.png');
    color:White;
}
input[type="button"].blue, input[type="submit"].blue, button.blue
{
    border:solid 1px #1779AD;
    background:url('images/button-blue-bg.png');
    color:White;
}
input[type="button"].red, input[type="submit"].red, button.red
{
    border:solid 1px #AA1717;
    background:url('images/button-red-bg.png');
    color:White;
}
input[type="button"].disabled, input[type="submit"].disabled, button.disabled
{
    border:solid 1px #ababab;
    background:url('images/button-grey-bg.png');
    color:White;
}
.SummaryPanel
{
	font-family: verdana,arial, helvetica, Sans-Serif;
	border: 2px solid #fef500;
	padding: 8px 35px;
	color: black;
	background-color: #fef5c4;
	background-image: url(../images/warning_icon.png);
	background-repeat: no-repeat;
	background-position: 8px;
	margin: 3px;
	padding-left:66px;
	clear: left;
	overflow: auto;
	margin-bottom:10px;
}


.InfoPanel
{
	font-family: verdana,arial, helvetica, Sans-Serif;
	border: 2px solid #C3D9FE;
	padding: 8px 35px;
	color: black;
	background-color: #EEF5FF;
	background-image: url(../images/info_icon.png);
	background-repeat: no-repeat;
	background-position: 8px;
	margin: 3px;
	padding-left:66px;
	clear: left;
	overflow: auto;
	margin-bottom:10px;
	width:780px;
	
}


.standardName a:link, a:active, a:visited
{
    color:#5A87C5;
}

.standarditem
{
    border:solid 1px black;
    padding:5px;
    margin-bottom:5px;
    
}

.standarditemDisabled
{
	font-size:10pt;
	color:#CFCFCF;
	font-weight:normal;
	border:solid 1px black;
	padding:5px;
    margin-bottom:5px;
    width:100%;
    background-color:#E6E6E6; 
}

.standarditemYes
{
    border:solid 1px black;
    padding:5px;
    margin-bottom:5px;
    background-color: #baddb2;
}

.standarditemNo
{
    border:solid 1px black;
    padding:5px;
    margin-bottom:5px;
    background-color: #FFDFBF;
}

.rbl input[type="radio"] 
{
margin-left: 10px; 
margin-right: 5px;
margin-top: -1px;
vertical-align: middle;
margin-bottom:2px;
}


.OddRow
{
    background-color:#dbeef6;
}
.EvenRow
{
    background-color:White;
}

.StandardSpacerOdd
{
    background-color:#dbeef6;
    border-top:dashed 2px black;
}

.StandardSpacerEven
{
    background-color:White; 
    border-top:dashed 2px black;
}

.ActionHeader
{
	background-color:#002d62;
	color:White;
	padding:5px 0px 5px 5px;
	font-size:12pt;
	font-weight:bold;
}



.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

.HQ{color:red;font-size:10px;}
.NotHQ
{
	font-size:10px;
}
.mycheckbox input[type="checkbox"] 
{ 
    margin-right: 5px; 
}
.myRadio input[type="radio"] 
{ 
    margin-right: 5px; 
}

.override li
{
    margin-left: 20px;
}    
.gi-1x

{font-size: 1.5em;} 
.gi-2x

{font-size: 2em;} 
.gi-3x

{font-size: 3em;} 
.gi-4x

{font-size: 4em;} 
.gi-5x

{font-size: 5em;}



.overlayContainer {
  width: 24px;
  height: 24px;
  position: relative;
 float: left;
    margin-right: 10px;
}
.navi,
.infoi,
.infoi2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
    cursor: pointer;
  
}
.infoi {
  z-index: 10;
  font-size: 6pt;
  padding-left:9px;
  padding-top:7px;
  font-weight: bold;
}
.infoi2 {
  z-index: 10;
  font-size: 6pt;
  padding-left:10px;
  padding-top:10px;
  font-weight: bold;
}
.navi
{ color: #002d62;}


 ul.dropdown ul {
	 width: 210px !important;
}