/* FONT STACK */
body,
input, select, textarea {
	font-family: "Impact", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
}

/* BASE LAYOUT */

html {
	background-color: #858585;
	background-image: -moz-linear-gradient(center top, #333333, #858585);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #858585));
	background-image: linear-gradient(top, #333333, #858585);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#333333', EndColorStr = '#858585');
	background-repeat: no-repeat;
	height: 100%;
	/* change the box model to exclude the padding from the calculation of 100% height (IE8+) */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html.no-cssgradients {
	background-color: #aaa;
}

.ie6 html {
	height: 100%;
}

html * {
	margin: 0;
}

body {
	background: #A9A9A9;
	color: #333333;
	margin: 0 auto;
	max-width: 1201px;
    min-width: 1201px;
	overflow-x: scroll; /* prevents box-shadow causing a horizontal scrollbar in firefox when viewport < 960px wide */
	   /*-moz-box-shadow: 0 0 0.3em #255b17;*/
	/*-webkit-box-shadow: 0 0 0.3em #255b17;*/
	        /*box-shadow: 0 0 0.3em #255b17;*/
}

#grailsLogo {
	background-color: #abbf78;
}

/* replace with .no-boxshadow body if you have modernizr available */
.ie6 body,
.ie7 body,
.ie8 body {
	border-color: #255b17;
	border-style: solid;
	border-width: 0 1px;
}

.ie6 body {
	height: 100%;
}

a:link, a:visited, a:hover {
	color: #D6991E;
}

a:hover, a:active {
	outline: none; /* prevents outline in webkit on active links but retains it for tab focus */
}

h1 {
	color: #D6991E;
	font-weight: normal;
	font-size: 1.25em;
	/*margin: 0.8em 0 0.3em 0;*/
    background-color: #000000;
}

ul {
	padding: 0;
}

img {
	border: 0;
}

/* GENERAL */

#grailsLogo a {
	display: inline-block;
	margin: 1em;
}

.content {
}

.content h1 {
	border-bottom: 1px solid #D6991E;
	/*margin: 0.8em 1em 0.3em;*/
	/*padding: 0 0.25em;*/
}

.scaffold-list h1 {
	border: none;
}

.footer {
    background-image: url("/static/images/hex_bak.png");
    color: #000;
	clear: both;
	font-size: 0.8em;
	/*margin-top: 1.5em;*/
	/*padding: 1em;*/
	min-height: 4em;
}

.footer a {
	color: #255b17;
}

.spinner {
	background: url(/static/images/spinner.gif) 50% 50% no-repeat transparent;
	height: 16px;
	width: 16px;
    padding: 0.5em;
    position: absolute;
    right: 0;
	top: 0;
	text-indent: -9999px;
}

/* NAVIGATION MENU */

.nav {
	/*background-color: #efefef;*/
    background: url(/static/images/concrete.jpg);
    /*background-size:1400px 46px;*/
    background-repeat:repeat-x;
    padding: 0.5em 0.75em;
	   -moz-box-shadow: inset 0 3px 1px #aaaaaa;
	-webkit-box-shadow: inset 0 3px 1px #aaaaaa;
	        box-shadow: inset 0 3px 1px #aaaaaa;
	zoom: 1;
    height: 25px;
}

.nav ul {
	overflow: hidden;
	padding-left: 0;
	zoom: 1;
}

.nav li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 0.5em;
	padding: 0;
}

.nav a {
	color: #666666;
	display: block;
	padding: 0.25em 0.7em;
	text-decoration: none;
	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}

.nav a:active, .nav a:visited {
	color: #666666;
}

.nav a:focus, .nav a:hover {
	/*background-color: #F78C00;*/
    background-image: url(/static/images/nav_bak_hover.png);
	color: #ffffff;
	outline: none;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);*/
}

