

/* Title bar frame styles */
body.titleBar {color: white; background-color:rgb(0,0,152);padding: 0;margin: 0;}
body.titleBar table {padding: 0;margin: 0;}
body.titleBar td {table.menu { border-collapse: seperate};
table.menu a {background-color:inherit;text-decoration:none;font-weight: bold;}
table.menu a:link {color: white; text-decoration:none;font-weight: bold;}
table.menu a:visited {color: white;text-decoration:none;font-weight: bold;}
table.menu p {font-weight: bold;}
table.menu td.normal {border: 2px outset lightgray; padding: 3px; }
table.menu td.inverted {color:blue;background-color: gray;border: 2px outset lightgray; padding: 3px;}}
body.titleBar h1 {font-size: 28px; font-style: italic;font-weight: bold;padding: 0;margin: 0;}

/* Menu frame styles */
body.menu {color: white; background-color: rgb(0,0,152); width: 200px; padding: 1px;margin: 1px;}

body.menu table {table-layout: fixed; width: 150px; border-collapse: seperate};
body.menu td.normal {border: 2px outset lightgray; padding: 3px; }
body.menu a {background-color:inherit;text-decoration:none; width: 150px;font-weight: bold;}
body.menu a:link {color: white; text-decoration:none; width: 150px;font-weight: bold;}
body.menu a:visited {color: white;text-decoration:none; width: 150px;font-weight: bold;}
body.menu p {font-weight: bold;}
body.menu td.inverted {background-color: gray;border: 2px outset lightgray; padding: 3px;}



table.menu { border-collapse: seperate};
table.menu a {color: white;background-color:inherit;text-decoration:none;font-weight: bold;}
table.menu a:link {color: white; text-decoration:none;font-weight: bold;}
table.menu a:visited {color: white;text-decoration:none;font-weight: bold;}
table.menu p {font-weight: bold;}
table.menu td.normal {border: 2px outset lightgray; padding: 3px; }
table.menu td.inverted {color:blue;background-color: gray;border: 2px outset lightgray; padding: 3px;}

/* Line card styles */

body.linecard {background-image: url(../images/SrilogoBackGround.gif);background-repeat: no-repeat; background-position: top}
body.linecard table {border-collapse:collapse; table-layout:fixed;}
body.linecard td {border: 1px solid lightgray;}
body.linecard td.mfg {border: 1px solid lightgray; width:300px;}
body.linecard td.desc {border: 1px solid lightgray; width:300px;}
body.linecard th {border: 1px solid lightgray;}
body.linecard th.mfg {border: 1px solid lightgray; width:300px;}
body.linecard th.desc {border: 1px solid lightgray; width:300px;}

/* content frame styles */
body.content {background-image: url(../images/SrilogoBackGround.gif);background-repeat: no-repeat; background-position: top;}

/* Third menu attempt frame styles */
body.menu3 {background-color: navy;color: white;padding:0;margin:0;text-align: center;}
body.menu3 a {color: white; text-decoration: none; font-famiy: Arial;font-size:medium;border-left-style: solid; border-left-width: 1px; padding-left: 5px; /* margin-top: 5px; margin-bottom: 5px; */}
body.menu3 a:link {color:white;}
body.menu3 a:visted {color: white; }
body.menu3 a:hover {color: navy; background-color: gold;}
body.menu3 hr {color: white; border-style: solid;margin-top: 1; margin-bottom:1;}


