/*
	BROWSER CSS RESET  FILE, v0.1
	created by ballyhoos.com.au 2007, scott@ballyhoos.com.au
	
	Neutralize styling for CSS


/* ********* PAGE ************* */
html{
	overflow-y: scroll;	
}
html, body {
	border:0;
	margin:0;
	padding:0;
	font-size:100.01%; 
}
	
body{
	font-size:1em; /* sets to users browser text size */
}


/* ********* CENTER PAGE ************* */
.center{
	/* for this to work a width needs to be set, within screen.css for site */
	text-align:left;
	margin: auto; 
}

/* ********* BLOCK ELEMENTS ************* */

h1, h2, h3, h4, h5, h6, p, div{
	border:0;
	font-weight: normal; 
	font-family:inherit;
	margin:0;
	padding:0;
	}
	

/* ********* LINKS ************* */

a img, :link img, :visited img {
	/*border: 0;*/
	}

a, *:active{
	outline: none;
	}
		
/* *********  ORDERED LISTS  ******** */

ul, dl, dd, dt{
	border:0;
	margin:0;
	padding:0;
	}

ul{
	list-style-position: inside;
}
ul.inline, ul.inline li{
	list-style:none;
	display:inline;	
}

ul.list li { 
	display:list-item; 
	list-style-position: outside;
	
}

ul.roman li{
	list-style-type: lower-roman;	
}
ul.numbers li{
	list-style-type:decimal-leading-zero;	
}
ul.square li{
	list-style-type: square;
}
ul.round li{
	list-style-type: disc;
}
/* ********* FORMS ************* */

form, fieldset, label, img{	
	border:0;
	margin:0;
	padding:0;
	}


input, select, textarea {
    font-size: 1em;
	font-family:inherit;
	outline: none;
	
	}

input.text, textarea, select{	
	width:99.4%;
	_width:98.4%;
	}
	

textarea.sml{
	height:100px;	
}

textarea.med{
	height:150px;	
}
textarea.lrg{
	height:200px;	
}

legend{
	/* IE6 fix */
	_margin-left:-6px;
	}

input.filehide{
	opacity: .0;
	filter: alpha(opacity=0);
	cursor:pointer;
}

/* ********* TABLES ************* */

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


/* ********* CLEARFIX ************* */

.cfx:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
	width:100%;
	}
/* Hides from IE-mac */
* html .cfx {
	height: 1%; 
	width:100%; 
	}
/* FIX for IE 7 */
.cfx{
	display:inline-block; 
	width:100%;
	}
/* Hide from IE Mac \*/
.cfx{
	display:block; 
	width:100%;
	}
 	

/* ********* ALIGN ***************** */

.al	{ text-align:left;   }
.ar	{ text-align:right;  }
.ac	{ text-align:center; }


/* ********* FLOAT *************** */

.fl	{ float:left; 	}
.fr	{ float:right;	}


/* ********* WIDTHS *************** */
.w10  { width:10%; }
.w15  { width:15%; }
.w20  { width:20%; }	
.w25  { width:25%; }
.w30  { width:30%; }	
.w33  { width:33%; }
.w39  { width:39.6%; }
.w40  { width:40%; }
.w45  { width:45%; }
.w49  { width:49%; }
.w50  { width:49.6%; }
.w55  { width:54.6%; }
.w59  { width:59.6%; }	 
.w60  { width:60%; }
.w66  { width:66%; }
.w70  { width:69.6%; }
.w74  { width:74.6%; }	 
.w75  { width:75%; }
.w79  { width:79.6%; }
.w80  { width:80%; }
.w100 { width:100%;}

input.w25   { width:25%; }
input.w50   { width:50%; }
select.w25  { width:25.6%; _width:26%;}
select.w50  { width:50.6%; _width:51%; }
select.w100 { width:99.6%; }
	
/* ********* PADDING  ************** */
/*
.pt	{ padding-top:13px;		}
.pb	{ padding-bottom:13px;	}
.pl	{ padding-left:13px;	}
.pr	{ padding-right:13px;	}
.plr{ 
	padding-left:13px;
	padding-right:13px;
}
.ptb{ 
	padding-top:13px;
	padding-bottom:13px;
}
.pa	{ padding:13px;			}
*/

.spt	{ padding-top:3px; }
.spb	{ padding-bottom:3px; }
.spl	{ padding-left:3px; }
.spr	{ padding-right:3px; }

/* ********* ALERT ************** */

.alert{
	padding:3px 0px 3px 10px;
	background-color:#FFFBE4;
	border:1px solid #FFE44F;
	color:#000000;
	margin-bottom:7px;	
}
.alerterror{
	 
}
.alertwarning{
	
}
.alertpassed{
	 
}
	
/* ********* AJAX CUSTOM LOADER ************** */

#ajax{
	text-align:right;
	margin-top:5px;
	margin-right:10px;
}
#ajax.load{
	color:#555555;
	background: url(images/ajax-loader.gif) 100% 0px no-repeat;
	padding-right:25px;	
}
#ajax.true{
	color: #33A02C;
	background: url(images/ajax_pass.gif) 0px 0px no-repeat;
}
#ajax.false{
	color:red;
}	

/* ********* MISC ************** */
.b{
	border:1px solid red;	
}

.db{
	display:block;	
}
.dn{
	display:none;
}
	
.disabled{
	color:#000000;
	opacity: .40;
	filter: alpha(opacity=40);
}
.required, .rf, .delete{
	color:red;
}
.fp{
	font-size:10px;
	color:#999999;
	line-height:14px;
	font-weight:normal;
}


/* ************** LAYOUT AREA COLS DiVIDED INTO 4's ******************** */
/* 3 Columns - 1col, 2col, 1col - wide */
.columns {
	overflow:hidden;
}
.columns .col{
	display:block;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	float:left;
}
.columns .colr{
	display:block;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	float:right;
}
.columns .colsep{
	border-right:1px solid #cccccc;
}	


/* ************** VISIBILITY  ******************** */
.hide{
	height:0px;
	overflow:hidden;
}
.show{
	display:block;	
}
.noshow{
	display:none;
}
