
.svyAdmin { font-family: Verdana; font-size: 11px; padding: 10px; }
.svyAdmin H1 { font-size: 16px; }
.svyAdmin H2 { font-size: 14px; }
.svyLogo { float: right; }

.svyPager { border: solid 1px black; padding: 5px 10px; background: #eeeeee; text-align: right; }
.AspNet-GridView-Bottom { border-top: none; }

.svyEdit { border: solid 1px black; border-collapse: collapse; }
.svyEdit TD, .svyEdit TH { border: solid 1px black; padding: 3px 5px; }
.svyEdit TH { white-space: nowrap; background: #2a166f; color: White; font-weight: bold; font-size: 13px; text-align: left; }
.svyEdit TD { background: #eeeeee; }
.svyEdit .label { background: white; }
.svyEdit .section { background: white;font-weight: bold;font-size: 12px;  }
.svyEdit INPUT, .svyEdit TEXTAREA, .svyEdit SELECT { font-size: 11px; font-family: Verdana;}
.svyEdit .svyText { width: 250px; }
.svyEdit .footer { padding: 9px; }
/* for sub tables we don't want borders or extra padding */
.svyEdit TD TD { border: none; padding: 0; }

.svyList { border: solid 1px black; border-collapse: collapse; width: 100%; }
.svyList TD, .svyList TH { padding: 5px!important; font-size: 11px; border: solid 1px black!important; }
.svyList TH { white-space: nowrap; }
.svyList .AspNet-GridView-Header TH, .svyList .AspNet-GridView-Header A { background: #2a166f; color: white; font-weight: bold; text-align: left; }
.svyList .AspNet-GridView-Normal { background: #eeeeee; }
.svyList .AspNet-GridView-Alternate { background: white; }


.svyBreadcrumb { display: block; margin-top: 5px; }