/*
@font-face {
	font-family: "treb";
	src: url('../fonts/trebuc.eot');
}

@font-face {
	font-family: "treb";
	src: url('../fonts/trebuc.ttf');
}
*/
body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #e7e7e7;
	background: #ffffff;
}

body {
	/*font-family: treb, trebuchet, Verdana, Arial, sans-serif;*/
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	min-width: 1300px;
}

body.blank {
	background: #ffffff;
}

img { border: 0 none; }

.clear {
	clear: both !important;
	float: none !important;
	line-height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.clearContainer {
	width: 100%;
	overflow: hidden;
}

.hidden {
	display: none !important;
}

#dynmessage {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	background: #F8F6E3;
	font-weight: bold;
	text-align: center;
	z-index: 401;
}

#dynmessage DIV.a { border-bottom: 2px solid #fff; padding: 10px 20px; }
DIV.dynmessage-error { background: #c82e0f !important; color: #fff; }
DIV.dynmessage-ok { background: #0baa48 !important; color: #fff; }

.blue_text {
	color: #004d95;
}

.pointer, A {
	cursor: pointer;
}

.w20 { width: 20px; }
.w100 { width: 100px; }
.w200 { width: 200px; }
.w225 { width: 225px; }
.w250 { width: 250px; }
.w275 { width: 275px; }
.w300 { width: 300px; }
.mt5 { margin-top: 5px; }
.fs14 { font-size: 14px !important; }
.fleft { float: left; }
.fright { float: right !important; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.gray { color: #777777; }
.bold { font-weight: bold; }

.nostyle {
	border: none;
	background: none;
}

.curved {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*behavior: url('/kl/htdocs/css/border-radius.htc');*/
}

.curved1 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	/*behavior: url('/kl/htdocs/css/border-radius.htc');*/
}

.buttoned {
	border: 2px solid #000000;
	padding: 0 4px;
	line-height: 18px;
	display: block;
	width: 10px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

.blackbuttoned {
	border: 2px solid #000000;
	text-align: center;
	color: #000000;
	display: block;
	width: 15px;
	text-decoration: none;
	font-weight: bold;
}

.buttoned-ok {
	border: 2px solid green;
	text-align: center;
	background: #393939;
	color: #dadada;
	display: block;
	text-decoration: none;
	float: left;
	min-width: 60px;
	padding: 2px 0;
	font-weight: bold;
}

.buttoned-cancel {
	border: 2px solid red;
	text-align: center;
	background: #393939;
	color: #dadada;
	display: block;
	text-decoration: none;
	float: left;
	min-width: 60px;
	padding: 2px 0;
	font-weight: bold;
}

.buttoned-normal {
	text-align: center;
	background: #393939;
	color: #dadada;
	display: block;
	text-decoration: none;
	float: left;
	min-width: 60px;
	padding: 2px 0;
	font-weight: bold;
}

.ui-helper-hidden-accessible { display:none; }


/**** TITLES ****/

.title H1 {
	font-weight: bold;
	font-size: 18px;
}
