/* DEFAULTS ############################################*/
HTML {
	height: 100%;
}
BODY {
	padding: 0;
	background-color: #FCFCFC;
	color: #000;
	font-size: 71%;
	margin: 0;
	height: 100%;
}
BODY, H1, H2, H3, P, TH, TD, DIV, TEXTAREA, INPUT, SELECT {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1 { font-size: 200%; font-weight: normal; }
H2 { font-size: 150%; font-weight: normal; }
H3 { font-size: 105%; }
H1, H2, H3, P { padding: 10px 0 0 0; margin: 0; }
/* LINKS ##############################*/
A:LINK, A:ACTIVE, A:VISITED, A:HOVER {
	text-decoration: none;
	color: #000;
}
/* IMAGES ##############################*/
IMG {
	vertical-align: top;
	border: 0;
	padding: 0;
	margin: 0;
}
IMG.floatLeft {
	border: 1px solid #000;
	margin: 0 10px 5px 0;
}
IMG.floatRight {
	border: 1px solid #000;
	margin: 0 0 5px 10px;
}
/* TABLES ##############################*/
TABLE, TR, TD, TH {
	padding: 0;
	border: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
TABLE {
	width: 100%;
	margin-top: 15px;
	font-size: 100%;
}
TH {
	background-color: #000;
	color: #FFF;
}
TH IMG {
	margin-left: 3px;
	vertical-align: middle;
}
TH A:LINK, TH A:VISITED, TH A:ACTIVE, TH A:HOVER {
	color: #FFF;
	white-space: nowrap;
}
TD, TH {
	padding: 5px;
}
TD {
	border-bottom: 1px dotted #000;
}
TD H3, TD P {
	padding: 0;
}
TD IMG.floatLeft {
	margin: 10px;
}
TD.order {
	white-space: nowrap;
	text-align: center;
}
TD.order IMG {
	margin: 3px;
}
/* FORMS ##############################*/
FORM {
	margin: 0;
	padding: 0;
	display: inline;
}
LABEL SPAN { text-decoration: underline; }
TEXTAREA, SELECT, INPUT { font-size: 100%; }
INPUT { overflow: visible; }
INPUT.long { width: 80%; }
INPUT.med, TEXTAREA.med { width: 50%; }
INPUT.short, TEXTAREA.short { width: 30%; }
INPUT.tiny { width: 10%; }
INPUT.submit {width: auto; font-weight: bold;}
INPUT.checkbox { width: auto; border: 0; }
SELECT.multi { height: 250px; }
OPTGROUP { font-style: normal; }
OPTGROUP OPTION { padding: 0; }
TEXTAREA { width: 95%; height: 150px; }
LABEL { font-weight: bold; cursor: help; }
FIELDSET DIV {float: left; width: 33%; padding: 0; margin: 0;}
/* FORMS LAYOUT ##################################### */
.edit {
	display: block;
	clear: both;
	padding-top: 15px;
}
/* LABELS ########################################### */
.edit LABEL, .editThin LABEL {
	display: block;
	float: left;
	clear: left;
}
.edit LABEL {
	width: 24%;
	margin: 3px 1% 3px 0;
	text-align: right;
}
.editThin LABEL {
	padding: 3px 5px 3px 0;
}
/* CONTROLS ########################################### */
.editThin INPUT, .editThin TEXTAREA {
	width: 97%;
	clear: both;
}
.edit INPUT, .editThin INPUT {padding: 2px 5px;}
.edit INPUT, .edit TEXTAREA, .edit SELECT {float: left;}
.edit INPUT, .edit TEXTAREA {width: 70%;}
.edit TEXTAREA, .editThin TEXTAREA {padding: 3px 0 3px 5px;}
.edit INPUT.checkbox, .editThin INPUT.checkbox {
	width: auto;
	border: 0;
	padding: 0;
	margin: 3px 0 0 5px;
}
.edit INPUT.med, .edit TEXTAREA.med {width: 50%;}
.edit INPUT.short, .edit TEXTAREA.short {width: 30%;}
.edit INPUT.tiny {width: 10%; min-width: 50px;}
.edit INPUT.submit {width: 40%;}
.edit TEXTAREA.wysiwyg, .editThin TEXTAREA.wysiwyg {height: 250px;}
.editThin SELECT {width: 100%}
.edit SELECT.multi {height: 100px;}
.edit FIELDSET {float: left; width: 70%;}
.edit DIV.floatFix FIELDSET DIV {margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0;}
.edit FIELDSET INPUT {margin: 0 5px 0 0; padding: 0; vertical-align: middle; width: auto; background-color: transparent;}
.edit OPTGROUP, .editThin OPTGROUP {
	padding: 7px 0 5px 26px;
	border-top: 1px solid #000;
	background: url(../graphics/icons/record.png) no-repeat 5px 5px;
}
.edit OPTGROUP OPTION:first-child, .editThin OPTGROUP OPTION:first-child {margin-top: 3px;}
.edit OPTION, .editThin OPTION {
	padding: 3px;
}
.edit .icon OPTION, .editThin .icon OPTION {
	padding: 3px 3px 3px 21px;
	background-position: 0 50%;
	min-height: 10px;
	background-repeat: no-repeat;
}
/* OTHER FORM COMPONENTS ############################## */
.edit DIV, .editThin DIV {
	padding: 3px 0;
	position: relative;
}
.edit DIV.floatFix DIV {
	float: left;
}
.edit DIV DIV INPUT.checkbox {
	margin: 2px 8px 0 0;
}
.editThin DIV.image {
	width: 100%;
	max-height: 200px;
	overflow: auto;
}
.edit SPAN, .editThin SPAN {
	color: #FF0000;
	display: block;
	float: left;
	clear: right;
	padding-left: 5px;
}
.edit .label { padding: 0 0 0 25%; }
.edit P {
	margin-left: 25%;
	clear: both;
	padding: 5px 0 0 0;
	font-weight: bold;
}
.editThin .datetime, .editThin .img {
	clear: both;
}
.editThin .delete {
	padding-top: 5px;
	clear: both;
}
.editThin .img INPUT.checkbox {
	margin: 0 3px 0 0;
}
.edit .datetime SELECT, .editThin .datetime SELECT {
	width: auto;
	display: inline;
	float: none;
}
.editThin DIV.error {
	color: #FF0000;
}
.editThin DIV.error IMG {
	vertical-align: middle;
	margin-right: 5px;
}
.editThin P {
	clear: both;
	padding-top: 5px;
}
.edit .radio INPUT {
	width: auto;
	border: 0;
}
.edit .radio LABEL {
	width: 80%;
	text-align: left;
	clear: none;
}
/* FILES ############################################# */
A.file:LINK, A.file:VISITED, A.file:ACTIVE, A.file:HOVER, .file {
	display: block;
	float: left;
	clear: left;
	min-height: 6px;
	padding: 5px 0 5px 21px;
	background: url(../graphics/contented/filetypes/file.gif) no-repeat left 60%;
}
A.doc:LINK, A.doc:VISITED, A.doc:ACTIVE, A.doc:HOVER, .doc {background: url(../graphics/contented/filetypes/doc.gif) no-repeat left 60%;}
A.eml:LINK, A.eml:VISITED, A.eml:ACTIVE, A.eml:HOVER, .eml {background: url(../graphics/contented/filetypes/eml.gif) no-repeat left 60%;}
A.gif:LINK, A.gif:VISITED, A.gif:ACTIVE, A.gif:HOVER, .gif {background: url(../graphics/contented/filetypes/gif.gif) no-repeat left 60%;}
A.html:LINK, A.html:VISITED, A.html:ACTIVE, A.html:HOVER, .html {background: url(../graphics/contented/filetypes/html.gif) no-repeat left 60%;}
A.jpg:LINK, A.jpg:VISITED, A.jpg:ACTIVE, A.jpg:HOVER, .jpg {background: url(../graphics/contented/filetypes/jpg.gif) no-repeat left 60%;}
A.png:LINK, A.png:VISITED, A.png:ACTIVE, A.png:HOVER, .png {background: url(../graphics/contented/filetypes/png.gif) no-repeat left 60%;}
A.ppt:LINK, A.ppt:VISITED, A.ppt:ACTIVE, A.ppt:HOVER, .ppt {background: url(../graphics/contented/filetypes/ppt.gif) no-repeat left 60%;}
A.pdf:LINK, A.pdf:VISITED, A.pdf:ACTIVE, A.pdf:HOVER, .pdf {background: url(../graphics/contented/filetypes/pdf.gif) no-repeat left 60%;}
A.mp3:LINK, A.mp3:VISITED, A.mp3:ACTIVE, A.mp3:HOVER, .mp3 {background: url(../graphics/contented/filetypes/mp3.gif) no-repeat left 60%;}
A.xls:LINK, A.xls:VISITED, A.xls:ACTIVE, A.xls:HOVER, .xls {background: url(../graphics/contented/filetypes/xls.gif) no-repeat left 60%;}
A.zip:LINK, A.zip:VISITED, A.zip:ACTIVE, A.zip:HOVER, .zip {background: url(../graphics/contented/filetypes/zip.gif) no-repeat left 60%;}
A.mov:LINK, A.mov:VISITED, A.mov:ACTIVE, A.mov:HOVER, .mov {background: url(../graphics/contented/filetypes/mov.gif) no-repeat left 60%;}
A.rm:LINK, A.rm:VISITED, A.rm:ACTIVE, A.rm:HOVER, .rm {background: url(../graphics/contented/filetypes/rm.gif) no-repeat left 60%;}
A.flv:LINK, A.flv:VISITED, A.flv:ACTIVE, A.flv:HOVER, .flv {background: url(../graphics/contented/filetypes/flv.png) no-repeat left 60%;}
A.wma:LINK, A.wma:VISITED, A.wma:ACTIVE, A.wma:HOVER, .wma, A.wmv:LINK, A.wmv:VISITED, A.wmv:ACTIVE, A.wmv:HOVER, .wmv {background: url(../graphics/contented/filetypes/wma.gif) no-repeat left 60%;}
/* SINGLE ITEMS ########################################*/
.width770 { width: 770px; }
.larger { font-size: larger; }
.smaller { font-size: smaller; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.left { text-align: left; }
.centre { text-align: center; }
.right { text-align: right; }
.vTop { vertical-align: top; }
.vMiddle { vertical-align: middle; }
.vBottom { vertical-align: bottom; }
.error { color: #EA091E; }
.floatLeft { float: left; }
.floatRight { float: right; }
.nowrap { white-space: nowrap; }
.clear { clear: both; }
.hand { cursor: pointer; }
/* FLOAT FIXING ###########################*/
.floatFix:after {
    content: ".";
    height: 0px;
    clear: both;
    visibility: hidden;
    display: block;
}
/* CONTENTED FRAMEWORK ###################*/
#development {
	background-color: #DDDDDD;
	text-align: center;
	clear: both;
	border-bottom: 1px solid #000099;
	color: #000;
}
#devWrap {
	border-bottom: 1px solid #000099;
	display: none;
}
#devWrap A:LINK, #devWrap A:VISITED {
	display: block;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #000099;
	text-align: left;
	background-color: #DDDDDD;
	color: #000;
}
#devWrap A:HOVER, #devWrap A:ACTIVE {
	background-color: #008837;
	color: #FFFFFF;
}
#devWrap DIV {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px 10px;
	height: 300px;
	text-align: left;
	overflow: auto;
}
#devArrow {
	padding: 3px 20px;
}
/* FRAMEWORK MESSAGES ###########################*/
#msg {
	background-color: #FFFCD9;
	border: 1px solid #AAA;
	padding: 5px 5px 5px 26px;
	margin: 15px 0 0 0;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#msg.tick {background-image: url(../graphics/contented/tick.png);}
