@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
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, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: top
}
html, body { margin: 0;
	padding: 0; height:100%; 
}
a:link, a:visited, a {
	color: #000;
	text-decoration: none
}
a:hover {
	color: #707086;
	text-decoration: none;
	cursor: pointer;
}
.main {
	background: #1b1c38; /* Standard syntax */
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	 width:100%; height:100%
	
}
.back {
	background: none!important;
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
	padding: 10px;
	height: auto
}
.noBack {
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}
img {
	cursor: pointer;
	border: none;
}
input {
	width: 180px;
	padding: 3px;
	vertical-align: bottom;
	border: 1px solid DarkGray;
	font-size: 9pt;
}
select {
	width: 260px;
	padding: 2px;
	vertical-align: bottom;
	border: 1px solid DarkGray;
	font-size: 9pt; margin:3px
}
input[disabled] {
	width: 180px;
	;
	vertical-align: bottom;
	font-size: 9pt;
	background-color: LightGray;
	border-width: thin;
	color: #000;
}
select[disabled] {
	width: 160px;
	vertical-align: bottom;
	font-size: 9pt;
	background-color: LightGray;
	border-width: thin;
	color: #000;
}
select[readonly], input[readonly] {
	width: 180px;
	;
	vertical-align: bottom;
	font-size: 9pt;
	background-color: LightGray;
	border-width: thin;
	color: #000;
}
.readonly {
	
	border-width: thin;
	color: #000;
}
select.multi {
	height: auto;
	/*width: 150px*/
}
select.multi [disabled] {
	height: auto;
	width: 150px;
	background-color: #e6e6e6;
}
.multiTitle {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding-top: 5px;
	padding-top: 5px;
}
input[type="checkbox"] {
	width: 16px;
	height: 16px;
	vertical-align: top;
	padding: 0;
	
	overflow: hidden;
	border: 1px;
}
input[type="submit"], input[type="button"] {
	width: auto;
}
.dataTable {
	color: black;
	border-collapse: collapse;
	background-color: #fff
}
.dataTable td{ }
.dataTable input {
	width: auto;
	height: auto;
}
.dataTable tr.even {
	background-color: #e0e0e0;
	color: #000;
}
.dataTable tr.odd {
	color: #000;
}
.dataTable tr.sel {background-color: #cbd8af;
}
.dataTable td {
	padding: 3px;
	border-color: #e0e0e0;
	font-size: 12p;
	text-align: left
}
.dataTable td font {
	float:right
}
.header td {
	border: 0px;
	color: #fff;
	font-weight: bold;
	background-color: #6A6AFF;
}
.header button {
	height: 20px;
	width: 20px;
	text-align: center;
}
;
.submit {
	color: blue;
	width: auto;
}
.bottom {
	vertical-align: bottom;
}
.longer select, .longer input {
	padding-top: 5px;
	vertical-align: bottom;
	font-size: 9pt;
}
.longer select[disabled], .longer input[disabled] {
	vertical-align: bottom;
	
	background-color: #e6e6e6;
	border-width: thin;
	color: #000;
}
.longer select[readonly], .longer input[readonly] {
	vertical-align: bottom;
	
	background-color: #e6e6e6;
	border-width: thin;
	color: #000;
}
.longer input[type="checkbox"] {
	width: 16px;
height:16px, vertical-align:top;
	padding: 0;
	position: relative;
*overflow: hidden;
	border: 1px;
}
.longer.multi {
	height: auto;
	width: 350px
}
.fillup select, .fillup input {
	width: 180px;
	padding-top: 5px;
	vertical-align: bottom;
	font-size: 9pt;
}
.fillup select[disabled], .fillup input[disabled] {
	width: 100%;
	vertical-align: bottom;
	font-size: 9pt;
	background-color: #e6e6e6;
	border-width: thin;
	color: #000;
}
.fillup select[readonly], .fillup input[readonly] {
	vertical-align: bottom;
	font-size: 9pt;
	background-color: #e6e6e6;
	border-width: thin;
	color: #000;
}
.fillup select[multiple] {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	font-size: 9pt;
	background-color: #e6e6e6;
	border-width: thin;
	color: #000;
}
.fillup input[type="checkbox"] {
	width: 16px;
height:16px, vertical-align:top;
	padding: 0;
	position: relative;
*overflow: hidden;
	border: 1px;
}
.check {
	
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	
 *overflow: hidden;
	border: 1px;
}
.radio {
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	
 *overflow: hidden;
	border: 1px;
}
.fieldError input, .fieldError select, .fieldError textarea {
	border:1px solid red;
	color: black;
}
#main-body {
	width: 960px;
}
#left {
	width: 192px;
	height: 180px
}
.topError {
	text-align: left;
	color: red;
	font-size: 14px;
	padding-bottom: 5px;
}

