@charset "utf-8";

/* alu disconnect */
.aludiv1 { 
    width:710px;
    margin:0 auto
}
.alutable1 {
    width:100%;
    font-size: 16px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.disctd1 {
    /*padding-left: 1px;*/
    background-color: #3B5C90;
    width: 289px;
}
.disctd2 {
    text-align: center;
    background-color: #3B5C90;
    font-size: 17px;
    font-family: Georgia;
    color: orange;
    width: 100%;
}
.aluinst {
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #416192;
}
.alutd1{
    width:100%;
    font-size: 1.0em;
    text-align: left;
    font-family: Arial, sans-serif;
}
.alu600 {
    font-size: 17px;
    font-family: Arial;
    font-weight: 600;
    text-align: left;
}
.aluOr {
    font-size: 1.0em;
    font-weight: 600;
    padding-left: 40px;
    color:red;
}
.aluspacing {
    line-height: 1.3em;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
.alushafts {
    margin:0 auto;
    font-size:14px;
    font-family: Arial;
    color:red;
    padding-top:10px;
}
.note {
    font-size: 80%;
    font-style: italic;
    text-align: left
}
.cplsheet {
    text-align: left;
    font-family: Arial, sans-serif;
    font-size:1.0em;
    line-height:1.3em;
}
.aluIllus {
     text-align: center;
}

                /* Drop Down Menu for Flange Yoke */
.dropdown {
     text-align: left;
     font-size: 1.0em;
     line-height:1.3em;
}        
.close, .bclose {
    font-size: 17px;
    font-weight: 600;
    font-family: Arial;
    color: blue;
    text-decoration:underline;
}
.hrdiv {
    width: 80%;
    height: 2px;
    color: silver;
}
.TDspacer {
    height: 25px;
}
#menu {
    color: orange;
    font-weight: 600;
}
#formtext {
    font-size: 1.0em;
    font-family: Arial;
}
        /* Style the tab */
.tablinks {
      text-align:center;
      color: white;
      font-family: Arial Black;
      font-weight: bold;     
}
div.tab {
    overflow: hidden;
    border: none;
    background-color: white;  /*#111;*/
}
        /* Style the buttons inside the tab */
div.tab button {
    background-color: #3B5C90;
    float: left;
    border: none;
    outline: none;
    cursor: pointer; 
    transition: 0.4s;
    font-size: 17px;
    width: 56%;
    color: white;
    font-family: Arial;
    font-weight: bold;
    padding: 6px 10px 7px 10px;    
}
        /* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #3B5C90;
}
        /* Create an active/current tablink class 
div.tab button.active {
    background-color: #3B5C90;
    color: orange;
} */
        /* Style the tab content */
.tabcontent {
    display: none;
    padding: 2px 2px;
   /* border: 1px black solid; */
    border-top: none;
}