/***CSS RESET***/
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, caption {  margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/***END RESET***/

/***Admin stuff***/
.mceContentBody {background-color:#ffffff;background-image:none;padding:10px;}
/***End Admin***/

/***STANDARD STUFF***/
ul,ol {margin:0 0 1em 15px;}
ul li {list-style:disc;}
ol li {list-style:decimal;}
li {margin-bottom:10px;}
p {margin: 1em 0;}
a {cursor:pointer;}

.clear {clear:both;}
.textCenter {text-align:center;}
.text-right {text-align:right;}
.text-left {text-align:left;}
.image-left {float:left;margin:0 15px 15px 0;}
.image-right {float:right;margin:0 0 15px 15px;}

#overlay {display:none;position:fixed;top:0;left:0;background-color:#000000;z-index:5000;}
#alert {display:none;position:fixed;top:0;left:0;background-color:#ffffff;border-bottom:2px solid #000000;z-index:6000;text-shadow:none;line-height:2em;}
#alertPad {padding:20px 30px;text-align:center;font-size:25px;font-family:'trebuchet ms',helvetica,san-serif;}
/***END STANDARD STUFF***/