﻿/*===================================================================================*/
/* Filename:          chook-default.css                                              */
/* Description:       Global Default CSS File                                        */
/* Version:           1.0 (11.02.2010)                                               */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Tim Hornbrook / Luke Goodwin                                   */
/*===================================================================================*/
/*							   GENERAL STYLE RESET                                   */
/*===================================================================================*/
/* Here are all the common site wide settings for the site.*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, 
form, fieldset, table, th, td { 
	margin: 0px;
	padding: 0px; 
}
body, p, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
ul, ol, li {
	list-style-type: none;
}
a {
	text-decoration: none;
	outline: 0;
}
object {
    outline: 0;
}
img {
    border: 0;
}
/*===================================================================================*/
/*							   ACCESSIBILITY STRUCTURE                               */
/*===================================================================================*/
/* Here are all the common settings for accessibility.*/
.Accessibility {
	display: none;
}
.FontNormal {
	font-style: normal;
	font-weight: normal;
}
/*===================================================================================*/
/*							   FORMS STRUCTURE                                       */
/*===================================================================================*/
/* Here are all the common site wide settings for any forms used in the site.*/
legend {
	display: none;
}
fieldset {
	border: none;
}
/*===================================================================================*/
/*							   PAGE STRUCTURE                                        */
/*===================================================================================*/
.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
input.Input_Text,
select.Input_Option {
	width: 98%;
	padding: 2px 4px;
}