.success {
	text-align: left;
	color: #95bf37;
	font-size: 15pt;
	padding-bottom: 5px;
}
#content {
}
#content td div input select {
	vertical-align: bottom;
}
h1 {
	color: #2b2546;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px
}
h2 {
	color: #6A6AFF;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 15px;
}
h3 {
	color: #5f5c9c;
	font-size: 14px;
	font-weight: normal;
	padding-top: 2px;
	font-weight: bold;
	margin: 5px 0px
}
.box {
	background-color: #2b2b2b
}
.tabs {
	display: inline block;
	float: left;
	background-color: #363636;
	padding: 5px;
	color: #979797;
	margin: 0px 5px 0px 0px;
	border-left: 1px #4c4c4c solid;
	border-top: 1px #4c4c4c solid;
	border-right: 1px #4c4c4c solid;
	list-style-image: none;
	list-style: none
}
.tabs a:link, .tabs a:visited {
	color: #979797;
	text-decoration: none
}
.tabs a:hover {
	color: #FFF;
	text-decoration: none
}
.act-tab {
	display: inline block;
	float: left;
	background-color: #242424;
	padding: 5px;
	color: #979797;
	margin: 0px 5px 0px 0px;
	border-left: 1px #4c4c4c solid;
	border-top: 1px #4c4c4c solid;
	border-right: 1px #4c4c4c solid;
	list-style-image: none;
	list-style: none
}
.act-tab a:link, .act-tab a:visited, .act-tab a:hover {
	color: #fff;
	text-decoration: none
}
.act-tab-error {
	display: inline block;
	float: left;
	background-color: #FF3300;
	padding: 5px;
	color: red;
	margin: 0px 5px 0px 0px;
	border-left: 1px #4c4c4c solid;
	border-top: 1px #4c4c4c solid;
	border-right: 1px #4c4c4c solid;
	list-style-image: none;
	list-style: none
}
.act-tab-error a:link, .act-tab-error a:visited, .act-tab-error a:hover {
	color: #fff;
	text-decoration: none
}
.tab-txt {
	background-color: #242424;
	padding: 40px
}
.act-tab-error {
	display: inline block;
	float: left;
	background-color: #FF3300;
	padding: 5px;
	color: red;
	margin: 0px 5px 0px 0px;
	border-left: 1px #4c4c4c solid;
	border-top: 1px #4c4c4c solid;
	border-right: 1px #4c4c4c solid;
	list-style-image: none;
	list-style: none
}
.act-tab-error a:link, .act-tab-error a:visited, .act-tab-error a:hover {
	color: #fff;
	text-decoration: none
}
.tab-txt {
	background-color: #242424;
	padding: 40px
}
.search-button {
	background-image: url(images/button-blog-search.gif);
	background-repeat: no-repeat;
	width: 89px;
	height: 19px;
	border: 0px;
	color: #b4b4b4;
	font-size: 12px;
	margin: 5px 0px 5px 0px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	cursor: pointer
}
.fieldTitle {
	color: #000;
	white-space: nowrap;
	vertical-align: top;
	padding: 2px
}
.fieldTitleWhite {
	color: #fff;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	vertical-align: top;
	;
}
.fieldTitleSmall {
	color: #4c4e4b;
	white-space: nowrap;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 8pt;
	vertical-align: top;
	;
}
.pagetitle {
	color: #4297d7;
	white-space: wrap;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 13pt;
	vertical-align: top;
	width: 1px;
	;
}
.selectors td {
	padding-right: 5px;
	padding-bottom: 5px;
}
.outerPadding {
	padding: 10px;
}
.rightPadding td {
	padding-right: 10px;
}
.pages td {
	padding-left: 5px;
	padding-bottom: 5px;
}
.pages button {
	width: auto;
	height: auto;
}
.pages button.selected {
	width: auto;
	height: auto;
	font-weight: bold;
}
.tableHeader {
	color: white;
	white-space: nowrap;
	text-align: center;
	background-color: #2b2546;
	height: 22px;
	vertical-align: middle; padding:3px 
}
.rowOver {
	color: black;
	background-color: #d0e5a5;
	cursor: pointer
}
.noData {
	background-color: #f0f0f0;
	text-align: center;
	height: 24px
}
.totals {
	background-color: #f0f0f0;
	text-align: center;
	height: 24px
}
.totals2 {
	background-color: #f0f0f0;
	text-align: right;
	height: 24px;
	padding: 0px;
}
.horizontal_dotted_line {
	border-bottom: 1px dotted #80c080;
	width: 10px;
	margin: 0px auto;
	text-align: right;
	height: 1%;
	padding-top: 4px;
}
.horizontal_dotted_line-left {
	border-bottom: 1px dotted #80c080;
	width: 10px;
	margin: 0px auto;
	text-align: left;
	align: left;
	height: 1%;
	padding-top: 4px;
	overflow: visible;
}
.vertical_dotted_line {
	border-left: 1px dotted #80c080;
	margin: 0px auto;
	text-align: center;
	width: 1%;
	height: 100%;
}
#browser div {
	vertical-align: bottom;
	z-index: 60;
}
#browser label {
	float: left;
	text-align: right;
	width: 80px;
}
#browser input {
	width: 180px;
	float: left;
	vertical-align: bottom;
	padding-right: 25px;
}
#browser input.gray {
	color: gray;
	width: 180px;
	float: left;
	vertical-align: bottom;
}
#browser a {
	margin: 2px 0 0 -20px;
	text-decoration: none;
	width: 30px;
}
#browser img, #browser2 img  {
	border: none;
	position:relative;
	top:3px; right:5px
}
#browser div table { /* Standard syntax */
	font-family: Verdana, Arial, sans-serif;
}
#browser div.overlay {
	background-color: #cccddc;
	border-radius: 6px;
	width: auto;
	height: auto;
	z-index: 70;
	z-index: 1001;
	margin-top: 5px; border:1px solid #47465c; -webkit-box-shadow: 2px 2px 14px 0px rgba(50, 50, 50, 0.47);
