body {
	font: 90%/150% Arial, Helvetica, sans-serif;
	color: black;
	background: #EDE8E0 url(graphics/background_pattern.png);
}

textarea {
	font: 1em/150% Arial, Helvetica, sans-serif;
}

div#pageWrapper {
	background: white;
	padding: 0.5em;
}

h1 {
	font-size: 155%;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 1em 0;
	padding: 0;
	color: #E2383A;
	border-bottom: 1px solid #93B1D5;
}

h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 0;
}

img {
	margin: 0 0 1em 0.5em;
}

p.readMore a {
	margin-top: -1em;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	text-align: right;
	border-top: 1px solid #C9D8E9;
}

/* tables */

table {
	border-collapse: collapse;
	border: none !important;
	margin: 0;
	padding: 0;
	font-size: 1em;
}


form>table, div>table {
	border-collapse: separate;
	border-spacing: 0;
}

body.dialog table td, body.dialog table td {
	border: none !important;
}

td, th {
	border: 1px solid silver;
}

th {
	background: #CCDFF5;
}

td.edit, td.delete {
	background: #CCDFF5;
	margin: 0;
	padding: 0;
}

td.edit img, td.delete img {
	border: none;
	margin: 0.5em;
	float: left !important;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	padding: 6px;
	color: white;
	background: #2C6FC0;
}

caption input {
	font-size: 0.8em;
	margin-left: 1em;
	vertical-align: middle;	
}

 table.calendar {
 	width: 260px;
 	font-size: 70% !important;
 }

 table.calendar th {
 	background: #DDE5F2;
 }

table.calendar td, table.calendar th {
	border: 1px solid #93B1D5;
	padding: 0.5em;
	text-align: center;
}

th.asc a {
	color: white !important;
	background: #4E8ED9 url('graphics/up.gif') no-repeat 95% 50%;
}

th a, th.asc a, th.desc a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	padding: 3px 20px 3px 6px;
	margin: -3px;
	height: 1px;
	overflow: visible;
}

th>a, th.asc>a, th.desc>a {
	height: auto;
}

th a:hover {
	color: white;
	background-color: #2C6FC0;	
}

th.desc a {
	color: white;
	background: #4E8ED9 url('graphics/down.gif') no-repeat 95% 50%;
}

tr.hover {
	background-color: #E4E4E4; !important;
	cursor: hand /* IE/WIN 5.5< */;
	cursor: pointer;
	color: black;
}

tr.even {
	background: #F5F5F5;
}

/*table.calendar td.empty {
	border: none !important;
}*/

table.calendar td.today {
	border: 2px solid red !important;
}

table.calendar td.appointment {
	background: #F2DAD9 !important;
	cursor: pointer;
}

table.calendar .cal_day strong {
	display: block;
	background: silver;
	margin: -0.5em;
}

form>table, div>table {
	border-collapse: separate;
	border-spacing: 0;
}

body.dialog table td, body.dialog table td {
	border: none !important;
}

/* forms */

form div {
	padding: 0 !important;
}

#content form label {
	clear: both;
	font-weight: bold;
	display: block;
	width: 7em;
	float: left;
	position: relative;
	top: 0.3em;
}

#content form div {
	height: 0px;
	padding: 0.5em 0 0;
	margin: 0px;
}

#content>form div {
	height: auto;
}

#content form div>div {
	padding-left: 7em;
}

#content form div div div {
	width: auto;
	padding: 0;
}

#content form div div label {
	font-weight: normal;
	width: auto;
	display: inline;
	float: none;
	position: static;
}

form .prefix {
	margin-left: -1em;
	line-height: 1.75em;
	float: left;
	font-size: 1.25em;
}

#content ul.footer {
	height: 2.2em;
}

#content div.footer, #content ul.footer {
	margin: 1em 0;
	padding-top: 0.5em !important;
	border-top: 1px solid #93B1D5;
}

#content input.radio, #content input.checkbox {
	width: auto !important;
}

#content input.button {
	border: 1px outset white;
	background-color: #C9C9C9;
	color: black;
}

#content fieldset.multipleSelect{
	padding-bottom: 1em;
}

#content fieldset.multipleSelect label {
	clear: none !important;
	margin: 5px;
	width: 47%;
	text-align: center;
	background: #D8EAE1
}

#content fieldset.multipleSelect label select {
	width: 100% !important;
}

option.newSelected {
	background-color: silver;
}
	
option.newDeselected {
	background-color: silver;
}

legend {
	font-weight: bold;
}

textarea {
	width: 98.25%;
	margin: 0.25em 0 !important;
}

.htmlarea {
	float: none;
	display: block;
	clear: both;
}

.int {
	text-align: right;
}

img.calendar_button {
	cursor: hand;
	border: none;
	position: relative;
	top: 2px;
}

