﻿/* General */
/* -------------------------------------------------------- */

body, div, table, thead, tbody, tr, th, td, input, textarea, select {
	font: normal 12px Arial, Times, sans-serif;
}

*            { margin: 0px; padding: 0px; }
html         { width: 100%; height: 100%;  }
body         { background-color: #DADADA; width: 100%; height: 100%; }
a            { color: #004276; text-decoration: none; outline: none; }
a:visited    { color: #276592; }
a:hover      { color: #CC0000; }
img          { border: 0px; }
th           { text-align: left; font-weight: normal; }
input        { padding: 1px; }
li           { list-style: none; }
label        { cursor: pointer; }
.normal      { font-weight: normal; }
span.upt     { color: #CC0000; font-size: 10px; line-height: 12px; }

/* Layouts */
/* -------------------------------------------------------- */

#aspnetForm{
    margin-top: -10px;
    *margin-top: 0px;
}

