@import url(//fonts.googleapis.com/css?family=Jura:400);
/* Allerta|Archivo+Narrow:400,700| */
*, html, body, form {
	color: #333333;
	font-family: 'Trebuchet MS', Georgia,Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

img {
	border: 0px;
}

html {
     overflow: -moz-scrollbars-vertical;
     height: 100%; margin-bottom: 1px;
     overflow-y: scroll;
	background-color: #d8dde1;
}
body {
	top:0px !important;
	margin: 0px;
	background-color: #ffffff;
	background-image: none;
}
a {
	font-weight: bold;
	color: #993366;
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
}
a:hover {
	text-decoration: underline;
}
body.cmsdoc  {
	background-color: white;
}
#nav {
	background-image: url("/sms/i/bgs.png");
	background-repeat: repeat-x;
	height: 50px;
	background-position: 0pt 0px;
	color: #FFF;
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 2px 2px 0.3em #7C7C7C;
	-moz-box-shadow: 2px 2px 1em 0 #7C7C7C;
	box-shadow: 2px 2px 0.3em #7C7C7C;
	z-index: 99;
}
#menu-bar, #outer-cont {
	width: 965px;
	margin: 0 auto; 
}
#menu-bar {
	position: relative;	
}
#menu {
	width:400px;
	position:relative;
	top: 3px;
	left:0px;	
}
.menu-top, .menu-sub {
	font-size: 18px;
	font-weight: bold;
	color: #b5b5b5;
	text-transform:uppercase;
}
.menu-top:hover {
	color: #9f0050;
}
.menu-sub {
	cursor: pointer;
	font-size: 13px;
}
.menu-sub:hover {
	color: #9f0050;
}
#outer-cont {
	background-color: #ECECEC;
	padding-top: 5px;
}
#bellow-nav, #floatBox, .tblAction, .tblLabelDash, #prodDocs {
background: #fcfcfc;
background: -moz-linear-gradient(top,  #fcfcfc 0%, #d8dde1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#d8dde1));
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#d8dde1 100%);
background: -o-linear-gradient(top,  #fcfcfc 0%,#d8dde1 100%);
background: -ms-linear-gradient(top,  #fcfcfc 0%,#d8dde1 100%);
background: linear-gradient(to bottom,  #fcfcfc 0%,#d8dde1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d8dde1',GradientType=0 );
}
#bellow-nav {
	padding-top: 50px;
}
#doc {
	position: relative;
	margin: 12px;
	background-color:#fff;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	border: 1px solid #D8D8D8;
	padding: 10px;
	clear: both;
	opacity: 0.3;
}

/* ===================================== Help Pages =========================== */
#prodDocs {
	position: relative;
	float: left;
	width: 220px;
	margin-top: -10px;
	padding: 20px 3px 13px 3px;
	border: 1px solid #d8dde1;
	border-radius:5px;
	-moz-border-radius:5px;
}
#helpDiv{
	float: right;
	width: 675px;	
}
#imgClick {
	color: #7c7c7c;
	float: right;
	width: 100px;
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #e5e8eb;
	border: solid 1px #dce0e4;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 5px;
}
#prodDocs a{
	text-decoration:none;
	font-size:0.8em;
}
#prodDocs a:hover{
	text-decoration: underline;
}
.cms-dtree a.node, .cms-dtree a.nodeSel {
  padding-top: 1px;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-left: 4px;
}
.dTreeNode {
	max-width: 220px;
	overflow: hidden;
}
.cms-dtree img {
	border: 0px;
	vertical-align: middle;
}
.cms-dtree a.nodeSel {
	display: inline-block;
  background-color: #813661;
  color: white;
  width: 160px;
  	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}
.cms-dtree {
  white-space: nowrap;
  float: left;
  width: 180px;
  padding-right: 5px;
  padding-top: 30px;
}
#helpSrc {

	top: 40px;
	left:13px;
	height:30px;
}
#helpSrc input {
	border-radius:3px;
	-moz-border-radius:3px;
}

#helpDiv img {
	max-width: 450px;
	height: auto;
}
.fancybox img {
	margin-left: 50px;
}
/* ===================================== Float box =========================== */
#floatBox {
	margin-top:25px;
	margin-left:20px;
	float: right;
	width: 170px;
	border: 1px solid #d8dde1;
	border-radius:5px;
	-moz-border-radius:5px;
	position: relative;
}
#floatBox ul a, #floatBox span {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #656565;
}