div.inputImage label {
	float: none !important;
	margin-bottom: 1em;
}


div.inputImage div.preview {
	background-color: #EFEFEF;
	text-align: center;
	width: 100%;
	height: 250px !important;
	overflow: auto;
	padding: 20px !important;
	margin-top: 1em;
	border: 2px inset white;
}

div.inputImage div.preview img {
	display: block;
	margin: 0px auto !important;
	vertical-align: middle
}

.error {
	color: red;
}

.postfix {
	margin-left: 17em;
	display: block;
}

form#frmAgenda {
	
}

/* tools */

ul.tools {
	width: 98.25%;
	min-height: 2.25em;
	margin: 0 0 1em 0;
	padding: 5px;
	list-style: none;
	border-bottom: 1px solid silver;
	background: #EDEDED url('graphics/tools_bg.gif') repeat-x;
}

ul.tools.authorisationApplicationList {
	margin-top: 1em;
}

ul.tools.authorisationApplicationList select {
	margin-right: 1em;
}

ul.tools label {
	width: auto;
	margin-right: 0.5em;
}

ul.tools.cluster input {
	width: 150px;
	margin: 0 0 25px 20px;
}

ul.tools li, ul.footer li {
	display: block;
	float: left;
}

ul.tools li a, ul.footer li a{
	color: black !important;
}

ul.tools li a, ul.footer li a {
	cursor: default;
	display: block;
	border: 2px outset white;
	background: #D3D3D3 url('graphics/button_bg.gif') repeat-x;
	text-decoration: none;
	padding: 2px 8px;
	margin: 0;
	color: black;
}

ul.tools li a:active, ul.footer li a:active {
	border: 2px inset white;
}

ul.tools form {
	margin: 0;
	padding: 0;
}

ul.tools li, ul.footer li {
	margin-right: 0.4em;
	background-position: 6px;
	background-repeat: no-repeat;
}

ul.tools li a, ul.footer li a {
	background-color: transparent;
	padding-left: 18px;
}

li.delete, li.add, li.list, li.edit, li.ok, li.cancel, li.yes, li.no {
	background-color: #CDCDCD;
	background-repeat: no-repeat;
	background-position: 5px;
}

li.ok, li.yes {
	background-image: url('graphics/ok.gif');

}

ul.tools li.pageSelector {
	float: right;
}

ul.tools li.pageSelector form label {
	width: auto !important;
}

ul.tools li.delete {
	background-image: url('graphics/delete.gif');
	float: right;
}

ul.tools li.add {
	background-image: url('graphics/add.gif');	
}

ul.tools li.list {
	background-image: url('graphics/list.gif');	
}

ul.tools li.edit {
	background-image: url('graphics/edit.gif');	
}

li.ok, li.yes {
	background-image: url('graphics/ok.gif');
}

li.cancel, li.no {
	background-image: url('graphics/cancel.gif');
}


	.modalDialogBox {
		text-align: center;
		position: absolute;
		border: 2px outset white;
		top: 50%;
		left: 50%;
		width: 20em;
		margin: -12.5% 0 0 -10em;
		background-color: white;
	}

	.modalDialogBox h3, .modalDialogBox p {
		margin: 1em 0 1em 0;
		padding: 0;
	}

	.barContainer {
		text-align: left;
		border: 2px inset white;
		margin: 0.5em;
		background-color: silver;
	}

	.bar {
		background-color: #3B0084;
		height: 1em;
		width: 0%;
	}

	.caption, .percentage {
		margin: 0.5em;
	}

	.percentage {
		font-weight: bold;
	}

	.progress {
		background: white url(style/graphics/progress.gif) no-repeat 1em;
		padding-left: 40px;
	}
	
/* lists */

dl {
	border-top: 1px solid #CCCCCC;
	clear: both;	
}

dt, dd {
	position: relative;
	top: 0.75em
}

dt {
	clear: left;
	display: block;
	float: left;
	width: 13em;
	font-weight: bold;
}

dd {
	margin-bottom: 0.5em !important;
}
dl {
	clear: both;	
	margin: 1em 0 1em 0;
}

dt {
	clear: both;
	font-weight: bold;
	display: block;
	width: 14em;
}

dd {
	margin: 0;
	padding-left: 15em;
}

dl dt {
	float: left;
}

dt {

	clear: left;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

ol li {
	vertical-align: top;
}

dd {
	height: 1%;
	display: block;
	margin: 0 0 0em 13em;
	padding: 0;
}

dd ul, dd ol, dd li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a.button {
	cursor: pointer;
	vertical-align: middle;
	border: 1px outset white;
	background: #E4E4E4;
	color: black;
	padding: 0.1em 0.25em;
	margin: 0 0.2em;
}

table select {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
