/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color:       #000000;
	background:  #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size:   12px;
}

body#bd {
	color: #333333;
	background: #F2F2F2;
}

[onClick] {
	cursor: pointer;
}

#horse-clicker {
	position   : absolute;
	top        : 30px;
	left       : 460px;
	width      : 110px;
	height     : 64px;
	opacity    : 0;
	z-index    : 1024;
}

/* Rightside boxes */
div.module h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 2px solid #F6F6F6;
	color: #333333;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	background: url(/data/images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: url(/data/images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(/data/images/b-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 0 15px 10px;
	background: url(/data/images/b-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin:     0;
	padding:    0;
	float:      none;
	width:      99%;
	background: none;
}

/* Normal link */
a {
	color: #f60;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #f60;
	text-decoration: none;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:   180%;
	margin:      1em 0;
	padding:     0;
}

h2 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:   200%;
	font-weight: normal;
	padding:     5px 0 8px;
	margin:      0;
}

h3 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:   125%;
	margin:      1em 0;
	padding:     0;
}

h4 {
	font-family:    "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:      100%;
	text-transform: uppercase;
	margin:         1em 0;
	padding:        0;
}

p, pre, blockquote, ul, ol {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(/data/images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

/* Tips, Error, Message, Hightlight*/
.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.category {
	font-weight: bold;
}

.moduletable {
	padding: 0;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 100%;
	margin: 0;
	background: #F2F2F2;
}

#ja-mainbody-fr #ja-col1 {
	width: 20%;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 80%;
}

#ja-mainbody, #ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody #ja-contentwrap {
	float: right;
	width: 75%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
}

#ja-mainbody-f, #ja-mainbody-fr {
	float: none;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 74.8%;
	float: right;
}

#ja-mainbody-fr #ja-col1 {
	width: 20%;
	float: left;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 80%;
}

#ja-content {
	padding: 0 20px 0 40px;
}
#ja-contentwrap {
	min-height: 300px;
	height: auto;
}
* html #ja-contentwrap {
	height: 300px;
}
#ja-mainbody-fl #ja-content {
	padding-left: 0;
}

#ja-mainbody-f #ja-content {
	padding: 0;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: #fff;
	color: #CCCCCC;
	line-height: normal;
	height: 119px;
	border-bottom:5px solid #069;
}

#ja-headerwrap.admin {
	border-bottom:5px solid #a00;

}

#ja-header {
	position: relative;
	height: 119px;
	border: 1px solid rgba(0, 0, 0, 0);
}

.ja-headermask {
	width: 602px;
	display: block;
	height: 90px;
	position: absolute;
	top: 0;
	right: -1px;
}

#ja-header a {
	color       : #CCCCCC;
	margin-top  : 17px;
	margin-left : 16px;
}

h1.logo, h1.logo-text {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo a {
	width: 208px;
	display: block;
	background: url(/data/images/logo.png) no-repeat;
	height: 100px;
	position: relative;
	z-index: 100;
}

h1.logo.admin a {
	background: url(/data/images/logo_admin.png) no-repeat;
}

/* Search */
#ja-search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	position: absolute;
	bottom: -34px;
	right: 0;
}

#ja-search .inputbox {
	width: 120px;
	border: 1px solid #ccd;
	padding: 3px 5px;
	color: #999999;
	background: #ffffff;
	font-size: 92%;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	padding: 0 0 20px;
	margin-bottom: 15px;
	background: url(/data/images/hdot.gif) repeat-x bottom;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	padding: 0 0 8px;
	margin: 0;
	color: #333333;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

/* Module rounded */
div.banneritem_text {
	padding: 5px 0 !important;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 24.99%;
	padding-top: 10px;
	overflow: hidden;
}

#ja-col2 {
	float: right;
	width: 20%;
	overflow: hidden;
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/bullet.gif) no-repeat 5px 50%;
}

#ja-col1 ul, #ja-col2 ul {
	margin: 0;
}

#ja-col1 ol, #ja-col2 ol {
	margin-left: 5px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	border-top: 5px solid #CCCCCC;
	padding: 20px 0 30px;
	clear: both;
	background: url(../images/grad3.gif) repeat-x bottom #F6F6F6;
}

#ja-footer {
	padding: 0;
	color: #666666;
	background: url(../images/vdot.gif) repeat-y 22% 0;
	position: relative;
}

#ja-footer .copyright {
	clear: both;
	display: block;
	padding-left: 25%;
	color: #666666;
	font-style: normal;
	font-size: 92%;
}

#ja-footnav {
	padding-left: 25%;
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 15px 0 0;
	display: inline;
	color: #666666;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #333333;
	text-decoration: none;
}

/* MISCELLANOUS
----------------------------------------------------------- */
#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 10px 0 0;
}

#form-login .inputbox {
	width: 90%;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* egna andringar */

table.c {
	border-color:#ccccdd;
}

.textPL {
	padding-left: 20px;
}

.imgBorder {
	border:  2px solid #ccc;
	padding: 5px;
}

div.error {
	border     : 2px solid #a02c2c;
	background : #ffd5d5;
	padding    : 12px;
	display    : inline-block;
	margin-top : 32px;
	font-size  : 13px;
	color      : #000;
}

div.warning {
	border     : 2px solid #a0a02c;
	background : #ffffd5;
	padding    : 12px;
	display    : inline-block;
	margin-top : 32px;
	font-size  : 13px;
	color      : #000;
}