-moz-box-shadow:    2px 2px 14px 0px rgba(50, 50, 50, 0.47);
box-shadow:         2px 2px 14px 0px rgba(50, 50, 50, 0.47);
}
#browser2 label {
	float: left;
	text-align: right;
	width: 80px;
}
#browser2 div {
	width: 93%;
	border: none;
	vertical-align: bottom;
}
#browser2 input {
	float: left;
	vertical-align: bottom;  padding-right: 25px;
}
#browser2 input.gray {
	color: gray;
	float: left;
	vertical-align: bottom;
}
#browser2 a {
	margin: 0px 0px 0px -20px;
	text-decoration: none;
	width: 30px;
	
}
#browser2 img {
	border: none;
	
}
#browser2 div.overlay {
	background-color: #9fa0bc;
	position: absolute;
	
	width: auto;
	height: auto;
	z-index: 1000;
	border-radius: 6px; 
}
#browser2 {
	float: left;
	
}

.longer #browser2 input {
	float: left;
	float: bottom;
	vertical-align: bottom;
}
.fillup #browser2 input {
	float: left;
	padding-right: 20px;
	vertical-align: bottom;
	width: 180px;
}
.fieldError #browser2 input {
	
	float: left;
	float: bottom;
	vertical-align: bottom;
	background-color: red;
	color: white;
}
.floatRight {
	float: right;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 5px;
}
.floatRightTop {
	float: right;
	margin: -4px 0 0 +2px;
	text-decoration: none;
	position: relative;
}
.fieldGroup {
	background-color: #f0f0f0;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	margin: 3px
}
.fieldGroup table {
	padding-top: 5px;
}
.floatTop {
	float: right;
	margin: 10px 6px 0 0px;
	text-decoration: none;
	position: relative;
}
.circle {
	display: block;
	display: block;
	width: 35px;
	height: 35px;
	background: #333;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	margin:  auto;
	text-align: center;
	
}
.circle td {
	text-align: center;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 8pt;
	position: relative;
	z-index: 50;
}
table.circle  {
	text-align: center;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 8pt;
	position: relative;
	z-index: 50;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.green {
	background-color: #d71610;
}
.yellow {
	background-color: #d7ae00;
}
.red {
	background-color: #00ae20;
}
.overlay {
	position: absolute;
	z-index: 1000;
}
.overlayMenu {
	background-color: #84ae2f;
	color: gray;
	
	padding:10px; border-radius:6px
}
.overlayMenu a:link, .menu a:visited, .menu a {
	color: #d4e2b7;
	text-decoration: none
}
.menu a {
	color: #e1e1ff!important;
	text-decoration: none
}
.overlayMenu a:hover {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.overlayReport {
	position: absolute;
	z-index: 100;
	background-color: #E1E1FF;
	border: solid 1px;
	border-color: black;
	border-style: dotted;
	color: #380B61;
	width: 300px;
	height: 500px;
}
label.fileUpload input.file {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
 filter:progid : DXImageTransform.Microsoft.Alpha(opacity=0);
	left: -152px;
	top: 0px;
}
label.fileUpload {
	width: 24px;
	height: 24px;
	background: url(/images/upload.png) no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.dayNotAvail {
	background-color: #98AFC7;
}
.dayNotAvail td {
	font-size: 11px;
	color: #fff;
	font-weight: bold
}
.curDeal {
	background-color: #3BB9FF;
}
.border {
	border-top: solid 1px;
	border-right: solid 1px;
	border-left: solid 1px;
	border-bottom: solid 1px;
	border-color: #4297d7;
}
.border td {
	padding: 5px;
}
.border2 {
	border: solid 1px #cccccc;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f4f3f3;
	padding: 10px
}
.border2 td {
	padding-left: 2px;
}
.noDataFill {
	background-color: #E1E1FF;
	height: 24px;
}
.darkenBackground {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: black;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
}
.loading {
	display: none;
	z-index: 101;
	position: fixed;
	left: 50%;
	top: 50%;
}
.section {
	margin: 5px 0px;
	padding: 5px;
}
.section h1 {
	color: #4297d7;
	white-space: nowrap;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 13pt;
	vertical-align: top;
	width: 1px;
}
.break-word {
	word-wrap: break-word;
}
.chartDiv div {
	padding-right: 10px;
	background-color: #fff;
}
.chartDiv div table {
	display: table-cell;
	vertical-align: middle;
}
.spaced td {
	padding-right: 10px;
	padding-top: 10px;
}
#logo {
	float: left
}
#level1Tabs {
	float: left
}
#menu {
	overflow: hidden
}
#companyname {
	 float: right;
    overflow: hidden;
    padding: 10px 20px 0 0;
    text-align: right;
}
#companyname a {
	color: #c3c1c1;
	font-size: 11px
}
companyname {
	color: #b6b6b6;
	font-size: 11px
}
#companyname span {
	color: #b6b6b6;
}
#companyname p {
	color: #707086;
	display: inline-block;
}
#content {
	background-color: #f1f1f1;
	padding: 10px; 
}
.logout {
	position: relative;
	top: -3px;
	left: -5px;
}
.menu {
	margin-top: 52px;
	float: left; white-space: nowrap
}




