@charset "utf-8";
/* CSS Document */
/* Author: Christer */
/* General styles for typography */

/* BODY (only typography)
---------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:20px;
	color:#666;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#9F1C21;
	outline:none;
	text-decoration:none;
} 
a:hover, 
a:active {
	color:#9F1C21;
	text-decoration:underline;
}

/* Images in TinyMCE
---------------------------------------- */
.imageMarginLeft {
	margin:0 0 5px 10px;
}
.imageMarginRight {
	margin:0 10px 5px 0;
}

/* Header Tags
---------------------------------------- */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:15px;
	line-height:21px;
	color:#9F1C21;
	margin:0px 0px 10px 0px;
	padding:0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	color:#9F1C21;
}	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
	color:#9F1C21;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#666666;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

/* Misc
---------------------------------------- */
p {
	margin:0 0 10px 0;
}
img {
	border:none;
	outline:none;
}
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:left;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}

/* Lists
---------------------------------------- */
ul {}
ul li {
	padding:0 0 0 15px;
	margin:0 0 5px 20px;
}
ol {}
ol li {
	padding:0 0 0 10px;
	margin:0 0 5px 25px;
}

/* Forms
---------------------------------------- */
form {
	padding:0;
	margin:0;
}
input[type="text"] {
	vertical-align:middle;
}
input[type="text"]:focus {}

input[type="submit"] {
	vertical-align:middle;
}
input[type="submit"]:focus {
}
textarea {
	vertical-align:middle;
}
textarea:focus {}

 
input {}
input:focus {
	background:#FFF;
}

.loginfield {
	height:22px;
	line-height:17px;
	background:#FFF;
	font-size:14px;
	color: #333;
	width:140px;
	border:1px solid #999;
}
.inputfield {
	height:18px;
	line-height:17px;
	background:#FFF;
	font-size:14px;
	color: #333;
	border:1px solid #999;
	vertical-align:middle;
}
.textareafield {
	line-height:14px;
	background:#FFF;
	font-size:12px;
	color: #333;
	border:1px solid #999;
}
.submitbutton {
	border:1px solid #999;
	background:#FFF;
	height:22px;
	vertical-align:middle;
	outline: none;
}