.no-borderradius .nav a:focus, .no-borderradius .nav a:hover {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

.nav a.home, .nav a.list, .nav a.create {
	background-position: 0.7em center;
	background-repeat: no-repeat;
	text-indent: 25px;
}

.nav a.home {
	background-image: url(/static/images/skin/house.png);
}

.nav a.list {
	background-image: url(/static/images/skin/database_table.png);
}

.nav a.create {
	background-image: url(/static/images/skin/database_add.png);
}

/* CREATE/EDIT FORMS AND SHOW PAGES */

fieldset,
.property-list {
	margin: 0.6em 1.25em 0 1.25em;
	padding: 0.3em 1.8em 1.25em;
	position: relative;
	zoom: 1;
	border: none;
}

.property-list .fieldcontain {
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

.fieldcontain {
	margin-top: 1em;
}

.fieldcontain label,
.fieldcontain .property-label {
	color: #666666;
	text-align: right;
	width: 25%;
}

.fieldcontain .property-label {
	float: left;
}

.fieldcontain .property-value {
	display: block;
	margin-left: 27%;
}

label {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.25em 0 0;
}

input, select, textarea {
	background-color: #fcfcfc;
	border: 1px solid #4D4D4D;
	font-size: 1em;
	padding: 0.2em 0.4em;
}

.dispCritHeader {
    color: #FFFFFF;
    font-size: 14px;
    cursor: default;
    background-color: #000000;
    width: 90px;
    height:18px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
    text-indent: 0.5em;
    line-height: 0em;
    white-space:nowrap;
    overflow: hidden;
}

.dispCrit {
    color: #2B2B2A;
    cursor: default;
    background-color: #FFFFFF;
    width: 90px;
    height:18px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    text-align: left;
    vertical-align: middle;
    text-indent: 0.5em;
    line-height: 0em;
    white-space:nowrap;
    overflow: hidden;
}

.dispCritComVe {
    color: #000000;
    cursor: default;
    background-color: #FFFFFF;
    width: 220px;
    height:24px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    text-align: left;
    vertical-align: middle;
    text-indent: 0.5em;
    line-height: 0em;
    white-space:nowrap;
    overflow: hidden;
    font-size: 1em;
}

.dispCritData {
    width: 145px;
}

.dispCrit:hover {
    background-color: #ffb73d;
}

.dispCritInactive {
    color: #2B2B2A;
    cursor: default;
    background-color: #FFFFFF;
    width: 90px;
    height:18px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    text-align: left;
    vertical-align: middle;
    text-indent: 0.5em;
    line-height: 0em;
    white-space:nowrap;
    overflow: hidden;
}

.dispStat {
    color: #FFFB00;
    cursor: default;
    border: 0px;
    background-color: transparent;
    text-align: left;
}

input.dispCrit {
    color: #2B2B2A;
    cursor: default;
}

input.dispCrit:focus {
    color: #2B2B2A;
    /*border: 1px solid #4D4D4D;*/
}

input.dispSecCrit {
    color: #2B2B2A;
    cursor: default;
}

input.dispSecCrit:focus {
    color: #2B2B2A;
    /*border: 1px solid #4D4D4D;*/
}

.dispArmorEqp:hover{
    color: #000000;
    background-color: #D6991E;
    cursor: pointer;
}

.dispWpn {
    text-align: center;
}

input.dispWpn {
    color: #FCFCFC;
    cursor: default;
    border: 0px;
    background-color: transparent;
}

input.dispWpn:focus {
    color: #FCFCFC;
    background-color: transparent;
}

input.dispStat {
    color: #FFFB00;
    cursor: default;
    border: 0px;
    background-color: transparent;
}

input.dispStat:focus {
    color: #FFFB00;
    background-color: transparent;
}

input.secondaryCritStartDisp {
    border: none;
    color: #FFFB00;
    /*font-weight: bold;*/
    width: 1.25em;
    background-color: transparent;
    font-size: 1.25em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.5em;
    /*text-align: center;*/
}

input[disabled='true'] {
    color: #717171;
    cursor: default;
}

input[disabled='true'].dispCrit {
    color: #2B2B2A;
    cursor: default;
}

select {
	padding: 0.2em 0.2em 0.2em 0;
}

select[multiple] {
	vertical-align: top;
}

textarea {
	width: 250px;
	height: 150px;
	overflow: auto; /* IE always renders vertical scrollbar without this */
	vertical-align: top;
}

input[type=checkbox], input[type=radio] {
	background-color: transparent;
	border: 0;
	padding: 0;
}

input:focus, select:focus, textarea:focus {
	background-color: #ffffff;
	/*border: 1px solid #eeeeee;*/
	outline: 0;
	   /*-moz-box-shadow: 0 0 0.5em #ffffff;*/
	/*-webkit-box-shadow: 0 0 0.5em #ffffff;*/
	        /*box-shadow: 0 0 0.5em #ffffff;*/
}

.required-indicator {
	color: #48802C;
	display: inline-block;
	font-weight: bold;
	margin-left: 0.3em;
	position: relative;
	top: 0.1em;
}

ul.one-to-many {
	display: inline-block;
	list-style-position: inside;
	vertical-align: top;
}

.ie6 ul.one-to-many, .ie7 ul.one-to-many {
	display: inline;
	zoom: 1;
}

ul.one-to-many li.add {
	list-style-type: none;
}

/* EMBEDDED PROPERTIES */

fieldset.embedded {
	background-color: transparent;
	border: 1px solid #CCCCCC;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

fieldset.embedded legend {
	margin: 0 1em;
}

/* MESSAGES AND ERRORS */

.errors,
.message {
	font-family: "Arial";
    font-size: 14px;
	/*line-height: 2;*/
	/*margin: 1em 2em;*/
	padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
}

/*.message {*/
	/*background: #f3f3ff;*/
	/*border: 1px solid #b2d1ff;*/
	/*color: #006dba;*/
	   /*-moz-box-shadow: 0 0 0.25em #b2d1ff;*/
	/*-webkit-box-shadow: 0 0 0.25em #b2d1ff;*/
	        /*box-shadow: 0 0 0.25em #b2d1ff;*/
/*}*/

.errors,
.message {
	background: #000000;
	/*border: 5px solid #D18B00;*/
    border-radius: 10px;
	color: #cc0000;
	   /*-moz-box-shadow: 0 0 0.25em #ff8888;*/
	/*-webkit-box-shadow: 0 0 0.25em #ff8888;*/
	        /*box-shadow: 0 0 0.25em #ff8888;*/
}

/*.errors ul,*/
/*.message {*/
	/*padding: 0;*/
    /*padding-right: 10px;*/
/*}*/

/*.errors li {*/
	/*list-style: none;*/
	/*background: #fff3f3 url(/static/images/skin/exclamation.png) 0.5em 50% no-repeat;*/
	/*text-indent: 2.2em;*/
/*}*/

/*.message {*/
    /*background: #fff3f3 url(/static/images/skin/exclamation.png) 0.5em 50% no-repeat;*/
    /*text-indent: 2.2em;*/
/*}*/

/*.message {*/
	/*background: transparent url(/static/images/skin/information.png) 0.5em 50% no-repeat;*/
	/*text-indent: 2.2em;*/
/*}*/

/* form fields with errors */

.errors input, .errors select, .errors textarea {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

.errors input:focus, .errors select:focus, .errors textarea:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}

.errors a {
    color: #cc0000;
}

.errors a:link, .errors a:visited, .errors a:hover {
    color: #cc0000;
}

.message a {
    color: #cc0000;
}

.message a:link, .message a:visited, .message a:hover{
    color: #cc0000;
}
/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */

input:invalid, select:invalid, textarea:invalid {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}

/* TABLES */

table {
	/*border-top: 1px solid #DFDFDF;*/
	border-collapse: collapse;
	width: 100%;
	/*margin-bottom: 1em;*/
}

tr {
	border: 0;
}

tr>td:first-child, tr>th:first-child {
	/*padding-left: 1.25em;*/
}

tr>td:last-child, tr>th:last-child {
	/*padding-right: 1.25em;*/
}

td, th {
	line-height: 1.5em;
	/*padding: 0.5em 0.6em;*/
	text-align: left;
	vertical-align: top;
}

th {
	background-color: #efefef;
    background-image: url(/static/css/jquery-ui-1.14.2/images/ui-bg_loop_25_000000_21x21.png);
	/*background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaeaea));*/
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#ffffff', EndColorStr = '#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea')";
	color: #666666;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0.2em 0.6em;
}

thead th {
	white-space: nowrap;
    background-image: url(/static/css/jquery-ui-1.14.2/images/ui-bg_loop_25_000000_21x21.png);
}

th a {
	display: block;
	text-decoration: none;
}

th a:link, th a:visited {
	color: #FFDD00;
}

th a:hover, th a:focus {
	color: #D6991E;
}

th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.1em;
}

th.asc a {
	background-image: url(/static/images/skin/sorted_asc.gif);
}

th.desc a {
	background-image: url(/static/images/skin/sorted_desc.gif);
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #ffffff;
}

/*th:hover, tr:hover {*/
	/*background: #E1F2B6;*/
/*}*/

/* PAGINATION */

.pagination {
	border-top: 0;
	margin: 0;
	padding: 0.3em 0.2em;
	text-align: center;
	   /*-moz-box-shadow: 0 0 3px 1px #AAAAAA;*/
	/*-webkit-box-shadow: 0 0 3px 1px #AAAAAA;*/
	        /*box-shadow: 0 0 3px 1px #AAAAAA;*/
	/*background-color: #EFEFEF;*/
    background: transparent;
    background-image: url(/static/css/jquery-ui-1.14.2/images/ui-bg_loop_25_000000_21x21.png);
}

.pagination a,
.pagination .currentStep {
	color: #666666;
	display: inline-block;
	margin: 0 0.1em;
	padding: 0.25em 0.7em;
	text-decoration: none;
	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}

.pagination a:hover, .pagination a:focus,
.pagination .currentStep {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
.no-borderradius .pagination .currentStep {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

/* ACTION BUTTONS */

.buttons {
	background-color: #efefef;
	overflow: hidden;
	padding: 0.3em;
	   -moz-box-shadow: 0 0 3px 1px #aaaaaa;
	-webkit-box-shadow: 0 0 3px 1px #aaaaaa;
	        box-shadow: 0 0 3px 1px #aaaaaa;
	margin: 0.1em 0 0 0;
	border: none;
}

.buttons input,
.buttons a {
	background-color: transparent;
	border: 0;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.25em 0;
	overflow: visible;
	padding: 0.25em 0.7em;
	text-decoration: none;

	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}

.buttons input:hover, .buttons input:focus,
.buttons a:hover, .buttons a:focus {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.no-borderradius .buttons input:hover, .no-borderradius .buttons input:focus,
.no-borderradius .buttons a:hover, .no-borderradius .buttons a:focus {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

.buttons .delete, .buttons .edit, .buttons .save {
	background-position: 0.7em center;
	background-repeat: no-repeat;
	text-indent: 25px;
}

.ie6 .buttons input.delete, .ie6 .buttons input.edit, .ie6 .buttons input.save,
.ie7 .buttons input.delete, .ie7 .buttons input.edit, .ie7 .buttons input.save {
	padding-left: 36px;
}

.buttons .delete {
	background-image: url(/static/images/skin/database_delete.png);
}

.buttons .edit {
	background-image: url(/static/images/skin/database_edit.png);
}

.buttons .save {
	background-image: url(/static/images/skin/database_save.png);
}

a.skip {
	position: absolute;
	left: -9999px;
}

#show-mech-stats {
    font-size: 14px;
    background-image: url(/static/images/hex_bak.png);
    color: #FFFB00;
    background-color: #A9A9A9;
    padding-left: 0em;
    padding-right: 0em;
    width: 340px;
}

#show-comVe-stats {
    font-size: 14px;
    background-image: url(/static/images/hex_bak.png);
    color: #FFFB00;
    background-color: #A9A9A9;
    padding-left: 0em;
    padding-right: 0em;
    width: 340px;
}

#show-mech-crits {
    background-image: url(/static/images/layout_bak.jpg);
    background-size:860px 1100px;
    background-repeat:no-repeat;
    width: 850px;
    height: 1098px;
}

#show-comVe-crits {
    background-image: url(/static/images/layout_cv_bak.jpg);
    background-size:860px 1100px;
    background-repeat:no-repeat;
    width: 850px;
    height: 1098px;
}

.dispWpnRow {
    cursor: default;
}
.dispWpnRow:hover {
    background: #D18B00;
}

#list-mechBase {
    background-image: url(/static/css/jquery-ui-1.14.2/images/ui-bg_loop_25_000000_21x21.png);
    color: #D6991E;
    font-size: 1.25em;
}

#list-comVeBase {
    background-image: url(/static/css/jquery-ui-1.14.2/images/ui-bg_loop_25_000000_21x21.png);
    color: #D6991E;
    font-size: 1.25em;
}

