/*****************************************************************************
* DASPublic $Revision: 1.9 $
*
* May 21, 2003  6:38:04 PM wlg
*****************************************************************************/

BODY          {background-color: white;}

.dasbg {   background-image:url('/DASbg.jpg');}

.balloon {
     border-width: medium; border-style: inset; border-color: blue;
           position: absolute; background-color: lime; padding: 2;
           layer-background-color: lime; visibility: hidden
}

.cancelledballoon {
     border-width: medium; border-style: inset; border-color: blue;
           position: absolute; background-color: red; padding: 2;
           layer-background-color: red; visibility: hidden
}

.pendingballoon {
     border-width: medium; border-style: inset; border-color: blue;
           position: absolute; background-color: aqua; padding: 2;
           layer-background-color: aqua; visibility: hidden
}

.isTip {
   text-decoration: none
}

.reditalic { color: red; font-size: 120%; font-style: italic; }
.redletter { color: red; font-size: 100%; font-style: italic; }

//flyout menu definition
.menutext {  font-family: helvetica, arial, sans-serif; font-size: 80%; font-weight: bold}

.flyout { visibility: hidden; 
          position: absolute;
          left: 0; 
          top: 0; 
          margin-right: -15px; 
          margin-bottom: -15px; 
}

.flyoutindent {font-size: xx-small; }
.fulltext { color: brown}

table.DAStable {background: papayawhip; border-width: 1; }
table.DAStext  {width: 75%; border-width: 1; paddint-top: 30px; }


/******************************************************************
* public night link behavior
******************************************************************/
A.pending     { color: yellow }
A.cancelled   { color: red    }
A.confirmed   { color: green  }
a.full        { color: gray   }
a:link    {color:blue; background-color:transparent}
a:visited {color:#900B09; background-color:transparent}
a:active  {color:#FF0000; background-color:transparent}
a:hover   {color:#FF0000; background-color:transparent}


/*****************************************************************************
* FAQ related items
*****************************************************************************/
.faqquestion { color: red; font-size: 120%; font-style: italic; }
.faqanswer   { color: black; font-size: 100%; font-style: italic; }
table.faqtable {border-width: 1px; padding-bottom: 13px; }

