@charset "utf-8";
/* CSS Document */

body {
	background-color: #00434C;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
    .header {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}
    .number {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}

.style1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.style2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}

.style3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFA500;
}

#cssmenu > ul,
#cssmenu > ul li,
#cssmenu > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu > ul {
  position: relative;
  z-index: 597;
}
#cssmenu > ul li {
  float: left;
  min-height: 1px;
  line-height: 1.3em;
  vertical-align: middle;
}
#cssmenu > ul li.hover,
#cssmenu > ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu > ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu > ul ul li {
  float: none;
}
#cssmenu > ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu > ul li:hover > ul {
  visibility: visible;
}
/* Align last drop down RTL */
#cssmenu > ul > li.last ul ul {
  left: auto !important;
  right: 99%;
}
#cssmenu > ul > li.last ul {
  left: auto;
  right: 0;
}
#cssmenu > ul > li.last {
  text-align: right;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
  font-size: 0;
}
#cssmenu > ul > li {
  font-size: 12px;
  display: block;
}
#cssmenu ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right > ul ul ul {
  top: 1px;
  left: auto;
  right: 99%;
}
/* Theme Styles */
#cssmenu > ul {
  border-top: 4px solid #cc0000;
  font-family: Calibri, Tahoma, Arial, sans-serif;
  background: #424040;
  background: -moz-linear-gradient(top, #424040 0%, #282727 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424040), color-stop(100%, #282727));
  background: -webkit-linear-gradient(top, #424040 0%, #282727 100%);
  background: linear-gradient(top, #424040 0%, #282727 100%);
  width: auto;
  zoom: 1;
}
#cssmenu > ul:before {
  content: '';
  display: block;
}
#cssmenu > ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu > ul li a {
  display: inline-block;
  padding: 7px 22px;
}
#cssmenu > ul > li.active,
#cssmenu > ul > li.active:hover {
  background-color: #cc0000;
}
#cssmenu > ul > li > a:link,
#cssmenu > ul > li > a:active,
#cssmenu > ul > li > a:visited {
  color: white;
}
#cssmenu > ul > li > a:hover {
  color: white;
}
#cssmenu > ul ul ul {
  top: 0;
}
#cssmenu > ul li li {
  background-color: #b8b2b2;
  border-bottom: 1px solid #cc0000;
  font-size: 13px;
}
#cssmenu > ul li.hover,
#cssmenu > ul li:hover {
  background-color: #F5F5F5;
}
#cssmenu > ul > li.hover,
#cssmenu > ul > li:hover {
  background-color: #cc0000;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
#cssmenu > ul a:link,
#cssmenu > ul a:visited {
  color: #000000;
  text-decoration: none;
}
#cssmenu > ul a:hover {
  color: #000000;
}
#cssmenu > ul a:active {
  color: #000000;
}
#cssmenu > ul > li > a {
  font-size: 12px;
}
#cssmenu > ul ul {
  border: 1px solid #CCC \9;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  width: 176px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.boxmenu{
	position: relative;
    width: 176px;
    height: 30px;
    background-color: #b8b2b2;
}
.boxmenu:hover{
	position: relative;
    width: 176px;
    height: 30px;
    background-color: #F5F5F5;
}
.default-link{
	/* all rules required to make the whole div clickable */ 
	position: absolute;
	width: 100%;
	height: 100%;
	top: 2px;
	left: 2px;
	z-index: 1;
   
}

.mainlisting{
	width: 178px;
	height: 27px;
	border-radius: 0.3em;
	background-color: #303030;
	font-size: 10px;
	font-weight: lighter;
	padding-top: 11px;
	font-color: white;	
}
.mainlisting:hover{
	width: 178px;
	height: 27px;
	border-radius: 0.3em;
	background-color: #cc0000;
	font-size: 10px;
	font-color: white;	
	padding-top: 11px;
	
}

.circle{
    position: relative;
	border: solid 0.25em #999;  
    border-radius: 2em;
    width: 35px;
    height: 35px;    
}

.circle:hover{
	position: relative;
    border: solid 0.15em #FFF;  
    border-radius: 2em;
    width: 35px;
    height: 35px;
}

.credit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}

/* main class 50 page setup 50001 to 50050*/
.loco-table {
  border-collapse: collapse;
  width: 990px;
  border: 1px solid #666;
  background-color: #0a0a0a;
  color: #e0e0e0;
  margin: 20px auto;
  font-size: 12px;           /* Smaller font */
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
}

.loco-table td {
  border: 1px solid #555;
  padding: 5px 8px;          /* Reduced padding to match smaller text */
  height: 23px;
  vertical-align: middle;
}

/* Header row */
.loco-table tr:first-child td {
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 13.5px;         /* Still slightly larger than body */
  font-weight: bold;
}

/* Hover effect */
.loco-table tr:hover {
  background-color: #222222;
  transition: background-color 0.2s ease;
}

