/* Base Styles */
* { margin: 0; padding: 0; }
body { font-size: 12px; font-family: Arial,sans-serif; color: #000b14; }
fieldset, a img { border: none; }
li { list-style: none; }
a { color: #003560; text-decoration: none; }
a:hover { text-decoration: underline; }
.clear { clear:both; font-size:0; line-height:0; }
table { border-collapse: collapse; border: none; }


/* Layout Styles */
#out { width: 970px; margin: 0 auto; }
#header { }
#content { width: 720px; float: left; }
#sidebar { width: 240px; float: right; }
#footer { clear: both; }


/* Common styles */
.debug-info { display: block; width: 200px; background: #fff; color: #000; padding: 10px; bottom: 10px; left: 10px; font-size: 11px; text-align: left; position: fixed; }

.waiting { position: absolute; }