#floatBox ul a:hover {
	text-decoration: normal;
	color: #660033;
}
#floatBox ul {
	margin: 10px -10px 10px -30px;
	list-style: none outside none;
}
#floatBox li {
  padding-left: 18px;
  height: 22px;
  background-image: url("/sms/i/arrow_r_grey.gif");
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
#floatBox .textbttn {
	width:120px;
	margin: 0px 20px 5px 16px;
}
#logo {	
	position: absolute;
	right: 10px;
	top: -3px;
	font-size: 50px;	
}
#chater {
	position: absolute;
	right: 290px;
	top: 14px;
}
#homeLogo {
	position: absolute;
	left:0px;
	top: 0px;
	height: 30px;
	width: 30px;	
	z-index: 500;
}
#homeLogo a{
	display: inline-block;
	height: 30px;
	width: 30px;
}
#footer {
	width:100%;
	margin-left:20px;
	padding-bottom: 10px;
}
#footer a {
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
	color: #660033;
	font-weight: bold;
	font-family: 'Jura', sans-serif;
	line-height: 1.2em;
}
scrollable.scrollable 
/* ========================== Ten Reasons  ============================== */
#ten_reasons td
{
  height: 85px;
  vertical-align: top;
}
/* ========================== Menu JQ  ============================== */

#menuJQ {
	height:42px;
	width:660px;
	clear:both;
	position:absolute;
	left:10px;
	top:0px;
}

#menuJQ ul {
	height:50px;
	display:block;
	margin:0px;
}
#menuJQ ul li {
	display:block;
	float:left;
	padding: 0px 0px 0 0px;
	height:50px;
	margin-top:-3px;
	position:relative; 
}
#menuJQ ul li a.toplink {
	display: block;
	padding: 12px 12px 0 12px;
	height:38px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size: 1.6em;
	font-family: 'Jura', sans-serif;

}
#menuJQ ul li:hover, a.textbttn {
background: -moz-linear-gradient(top,  rgba(225,233,234,0.9) 0%, rgba(130,140,149,0.9) 54%, rgba(40,52,59,0.9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,233,234,0.9)), color-stop(54%,rgba(130,140,149,0.9)), color-stop(100%,rgba(40,52,59,0.9)));
background: -webkit-linear-gradient(top,  rgba(225,233,234,0.9) 0%,rgba(130,140,149,0.9) 54%,rgba(40,52,59,0.9) 100%);
background: -o-linear-gradient(top,  rgba(225,233,234,0.9) 0%,rgba(130,140,149,0.9) 54%,rgba(40,52,59,0.9) 100%);
background: -ms-linear-gradient(top,  rgba(225,233,234,0.9) 0%,rgba(130,140,149,0.9) 54%,rgba(40,52,59,0.9) 100%);
background: linear-gradient(to bottom,  rgba(225,233,234,0.9) 0%,rgba(130,140,149,0.9) 54%,rgba(40,52,59,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e1e9ea', endColorstr='#e628343b',GradientType=0 );
	opacity: 0.94;
}
#menuJQ ul li span {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 4px;
}
#menuJQ .dropdown {
	display: none;
	position:absolute;
	padding: 0px 20px 20px 20px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	border: 1px solid;
	border-bottom-color: #b7b7b7;
	border-left-color:#b7b7b7; 
	border-right-color:#b7b7b7;
	border-top: transparent;
	-webkit-box-shadow: 2px 2px 0.3em #b7b7b7;
	-moz-box-shadow: 2px 2px 1em 0 #b7b7b7;
	box-shadow: 2px 2px 0.3em #b7b7b7;
	z-index: 10000;
