body {
	font-family: Helvetica, Arial, Geneva, Swiss; 
	font-size: 14px;
	/* color: #333333; */
	text-align: left;
	
	background-color: #EEE;
	margin: 0px;
	padding: 0px;
}

form, div {
	padding: 0px;
	margin: 0px;	
}

div {
	/*background-color: white;*/
	background-color: transparent;
	display: block;
}


div.topnavbar {
	height: 83px;
	background-color: white;
	border-bottom: 3px solid #EB1C24;
	padding: 5px;
	
}
div.topnavbar a {
	font-size: 11px;
}
div.topnavbar p {
	margin: 0px 0px 5px 0px
}
div.topnavbar_user {
	float: right; 
	text-align: right; 
	padding: 2px 8px 0px 15px;
}

div.button {
	margin: 15px;
	padding-top: 13px;
	font-size: 18px;
	font-weight: 600;
	color: black;
	text-align: center;
	
	width: 139px;
	height: 37px;
	background-image: URL(/admin/images/mainpage_button.jpg);
}

div.pageheader {
	height: 50px;
}
h1.toplogo {
	margin: 0px 0px 0px 15px;
	padding-top: 5px;
	font-style: italic;
}
h2.title {
	font-size: 18px;
}
h2.title, h3.title {
	margin-left: 0px;
}
h3.title {
	margin-bottom: 5px;	
}

div.headerbar {
	height: 30px;	
	background-color: #EB1C24;
	color: white;
}
div.searchbar_box {
	float: right;
	padding: 5px;
	margin-right: 5px;
}
input.searchbar {
	margin-left: 8px;
}
div.searchbar_box input.searchbar {
	margin-left: 5px;
}
div.headerbar div, div.headerbar input {
	font-size: 11px;
	padding-left: 1px;
	padding-right: 1px;
}
div.headerbar div  {
	background-color: transparent;
}
img.fmmplogo {
	margin-top: 2px; margin-right: 15px;
	height: 30px; 
	float: right;
}


div.topmenu {
	/** General Styles **/
		border: 1px solid #EB1C24;
		background-color: #E6E6E6;
	/**	Positioning **/
		margin-top: -5px;
		margin-left: -10px;
		height: 28px;
		padding-top: 13px;
		padding-right: 8px;
		width: 100%;	
	/** Font Styles **/
		font-size: 12px;
}
div.topmenu a {
	/** General Styles **/
		border: 3px solid #C1C1C1;
		background-color: #E6E6E6;
	/**	Positioning **/
		padding: 8px;
		margin: 4px;
			margin-right: 0px;
	/** Font Styles **/
		color: black;
		font-weight: bold;
}

div.topmenu a.current, div.topmenu a.current:hover {
	/** General Styles **/
		background-color: #EB1C24;
		border: 3px solid #EB1C24;	
	/** Font Styles **/
		color: white;
}
div.topmenu a:hover {
	/** General Styles **/
		border: 3px solid #EB1C24;
		background-color: #C1C1C1;
	/** Font Styles **/
		color: black;
		text-decoration: none;
}


div.body {
	margin: 0px;
	/* border-right: 1px solid #CCC; */
	/* border-bottom: 1px solid #CCC; */
	padding: 15px;
	/* background-color: white; */
}

div.mainbody {
	top:120px;
	padding: 20px 15px;
	/* padding-left: 15px; */
	/* padding-top: 20px; */
	min-height: 490px;
	background-color: #DDD;
}
div.leftmenu {
	background-color: #E6E6E6;
	border: 2px solid #C1C1C1;
	position: absolute;
		top: 90px;	/* Originally 160 */
		left: 40px;
		width: 120px;
	z-index: 5;
	min-height: 200px;
	padding: 5px;
}
div.leftmenu a {
	font-size: 12px;
	margin-left: 4px;	
}
div.leftmenu_header {
	font-size: 14px;
		font-weight: bold;
		text-align: center;
	background-color: #C1C1C1;
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #EB1C24;
}

