/*
######################################################################################
######                                                                        #######
######     STANDARD/MARKUP STYLES                                            #######
######                                                                      #######
##################################################################################
*/

/********************************************************************************/
/***** GLOBAL RESET STYLES *****************************************************/
/******************************************************************************/

/***** FULL SELECTOR RESET *****/

* { background-repeat:no-repeat; }


/***** TAG 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, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    text-align: left;
}


/***** ADDITIONAL RESETS *****/

blockquote, q { quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
pre { font-family: Courier; }
sup, sub { line-height: 1em; }

table { border-collapse: collapse; border-spacing: 0; }


/***** LIST RESETS *****/

ul, ol {
    list-style: none;
	margin-left:1.5em;
    padding-left:1.5em;
    line-height:1.5em;
}
ul { list-style: disc outside none; }
ul ul { list-style: circle outside none; }
ul ul ul { list-style: square outside none; }

ol { list-style: decimal outside none; }
ol ol { list-style: upper-roman outside none; }
ol ol ol { list-style: lower-alpha outside none; }


/***** COMMON CLASSES *****/

.clickable { cursor: pointer; }

div.hr {
    border-top: 1px solid #9e9e9e;
    line-height: 0px;
    height: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
}
div.hr hr { display: none; }

font.debug {
    background: #FFFF000;
    color: #F00;
}
.debug { border: 1px solid #F00; }


/***** BODY TAG *****/

body {
    line-height: 1;
    background-color: #FFF;
    color: #000;
    font: normal 0.625em Verdana, Arial, Helvetica, sans-serif;
}