body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

* {
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-family: "Trebuchet MS", "Trebuchet", "Lucida Sans Unicode", sans-serif;
}

.validation, .error {
	color: #ff4444;
}

td  {
}

th {
	font-size: 13px;
	white-space: nowrap;
}

h1,h2,h3,p,body,td,div,a,li,font {
		color: #222222;
	}

h1 {
		font-size: 14px;
	}

h2 {
		font-size: 13px;
	}

h3 {
		font-size: 12px;
	}

p,body,td,div,a,li {
		font-size: 11px;
	}

a {		color: #0000FF;
		text-decoration: none;
		
	}

a:hover {
		color: #0000FF;
		text-decoration: underline;
	}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

.toolbar1, .toolbar2 {
	background-image: url(img/top-gradient.gif);
	padding: 3px;
	white-space: nowrap;
}

.toolbar1 .button, .toolbar2 .button {
	border: 2px solid #B7C8F6;
	background-image: url(img/top-button-gradient.gif);
}

.toolbar2 {
	border-bottom: 2px solid #8491B2;
}


fieldset {
	border: 1px solid #8a191f;
	margin: 4px;
	margin-top: 0px;
	padding: 2px;
}

fieldset legend {
	color: #fff;
	font-weight: bold;
	background-color: #8a191f;
	padding: 0px 10px;
}

.button {
	border: 1px solid #b7c8f6;
	background-color: #b7c8f6;
	height: 24px;
	margin: 1px;
	cursor: hand;
}

.redButton {
	border: 1px solid #f07575;
	background-color: #f07575;
	height: 24px;
	margin: 1px;
}

.blueButton {
	border: 1px solid #758cf0;
	background-color: #758cf0;
	height: 24px;
	margin: 1px;
}

.greenButton {
	border: 1px solid #7df075;
	background-color: #7df075;
	height: 24px;
	margin: 1px;
}

.orangeButton {
	border: 1px solid #f0b575;
	background-color: #f0b575;
	height: 24px;
	margin: 1px;
}

.buttonHover {
	background-color: #d0daf5;
}

.redButtonHover {
	background-color: #f0c0c0;
}

.blueButtonHover {
	background-color: #c0c9f0;
}

.greenButtonHover {
	background-color: #c3f0c0;
}

.orangeButtonHover {
	background-color: #f0d9c0;
}



input.text {
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	border: 1px solid #b7c8f6;
	height: 22px;
}

input.textHover {
	border: 1px solid #b7c8f6;
	height: 22px;
	background-color: #DCE9FD;
}

input.textFocus {
	border: 1px solid #b7c8f6;
	height: 22px;
	background-color: #DCE9FD;
	border: 1px solid #828eaf;
}

textarea {
	border: 1px solid #b7c8f6;
}

textarea.textareaHover {
	background-color: #DCE9FD;
}
textarea.textareaFocus {
	background-color: #DCE9FD;
	border: 1px solid #828eaf;
}

.fisheye {
	text-align: center;
	height: 50px;
	position: relative;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeItem span 
{
	display: none;
	positon: absolute;
	background-color: #ffffff;
	color: #000000;
	z-index: 60000;
	padding: 4px;
	border: 1px solid black;
}
.fisheyeContainer
{
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
}

.tooltip {
	border: 2px solid #dddddd;
	background-color: #eeeeee;
	color: #555555;
	padding: 5px;
}

.promptDialog {
	border: 5px solid #eeeeee;
	background-color: #ffffff;
	padding: 10px;
}

#ajaxLoading {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 4px;
	font-weight: bold;
	border: 1px solid #eeeeee;
	color: #444444;
	background-color: #ffffff;
	display: none;
	padding-left: 8px;
	padding-right: 8px;
}

#ajaxLoading img {
	vertical-align: text-top;
	margin-right: 5px;
}

li {
	margin-left: 20px;
}

.stickyNote {
	border: 1px solid #888888;
	background-color: yellow;
	position: absolute;
	z-index: 31000;
}

.dirty {
	background-color: #b7c8f6;
}

table {
	border-collapse: collapse;
}

table.gridForm {
	margin: 10px;
}


.fieldError {
	border: 1px solid #f07575;
	background-color: #f07575;
}

/*
 * Ordrelinjer. Marks lines that need confirmation.
 */
a.ackrequired {
	color: red;
	cursor: pointer !important;
	cursor: hand;
}

/*
 * Ordrelinjer. Marks lines that need confirmation.
 */
ul#notifypanel {
	margin-top: 5px;
	margin-bottom: 10px;
}
ul#notifypanel > li {
	color: red;
}

/*
 * Red text for notify on front.
 */
span#frontnotifyack {
	color: red;
}

