/* general style sheet for awe webservices */

/* link properties */
A:link    {text-decoration: none;color: blue;}
A:visited {text-decoration: none;color: blue;}
A:active  {text-decoration: none;color: blue;}
A:hover   {text-decoration: none;color:red;}

body {background : #e6e6fa;}

/* even and odd rows in a table */
.TableRowEven { background: #eef; }
.TableRowOdd  { background: #fff; }

.TableRowEven_Red { background: #fee; }
.TableRowOdd_Red  { background: #fff; }

.ZebraTableBlue tr:nth-child(odd)       { background-color:#eef; }
.ZebraTableBlue tr:nth-child(even)      { background-color:#fff; }

.ZebraTableRed tr:nth-child(odd)       { background-color:#fee; }
.ZebraTableRed tr:nth-child(even)      { background-color:#fff; }

/* images on the help pages */
.HelpImage {
    border : solid 5px;
    border-color : #bbd;
}

/* monospace text */
.GraphText {
    color: black;
    font-family: 'Courier New', Courier, monospace;
    font-style: normal;
    font-size: 9pt;
    white-space: nowrap;
}
