/* Default.css */
body {
	margin: 0px;
	padding: 3px 6px;
	background-color: #dcdde2;
	background-image: url(../images/bgimg2024.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Verdana, Helvetica, 'sans serif';
	font-size: var(--fntSz);
	color: #000000;
}

html.noscroll {
    	position: fixed;
    	overflow-y: scroll;
}

form, table, td, tr {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {
	border: 0px;
	vertical-align: middle;
}

a:link { 
	text-decoration: underline;
	color: #000000;
}

a:link {text-decoration: underline; color: #000000;}
a:visited {text-decoration: underline; color: #000000;}
a:active {text-decoration: underline; font-weight: bold; color: #010477;}
a:hover {text-decoration: underline; font-weight: bold; color: #010477;}

a.bgheader:link {text-decoration: none; font-weight: bold; color: #34190a;}
a.bgheader:visited {text-decoration: none; font-weight: bold; color: #34190a;}
a.bgheader:active {text-decoration: underline; font-weight: bold; color: #34190a;}
a.bgheader:hover {text-decoration: underline; font-weight: bold; color: #34190a;}

a.bgnonheader:link {text-decoration: none; color: #34190a;}
a.bgnonheader:visited {text-decoration: none; color: #34190a;}
a.bgnonheader:active {text-decoration: underline; color: #34190a;}
a.bgnonheader:hover {text-decoration: underline; color: #34190a;}

a.heading:link {text-decoration: underline; font-weight: bold; color: #000000;}
a.heading:visited {text-decoration: underline; font-weight: bold; color: #000000;}
a.heading:active {text-decoration: underline; font-weight: bold; color: #010477;}
a.heading:hover {text-decoration: underline; font-weight: bold; color: #010477;}

a.standard:link {text-decoration: underline; color: #000000;}
a.standard:visited {text-decoration: underline; color: #000000;}
a.standard:active {text-decoration: underline; font-weight: bold; color: #010477;}
a.standard:hover {text-decoration: underline; font-weight: bold; color: #010477;}

a.standardnou:link {text-decoration: none; color: #000000;}
a.standardnou:visited {text-decoration: none; color: #000000;}
a.standardnou:active {text-decoration: none; font-weight: bold; color: #010477;}
a.standardnou:hover {text-decoration: none; font-weight: bold; color: #010477;}

div.inputerror {
	font-size: 0.9167em;
	font-weight: bold;
	display: block; 
	color: #a11903;
	padding-top: 3px;
}

div.newon {
	display: block; 
	padding-bottom: 5px;
}

div.newsoff {
	display: none; 
	padding-bottom: 5px;
}

img.wrapleft {
	float: left;
	margin: 3px 5px 3px 3px;
}

img.wrapright {
	float: right;
	margin: 3px 3px 3px 5px;
}

input.box {
	padding-left: 3px;
	padding-right: 3px;
	color : #000000; 	
	background-color: #bdbfc9;
	border-color: #000000;
	font-size: 1em;
}

input.jumpbox {
	padding: 0px;
	text-align: center;
	color : #000000; 	
	background-color: #bdbfc9;
	border-color: #000000;	
	font-size: 1em;
}

input.button {
	border: 1px solid #000000;
	background-color: #bdbfc9;
	color: #000000;
	font-size: 1em;
}

select.dropdown {
	background-color: #bdbfc9; 
	font-size: 1em;
}

#mb-fltr-fields-select.dropdown {
	padding-left: 3px;
	padding-right: 3px;
	color : #000000; 	
	background-color: #bdbfc9;
	border-color: #000000;
	border-width: 2px;
	border-style: ridge;
	font-size: 1em;
}

textarea.box {
	padding-left: 3px;
	padding-right: 3px;
	color : #000000; 	
	background-color: #bdbfc9;
	border-color: #000000;
	font-size: 1.2em;
}

table {
	width: 100%;
}

table td.info
{
	background-color: #cbccd3;
}

table td.question {
	background-color: #c2d1f0;
}

table td.response {
	background-color: #dcdde2;
}

table td.main {
	background-color: #dcdde2;
	background-image: url(../images/brushedmetal.jpg);
	padding: 2px 4px 1px 5px;
	border-top: 1px solid #f9f9fb; 
	border-right: 1px solid #9b9eaf; 
	border-bottom: 1px solid #9b9eaf; 
	border-left: 1px solid #f9f9fb;
	width: 100%; 	
}

table td.main .inner {
	width: 98%;
}

table td.title {
	text-align: left;
	padding: 2px 4px 1px 1px;
	font-weight: bold;
	background-color: #bdbfc9;
	background-image: url(../images/brushedmetaldark.jpg);
	white-space: nowrap;
	border-top: 1px solid #f9f9fb; 
	border-bottom: 1px solid #9b9eaf;
	width: 98%;
}

table tr.heading {
	background-color: #bdbfc9;
	font-weight: bold;
}

table tr.menu1 {
	background-color: #caccd4;
	cursor: pointer;
}

table tr.menu2 {
	background-color: #dddee3;
	cursor: pointer;
	display: none;
}

table tr.menu3 {
	background-color: #e4e5ea;
	cursor: pointer;
	display: none;
}

table tr.info
{
	background-color: #cbccd3;
}

table tr.rowa {
	background-color: #dcdde2;
}

table tr.rowb {
	background-color: #c2d1f0;
}

table tr.rowc {
	background-color: #f1f1f1;
}

table tr.rowd {
	background-color: #d8d8d8;
}

table tr.rowhighlight {
	background-color: #f0eac2;
}

table.centertable {
	margin-left:auto; 
	margin-right:auto;
}

table.lefttable {
	margin-left:0px; 
	margin-right:auto;
}

table.righttable {
	margin-left:auto; 
	margin-right:0px;
}

table.pbwtable {
	margin-left:0px; 
	margin-right:auto;
	width: 1%;
}

table.pbwrules {
	margin-left:auto; 
	margin-right:auto;
	width: 95%;
}

table.pbwrules td.rule {
	color: #333333; 
	background-color: #fefef2; 
	border-left: 1px solid black;
	border-right: 1px solid black; 
	border-bottom: 1px solid black; 
}

table.pbwtable td.colora {
	background-color: #fff5f1;
}

table.pbwtable td.colorb {
	background-color: #fefef2;
}

table.pbwtable td.pbwleft {
	padding: 2px 5px 2px 5px;
	text-align: left;
	margin-left: 0px; 
	margin-right: auto;
	white-space: nowrap;
}

table.pbwtable td.pbwleftheader {
	background-color: #bdbfc9;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: left;
	margin-left: 0px; 
	margin-right: auto;
	white-space: nowrap;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table.pbwtable td.pbwcenter {
	padding: 2px 5px 2px 5px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	white-space: nowrap;
}

table.pbwtable td.pbwcenterheader {
	background-color: #bdbfc9;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	white-space: nowrap;
	border-top: 1px solid black;
	border-bottom: 1px solid black;	
}

table.pbwtable td.pbwright {
	padding: 2px 5px 2px 5px;
	text-align: right;
	margin-left: auto; 
	margin-right: 0px;
	white-space: nowrap;	
}

table.pbwtable td.pbwrightheader {
	background-color: #bdbfc9;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: right;
	margin-left: auto; 
	margin-right: 0px;
	white-space: nowrap;
	border-top: 1px solid black;
	border-bottom: 1px solid black;	
}

table.pbwtable td.pbwleftspacercol {
	padding: 2px 25px 2px 25px;
	white-space: nowrap;
}

table.pbwtable td.killed {
	color: #EC1F04;
}

table.content {
	width: 99.5%;
}

table.footer {
	width: 100%;
	font-size: 1.2em;
}

table.header {
	width: 100%;
	height: 50px;
	background-color: #dcdde2;
	background-image: url(../images/brushedmetal.jpg);
	border-top: 1px solid #f9f9fb;
	border-left: 1px solid #f9f9fb;
	border-right: 1px solid #9b9eaf;
	border-bottom: 1px solid #9b9eaf;
	font-size: 1.2em;
}

table.master {
	width: 100%;
	opacity: var(--opacityLvl);
	font-size: 1.2em;
}

table.menu {
	width: 100%;
	height: 25px;
	background-color: #bdbfc9;
	background-image: url(../images/brushedmetaldark.jpg);
	border-top: 1px solid #f9f9fb;
	border-left: 1px solid #f9f9fb;
	border-right: 1px solid #9b9eaf;
	border-bottom: 1px solid #9b9eaf;
	font-size: 1.2em;
}

table.separationall {
	margin: 7px;
}

table.separationbottom {
	margin-bottom: 7px;
}

table.separationtop {
	margin-top: 7px;
}

.bold {
	font-weight: bold;
}

.boldoff {
	font-weight: normal;
}

.bottomalign {
	vertical-align: bottom;
}

.breadcrumb
{
	padding: 0px 5px 5px 0px;
}

.cellcenter {
	padding: 2px 2px 2px 2px;
}

.cellleft {
	padding: 2px 2px 2px 4px;
}

.cellright {
	padding: 2px 4px 2px 2px;
}

.centeralign {
	text-align: center;
	margin-left: auto; 
	margin-right: auto;	
}

.colordark {
	background-color: #bdbfc9
}

div.inline {
	display: inline;
}

.eqlist {
	background-color: #ffffff;
}

.eqdistclick {
	background-color: #b2ecc6;
	border-top: 1px solid #e8faee;
	border-right: 1px solid #e8faee;
	border-bottom: 1px solid #145a2d;
	border-left: 1px solid #e8faee;
	cursor: pointer;
}

.eqdistconfig {
	cursor: pointer;
}

.eqdistremclick {
	background-color: #B0DDE4;
	border-top: 1px solid #DFEDEF;
	border-right: 1px solid #DFEDEF;
	border-bottom: 1px solid #275C65;
	border-left: 1px solid #DFEDEF;
	cursor: pointer;
}

.eqdistnonclick {
	background-color: #cbccd3;
	border-top: 1px solid #eff0f3;
	border-right: 1px solid #eff0f3;
	border-bottom: 1px solid #4a4e5a;
	border-left: 1px solid #eff0f3;
	cursor: default;
}

.eqdistfixedclick {
	background-color: #e7e6ad;
	border-top: 1px solid #f5f4e3;
	border-right: 1px solid #f5f4e3;
	border-bottom: 1px solid #615f21;
	border-left: 1px solid #f5f4e3;
	cursor: pointer;
}

.eqdistnonfixedclick {
	background-color: #e9d0af;
	border-top: 1px solid #f7f0e5;
	border-right: 1px solid #f7f0e5;
	border-bottom: 1px solid #61401d;
	border-left: 1px solid #f7f0e5;
	cursor: pointer;
}

.eqdisthead {
	background-color: #acaeb8;
	border-top: 1px solid #eff0f3;
	border-right: 1px solid #eff0f3;
	border-bottom: 1px solid #4a4e5a;
	border-left: 1px solid #eff0f3;	
	font-weight: bold;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;	
	cursor: default;
}

.eqdistspacer {
	background-color: #dcdde2;
	border-top: 1px solid #eff0f3;
	border-right: 1px solid #eff0f3;
	border-bottom: 1px solid #4a4e5a;
	border-left: 1px solid #eff0f3;
	cursor: default;
}

.erahdr {
	background-color: #e6e6e6;
}

.g-recaptcha div { 
	margin-left: auto; 
	margin-right: auto;
}

.gensmall {
	font-size: 0.9167em;
}

.genlarge
{
    font-size: 1.25em;
}

.genxlarge
{
    font-size: 1.45em;
}

.italic {
	font-style: italic;
}

.leftalign {
	text-align: left;
	margin-left: 0px; 
	margin-right: auto;
}

.leftelement {
	position: absolute;
	left: 0px;
}

.lineall {
	border: 1px solid black;
}

.lineb {
	border-bottom: 1px solid black;
}

.linel {
	border-left: 1px solid black;
}

.liner {
	border-right: 1px solid black;
}

.linet {
	border-top: 1px solid black;
}

.middlealign {
	vertical-align: middle;
}

.nowrap {
	white-space: nowrap;
}

.padall {
	padding: 7px;
}

.padbottom {
	padding-bottom: 7px;
}

.padleft {
	padding-left: 7px;
}

.padmidall {
	padding: 4px;
}

.padmidbottom {
	padding-bottom: 4px;
}

.padmidtop {
	padding-top: 4px;
}

.padright {
	padding-right: 7px;
}

.padtop {
	padding-top: 7px;
}

.rightalign {
	text-align: right;
	margin-left: auto; margin-right: 0px;
}

.rightelement {
	position: absolute;
	right: 0px;
}

.menu_down, .menu_indent, .menu_right, .menu_spacer, .menu_star, .screw, .submission_new, .submission_updated{
	background: url(../images/sprites.png) no-repeat;
}

.screwleft {
	text-align: left;
	width: 1%;
	padding: 2px 2px 1px 3px;
	background-color: #bdbfc9;
	background-image: url(../images/brushedmetaldark.jpg);
	border-top: 1px solid #f9f9fb; 
	border-bottom: 1px solid #9b9eaf; 
	border-left: 1px solid #f9f9fb; 
}

.screwleft .screw{
	background-position: 0 -250px ;
	width: 20px;
	height: 18px;
}

.screwright {
	text-align: right;
	width: 1%;
	padding: 2px 2px 1px 3px;
	background-color: #bdbfc9;
	background-image: url(../images/brushedmetaldark.jpg);
	border-top: 1px solid #f9f9fb; 
	border-bottom: 1px solid #9b9eaf; 
	border-right: 1px solid #9b9eaf; 
}

.screwright .screw{
	background-position: 0 -250px ;
	width: 20px;
	height: 18px;
	float: right;
}

.menu_down{
	background-position: 0 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;	
}

.menu_indent{
	background-position: 0 -50px ;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;	
}

.menu_right{
	background-position: 0 -100px ;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;	
}

.menu_spacer{
	background-position: 0 -150px ;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;	
}

.menu_star{
	background-position: 0 -200px ;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.submission_new{
	background-position: 0 -300px ;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;		
}

.submission_updated{
	background-position: 0 -350px ;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;		
}

.skinny {
	width: 1%;
}

.sliderValue  {
    	font-weight: bold;
    	padding-left: 10px;
}

.spacer {
	font-size: 1px;
	line-height: 0px;
}

span.lotterygood {
	color: #027241; 
	font-weight: bold;
}

span.lotterybad {
	color: #72020d;
}

.success {
	margin-bottom: 7px;
	border: 1px solid #366c41;
	background-color: #63b531;
}

.success .logo {
	text-align: center;
	padding: 2px 2px 2px 2px;
	width: 44px;
}

.success .content {
	background-color: #dcdde2; 
	border-top: 2px solid #63b531; 
	border-right: 2px solid #63b531; 
	border-bottom: 2px solid #63b531;
}

.success .content .message {
	border: 1px solid #366c41;
}

.success .content .message .text {
	padding: 2px; 
	text-align: center; 
	font-weight: bold;
}

.success .content .message .text div {
	line-height: 32px;
}

.success .content .message .text div.multiline {
	line-height: normal;
	padding-top: 7px;
	padding-bottom: 7px;	
}

.maintenance {
	margin-bottom: 7px;
	border: 1px solid #928747;
	background-color: #b4a656;
}

.maintenance .logo {
	text-align: center;
	padding: 2px 2px 2px 2px;
	width: 60px;
}

.maintenance .content {
	background-color: #dcdde2; 
	border-top: 5px solid #b4a656; 
	border-right: 5px solid #b4a656; 
	border-bottom: 5px solid #b4a656;
}

.maintenance .content .message {
	border: 1px solid #928747;
}

.maintenance .content .message .text {
	padding: 5px; 
	text-align: left; 
}

.maintenance .content .message .text div {
	line-height: 32px;
}

.maintenance .content .message .text div.multiline {
	line-height: normal;
	padding-top: 7px;
	padding-bottom: 7px;	
}

.topalign {
	vertical-align: top;
}

.underline {
	text-decoration: underline;
}

.warning {
	margin-bottom: 7px;
	border: 1px solid #9a7200;
	background-color: #fed800;
}

.warning .logo {
	text-align: center;
	padding: 2px 2px 2px 2px;
	width: 44px;
}

.warning .content {
	background-color: #dcdde2; 
	border-top: 2px solid #fed800; 
	border-right: 2px solid #fed800; 
	border-bottom: 2px solid #fed800;
}

.warning .content .message {
	border: 1px solid #9a7200;
}

.warning .content .message .text {
	padding: 2px; 
	text-align: center; 
	font-weight: bold;
}

.warning .content .message .text div {
	line-height: 28px;
}

.warning .content .message .text div.multiline {
	line-height: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}

.whatsnew {
	width: 100%;
	height: 221px;
	background-color: #dcdde2;
	background-image: url(../images/brushedmetal.jpg);
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 5px;
	margin-bottom: 5px;
}

.topicreview
{
	width: 100%;
	height: 221px;
	background-color: #dcdde2;
	background-image: url(../images/brushedmetal.jpg);
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

.bgmodcolor {
	color: #2f6db3;
}

.bgadmincolor {
	color: #b32f2f;
}

.bgcolor {
	color: #34190a;
}

.filtered {
	color: red; 
	font-style: italic; 
	font-weight: bold;
}

.quote 
{
	color: #333333; 
	background-color: #fefef2; 
	border: 1px solid #e4cfc4;
}

.code 
{
	color: #333333; 
	background-color: #fefef2; 
	border: 1px solid #d1c4e4; 
}

.boxhead 
{
	background: url(../images/sbhead.png) no-repeat top left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 170px;
	height: 30px;
}

.boxhead h2 
{
	margin: 0;
	padding-top: 7px;
	font-weight: bold; 
	font-size: 1.3em; 
}

.boxbody {
	background: url(../images/sbbody.png) no-repeat top left;
	margin: 0;
	width: 170px;
	height: 53px;	
	padding-top: 9px;
	text-align: center;
}





#divCurAvlEq
{
	font-family: Arial, Verdana, Helvetica, 'sans serif';
	font-size: 1.2em;
}

.bandgLink
{
	color: #5F2607;
}

#tipDiv
{
	color : #000000;
	background-color: #F0EAC2;
	font-size: 12px;
	border: 1px solid #000000;
	padding-left: 3px;
	padding-right: 3px;	
}

.pgRow
{
	width: 100%;
	font-size: 1em;
}

a.adminLink
{
	text-decoration: none;
	font-weight: bold;
	color: #B32F2F;
}

a.adminLink:hover
{
	text-decoration: underline;
}

a.button 
{
	background-image: linear-gradient(#e6e7ec, #c4c5cc);
	border: 1px solid #808080;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	border-radius: 16px;
	padding: 3px 7px;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	margin: 0px 7px 0px 0px;
	display: inline-block;
	color: #000;
	line-height: 24px;
	font-size: 1.25em;
	font-weight: bold;
}

a.button:hover 
{
	background-image: linear-gradient(#e6e7ec, #f0e1c2);
	color: #000;
	display: inline-block;
}

a.button:active 
{
	background-image: linear-gradient(#dcdde2, #e6e7ec);
	text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
}

a.button.create span
{
	padding-left: 28px;
	background: url(../images/createEntry.png) no-repeat 0 -4px;
	background-position: left center;
	display: inline-block;
	height: 24px;
}

a.button.goto span
{
	padding-left: 28px;
	background: url(../images/goTo.png) no-repeat 0 -4px;
	background-position: left center;
	display: inline-block;
	height: 24px;
}

a.button.save span
{
	padding-left: 28px;
	background: url(../images/saveDesign.png) no-repeat 0 -4px;
	background-position: left center;
	display: inline-block;
	height: 24px;
}

a.button.load span
{
	padding-left: 28px;
	background: url(../images/cloudDownload.png) no-repeat 0 -4px;
	background-position: left center;
	display: inline-block;
	height: 24px;
}

a.button.reset span
{
	padding-left: 28px;
	background: url(../images/resetDesign.png) no-repeat 0 -4px;
	background-position: left center;
	display: inline-block;
	height: 24px;
}

a.button.variant span
{
	padding-left: 28px;
	background: url(../images/altConfig.png) no-repeat 0 -4px;
	background-position: left center;
	display: inline-block;
	height: 24px;
}

a.buttondis 
{
	background-image: linear-gradient(#e6e7ec, #c4c5cc);
	border: 1px solid #808080;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	border-radius: 16px;
	padding: 3px 7px;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	margin: 0px 7px 0px 0px;
	display: inline-block;
	color: #636363;
	line-height: 24px;
	font-size: 1.25em;
	font-weight: bold;
}

a.buttondis:hover 
{
	cursor: default;
}

a.buttondis.savedis span
{
	padding-left: 28px;
	background: url(../images/saveDesignDis.png) no-repeat 0 -4px;
	background-position: left center;
	display: inline-block;
	height: 24px;
}

.highlightText
{
	color: #400000;
	font-weight: bold;
	background-color: #FFFFC0;
}

pre
{
	color: #000000;
	font-size: 1.35em;
	
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

.banned 
{
	background-color: #DCDDE2;
	border: 2px solid #C62308;
	font-weight: bold;
	padding: 3px;
}

.divEquipment
{
	width: 100%;
	font-size: 1em;
}

.divDistribution
{
	width: 100%;
	font-size: 0.9em;
}

.filter-label { 
	display: inline-block; 
	font-size: 0.9167em; 
	padding: 7px 0px 3px 0px; 
	margin: 2px; 
	white-space: nowrap;
}

ul.tabnav {
	margin: 0px; 
	padding: 3px 0px; 
	border-bottom: 1px solid black;
	font-weight: bold;
	font-size: 1.1em;
}

ul.tabnav li {
	display: inline; 
	list-style: none;
	margin: 0px;
}

ul.tabnav li a {
	padding: 3px 5px;
	margin-left: 0px;
	border: 1px solid black;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #bdbfc9;
}

ul.tabnav li a:link, ul.tabnav li a:visited {
	text-decoration: none;
	color: black;
}

ul.tabnav li a:active, ul.tabnav li a:hover {
	text-decoration: none;
	color: black;
	background-color: #e9d0af;
}

ul.tabnav li.tabactive a {
	border-bottom: 1px solid #cbccd3;
	background-color: #cbccd3;
}

div.input-block-outer {
	position: relative;
	display: inline-block; 
	padding-right: 4px;
	padding-top: 4px;
}

.input-block-inner {
	position: relative;
	border: 1px solid black; 
	padding: 2px 9px 0px 6px; 
	margin: 2px; 
	background-color: #bdbfc9; 
	white-space: nowrap;
	min-width: 200px;
}

.input-qedit {
	position: absolute;
	top: -7px;
	right: -7px;
	cursor: pointer;
}

div.text-block-outer {
	position: relative;
	display: inline-block; 
	padding-top: 4px;
}

.text-block-inner {
	position: relative;
	padding: 2px 5px 0px 6px; 
	margin: 2px; 
	white-space: nowrap;
	font-weight: bold;
}

input.box {
	border-width: 2px;
	border-style: ridge;
}

input.jumpbox {
	border-width: 2px;
	border-style: ridge;
}

textarea.box {
	border-width: 2px;
	border-style: ridge;
}

.spellcheck {
	position: absolute; 
	top: -7px; 
	left: 4px;
}

.eqridge {
	border: 2px ridge black;
}

div.suggestionsscroll {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
    background-color: #FFFFFF;
    font-size: 1.2em;
}

span.mb-class-button {
	/* styles for button */
	margin: 2px auto 3px auto;
	text-align:center;
	display: block;
	padding: 4px 10px 3px;
	margin-left: 5px;
	margin-right: 5px;
	color: #000;
	text-decoration: none;
	line-height: 1;
	font-size: 1.1em;

	/* button color */
	background-color: #bdbfc9;

	/* css3 implementation :) */
	/* rounded corner */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* drop shadow */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);

	/* text shaow */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	display: inline-block;
	position: relative;
	cursor: pointer;
}

span.mul-button {
	cursor: pointer; 
	font-size: 10px; 
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: bold; 
	line-height: 20px; 
	background: #252523 url(../images/mul.png) 5px no-repeat; 
	height: 20px; 
	display: inline-block; 
	border-radius: 3px; 
	text-indent: 25px; 
	color: #fff; 
	width: auto; 
	padding: 0 5px 0 0; 
	text-align: center; 
	vertical-align: baseline;
}