﻿@charset "utf-8";

  .transparentSingle {
    background-color:#CCCCFF;
    height:35px;
    visibility: visible;
    filter:alpha(opacity=80);
    opacity: .8;
    left: 10px;
    top:10px;
    position: absolute; 
    border-width: 2px; 
    border-style: solid; 
    border-color: black;
    text-decoration: overline;
    font-weight:bold;
    font-size: 14px;
}

  .transparentMulti {
    background-color:#CCCCFF;
    height:35px;
    visibility: visible;
    filter:alpha(opacity=80);
    opacity: .8;
    left: 10px;
    top:10px;
    position: absolute; 
    font-size: 16px;
}

  .highlight { 
    background-color: #E2E2FF;
}

  .headerTable {
    border: 2px double  black;
    font-weight:bold;
    background-color:#CCCCFF;
    font-size: 16px;
    color:black;
    text-align:left;
    text-decoration: overline;
}

  .multiTable {    
    border-width: 2px; 
    border-style: solid; 
    border-color: black;
    background-color:#CCCCFF;
    padding:0px;
    border-spacing:1px;
    border-collapse:collapse;
    font-size: 14px;
    color:blue;
    text-align:left;
	font-weight:bold;
}

  .exitRow {
	cursor: pointer;
	}
	
  .menuRow{
	background-color:#CCCCFF;
	text-align:left; 
    vertical-align: middle;
	}
	
}


