﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

/**********************
/* Colours Used
/**********************
Hilight:		#F90
Main:			#F69D18
Medium:			#F7B13C
Light:			#FAC872
Dark borders:	#B56E15
***********************/

* { margin: 0; padding: 0; border: 0; color: #333; }
body, html { background: #dae9fe url(../images/layout/bkgrd.gif) repeat-x; font: 82% Verdana, Arial, Tahoma, Helvetica, sans-serif; }


/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; background: #F7B13C; color: #fff; }
h1 a:link, h1 a:visited { text-decoration: underline; }
h1 a:hover, h1 a:active { text-decoration: none; }

/* Headings */
h1 { clear: both; font-weight: 700; font-size: 1.8em; padding: 10px 5px 5px 5px; }
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 5px 5px 5px 0; }
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px; }

/* Forms */
input, textarea { font-size: 1em; border: 1px solid #000; padding: 4px; font-family: Arial, Verdana, Tahoma; margin-right: 2px; margin-left: 5px; }
input[type='checkbox'] { border: 0; padding: 0; }
select {font-size: 1em; border: 1px solid #000;padding: 2px; font-family: Verdana, Arial, Tahoma; width:auto;margin-left: 5px; }
.button { border: 1px solid #F69D18; background: url('../images/layout/buttonBG.jpg') repeat-x center; color: #000; font-weight: 700; padding: 3px 10px; }
.button:hover { background: url('../images/layout/buttonBG.jpg') repeat-x bottom; color: #fff; cursor: pointer; }
.inputOver { background: #fff; border: 2px solid #F7B13C; margin: 3px; }
.inputOut { background: #eee; margin: 4px; }
.checkbox { border: 0; display: inline; }
img { display:block; border:0; padding: 0; }

/* Other */
.strong { font-weight: bold; }
p { clear: both; line-height: 140%; }
.left {float:left;margin-right:5px;}