.floatleft {
	float: left
}
small {
	color: #666
}
.selectors {
	padding: 10px
}
.corner {
	border-radius: 6px
}
.no-border {
	border: 0px!important
}
.arrow2 {
	background: #848399!important;
	border: 0px !important;
	padding: 2px!important
}
.pn-button {
	background: none!important;
	border: 0px !important;
}
.ui-autocomplete {
	background-color: #9fa0bc
}
.error-page{ background-color:#fff; border-radius:6px; padding:20px; margin-top:50px;  width:900px; margin:auto; text-align:center}
.error-page a{ text-decoration:underline}
.error-page h1{ font-size:22px}
.error-page p{color:#8889a1}
#printMenuDiv{ position:relative; top:50px; left:-100px}


.navigation-print {
  list-style: none;
  padding: 0;
  
  margin: 0px auto;
 
  
 
}

.navigation-print, .navigation-print a.main-print {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.navigation-print:hover, .navigation-print:hover a.main-print {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

.navigation-print a.main-print {
  display: block; 
  height: 40px;
  font: bold 15px/40px arial, sans-serif; 
  text-align: center; 
  text-decoration: none; 
  color: #FFF;  
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  
}

.navigation-print:hover a.main-print {
  color: rgba(255,255,255,0.6);
  
}

.navigation-print li { 
  
  background: #f0f0f0;
  font: normal 12px/40px arial, sans-serif !important; 
  color: #999;
  text-align: center;
  margin: 0;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -o-transform: perspective(350px) rotateX(-90deg);
  transform: perspective(350px) rotateX(-90deg);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.05); position:relative; left:-10px
}
.navigation-print li a{padding:5px 10px}

.navigation-print li:nth-child(even) { background: #f0f0f0; }
.navigation-print li:nth-child(odd) { background: #e5e4e4; }
.navigation-print li:hover{ background-color:#dadbe7}
.navigation-print li:hover a{  text-decoration:none}
.navigation-print li.n { 
  -webkit-transition: 0.2s linear 0.1s;
  -o-transition: 0.2s linear 0.1s;
  transition: 0.2s linear 0.1s; white-space:nowrap
}


.navigation-print:hover li {
  -webkit-transform: perspective(350px) rotateX(0deg);
  -o-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  -webkit-transition:0.1s linear 0s;
  -o-transition:0.1s linear 0s;
  transition:0.1s linear 0s;
}


ul.dropdown2 {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 17px 0;
	list-style: none;
}
ul.dropdown2 li {
	font: bold 11px;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
ul.sub_menu li a {
	
	display: block;
	
	text-align: left; padding:7px 10px
	
}


ul.dropdown2 li:hover a {
	color: #000;
	text-decoration: none
}
ul.dropdown2 li ul {
	padding: 0;
	position: absolute;
	top: 23px;
	left: 0; padding-top:10px; 
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;

}


ul.dropdown2 li ul li {
	
	display: block;
	color: #000;
	
	border: 0px;
}

ul.dropdown2 li ul li:nth-child(even) { background: #dbdbdb; }
ul.dropdown2 li ul li:nth-child(odd) { background: #e5e4e4; }

ul.dropdown2 li ul li:hover {
	background: #cccddc;
	border: 0px
}
ul.dropdown2 li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

input.detailInputs{ width:100%}
#browser2 input.detailInputs { width:250px!important}

input.fullWidth {width: 100%;}


.mobile ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.mobile ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.mobile ul li:hover {
  background: #555;
  color: #fff;
}
.mobile ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.mobile ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.mobile ul li ul li:hover { background: #666; }
.mobile ul li:hover ul {
 
  visibility: visible;
}
#companyname a{ text-decoration:none; color:#fff; line-height:20px }
#companyname a:hover{ text-decoration:none; color:#707086; line-height:20px }
table {
    border-collapse: separate;
   
}
ul li{ text-align:left}
