/* -----------------------------------------------------------------*
 * Tangler, Copyright © 2005-2006 Tangler             			    *
 * Type: Base CSS                				                    *
 * Created : 23 Aug 2005								            *
 * $LastChangedDate: 2008-01-03 05:10:15 +1100 (Thu, 03 Jan 2008) $	*
 * -----------------------------------------------------------------*/

/* Reset Styles
--------------------------------------------------------------------*/
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;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
    /* YAHOO: border-collapse:collapse; */
    border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global
--------------------------------------------------------------------*/
body {
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 76%;
    color: #333;
}

p {
    font-family: helvetica, verdana, arial, sans-serif;
    font-size:1.0em;
    margin-top:0.3em;
    margin-bottom:0.3em;
}
strong {font-weight: bold;}
em {font-style: italic;}

.clear {clear:both;}
.right {text-align:right;}
.small {font-size:0.8em;}

/* self clearing floats */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
.clearfix {display:block;}


/* Links
--------------------------------------------------------------------*/
a:link, a:visited {
    font-family: helvetica, verdana, arial, sans-serif;
    color: #0092bb;
    text-decoration: underline;
}
a:hover, a:active {
    color: #fff;
    background-color: #0092bb;
    text-decoration: none;
}
:focus, a:active {outline: none;}

a.imglink:link,
a.imglink:visited {border:none;}
a.imglink:hover {background:transparent;}

a.action:link, a.action:visited {
    color: #777;
    text-decoration: underline;
}
a.action:hover, a.action:active {
    color: #fff;
    background-color: #777;
    text-decoration: none;
}

/* Headings
--------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
    font-family: "Trebuchet MS", helvetica, verdana, sans-serif;
}
h1 {
	margin:0 0 0.5em;
	font-size:1.4em;
}
h2 {font-size:1.3em;}
h3 {font-size:1.2em;}
h4 {font-size:1.1em;}
h5 {font-size:1.1em;}
h6 {font-size:1.1em;}

