/**
* MOO CMS, Copyright (c) since 2005 The MOO Dev. Group. All rights reserved.
* $Revision: 1.6 $
*
* Also: http://meyerweb.com/eric/tools/css/reset/
*/
html {overflow:auto;}/*IE*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
button, input, select, option, textarea {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: normal; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
/* table { border-collapse: collapse; border-spacing: 0; } */
fieldset, table { border-spacing: 0; }
/* clear floating elements */
.clear { clear: both; }
/* JS media type detector */
@media aural     { #messagesbox { z-index: 10001 } }
@media braille   { #messagesbox { z-index: 10002 } }
@media embossed  { #messagesbox { z-index: 10003 } }
@media handheld  { #messagesbox { z-index: 10004 } }
@media print     { #messagesbox { z-index: 10005 } }
@media projection{ #messagesbox { z-index: 10006 } }
@media screen    { #messagesbox { z-index: 10007 } }
@media tty       { #messagesbox { z-index: 10008 } }
@media tv        { #messagesbox { z-index: 10009 } }

.e-resize { cursor:e-resize; }
.s-resize { cursor:s-resize; }
.se-resize { cursor:se-resize; }