div.errorbox {
	z-index: 50;
	position: fixed;
		top: 75px;
		left: 75px;
		min-width: 400px;
		max-width: 700px;
		min-height: 100px;
	padding: 150px;
	background-color: transparent;
}
div.errorbox .innerbox {
	padding-bottom: 15px;
	border: 2px black solid;
	background-color: #E6E6E6;	
	text-align: center;
}
div.errorbox .title {
	background-color: #EB1C24; 
	color: #E6E6E6;
	font-weight: bold;
	padding: 4px 6px 4px 10px;
	text-align: left;
}
div.errorbox .msg {
	color: #EB1C24; 
	background-color: transparent;
	font-family: Swiss;	
	padding: 10px 6px 10px 10px;
	
}
div.errorbox button {
	margin-top: 15px;
	padding-left: 8px; padding-right: 8px;
}

div.rightsidebar {
	position: fixed; 
		top: 215px; 
		right: 40px; 
		bottom: 25px;
		width: 125px;
	min-height: 250px;
	font-size: 12px;
	padding: 10px;
	overflow-y: auto;
}

@media print {
	body {
		background-color: white;
		font-size: 10pt;
	}
	.noprint, div.pageheader, div.headerbar, div.leftmenu, div.rightsidebar, div.topmenu {
		display: none;
	}

	div.body {
		margin: 0px;
		padding: 0px;	
	}
	div.mainbody {
		margin-left: 0px;
	}
	div.appstable {
		padding-right: 0px;	
	}
	table.engbase, table.engconfig {
		page-break-after: avoid;
	}
	div.engbase, div.engconfig {
		page-break-before: auto;
		page-break-inside: auto;
	}
	.pad55L {
		padding-left: 25px;	
	}
	
}

.rightbar_present {
	padding-right: 150px;
}

hr.small {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

table {
	width: 100%;
}
td {
	vertical-align: middle;
	font-size: 12px;
}
td.bolded {
	font-size: 14px;	
}
table.addEng {
	width: auto;
	margin-left: 15px;
}
table.addEng td {
	padding: 5px;
	padding-right: 15px;
	font-size: 14px;
}
@media screen {
	.pad55L {
		padding-left: 55px;	
	}
}

.blue_shade {
	background-color: #95B9FE;
}
.green_shade {
	background-color: #C9FEC9;
}
.gray_shade {
	background-color: #C1C1C1;	
}
.lgray_shade {
	background-color: #E6E6E6;	
}
.red{
	color: red
}
.bolded {
	font-weight: bold;	
}
.hidden {
	display: none;	
}
a.small {
	font-size: 11px;
}
.centered {
	text-align: center;
}

a, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.boldi {
	font-weight: bold; 
	font-style: italic;	
}
.refreshing {
	text-decoration: blink;
	font-weight: bold;
	padding: 5px;	
}
.trans {
	background-color: transparent;	
}

.search_dropdown {
	padding: 4px; 
	position: relative; 
	left: 150px; 
	border: 1px solid black; 
	max-height: 150px; 
	overflow: auto; 
	max-width: 500px;	
}

.testclass {
	padding-left: 50px; 
	text-indent: -45px; 	
}

.testclass:hover {
	color: white;
	background-color: #EB1C24;
	
	
}

div.float200 {
	float: left;
	width: 200px;	
}
div.float150 {
	float: left;
	width: 150px;	
}



/**Admin Pages **/
table {
	border-collapse: collapse; 	
	border: none;
}
.vpad5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.gray { 
	background-color: #cccccc
}

.midgray {
	background-color: #b1b1b1;	
}
td.midgray { 
	padding: 3px;
	background-color: #b1b1b1;
}
td.midgraycq { 
	padding: 3px;
	background-color: #bbbbbb;
}
td.midgray a, td.midgraycq a {
	color: #1737B9;
	font-weight: bold;
}
td.reports {
	padding: 3px 3px 3px 0px; 
	margin-bottom:0px;
	border-top: thin solid #12127D
}	

div.folderbar {
	padding-left: 3px;
	padding-bottom: 5px;
	max-width: 600px;
}
div.folderbar .selected {
	border: 5px outset #EB1C24;
	border-bottom: 4px solid white;
	font-weight: bold;
}
div.folderbar div, div.folderbar .unselected {
	margin-left: 1px;
	border: 3px inset #EB1C24;
	border-bottom: none;
	display: inline;
	padding: 5px 10px 5px 10px;	
}

div.foldercontainer {
	margin-top: 1px;
	border: 3px outset #EB1C24;
	max-width: 600px;
	padding: 15px; 
}

div.transbox {
	padding-left: 25px;
	display: block;
	opacity: 0; 
	height: 0; 
	overflow: hidden;	
	
	transition: height 1s, opacity 1s ease-out, transform 1s;
	-moz-transition: height 1s, opacity 1s ease-out, -moz-transform 1s;
	-webkit-transition: height 1s, opacity 1s ease-out, -webkit-transform 1s;
	-o-transition: height 1s, opacity 1s ease-out, -o-transform 1s;
}

.rotate60 {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.pass-green {
	background-color: rgb(198,239,206);
	color: rgb(0,97,0);
}

.info-yellow {
	background-color: rgb(255,235,156);
	color: rgb(156,101,0);
}

.warning-red {
	background-color: rgb(259,199,206);
	color: rgb(156,0,6);
}

.very-red {
	background-color: rgb(255,0,0);
	color: white;
	font-weight: bold;
}
.ron-red  a{
	color: white;
	font-weight: bold;
}	
.other-red {
	background-color: rgb(214, 51, 51);
	color: white;
	font-weight: bold;
}
.other-red  a{
	color: white;
	font-weight: bold;
}
.fmred_back {
	background-color: #EB1C24;
	color: white;
}

.not-avail-stripe {
  color: black;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid black;
  background: repeating-linear-gradient(
	-60deg,
    #ddd,
    #ddd 10px,
    #ccc 10px,
    #ccc 20px
  )
}
.rpttab_active {
	background-color: #EB1C24;
	color: white;
	font-weight: bold;
}
.rpttab a:hover, .rpttab_active  a:hover {
	text-decoration: none;
}
.rpttab, .rpttab_active {
	font-size: 22px;
	font-stretch: expanded;
	font-variant: small-caps;
	border-radius: 6px 6px 0px 0px; 
	border: 1px solid black; 
	padding: 5px; 
	margin: 2px;
}

table a, table a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

.columns2 {
  float: left;
  width: 50%;
}
.columns3 {
  float: left;
  width: 33%;
}
.multicol:after {
  content: "";
  display: table;
  clear: both;
}


/* Top Bar Navigation Menu */
.topnav_dropbtn {
	background-image: linear-gradient(to bottom, rgba(72,80,84,1), rgba(78,86,92,1), rgba(72,80,84,1));
	min-width: 125px;
	color: white;

	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	border-width: 2px 2px 0px 2px;
	border-style: outset;
}

.topnavbar .topnav_dropdown {
  position: relative;
  top: -12px;
  display: inline-block;
  padding-left: 15px;
}

.topnavbar .topnav_dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  color: black;
}

.topnavbar .topnav_dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1em;
}

