/*
Style Initialization
------------------------------------ */

/*  Table of Contents
	- initialization
	- clearing
	- replacement
	- accessibility
*/


/* INITIALIZE CSS
Based on Initialize v2.1, by Faruk Ates - www.kurafire.net
and Reset.css in the Yahoo! Developer's User Interface toolbox
*/

* { font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;}

/* Neutralize styling: Elements we want to clean out entirely: */
html, body,
fieldset, form,
dd, dt, li  {
	margin: 0;
	padding: 0;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0 1em 0 1em;
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}

fieldset,
img {
	border: none;
}

abbr {
	text-decoration: none;
border: none;
}

input, select, textarea {
	font-size: 100%;
}


.font-size-exclude input, select, textarea
{
	font-size:11px
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code,
dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

caption,
th {
	text-align: left;
}
/* end initial */



/*
Simple Clearing: Aslett/PIE float clearing method
http://positioniseverything.net/easyclearing.html
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix {display: block;}
* html .clearfix {height: 1%;}
/* end hide from IE-mac */

.clear {
	clear:both;
	height:1px;
	margin:0;
	padding:0;
	font-size: 1px;
	line-height: 1px;
}
/* end clearing */


/* text replacement */
.replace {
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	display:block;
}

	/* tidy these up */
	.replace * {
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;

		display:block;
		text-indent: -10000px;
	}

		.replace a {
			text-indent:0;
		}

		.replace a span {
			text-indent:-10000px;
		}
/* end replace */



/* accessibility */
span.accesskey {
	text-decoration:none;
}

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
/* end accessibility */



.external_page_reminder
{
	font-size:12px;
}

.static_centering
{
	margin-left:165px;
}