/**********************************************************************

    IE6 HACKS 
    
 **********************************************************************/   


ul, ol, dl, li, dd, dt {
    position: relative;
}

li, dd, dt {
    display: inline;
}

fieldset {
    display: block;
}



/**********************************************************************

    Layout resets 
    
 **********************************************************************/   
 
html, body, applet, object, iframe,
div, span, 
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, var,
form, fieldset, input, textarea, label, legend,
p,
blockquote, cite, q, 
s, samp, del, dfn, em, font, img, ins, kbd,
table, caption, tbody, tfoot, thead, tr, th, td,
abbr, acronym, address, 
a, 
big, small, strike, strong, sub, sup, tt
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	text-decoration: none;
}

img {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}


textarea {
    display: block;
    padding-left: 3px !important;
    padding-right: 1px !important;
}

fieldset.withlegend {
    position: relative;
    top: -.7em;
    padding-top: 2em;
}

legend {
    line-height: inherit;
    display: block;
    position: relative;
    top: 1em;
}


/**********************************************************************

    Text and Font resets 
    
 **********************************************************************/   

applet, object, iframe,
div, span, 
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, var,
form, fieldset, input, textarea, label, legend,
p,
blockquote, cite, q, 
s, samp, del, dfn, em, img, ins, kbd,
table, caption, tbody, tfoot, thead, tr, th, td,
abbr, acronym, address, 
a, 
big, small, strike, strong, sub, sup, tt
{
    font-family: inherit;
}

p,
div,
span,
a,
big, 
small, 
strike, 
strong, 
sub, 
sup, 
em, 
abbr,
q 
{
    color: inherit;
}


a,
strike, 
strong, 
sub, 
sup, 
em, 
abbr,
q
{
    font-size: inherit;
}



a
a>*,
a:visited,
a:visited>*,
a:link,
a:link>*,
a:active,
a:active>*,
a:focus,
a:focus>*,
input:active,
input:focus,
select:active,
select:focus,
option:active,
option:focus,
textarea:active,
textarea:focus    {
    border: none;
    outline: none;
}




h1,h2,h3,h4,h5,h6 {
    font-size:100%;
	font-weight:normal;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

ol,
ul {
	list-style:none;
}


address,
caption,
cite,
code,
dfn,
th,
var, 
caption, 
th, 
td {
	font-style:normal;
	font-weight: normal;
	text-align: left;
}


 
/**********************************************************************

    Misc display corrections 

 **********************************************************************/   

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: "";
}

blockquote, 
q {
	quotes: "" "";
}

abbr,
acronym
fieldset,
img { 
	border:0;
}

input[type="submit"],
input[type="radio"],
input[type="checkbox"],
select,
button {
    cursor: pointer;
}
 
 
 
/**********************************************************************

    layout classes that are always available 

 **********************************************************************/   

*.column
{
    display: block;
    float: left;
    margin-left: 0px;
    min-height: 1.2em;
}

*:last-child.column:after,
*.last.column:after
{
    display: block;
    content: " ";
    height: 0px ;
    line-height: 0px ;
    overflow: hidden ;
    text-overflow: hidden ;
}

/* the clearing break for when the above doesn't work*/

.clear {
    display: block !important;
    clear: both !important;
}

br.clear {
    padding: 0;
    height: 0px ;
    line-height: 0px ;
    overflow: hidden ;
    text-overflow: hidden ;
}

.nobreak {
    clear: none;
    display: inline;
}

.floatright_clear {
    display: block;
    float: right;
    clear: right;
}

.floatleft_clear {
    display: block;
    float: left;
    clear: left;
}

.floatleft {
    display: inline;
    clear: none;
    float: left;
}

.floatright {
    display: inline;
    clear: none;
    float: right;
}