#msg.cross {background-image: url(../graphics/contented/error.png); background-color: #FFCCCC;}
/* BREADCRUMBS ################################*/
#breadcrumbs {
	padding: 0;
	margin: 0;
	font-size: 105%;
}
#breadcrumbs LI {
	list-style-type: none;
	background: url(../graphics/icons/arrow-orange.png) no-repeat 0 50%;
	padding: 0 5px 0 12px;
	margin: 0;
	display: block;
	float: left;
}
#breadcrumbs LI.first {
	background: none;
	padding-left: 21px;
	position: relative;
}
#breadcrumbs LI.first IMG {
	position: absolute;
	left: 0;
}
#breadcrumbs LI.firston A:LINK, #breadcrumbs LI.firston A:ACTIVE, #breadcrumbs LI.firston A:VISITED, #breadcrumbs LI.on A:LINK, #breadcrumbs LI.on A:ACTIVE, #breadcrumbs LI.on A:VISITED {
	font-weight: bold;
}
#breadcrumbs LI A:HOVER {
	text-decoration: underline;
} 
/* PAGE CONTROLS ##############################*/
.pageControls {
	clear: both;
}
.pageControls A, DIV.on {
	float: left;
}
.pageControls A:LINK, .pageControls A:VISITED, .pageControls A:ACTIVE {
	background-color: transparent;
	border: none;
	padding: 3px 6px;
}
.pageControls A:HOVER, .pageControls DIV.on {
	background-color: #FFDFCA;
	padding: 2px 5px;
	border: 1px solid #2F63DD;
	color: #000000;
	text-decoration: none;
}
.pageControls DIV.on {
	background-color: transparent;
	font-weight: bold;
}
.pageControls DIV.end {
	padding: 3px 0px;
}
/* EXTRA STUFF #############################*/
A.control:LINK, A.control:VISITED, A.control:ACTIVE {
	font-weight: bold;
	padding-left: 11px;
	background-image: url(../graphics/contented/control-off.gif);
	background-position: left 60%;
	background-repeat: no-repeat;
}
A.control:HOVER {
	background-image: url(../graphics/contented/control-on.gif);
}
#webdesign {
	text-align: right;
	font-size: 85%;
	font-family: tahoma;
	color: #666;
	padding: 10px;
}
#webdesign A {
	color: inherit;
	text-decoration: underline;
}