/* Don't hover the header */
.loco-table tr:first-child:hover {
  background-color: #1a1a1a; 
}

/* Main Index Home Page */
:root {
            --bg-dark: #1a1a1a;
            --accent: #ff0000;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #00434C;           /* Full page background */
            color: #e0f2f1;
            font-family: system-ui, -apple-system, sans-serif;
            margin: 0;
            padding: 0;
        }

        .fleet-container {
            max-width: 990px;
            margin: 2rem auto;
            padding: 0;
        }
		/* Header Section with its own border */
        .header-box {
            background: #00333d;
            border: 1px solid #a8c0c8;        /* Silver border */
            border-radius: 16px;
            margin-bottom: 1.5rem;
            overflow: hidden;
        }
		
		 /* Main Content Border */
        .main-content {
            display: grid;
            grid-template-columns: 270px 1fr;
            gap: 2rem;
            background: #1a1a1a;
            border: 1px solid #a8c0c8;           /* Main border around data */
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25); 
		}
		
		/* Force header to match content width */
        .main-header-wrapper {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 15px;
        }
		
		.header-and-content {
            background: #00434C;
            border: 2px solid #006d7a;
            border-radius: 16px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
            overflow: hidden; /* Clean corners */
		}
		/* Header Box - Silver Border */
        .header-box {
            background: #000000;                    /* Black background */
            border: 1px solid #a8c0c8;              /* Silver border */
            border-radius: 16px;
			margin-top: 10px;           /* Space above header */
            margin-bottom: 2rem;
            overflow: hidden;
        }
 
        /* Page Header */
        .page-header {
            text-align: center;
            background: #000000;
            color: #ffffff;
            padding: 1.8rem 1rem;
            border-radius: 12px 12px 0 0;
        }

        .page-header h1 {
            font-size: 1.85rem;
            font-weight: 700;
        }

        .subtitle {
            background: #000000;
            color: #ffffff;
            text-align: center;
            padding: 1rem;
            font-size: 1.02rem;
            border-radius: 0 0 12px 12px;
            margin-bottom: 2rem;
        }

        .main-content {
            display: grid;
            grid-template-columns: 260px 1fr;
            gap: 2rem;
        }

        /* Fleet Sidebar */
        .fleet-sidebar {
            background: var(--bg-dark);
            padding: 1.8rem;
            border-radius: 12px;
            height: fit-content;
            position: sticky;
            top: 20px;
        }

        .fleet-sidebar h2 {
            margin-bottom: 1rem;
            color: #fff;
            font-size: 1.25rem;
        }

        .fleet-sidebar ul {
            list-style: none;
        }

        .fleet-sidebar li {
            margin-bottom: 5px;
        }

        .fleet-sidebar a {
            display: block;
            padding: 8.5px 16px;
            border-radius: 8px;
            font-size: 0.87rem;
            color: #e2e8f0;
            transition: all 0.2s ease;
        }

        .fleet-sidebar a:hover {
            background: #333333;
            color: var(--accent);
            padding-left: 20px;
        }

        /* Specification Table */
        .spec-table {
            width: 100%;
            border-collapse: collapse;
            background: var(--bg-dark);
            color: #ffffff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            border-radius: 12px;
            overflow: hidden;
            font-size: 0.87rem;
        }

        .spec-table caption {
            font-size: 1.35rem;
            font-weight: 700;
            text-align: center;
            margin: 1.2rem 0 1rem;
            color: #ffffff;
        }

        .spec-table th {
            background: #111111;
            color: #ffffff;
            padding: 13px 18px;
            text-align: left;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.81rem;
            letter-spacing: 0.6px;
        }

        .spec-table td {
            padding: 13px 18px;
            border-bottom: 1px solid #333333;
            color: #ffffff;
        }

        .spec-table .section td {
            background: #0f0f0f;
            font-weight: 700;
            font-size: 1.02rem;
            padding: 17px 20px;
            color: #ffffff;
            border-top: 4px solid var(--accent);
        }

        .spec-table tr:hover {
            background-color: #252525;
        }

        .spec-table small {
            font-size: 0.79rem;
            color: #bbbbbb;
            display: block;
            margin-top: 3px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .main-content {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 640px) {
            .spec-table td, .spec-table th {
                padding: 12px 14px;
            }
            .page-header h1 {
                font-size: 1.7rem;
            }
        }
/* Picture enlarging all pages */		
/* Hover indication that image will enlarge */
.zoom-image {
    position: relative;
    display: inline-block;
    cursor: zoom-in;                    /* Shows the zoom cursor */
    transition: all 0.3s ease;
}

.zoom-image:hover {
    transform: scale(1.03);             /* Slight zoom on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.zoom-image img {
    transition: all 0.3s ease;
}

.zoom-image:hover img {
    filter: brightness(1.08);           /* Subtle brightening */
}

/* Optional: Small magnifying glass icon on hover */
.zoom-image::after {
    content: "🔍";
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.zoom-image:hover::after {
    opacity: 1;
}