/* COMMON ############################################*/
HTML {
	height: 100%;
}
BODY {
	padding: 0;
	background-color: #FCFCFC;
	color: #000000;
	font-size: 71%;
	margin: 0;
	height: 100%;
}
BODY, TH, TD, P, DIV, TEXTAREA, INPUT, SELECT, OPTGROUP, OPTION, H1, H2, H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A:LINK, A:ACTIVE, A:VISITED {
	text-decoration: none;
	color: #000000;
}
A:HOVER {
	text-decoration: none;
	color: #000;
}
#content A:HOVER, A.under:LINK, A.under:ACTIVE, A.under:VISITED, A.under:HOVER {
	text-decoration: underline;
}
IMG {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
H1, H2, H3, P {
	padding: 0 0 15px 0;
	margin: 0;
}
H1 {
	font-size: 180%;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
H2 {
	font-size: 130%;
	font-weight: normal;
}
H3 {
	font-size: 105%;
}
TABLE, TR, TD, TH {
	padding: 0;
	border: none;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
TABLE {
	width: 100%;
	margin-bottom: 15px;
}
TABLE.cms TR TD:first-child {
	padding-left: 26px;
	background-image: url(../graphics/contented/view.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
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 {
	border: 1px solid #000;
	margin-right: 10px;
}
IMG.floatLeft {
	border: 1px solid #000;
	margin: 5px 10px 5px 0;
}
IMG.floatRight {
	border: 1px solid #000;
	margin: 5px 0 5px 10px;
}
FORM {
	margin: 0;
	padding: 0;
	display: inline;
}
INPUT {
	vertical-align: middle;
}
TD INPUT, INPUT.long {
	width: 80%;
}
INPUT.med {
	width: 50%;
}
INPUT.short {
	width: 30%;
}
INPUT.checkbox {
	width: auto;
	border: none;
}
INPUT.submit {
	width: auto;
}
TEXTAREA {
	width: 95%;
	height: 100px;
}
TEXTAREA, SELECT {
	font-size: 100%;
}
LABEL {
	font-weight: bold;
}
LABEL SPAN {
	text-decoration: underline;
}
/* 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; }
.help { cursor: help; }
.hand { cursor: pointer; }
/* FLOAT FIXING ###########################*/
.floatFix:after {
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
}
/* CONTENTED FRAMEWORK ###################*/
#development {
	background-color: #DDDDDD;
	text-align: center;
	clear: both;
	border-bottom: 1px solid #000099;
}
#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;
}
#devWrap A:HOVER, #devWrap A:ACTIVE {
	background-color: #008837;
	color: #FFFFFF;
}
#devWrap DIV {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0 10px;
	height: 300px;
	text-align: left;
	overflow: auto;
}
#devArrow {
	padding: 3px 20px;
}
#msgWrap {
	padding: 0 0 15px 0;
}
#msg {
	background-color: #FFFCD9;
	border: 1px solid #AAA;
	padding: 5px 5px 5px 26px;
	margin: 0 0 15px 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.gif);
}
#msg.cross {
	background-image: url(../graphics/contented/error.gif);
}
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: center;
	font-size: 85%;
	font-family: tahoma;
	color: #666;
	padding: 10px;
}
#webdesign A {
	color: inherit;
	text-decoration: underline;
}
/* PAGE CONTROLS ##############################*/
.pageControls {
	clear: both;
	margin-bottom: 15px;
}
.pageControls A, DIV.on {
	float: left;
}
.pageControls A:LINK, .pageControls A:VISITED, .pageControls A:ACTIVE {
	background-color: transparent;
	border: none;
	padding: 3px 6px;
}
#content .pageControls A:HOVER, #content .pageControls DIV.on {
	color: #FFF;
	text-decoration: none;
	background: #29396C url(../graphics/contented/nav-back.png) repeat-x top center;
}
#content .pageControls DIV.on {
	background-color: transparent;
	font-weight: bold;
	color: #000;
	padding: 2px 5px;
	border: 1px solid #29396C;
}
.pageControls DIV.end {
	padding: 3px 0;
}
/* FILES ############################################# */
A.file:LINK, A.file:VISITED, A.file:ACTIVE, A.file:HOVER {
	text-decoration: underline;
	display: block;
	float: left;
	min-height: 16px;
	padding-left: 21px;
	background: url(../graphics/contented/filetypes/file.gif) no-repeat left 60%;
}
A.doc:LINK, A.doc:VISITED, A.doc:ACTIVE, A.doc:HOVER {background: url(../graphics/contented/filetypes/doc.gif) no-repeat left 60%;}
A.xls:LINK, A.xls:VISITED, A.xls:ACTIVE, A.xls:HOVER {background: url(../graphics/contented/filetypes/xls.gif) no-repeat left 60%;}
A.ppt:LINK, A.ppt:VISITED, A.ppt:ACTIVE, A.ppt:HOVER {background: url(../graphics/contented/filetypes/ppt.gif) no-repeat left 60%;}
A.pdf:LINK, A.pdf:VISITED, A.pdf:ACTIVE, A.pdf:HOVER {background: url(../graphics/contented/filetypes/pdf.gif) no-repeat left 60%;}
A.gif:LINK, A.gif:VISITED, A.gif:ACTIVE, A.gif:HOVER {background: url(../graphics/contented/filetypes/gif.gif) no-repeat left 60%;}
A.jpg:LINK, A.jpg:VISITED, A.jpg:ACTIVE, A.jpg:HOVER {background: url(../graphics/contented/filetypes/jpg.gif) no-repeat left 60%;}
A.zip:LINK, A.zip:VISITED, A.zip:ACTIVE, A.zip:HOVER {background: url(../graphics/contented/filetypes/zip.gif) no-repeat left 60%;}
A.eml:LINK, A.eml:VISITED, A.eml:ACTIVE, A.eml:HOVER {background: url(../graphics/contented/filetypes/eml.gif) no-repeat left 60%;}
A.html:LINK, A.html:VISITED, A.html:ACTIVE, A.html:HOVER {background: url(../graphics/contented/filetypes/html.gif) no-repeat left 60%;}
/* FORMS ############################################# */
FORM.edit {
	display: block;
	padding-bottom: 10px;
	clear: both;
}
FORM.edit DIV {
	padding: 5px 0;
	position: relative;
}
FORM.edit DIV DIV {
	float: left;
	padding: 0;
}
FORM.edit DIV DIV DIV {
	width: auto;
	padding-right: 5px;
}
FORM.edit IMG.editImg {
	border: 1px solid #000;
}
FORM.edit SPAN {
	color: #FF0000;
	display: block;
	float: left;
	clear: right;
	padding-left: 5px;
}
FORM.edit STRONG {
	display: block;
	float: left;
	padding: 3px 3px 0 0;
}
FORM.edit LABEL {
	display: block;
	width: 24%;
	float: left;
	clear: left;
	padding: 3px 1% 3px 0;
	text-align: right;
	cursor: help;
}
FORM.edit INPUT, FORM.edit TEXTAREA {
	width: 70%;
	float: left;
}
FORM.edit INPUT.med {
	width: 50%;
}
FORM.edit INPUT.short {
	width: 30%;
}
FORM.edit INPUT.checkbox {
	width: auto;
}
FORM.edit DIV.wysiwyg {
	width: 70%;
	float: left;
}
FORM.edit DIV.wysiwyg TEXTAREA {
	width: 96%;
	height: 300px;
}
FORM.edit SELECT {
	float: left;
}
FORM.edit DIV DIV SELECT {
	float: none;
}
FORM.edit SELECT.multi {
	height: 100px;
}
FORM.edit .label {
	margin-left: 25%;
}
FORM.edit .label INPUT {
	width: 50%;
}
FORM.edit P {
	margin-left: 25%;
	clear: both;
	padding: 5px 0 0 0;
}
FORM.edit TD P {
	margin: 0;
	padding: 0;
	clear: none;
}
FORM.edit DIV.group {
	width: 78%;
	overflow: auto;
}
FORM.edit FIELDSET {
	margin-right:  10px;
}
FORM.edit LEGEND {
	font-weight: bold;
}
FORM.edit DIV DIV FIELDSET DIV, FORM.edit FIELDSET DIV {
	width: 32%;
}
FORM.edit FIELDSET UL {
	display: block;
	clear: both;
	float: right;
	padding: 0;
	margin: 0;
}
FORM.edit FIELDSET LI {
	list-style-type: none;
	display: block;
	float: left;
	padding-left: 19px;
	background: url(../graphics/contented/control-off.gif) no-repeat 10px 60%;
	cursor: pointer;
}
/* DEFENDER ###################################### */
#defender {
	margin: 20% auto 0% auto;
	width: 234px;
}
#defender H1 {
	font-size: medium;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#defender P {
	padding: 0 0 10px 0;
}
#defender DIV.wrap {
	padding: 10px;
	margin-top: 10px;
	background-color: #EEE;
	border: 2px dotted #0000FF;
}