#validateTips {
    background-image: url(/static/css/jquery-ui-1.14.2/images/ui-bg_loop_25_000000_21x21.png);
    color: #FF0000;
    font-size: 1em;
    border: none;
}

.msgWarning {
    color: #D50000;
}

.crMechLabel {
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
}

.crComVeLabel {
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
}

#record {
    max-width: 1250px;
}

#recordSheetMain {
    font-family: "Calibri";
    font-weight: bold;
    font-size: 1.15em;
    color: #000000;
}

#critsColLeft {
    padding-left: 0em;
}

#critsColMid {
    padding-left: 0em;
}

#critsColRight {
    padding-left: 0em;
}

.recordSheetDisp {
    line-height: 1.15em;
}

.recordSheetDispHdr {
    line-height: 1.15em;
    text-align: center;
    margin: 0px auto;
    height: 25px;
}

.recordSheetDispData {
    height: 260px;
    width: 250px;
}

#recordSheetHead{
    height: 260px;
    width: 250px;
    padding-left: 0em;
    border: 2px solid #000000;
}

#recordSheetLT{
    height: 260px;
    width: 250px;
    padding-left: 0em;
    border: 2px solid #000000;
}

#recordSheetLA{
    height: 260px;
    width: 250px;
    padding-left: 0em;
    border: 2px solid #000000;
}