background: #fcfcfc;
background: -moz-linear-gradient(top,  #fcfcfc 0%, #d8dde1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#d8dde1));
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#d8dde1 100%);
background: -o-linear-gradient(top,  #fcfcfc 0%,#d8dde1 100%);
background: -ms-linear-gradient(top,  #fcfcfc 0%,#d8dde1 100%);
background: linear-gradient(to bottom,  #fcfcfc 0%,#d8dde1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d8dde1',GradientType=0 );

color: black;
	}
.dropdown a {
	text-decoration: none;
	padding-left: 16px;
	background-image: url("/sms/i/arrow_r.gif");
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
#snap {
	background-image: none;
}
.dropdown a:hover {
	text-decoration: underline;
}
/*======================== dashboard styles =================== */
.tickMark {font-size:18px;height:34px;background-image: url(/sms/i/tick-icon.gif); background-repeat: no-repeat;}
/* background-image: url(/sms/i/priceProd.jpg);background-repeat: no-repeat; */
.tblLabelDash, .tblAction {
	border:solid 1px #c8c8c8;  
	width: 650px;height: 60px;
	padding: 6px 6px 3px 10px;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}
/* background-image: url(/sms/i/priceValue.jpg);background-repeat: no-repeat;background-position: center; */
.tblAction {
	width: 140px; 
	vertical-align: middle;
	text-align:center; 
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}

.tblAction a { text-decoration: none; }
.tblAction a:hover { text-decoration: underline;}
.dTitle {
	font-weight: bold;
	font-size: 1.2em;
}
.back2dash {
	text-decoration: none;
	font-size: 0.9em;
	color: #7c7c7c;
}

/* ============= Google transale ============== */
#fakeTranslateDiv {
	position: absolute;
	bottom:3px;
	left:16px;
	height: 18px;
	background-image: url(/sms/i/fakeSelectLang.gif);
	width: 110px;
}

#google_translate_element {
	position: relative;
	left: 16px;
	height: 1px;
	bottom: 27px;
}
#google_translate_element img {
	width:40px;
	margin-left: -40px;
}
#google_translate_element select{
	font-size: 11px;
	border: 1px solid gray;
	width:140px;
	height: 18px;
	font-family: "Trebuchet MS";
	border-radius:3px;
	-moz-border-radius:3px;
}
div#prodDocs #google_translate_element {
	left: 39px;
	bottom: 22px;
}
div#prodDocs #google_translate_element select{
	width:160px;
	height: 18px;
}
#google_translate_element option {
	font-size: 11px;
	font-family: "Trebuchet MS";
	width:110px;
}
#google_translate_element a {
	display: none;
}
.goog-te-gadget{height: 24px;	overflow: hidden;}
.goog-te-banner-frame{visibility:hidden !important;}

/*======================== CMS related styles =================== */
#editorArea {
	background-color: white;
}

.entryCode, .hotDate, td.clip, .hotSubject, .hotView, .hotlang, .hotLang, .docCode, .publicYes, .publicNo{ 
	border: 1px solid #c8c8c8; vertical-align: top 
}
.entryCode {
	font-weight: bold;
}
.publicYes {
	background-image: url(/bh/bhcms.nsf/tick.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
}
.publicNo {
	background-image: url(/bh/bhcms.nsf/delete.gif);
	background-repeat: no-repeat;
	background-position: center 4px;
}
.html-descr {
	font-size: 0.8em;
	color: #5e5e5e;
}
.tblAddrRow { background-color: #ededed; }
.tblAddrRowHigh { background-color: #ffe3f1; }
.tblHeadrCells {
	background-color: #e7e7e7; border: 1px solid; border-bottom-color: #a2a2a2;border-right-color: #a2a2a2;
	border-top-color: #c6c6c6; border-left-color: #c6c6c6; height: 22px;
}
#cmscont { padding-left: 10px; 
	float: left;
	width:750px; top:10px; left:0px;
	background-color: white;
}
.bkp-combo {
	width: 70px;
	font-size:10px;
	border: 1px #BCEFBD solid;
}
.bkp-combo option{
	font-size:10px;
}
/* =================================== tooltips ================== */
.tooltip {
	 z-index: 99 !important;
    background-color:#000;
    border:1px solid #fff;
    padding:8px 12px;
    display:none;
    width: 160px;
    color:#fff;
    text-align:left;
    font-size:11px;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}
.tooltipsIcons {
    background-color:#000;
    border:1px solid #fff;
    padding:2px 2px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:10px;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 4px #000;
    -webkit-box-shadow:0 0 4px #000;
	 -moz-border-radius: 0.2em;
    border-radius: 0.2em;
}
.tooltipsDashBoard {
    background-color:#000;
    border:1px solid #fff;
    padding:2px 2px;
    width: 200px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:10px;
    -moz-box-shadow:0 0 4px #000;
    -webkit-box-shadow:0 0 4px #000;
}
/*==================== Doc property =========================== */
#docProps { position:absolute; top:0; right:0; width:200px; background-color: #f0f0f0; margin-bottom: 5px;}
/*======================== CMS Images Display =================== */
#imgDispTbl { }
.innerImage { border: 2px solid white; }
.imgCell{ background: #fefbf5; border: 1px solid #e7e7e7; }
.imageCorner { background: #fefbf5;width:24px;height: 24px;vertical-align: middle;text-align: center;}
.imageSide { background: #fefbf5;width:24px;	height: 100px;}
.imageCent {width:100px;background: #fefbf5;text-align: center;color: gray;font-size: 10px;}
.imageIn {background: white;vertical-align:middle;text-align: center;}

 /*======================== dashboard  =================== */
 #dashTable { margin: 0px;padding: 0px; width:100%  }
.tblRow { height : 20px}
.examColumn { width: 100px; font-size: 10px;}
.onLine {background: #fff url(/icons/actn041.gif) no-repeat center;  width: 32px; height:32px}
.offLine {background: #fff url(/icons/actn116.gif) no-repeat center;  width: 32px; height:32px}
.dash-internal {width:100%; border:solid 1px #ececec; background: #fefbf5; padding:5px; margin-bottom:5px; -moz-border-radius: 10px; border-radius: 10px; }
/*========================= CMS Dashboard ======================= */
#topDiv {
	margin: 0 auto;
	width: 770px;
	min-height: 500px;
	background-color: white;
	position: relative;
}
#leftNav {
	width:163px;
	float: left;
}
#cms_cont {
	float: left; width: 595px; min-height: 450px;background-color: white;
}
#botDiv {
	clear:both;
	position: relative;
	min-height: 20px;
}
#pageContCMS {
	margin-left: 10px;
	background-color: white;
}
#cmsEditHead, #cmsEditHeadFields {
	min-height: 60px;
	width: 100%;
	background-color: white;
}
#cmsBottomActions{
	position:relative;clear:both; height:30px;width:100%;
}
#cmsListHead {
	min-height: 60px;
	background-color: white;
}
#cmsEditHeadFields {
	clear:both;
}
#cmsEditSaveFuncs {
	position: relative;
	width: 100%;
	height: 30px;
}
#contDiv {
	padding: 0px 10px 0px 10px;
}
#wappFormDiv{
	width:700px;
}
#wappFormBody {
	clear: both;
}
#srchDiv {
	position: absolute; top:30px;right:20px;
	width:220px;
	height: 18px;
	background-color:#d3e9a6;
	border: solid 1px gray;
}
#srchFld {
	width: 120px;
	background-color: white;
}
.dashTable, #sortTbl, #legend, .cmsTable {width:100%;}
.plTblLabel {width: 370px; border:solid 1px #ececec; background: #fefbf5; padding:5px; }
.dashTable td {vertical-align:top} 
.midCol {width:10px; }
.iconDisp {float:left;height:60px;width:40px;}
.infoDisp {text-align:right}
/*=================== print icon display ========================= */
#printDiv{ position:absolute;
	right:0px;
 background-image: url(/wappx/IMAGES/print.gif);
 background-repeat: no-repeat;
 background-position: center;
 width:20px;
 height: 20px;
 margin: 5px;
 padding: 2px;
}
#printDiv a {
display: block;
height: 100%;
width: 100%;
}

