/**
 * Application.css
 * Imports all stylesheets and sets defaults for common elements
 * This is the only file you need to include in your rhtml document
 */
@import 'layout.css';
@import 'sidebar.css';
@import 'ajax.css';
@import 'nbox.css';
@import 'form.css';
@import 'table.css';
@import 'mint.css';
@import 'misc.css';
@import 'editor.css';
@import 'client.css';

body {
  background: #D1D2D4;
  font: normal 12px "lucida grande", verdana, arial, helvetica, sans-serif;
  margin: 0; padding: 0 1em 1em 1em;
}

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }

abbr { border: none; }
cite { font-style: normal; }

a img { border: none; padding: 0; margin: 0; }

a:link, a:visited {  
	color: #1975D7;
	text-decoration: none;
	}
a:hover, a:active { 
	color: #50ADEA;
	text-decoration: underline;
	}
