﻿/* Baseline legacy CSS */

/* * { padding: 0; margin: 0; } */

html, body {font-size: 11px; height: 100%; }

body {
    background: #EAEAEA;
	font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    width: 100%;
}

#mainTopContainer { position: relative; padding-top: 40px; }

body.wait, body.wait *{
    cursor: wait !important;   
}
