.clickable {
	cursor: pointer;
}

.fullwidth {
	width: 100%;
}

.highlight {
	background-color: #f0f0f0;
}

.helptext {
	font-size: 8pt;
}

.nowrap {
	white-space: nowrap;
}

.yellowborder {
	border-color: #fff830;
	border-width: 1px;
	border-style: solid;
}

A.button {
	color: yellow;
}

A.banner {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

BODY {
	margin: 10px 10px 10px 10px;
	background-color: #8e3b4d;
}

BODY,TABLE {
	font-size: 11pt;
	font-family: arial,sans-serif;
}

BODY.admin {
	background-color: #ffffff;
}

BODY.contents {
	background-color: #ffffff;
	background-image: url(/images/bg_contents.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #8e3b4d;
}

DIV.boeknubutton {
	position: absolute;
	top: 25px;
	left: 20px;
}

DIV.banner, DIV.bannerbackground {
	position: absolute;
	overflow: hidden;
	top: 50px;
	left: 185px;
	width: 570px;
	height: 20pt;
}

DIV.langbuttons {
	position: absolute;
	top: 25px;
	left: 135px;
}

DIV.bannershadow {
	position: absolute;
	overflow: hidden;
	top: 53px;
	left: 188px;
	width: 570px;
	height: 20pt;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}

DIV.banner {
	border-width: 1px;
	border-style: solid;
}

DIV.bannerbackground {
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity:0.35;
}

DIV.buttonbar {
	position: absolute;
	bottom: 33px;
	left: 20px;
}

DIV.messages {
	position:absolute;
	left:0px;
	visibility:hidden;
	padding-top: 3pt;
	padding-bottom: 3pt;
}

H1 {
	font-size: 14pt;
}

COL.formlabel {
	width: 150px;
	padding-left: 2px;
}

COL.forminput {
	width: 550px;
	padding-right: 2px;
}

INPUT.formbutton {
	background-color: #8e3b4d;
	color: #fff830;
	border-width: 1px;
	width: 100px;
}

INPUT.mandatory {
	background-color: #ffff66;
}

INPUT.optional {
	background-color: #ffffff;
}

TABLE.webform {
	color: #fff830;
}

TD.admin {
	vertical-align: top;
}

TD.buttons,P.buttons {
	padding-top: 10pt;
	padding-bottom: 2pt;
	text-align: center;
}

TD.menu {
	border-left: 1px solid #8e3b4d;
	border-right: 1px solid #8e3b4d;
	width: 100px;
	text-align: center;
}

TH.admin {
	text-align: left;
	vertical-align: top;
}

TR.adminheader {
	background-color: #d0d0d0;
}

/* HTML Editor styles */
DIV.htmleditor {
	border-left: 2px ridge #ABABAB;
	border-bottom: 2px inset #FFFFFF;
	border-right: 2px inset #FFFFFF;
	background-color: white;
	overflow: auto;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	padding-left: 1px;
	padding-top: 2px;
}

TABLE.htmleditor {
        background-color: white;
		border-left: 2px ridge #ABABAB;
		border-right: 2px inset #FFFFFF;
        border-top: 2px ridge #ABABAB;
		border-bottom: 1px solid #C0C0C0;
        padding-left: 1px;
}

TD.htmldialog, LEGEND.htmldialog {
        font-family: sans-serif;
		color: windowtext;
		font-size: 9pt;
}

TD.htmleditor {
        font-size: 10pt;
		font-weight: bold;
		vertical-align: middle;
		color: black;
}

TD.formatoff {
        padding: 1px 1px 1px 1px;
		border: 0px;
}

TD.formaton {
        padding: 0px 0px 0px 0px;
		border: 1px solid #0000FF;
}