#recordSheetArmor{
    height: 600px;
    width: 500px;
    padding-left: 0em;
}

#recordSheetLL{
    height: 175px;
    width: 250px;
    padding-left: 0em;
    border: 2px solid #000000;
}

#recordSheetRL{
    height: 175px;
    width: 250px;
    padding-left: 0em;
    border: 2px solid #000000;
}

#recordSheetCT{
    height: 260px;
    width: 250px;
    padding-left: 0em;
    border: 2px solid #000000;
}

#recordSheetRT{
    height: 260px;
    width: 250px;
    padding-left: 0em;
    border: 2px solid #000000;
}

#recordSheetRA{
    height: 260px;
    width: 250px;
    padding-left: 0em;
    border: 2px solid #000000;
}

#recordSheetHeat{
    height: 260px;
    width: 170px;
    padding-left: 0em;
}

.wpnInvDisp {
    line-height: 1em;
}

.pilotDmgDisp {
    line-height: 1em;
    border: 1px solid #000000;
    text-align: center;
}

.btnAddEntry {
    height: 16px;
    width: 16px;
}

.btnAddEntry:hover {
    cursor: pointer;
}

.btnDelEntry {
    height: 16px;
    width: 16px;
}

.btnDelEntry:hover {
    cursor: pointer;
}