.topnav_dropdown-content a:hover {
	background-color: #ddd;
}

.topnav_dropdown:hover .topnav_dropdown-content {display: block;}

.topnavbar .topnav_dropdown:hover .topnav_dropbtn {
	background-image: linear-gradient(to bottom, rgba(220,220,220,1), rgba(240,240,240,1), rgba(245,245,245,1),rgba(71,71,71,1));
	color: black;
}

div.appbutton {
	width:130px; 
	height: 25px;
	padding: 10px;
	margin: 15px;
	font-size: 1.8em;
	font-weight: bold;

	border-radius: 5px;
	background-image: linear-gradient(to bottom right, #DDD, #AAA);
	background-repeat: no-repeat;

	box-shadow: 3px 2px 2px #EB1C24;
	/* box-shadow: 3px 2px 2px #f77035; */
	
	text-align: center; 
}

div.appbutton.airtex-red {
	box-shadow: 3px 2px 2px #d5363d;	
}
div.appbutton.anco-blue {
	box-shadow: 3px 2px 2px rgb(0,51,160);	
}
div.appbutton.autolite-orange {
	box-shadow: 3px 2px 2px #f36f22;	
}
div.appbutton.carter-orange {
	box-shadow: 3px 2px 2px #ff6d42;
}
div.appbutton.fram-orange {
	box-shadow: 3px 2px 2px #f77035;	
}
div.appbutton.strongarm-red {
	box-shadow: 3px 2px 2px #ee2d2e;	
}

div.modalbox {
	z-index: 1000; 
	background-color: #EEE; 
	border: 5px solid #3C3C3C; 
	border-radius: 15px;  
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(240, 240, 240, 0.75); 
	position: fixed; 
	margin: 35px; 
	top: 0px; right: 0px; left: 0px; bottom: 0px;
	overflow-y: auto;
}
.gallery img {
	margin: 5px;
}

