a
{
	background-color: transparent;
	color: #930;
}

a.button,
a.button:visited,
a.button:active,
a.button:hover
{
	background: url("../images/btn_left.gif") left top no-repeat;
	background-color: transparent;
	color: #930;
	float: left;
	font-weight: bold;
	height: 24px;
	margin: 0 1em 1em 0;
	overflow: hidden;
	padding: 0 0 0 26px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

a.button:hover
{
	background-position: left bottom;
}

a.button span,
a.button:visited span,
a.button:active span
{
	background: url("../images/btn_right.gif") right top no-repeat;
	display: block;
	line-height: 24px;
	padding: 0 20px 0 0;
}

a.button img
{
	left: 5px;
	position: absolute;
	top: 7px;
}

a.linkbutton
{
	font-weight: bold;
	margin-right: 1em;
	text-decoration: none;
	white-space: nowrap;
}

a.tooltip
{
	position: relative;
	z-index: 10;
}

a.tooltip img
{
	position: relative;
	z-index: 10;
}

a.tooltip span
{
	background-color: #FFF;
	border: 1px solid #000;
	color: #333;
	display: block;
	left: -3px;
	padding: 2px 2px 2px 20px;
	position: absolute;
	top: -9px;
	visibility: hidden;
}

a.tooltip:hover span
{
	visibility: visible;
}

a img
{
	border: none;
	vertical-align: middle;
}

body
{
	background-color: #FFF;
	color: #494848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

div.node
{
	margin: 0 0 1em 0;
}

div.nodecreate br
{
	clear: both;
}

div.nodecreate ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.nodecreate ul li
{
	float: left;
	height: 9em;
	padding-right: 3em;
	width: 9em;
}

div.nodecreate ul li a,
div.nodecreate ul li a:visited,
div.nodecreate ul li a:active,
div.nodecreate ul li a:hover
{
	display: block;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-decoration: none;
}

div.nodecreate ul li a:hover
{
	z-index: 2;
}

div.nodecreate ul li span
{
	position: relative;
	z-index: 1;
}

div.nodecreate ul li span.desc
{
	background-color: #FFF;
	background-image: url("../images/info.gif");
	background-position: 9px 9px;
	background-repeat: no-repeat;
	border: 1px solid #333;
	display: block;
	font-weight: normal;
	left: -30px;
	padding: 40px 12px 12px 30px;
	position: absolute;
	text-align: left;
	top: -10px;
	visibility: hidden;
	width: 200px;
	z-index: -1;
}

div.nodecreate ul li.hover span.desc,
div.nodecreate ul li:hover span.desc
{
	visibility: visible;
}

fieldset
{
	border-style: none;
	line-height: normal;
	margin: 1em 0;
	overflow: hidden;
	padding: 0;
	width: 460px;
}

fieldset div.field
{
	margin: 0 0 1em 0;
}

fieldset label
{
	display: block;
	font-weight: bold;
	margin-bottom: 0.25em;
}

fieldset legend
{
	background-color: transparent;
	border: none;
	color: #993300;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
	position: relative;
	white-space: normal;
	width: 100%;
}

fieldset .checkbox
{
	display: block;
	position: relative;
}

fieldset .checkbox br
{
	display: none;
}

fieldset .checkbox input
{
	left: 0px;
	position: absolute;
	top: auto;
}

fieldset .checkbox label
{
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 0 2em;
}

fieldset .checkbox label br
{
	display: block;
}

fieldset .instruction
{
	font-weight: normal;
}

fieldset.columns hr
{
	clear: left;
	float: left;
}

fieldset.columns p
{
	float: left;
	margin-right: 4.5%;
	min-height: 3.6em;
	width: 45%;
}

fieldset.columns p.full
{
	clear: left;
	width: 95%;
}

form
{
	margin: 0;
	padding: 0;
}

h1
{
	background-color: transparent;
	color: #54969C;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

h2
{
	background-color: transparent;
	color: #993300;
	margin: 0 0 1em 0;
}

hr
{
	background-color: #BCCED1;
	border: none;
	clear: left;
	color: #BCCED1;
	height: 1px;
	margin: 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

input.textbox, select, textarea
{
	background-color: #FFF;
	border: 1px solid #A5AEB2;
	color: #494848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 4px;
}

optgroup
{
	font-style: normal;
}

p
{
	margin: 0 0 1.5em 0;
	padding: 0;
}

p.pagelist a
{
	padding: 4px 8px;
	text-decoration: none;
}

p.pagelist a.active
{
	background-color: #E5EDEE;
}

select
{
	padding: 2px;
}

th
{
	border-bottom: 1px solid #494848;
	text-align: left;
}

tr.altrow,
tr.altrow td
{
	background-color: #E5EDEE;
	color: inherit;
}

ul.tabstrip
{
	border-bottom: 1px solid #494848;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0 0 23px 0;
	position: relative;
}

ul.tabstrip li
{
	background-color: #E5EDEE;
	border: 1px solid #494848;
	color: #494848;
	float: left;
	font-weight: bold;
	height: 22px;
	margin: 0 -1px 0 0;
	padding: 0 8px;
}

ul.tabstrip li a
{
	color: #494848;
	display: block;
	padding-top: 3px;
	text-decoration: none;
}

ul.tabstrip li img
{
	vertical-align: middle;
}

ul.tabstrip li.selected
{
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	color: #494848;
}

/* Classes */

.breadcrumbs
{
	background-color: #D6E3E4;
	border-bottom: 1px solid #BED2D4;
	border-top: 1px solid #FFF;
	color: #54969C;
	margin: 0;
	padding: 6px 30px;
}

.buttonlist, buttonList
{
	margin: 7px 0 0 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.calendar
{
}

.calendar a,
.calendar .header
{
	font-weight: bold;
}

.calendar .nextmonth
{
	background-image: url("../images/calendar_next.gif");
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000px;
	width: 21px;
}

.calendar .nextmonth:hover
{
	background-position: right bottom;
}

.calendar .othermonth
{
	color: #BDCCB3;
}

.calendar .prevmonth
{
	background-image: url("../images/calendar_prev.gif");
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000px;
	width: 21px;
}

.calendar .prevmonth:hover
{
	background-position: right bottom;
}

.calendar .title
{
	background-image: url("../images/calendar_title_bg.gif");
	background-position: center top;
	background-repeat: repeat-x;
	font-weight: bold;
	margin: 0 0 0.25em 0;
}

.calendar .title td
{
	height: 20px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
}

.calendar .titles
{
	background-image: url("../images/calendar_title_bg.gif");
	background-position: center top;
	background-repeat: repeat;
	font-weight: bold;
	margin: 0 0 0.25em 0;
}

.calendar .titles td
{
	height: 20px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
}

.calendar .today
{
	font-weight: bold;
}

.calendar td
{
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

.columns
{
	clear: both;
}

.error
{
	background-color: Transparent;
	color: #900;
	font-weight: bold;
}

.forum
{
	border: 1px solid #E1E9EB;
	padding: 1px;
}

.forum td.row1
{
	background-color: #E5EDEE;
	color: inherit;
}

.forum td.row2
{
	background-color: #D8E3E6;
	color: inherit;
}

.forum td.row3
{
	background-color: #C4D4D8;
	color: inherit;
}

.forum th
{
	background: url("../images/title_colour1.gif") center top repeat-x;
	background-color: #295160;
	border: none;
	color: #FFF;
}

.forum th.subhead
{
	background-color: #C4D4D8;
	background-image: none;
	color: #494848;
}

.form td
{
	padding: 2px 1em 2px 0;
}

/* Named Elements */

#ContainerMainInner
{
	background: url("../images/content_bg.gif") center top no-repeat;
	margin: 0 auto;
	min-height: 852px;
	padding: 0 9px;
	text-align: left;
	width: 761px;
}

#ContainerMainOuter
{
	background: url("../images/page_bg.gif") center top repeat-x;
	text-align: center;
}

#ContainerMenu
{
	background: url("../images/nav_bg.gif") center top repeat;
	text-align: center;
}

#Content
{
	float: left;
	min-height: 320px;
	padding: 16px 0px 16px 32px;
	width: 460px;
}

#Footer
{
	clear: both;
	text-align: center;
	width: 100%;
}

#Footer a,
#Footer a:visited,
#Footer a:active,
#Footer a:hover
{
	background-color: transparent;
	color: #494848;
	text-decoration: none;
}

#Footer a:hover
{
	text-decoration: underline;
}

#Footer address
{
	display: block;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
}

#Footer p
{
	margin: 0;
	padding: 0;
}

#Header
{
	background: url("../images/pic_inside.jpg") center top no-repeat;
	background-color: #000;
	clear: both;
	color: #FFF;
	height: 120px;
	overflow: hidden;
	position: relative;
	width: 761px;
}

#Header h1
{
	height: 100%;
	margin: 0;
	padding: 0;
}

#Header h1 a
{
	display: block;
	height: 100%;
	text-decoration: none;
	text-indent: -1000px;
}

#Header p
{
	font-style: italic;
	left: 48px;
	line-height: 1.8em;
	position: absolute;
	top: 115px;
	width: 260px;
}

#MainMenu ul
{
	list-style: none;
	margin: 0 auto;
	min-height: 38px;
	padding: 0;
	width: 761px;
}

#MainMenu ul li
{
	background: url("../images/nav_divider.gif") right center no-repeat;
	float: left;
	line-height: 20px;
	padding: 3px 0;
	position: relative;
	width: auto;
	z-index: 1;
}

#MainMenu ul li.active a,
#MainMenu ul li.active a:visited,
#MainMenu ul li.active a:active,
#MainMenu ul li.active a:hover
{
	background: url("../images/nav_marker.gif") 50% 5px no-repeat;
}

#MainMenu ul li a,
#MainMenu ul li a:visited,
#MainMenu ul li a:active,
#MainMenu ul li a:hover
{
	background-color: transparent;
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 12px 12px 0 11px;
	text-decoration: none;
}

#MainMenu ul li ul
{
	background-color: #12181E;
	border: 1px solid #000;
	left: -1px;
	min-height: 0;
	min-width: 200px;
	position: absolute;
	text-align: left;
	top: 38px;
	visibility: hidden;
	width: 200px;
}

#MainMenu ul li:hover ul,
#MainMenu ul li:hover li:hover ul,
#MainMenu ul li:hover li:hover li:hover ul,
#MainMenu ul li.hover ul,
#MainMenu ul li.hover li.hover ul,
#MainMenu ul li.hover li.hover li.hover ul
{
	visibility: visible;
}

#MainMenu ul li:hover ul ul,
#MainMenu ul li:hover li:hover ul ul,
#MainMenu ul li:hover li:hover li:hover ul ul,
#MainMenu ul li.hover ul ul,
#MainMenu ul li.hover li.hover ul ul,
#MainMenu ul li.hover li.hover li.hover ul ul
{
	visibility: hidden;
}

#MainMenu ul li ul li,
#MainMenu ul li.active ul li
{
	background-image: none;
	float: none;
	line-height: normal;
	padding: 0;
}

#MainMenu ul li ul li a,
#MainMenu ul li ul li a:visited,
#MainMenu ul li ul li a:active,
#MainMenu ul li ul li a:hover,
#MainMenu ul li.active ul li a,
#MainMenu ul li.active ul li a:visited,
#MainMenu ul li.active ul li a:active,
#MainMenu ul li.active ul li a:hover
{
	background-color: transparent;
	background-image: none;
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}

#MainMenu ul li ul li a:hover,
#MainMenu ul li.active ul li a:hover
{
	background-color: #3F8389;
	color: #FFF;
}

#Sidebar
{
	display: inline;
	float: right;
	margin-right: 8px;
	padding: 0;
	width: auto;
}

#Sidebar div.node
{
	background: url("../images/box_fixed_bg.jpg") center top no-repeat;
	margin: 15px 0;
	padding: 7px 16px 0 16px;
	width: 216px;
}

#Sidebar div.node h2
{
	background: url("../images/title_colour1.gif") center top repeat-x;
	background-color: #295160;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	margin: 0 5px 6px 5px;
	padding: 4px 8px;
}

#Sidebar div.node h2.admin
{
	background-color: #6C431B;
	background-image: url("../images/title_colour3.gif");
	color: #FFF;
}

#Sidebar div.submenu ul
{
	list-style: none;
	margin: 0 15px;
	padding: 0;
}

#Sidebar div.submenu ul li
{
	background: url("../images/icon_link.png") left center no-repeat;
	line-height: 16px;
	margin: 0 0 0.5em 0;
	padding-left: 20px;
}

#Sidebar div.submenu ul li a
{
	text-decoration: none;
}

#Sidebar div.submenu ul li a:hover
{
	text-decoration: underline;
}

#Sidebar fieldset
{
	margin: 0 13px;
}

#Sidebar fieldset input
{
	width: 180px;
}

#Sidebar fieldset label
{
	display: none;
}

#Sidebar fieldset select
{
	width: 190px;
}

#Sidebar hr
{
	margin-left: 15px;
	margin-right: 15px;
	width: 190px;
}

#Sidebar p
{
	margin: 0 0 7px 0;
}