.btnPubEntry {
    height: 16px;
    width: 16px;
}

.btnPubEntry:hover {
    cursor: pointer;
}

.btnArmorEqp {
    width: 16px;
    height: 20px;
    vertical-align: middle;
}
.btnArmorEqp:hover {
    cursor: pointer;
}

.btnArmorEqpInactive {
    width: 16px;
    height: 20px;
    vertical-align: middle;
}

.btnIncrEqp {
    height: 16px;
    width: 16px;
}

.btnIncrEqp:hover {
    cursor: pointer;
}

.btnDecrEqp {
    height: 16px;
    width: 16px;
}

.btnDecrEqp:hover {
    cursor: pointer;
}


#btnSetBase {
    border: 1px solid #D6991E;
}

#btnSetBase:hover{
    cursor: pointer;
}

#btnConsolidateCrits {
    border: 2px solid #D6991E;
    color: #D6991E;
    text-align: center;
    width: 110px;
    font-size: 14px;
}

#btnConsolidateCrits:hover{
    cursor: pointer;
}

#btnRefreshBV:hover{
    cursor: pointer;
}

#linkExportMM:hover{
    cursor: pointer;
}

#list-MsUser {
    background-image: url(/static/css/jquery-ui-1.14.2/images/ui-bg_loop_25_000000_21x21.png);
    color: #D6991E;
    font-size: 1.25em;
}

