* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Calibri, verdana, arial, helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	background-color: #f0f0f0;
	text-align: center;
	line-height: 150%;
}
a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	outline:none;
}
a:hover {
	border-bottom: 1px solid #666;
	color: #222;
}
h1 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #263356;
	font-size: 20px;
}
h2 {
	margin: 10px 0;
	color: #263356;
	font-size: 16px;
}
p, ul, pre {
	margin: 8px 0;
}
ul {
	padding-left: 20px;
	list-style: square;
}
code {
	padding: 0 2px;
	font-size: 1.2em;
	background: #e8e8e8;
}
pre {
	border: 1px solid #263356;
	padding: 0 8px;
	font-size: 1.2em;
	background: #e8e8e8;
}
acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}
/** Form **/

label {
	margin: 3px 0;
	font-size: 90%;
	font-weight: bold;
	display: block;
}
label.checkbox {
	font-weight: normal;
	display: inline;
}
label span.label_required {
	color: #bf5940;
	;
	font-size: 90%;
}
input, textarea, select {
	border: 1px solid #515151;
	padding: 4px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background: white;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #515151;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #515151;
}
fieldset {
	margin: 10px 0;
	padding: 10px;
	padding-top: 5px;
	border: 1px solid #ccc;
}
fieldset legend {
	font-size: 90%;
	font-weight: bold;
}
input {
	width: 200px;
}
input.short {
	width: 50px;
}
input.medium {
	width: 150px;
}
input.long {
	width: 320px;
}
input.checkbox {
	border: 0;
	width: auto;
	background:transparent;
}
textarea {
	width: 400px;
	height: 150px;
}
textarea.short {
	height: 70px;
}
input, textarea, select {
	border: 1px solid #ccc;
	background-image: url(../images/layout/bg_inputs.png);
	background-repeat: no-repeat;
	padding: 2px 5px;
	font-family: calibri, tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
button, button.submit, input[type=submit], button[type=submit], .submit {
	background-image: url(../images/layout/bg_crumbs.png);
	background-repeat: repeat-x;
	background-color: #599db7;
	color: white;
	border:1px solid #4887a0;
	font-size: 12px;
	font-weight: bold;
	padding:4px 6px;
	letter-spacing: 1px;
	margin-top:10px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-radius-bottomright: 6px;
	-khtml-border-radius-bottomleft: 6px;
	-khtml-border-radius-topright: 6px;
	-khtml-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
button:hover, button.submit:hover, input[type=submit]:hover, button[type=submit]:hover, .submit:hover {
	color: #2b586a;
	border:1px solid #2b586a;
}
span.required {
	color: red;
	font-size: 90%;
}
#formErrors {
	border: 1px solid #efcab8;
	background-color: #f9ece6;
	background-image: url(../images/layout/bg_alert.png);
	background-repeat: repeat-x;
	padding:5px;
}
#success {
	margin-bottom: 10px;
	padding: 5px;
	border:1px solid #f2eeb7;
	background:#faf9e4 url(../images/layout/bg_success.png) repeat-x top center;
}
/** Classes **/

.desc {
	font-size: 90%;
	color: #666;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.note {
	border: 1px solid #263356;
	padding: 0 8px;
	background: #e8e8e8;
}
/** Construction **/

#dialog {
	margin: 150px auto;
	border:1px solid #e0e0e0;
	padding: 25px;
	width: 352px;
	font-size:12px;
	text-align: left;
	background-color: #f5f5f5;
	background-image: url(../images/logtypes/dialogtopback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#dialog h1 {
	padding-right:60px;
}
#loginSubmit {
	text-align: right;
}
/** Login dialog **/

#loginUsernameDiv, #loginPasswordDiv {
	padding-top: 3px;
}
#loginUsernameDiv {
	float: left;
	width: 170px;
}
* html #loginUsernameDiv {
	margin-top: 1px;
}
#loginPasswordDiv {
	width: 170px;
	margin-left:170px;
}
.checkbox {
	background-color:none;
}
#loginSubmit span, #forgotPasswordSubmit span {
	padding-left: 6px;
	font-size: 11px;
}
* html #loginSubmit span, * html #forgotPasswordSubmit span {
	position: relative;
	top: -4px;
}
