#
#  ex.css -- Used for TimeTrac Example Programs
#
#

body { background-color: #FFFFFF; }

 :link { color: #000000;
         font-weight: bold;}
 :visited { color: #602060; }
 :active { color: #0000ff; }
 :hover { color: #ff0000; }


a.a     {
        background-color: #ffffffff; 
        }

h2.a 	{
     	font-family: Arial;
	text-align: center;
        padding-top: 2px;
     	color: black;
	background-color: #c0c0f0;
	width: 100%;
	}

h2.b0 	{
     	font-family: Arial;
	text-align: left;
        padding-top: 2px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
     	color: black;
	background-color: #c0c0f0;
	width: 100%;
	}

h2.o 	{
     	font-family: Arial;
	text-align: center;
        padding-top: 2px;
     	color: black;
	background-color: orange;
	width: 100%;
	}

table.img1 {
	   background-image: url('../html/help.jpg');
	   background-color:white;
	   background-attachment: fixed;
	   background-repeat: no-repeat;
	   color:black;
	   font-family:sans-serif;
	   font-weight:600;	
           width: 100%;
           horizontal-align: center;
           margin-top: 2px;
           padding-top: 2px;
           padding-bottom: 2px;
           padding-left: 2px;
           padding-right: 2px;
	   }

table.bottom{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        background-color:#80ff80;
	}

table.a1{
        width: 100%;
        horizontal-align: center;
        margin-top: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
	}

table.bc{
        width: 50%;
	margin-left: auto;
	margin-right: auto;
        margin-top: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
	}

tr.xx 	{
	background-color: #c0c0f0;
	}

td.c	{
	text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
	}

td.l	{
	text-align: left;
        padding-top: 12px;
        padding-bottom: 12px;
        vertical-align: top;
	}

td.r	{
	text-align: right;
	font-size: small;
	white-space: nowrap;
	}

p.l	{
	text-align: left;
	}

img.tt1	{
	}

img.test	{
	 width: 900px;
	 }

