/* ----------------------------------------------------------------------------------- */
/*     reset.css - See /css/blueprint/LICENSE or http://www.blueprintcss.org/          */
/* ----------------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
}

body {
    line-height:1.5;
}

table {
    border-collapse:separate;
    border-spacing:0;
}

caption, th, td {
    text-align:left;
}

table, td, th {
    vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:"";
}
blockquote, q {
    quotes:"" "";
}

a img {
    border:none;
}

/* ----------------------------------------------------------------------------------- */
/*                                  defaults                                           */
/* ----------------------------------------------------------------------------------- */


body {
  font-family:  Segoe UI, Tahoma, Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 12px;
}

input, select, textarea {
  font-family:  Segoe UI, Tahoma, Arial, Verdana, Trebuchet MS, sans-serif;
  border:solid 1px black;
  font-size:11px;
 }
 
 table 
 {
  font-family:  Segoe UI, Tahoma, Arial, Verdana, Trebuchet MS, sans-serif;
  font-size:12px;
 }
 

input[type="radio"] {
     border:none;
}

.rounded {
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.waiting
{
    background-image:url("../Images/Loading.gif");
    background-repeat:no-repeat;
    background-position: center center;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.topLeft
{
  text-align: left;
  vertical-align:top;
}

.topRight
{
  text-align: right;
  vertical-align:top;
}

.bottomLeft
{
  text-align: left;
  vertical-align:bottom;
}

.bottomRight
{
  text-align: right;
  vertical-align:bottom;
}

input[type=text],
input[type=password] {
    padding-left: 3px;
}
