/* Start of CMSMS style sheet '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,
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-weight: inherit;
     font-style: inherit;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}
 
/* remember to define focus styles! */
:focus {
     outline: 0;
}
body {
     line-height: 1;
     color: black;
     background: white;
}
ul {
     list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
     border-collapse: separate;
     border-spacing: 0;
}
caption, th, td {
     text-align: left;
     font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
     content: "";
}
blockquote, q {
     quotes: "" "";
}
br {height: 1em;}
/********************************************
disabling deprecated tags and Word formatting
from http://monc.se/kitchen/140/disabling-deprecated-html-using-css
********************************************/
font,basefont {
color:inherit; /* Standard browsers */
color:expression(this.parentNode.currentStyle['color']); /* IE */
font:inherit; /* Standard browsers. Font instead of font-size for Opera */
font-family:expression(this.parentNode.currentStyle['fontFamily']); /* IE */
font-size:100%; /* All browsers. Sizes are inherited */
}
center {
text-align:inherit; /* Standard browsers */
text-align:expression(this.parentNode.currentStyle['textAlign']); /* IE */
}
s,strike,u {
text-decoration:inherit; /* Standard browsers */
text-decoration:expression(this.parentNode.currentStyle['textDecoration']); /* IE */
}
*[align] { text-align:inherit; } /* Standard browsers */
* { text-align:expression(this.align ? this.parentNode.currentStyle['textAlign'] : ''); } /* IE */
table,tr,th,td {
/*width:auto; - removing this doesn't work for joomla */
height:auto; /* All browsers */
background-color:transparent; /* All browsers */
/*vertical-align:inherit;*/ /* this screws IE royally - especially in joomla ) */
border:none; /* All browsers. Borders are not inherited */
}

/* End of 'Reset' */

