﻿/* Web20 Style Sheet */

/* a */ 
a {color:#0f3789;}

/* h1-h6 */
h1 {color:#45709b;}
h2 {color:#45709b;}
h3 {color:#45709b;}
h4 {color:#45709b;}
h5 {color:#45709b;}
h6 {color:#45709b;}

/* DetailsView */
.details {border:solid 1px #4e75b3;}
.details .alternatingRow {background:#ffffff;color:#000000;}
.details .commandRow {background:#e3eeff;}
.details .editRow  {background:#ffffff;color:#000000;}
.details .emptyDataRow {}
.details .fieldHeader {background:#e3eeff;color:#000000;font-weight:bold;}
.details .footer {}
.details .header {}
.details .insertRow {}
.details .pager {}
.details .row {background:#ffffff;color:#000000;}

/* Login */
.login {background:#ffffff;border:solid 1px #4e75b3;color:#000000;}
.login .titleText {background:url(images/web20.gif) repeat-x 0 -2300px;color:#ffffff;}