#show-MsUser {
    background-image: url(/static/css/jquery-ui-1.14.2/images/ui-bg_loop_25_000000_21x21.png);
    color: #D6991E;
    font-size: 1.25em;
}

.postsTab {
    border: 10px solid #D6991E;
    border-collapse: separate;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 10px 10px 10px;
    background-color: #000000;
}

.loginTab {
    border: 10px solid #D6991E;
    border-collapse: separate;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 200px;
    width: 300px;
}

.regTab {
    border: 10px solid #D6991E;
    border-collapse: separate;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 310px;
    width: 400px;
}

.userModTab {
    border: 10px solid #D6991E;
    border-collapse: separate;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 200px;
}

.chgPasswordTab {
    border: 10px solid #D6991E;
    border-collapse: separate;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 200px;
}

.dispComVeEqpTag {
    border: 10px solid #FFA500;
    border-collapse: separate;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 10px 10px 10px;
    background-image: url(/static/css/jquery-ui-1.14.2/images/ui-bg_loop_25_000000_21x21.png);;
    height: 500px;
    width: 450px;
}

.dispComVeEqpTitle {
    color: #FFA500;
    font-style: italic;
    font-size: 2em;
}

.dispComVeEqpHdr {
    color: #FFA500;
    border-bottom: 1px solid #FFFFFF;
    font-size: 1.25em;
}

.dispComVeArmorTag{
    border: 10px solid #FFA500;
    border-collapse: separate;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 10px 10px 10px;
    background: rgb(99,97,98);
    background: rgba(99,97,98,0.6);
    height: 400px;
    width: 340px;
}

.dispComVeArmorTitle{
    font-style: italic;
    vertical-align: bottom;
    font-size: 2em;
    color: #000000;
}

.dispComVeArmorCellTab{
    border: 0px solid #000000;
    border-collapse: separate;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 3px 3px 3px;
    background: #000000;
    height: 65px;
    width: 65px;
    color :#FFA500;
    font-size: 0.75;
}

.dispComVeArmorCellTabEmpty{
    height: 68px;
    width: 68px;
}

.dispComVeArmorCellTd{
    text-align: center;
}

.dispComVeArmorCellInput{
    text-align: center;
}

#search-mech {
    background-image: url(/static/css/jquery-ui-1.14.2/images/ui-bg_loop_25_000000_21x21.png);
    color :#D6991E;
}

#search-comVe {
    background-image: url(/static/css/jquery-ui-1.14.2/images/ui-bg_loop_25_000000_21x21.png);
    color :#D6991E;
}

#searchCriteria {
    width: 631px;
}

.searchSubCriteria {
    width: 210px;
}

#searchResults {
    width: 500px;
    font-size: 1.25em;
}

.searchResultItem:hover {
    cursor: default;
    background:#3D3D3D;
}

textarea#newPost {
    width: 600px;
    height: 500px;
    resize: none;
    border: 3px solid #cccccc;
    padding: 5px;
    font-family: Arial, Helvetica;
    overflow: scroll; /* IE always renders vertical scrollbar without this */
    vertical-align: top;
}

input#newHeader {
    border: 3px solid #cccccc;
    padding: 5px;
    font-family: Arial, Helvetica;
    vertical-align: top;
}

pre {
    overflow-x: hidden; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    /* width: 99%; */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.aboutImageLrg {
    cursor: pointer;
    border: 1px solid #D18B00;
}

.aboutImageLrg:hover {
    opacity: 0.5;
}

.aboutImageMed {
    cursor: pointer;
    border: 1px solid #D18B00;
}

.aboutImageMed:hover {
    opacity: 0.5;
}

.aboutImageSm {
    cursor: pointer;
    border: 1px solid #D18B00;
}

.aboutImageSm:hover {
    opacity: 0.5;
}

.aboutImageDisp {
    cursor: pointer;
}