input, select , textarea{
	width: 200px;
	background-color: #EEF3FD;
}


a.textbttn {
	display: inline-block;	
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;	
	color: #101010;
	margin: 5px 5px 10px 0px;
	padding: 4px 10px 4px 10px;
	
	background: #c9c9c9;
background: -moz-linear-gradient(top,  #c9c9c9 0%, #909293 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(100%,#909293));
background: -webkit-linear-gradient(top,  #c9c9c9 0%,#909293 100%);
background: -o-linear-gradient(top,  #c9c9c9 0%,#909293 100%);
background: -ms-linear-gradient(top,  #c9c9c9 0%,#909293 100%);
background: linear-gradient(to bottom,  #c9c9c9 0%,#909293 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#909293',GradientType=0 );

}
a.textbttn:hover {
background: #b2457c;
background: -moz-linear-gradient(top,  #b2457c 0%, #75274e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2457c), color-stop(100%,#75274e));
background: -webkit-linear-gradient(top,  #b2457c 0%,#75274e 100%);
background: -o-linear-gradient(top,  #b2457c 0%,#75274e 100%);
background: -ms-linear-gradient(top,  #b2457c 0%,#75274e 100%);
background: linear-gradient(to bottom,  #b2457c 0%,#75274e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2457c', endColorstr='#75274e',GradientType=0 );
color: #fff;
}
a.textbttn img{
	width:16px;
	margin: -2px 0px -2px 0px;
}

.mand 	{
	background: #fff url(../images/dotColor.gif) no-repeat left;  
	width: 10px; 
}
	
#curUser {
	font-size: 9px;
	color: #8B0000;
}	


/*=================== Form errors ========================= */
/*#errDiv {clip:auto;visibility:hidden;overflow:hidden;height:1px} */
#errDiv {
	background-color: #ffe5e5;
	width: 380px;
	border: 1px solid #ff8a8a;
	padding: 10px;
	-moz-border-radius: 0.3em;
	border-radius: 0.4em;
}
#errDiv li { color: #dc143c;}
#errDiv b { color: #dc143c;}
.errClose { text-align:right; }
.errClose a {color: #7e7e7e;  font-size:0.9em; text-decoration: none;}

/*=================== Form update msg ========================= */
#updMsg{
	position:absolute; top:0px; right:260px;width:200px; height:20px; 
	background: -moz-linear-gradient(top, #fbe9ac 0%, #f9df83 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbe9ac), color-stop(100%,#f9df83));
	background: -webkit-linear-gradient(top, #fbe9ac 0%, #f9df83 100%);
	background: -o-linear-gradient(top, #fbe9ac 0%, #f9df83 100%);
	background: -ms-linear-gradient(top, #fbe9ac 0%, #f9df83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe9ac', endColorstr='#f9df83',GradientType=0 );
	background: linear-gradient(top, #fbe9ac 0%, #f9df83 100%);
	color: #000;
	padding: 6px 16px 2px 16px;
	vertical-align: middle;
	text-align:center; 
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	text-decoration: none;
}
/*=================== Form basics ========================= */
.sbttn { background: #E8FFF4; height:19px; text-decoration:none;cursor: hand; border: thin groove; color : Black;}
.btnRow { width : 405px;  margin-top : 10px; margin-left : 135px; }
.FormText { width : 520px;}
.FormNote { color : #333333;}

/*================= page navigation in views ================ */
.pageNavPref { border:1px solid grey;width:16px;background-color:#EDEDED	}
.pageNavTD { border:1px solid grey;width:16px;}

/*=================== Input Styles ========================= */
.ComboSmall { text-decoration: none; width : 75px; background: White; }
.ComboSmallDS, .ComboSmallDSErr{	text-decoration: none; background-color: White; width:60px}
.radio, .radioErr { width : 15px; border: none; background-color: White; }
input, .input, .combo, select,	textarea, .Combo ,.ComboErr,.ComboSmallErr, .Err{ background: White; border:solid 0px #BFBFBF; width:220px;}
.ComboErr,.ComboSmallErr, .Err, .radioErr, .ComboSmallDSErr{ background-color: #ffcccc; }
.sectHead { font-weight: bold; color: #234600; }
.tblLabel, .tblLabelMand  { 

	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;	
width : 150px; background: #e4e4e4;  border:solid 1px #dddddd; padding-left: 5px; padding-top: 4px; vertical-align: top; }
.tblLabelMand, .mandShow {
	background-image: url(/sms/i/mandatory.gif);
	background-repeat: no-repeat;
	background-position: 140px 9px;
}
.mandShow { padding-left: 10px; background-position: left; }
.tblData, .tblDataRO, .tblDataErr{ 

	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;	
border:solid 1px #c4c4c4; text-align : left; padding: 2px; margin: 5px; width : 220px; }
.tblDataErr { background-color: #ffcccc; }
.tblDataRO { color: Gray; }
.tblNotes {
	font-size: 0.9em;
	color: #636363;
	width: 160px;
	padding-left: 5px;
	padding-top: 4px;
	vertical-align: top;
}
/*==================== action text button ================== */

#in-place-edits {
	width: 100%;
	border: 1px solid #cacaca;
	background: #e2e2e2;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	background: -moz-linear-gradient(top, #e2e2e2 0%, #cacaca 100%);
	background: linear-gradient(top, #e2e2e2 0%, #cacaca 100%);
}

/*==================== network tables painting ================== */
#netsTable {

}
#netTblView {
	
}
#netTblView td {
	height:1.9em;
	min-width: 3em;
	vertical-align: top;
	padding-left: 0.7em;
}
#netsTable td {
	height:1.9em;
	min-width: 3em;
	text-align: center;
}
#tblNetsHeader #netHeader{
	text-align: left;
	padding-left: 0.7em;
}
#netsTable .netName {
		text-align: left;
		padding-left: 0.7em;
		padding-right: 0.7em;
}

#tblNetsHeader, #netTblViewHeader {
	background-color: #dadada;
	font-weight: bold;
}
.net0, .netRowX1 {
	background-color: #e8bad1;
}
.net1, .netRowX {
	background-color: #f4dfea;
}
#netJump {
	border:1px grey solid;
	width: 260px;
}


#cookie-bar {background:#ff7f50; opacity: 0.9; height:24px; line-height:24px; color:white; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:70; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;color:#ffffff; }
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#589393;}
#cookie-bar .cb-enable:hover {background:#3f6869;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}