﻿/*body         { font-family: Arial; text-align: center; line-height:100%;     margin-left:0; margin-right:0;  margin-top:8px;font-size:10pt;color: black; background-color:#808080  }  */

/*this is to keep page from shifting to left on load in safari and firefox*/
html {
    overflow-y: scroll;
}

body         {  /* font-family: Arial; */
				  font-family: Helvetica, Arial, Verdana, sans-serif;
                text-align: center; 
                line-height:100%;   
                margin-left:0; 
                margin-right:0;  
                margin-top:10px;
                font-size:10pt;
                color: black; 
                background-image: url('images/bg.jpg'); background-attachment: fixed; background-repeat: repeat-x; background-color: #BFC4C7;
               /*  background-color:#808080  */ }

.container { margin-left: auto; 
             margin-right: auto;  
              width: 948px; 
              text-align: left;} 
             
 .normal      { font-family: Arial;  color: #C9061B; font-size: 10pt; }    
/* Main header for home, company, legal info news and contact pages */
 .mainheader {font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #000000; background-color: #EBEBEB;border-width:0px; width: 948px; height: 125px; }

 
.maintable  {border-width:0px; width: 948px; height:500px; background-color :#EBEBEB}
.maintable .leftrow {text-align: center; height:460px; width:100px;vertical-align: top; background-color: #B5B5B5;}
.maintable .leftrow .purpleFSIimg {margin-left: 2px;	border:2px #403080 solid; }
.maintable .leftrow .redFSIimg {margin-left: 2px;	border:2px #DC4339 solid;}
.maintable .leftrow .greenFSIimg {margin-left: 2px;	border:2px #278F55 solid;}



h1           { font-family: Arial; font-size: 12pt; color: #C9061B; font-weight: bold; text-align:left; margin-left:35; margin-right:35; margin-top:35; line-height:100% }
h3           { font-family: Arial; font-size: 10pt; color: #000000; text-align: left; 
               margin-left: 35; margin-right: 35; margin-top: 35; line-height:100% }
h2           { font-family: Arial; font-size: 10pt; color: #C9061B; font-weight: bold; text-align:left; margin-left:35; margin-right:35; margin-top:35 }

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

textarea     { font-family: Arial; color: #000000; font-size: 10pt }

/*this section for the product selector table*/
.producttable {	font-family: Arial, Helvetica, sans-serif;	background-color: #B5B5B5;	margin-right: auto;	margin-left: auto;	width: 90%; text-align: center; }
.producttable .encodertype{color: #403080; font-size: 16px; height: 23px}

/* Main header for all ECS pages */
.ECSheading {	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	height: 75px; color : #443675;	text-align: center; vertical-align: middle; background-color: #EBEBEB;/*  width: 42.2em;*/width: 760px;padding-top:12px;}
.ECSheading .rightrow {text-align: center;height:75px; width:150px; vertical-align:top;	font-size: 12px; color: #000000;}

.mainnav {height:20px; width:948px; text-align:center;background-color: #666666}
/*.mainnav {height:20px; width:760px; text-align:center;background-color: #666666}  */

.footer {height:20px; width:948px; text-align:center; background-color: #B5B5B5; color: black}
.coursetable {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;margin-right: auto;	margin-left: auto;	width: 90%; font-weight: 400;  text-align: center; border: 1px black solid;}
.coursetable th {	font-size: 14px;}
.coursetable td,th {	border: 1px black solid;}
.greenrow {	background-color:#C3DAF9;}



#webtext {
 display: none ;
}

