/* Automation and Assebmly */

/* Layout Table */
#layout { width:100%; height:100%; }


#nav { width:270px; height:300px; margin:0px 0px 0px 20px; }
#nav td { border:1px none #FFFFFF; text-align:left; vertical-align:top; font-weight:bold; }
.navitems { color:#FFFFFF; font-size:15px; margin:20px 0px 0px 0px; }

#info { width:60%; border:1px none #FFFFFF; }


.floatwin { position:absolute; }


/* Transparent Image */
#textarea {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/tranbox.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
#textarea[id] {
  background-image:url(images/tranbox.png);
}

.navitems a { color:#FFFFFF; font-weight:bold; text-decoration:none; padding:4px 5px 4px 5px; }
.navitems a:visited { color:#FFFFFF; font-weight:bold; text-decoration:none; }
/* .menus a:hover{ color:#EAEAEA; text-decoration:none; } */
.navitems a:hover{ color:#FFFFFF; font-weight:bold; text-decoration:none; background-color:#011A39; }


