body {
	background-color: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family:"Trebuchet MS";
	font-size: 12px;
}
table {
	/*width: 100%;*/
	
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table.menu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 120px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: url(bg.gif);
}
table.editPages {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
td.editPages {
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}
div.page {
	padding-left: 5px;
	padding-right: 5px;
	
}
div.pageView{
	width:99%;
	border: #f7e29d 1px solid;
	margin-left:4px;
	border: 0px #000000 solid;
}

#top {
	width:674px;
	height:127px;
	margin:3px;
	clip: rect(20px, 97px, 13px, 33px);
	overflow:hidden;
}

#top div{
	position:absolute;
	overflow:hidden;
	white-space:nowrap;
	height:107px;
	width:674px;
}

#frame {
	width:680px;
	border: 1px dotted #CDD2D6;
	text-align:left;
	float:left;
	clear:both;
	position: relative;
	margin: 0 auto;
}

p.rubrik {
	font-size: 16px;
	margin: 0px;
	padding: 5px;
	color: #a00;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
td.list {
	vertical-align: middle;
	color: #000000;	
}
table.menuknappar {
}
td.menuknappar {

	margin: 2px;
	padding: 2px;
}
td.menuknapp {
	padding: 5px;
	width: 60px; 
	height: 60px; 
	border: 1px solid #eee;
	text-align: center;
}
td.editor {
	width: 100%;
	height: 100%;
}
td.logo {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 0px;
	text-align: right;
}
img {
	margin: 0px;
	padding: 0px;
	border:0px;
}


/* Länkar */
a {
	text-decoration: none;
	color: #222222;
}
a.list {
	color: #a00;
	font-weight: normal;
}
a.bigList {
	color: #a00;
	font-weight: normal;
	font-size:16px;
}


/* CSS Document */
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.text{
line-height:14px;
}

html, body{
	scrollbar-face-color:#eee;
	scrollbar-track-color:#fafafa;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#fafafa;
	scrollbar-3dlight-color:#fafafa;
	scrollbar-highlight-color:#fafafa;
	scrollbar-shadow-color:#fafafa;	
}

td.menu{
border-right: #f7e29d 1px solid;
background-color:#f8eecb;
}
div.menu{
text-align:justify;
width:100%;
}
div.main{
height: 325px;
overflow:auto;
padding-top:5px;
}
td.main{
border: #f7e29d 1px solid;
text-align:justify;
}
td.bottom-right{
border-right: #f7e29d 1px solid;
border-left: #f7e29d 1px solid;
border-bottom: #f7e29d 1px solid;
background-color:#f8eecb;
}
td.bg{
background-image:url(../images/bg.gif);
padding-top:20px;
}
.sbmbtn{
	cursor:pointer;
	background: #f8eecb;
	color: #6a5719;
	border-top: 1px solid #f7e29d;
	border-left: 1px solid #f7e29d;
	border-right: 1px solid #f7e29d;
	border-bottom: 1px solid #f7e29d;
	padding: 1px;
}
.btn{
	cursor:pointer;
	background: #f8eecb;
	color: #6a5719;
	display:block;
	text-align:center;
	border-top: 1px solid #f7e29d;
	border-left: 1px solid #f7e29d;
	border-right: 1px solid #f7e29d;
	border-bottom: 1px solid #f7e29d;
	padding: 2px;
}
.normal{
background-color:#FFFFFF;
}
.shadow{
background-color: #f4f4f4;
}
.hover{
background-color: #a8e9ff;
}
.fontBold{

border-bottom: 1px dashed #666666;
width:60px;
}
.fontNormal{

border-bottom: 0px;

}



/* IMG */

img.showImg{
border: 1px #000 solid;
}
img.eventImg{
filter: alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;
border: 1px solid #666666;
}
img.eventImgHover{
filter: alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
border: 1px solid #666666;
}
img.buttonImg{
filter: alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;
border: 1px solid #eee;
margin-top:8px;
}
img.buttonImgHover{
filter: alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
border: 1px solid #eee;
margin-top:8px;
}

/* Texter */
span.bigLetter{
font-size:16px;
color: #a00;
}
.white{
color:#FFFFFF;
}
.red{
color: #a00;
}
.msg{
color: #a00;
}
.success{
color: #009900;
}
.error{
color: #FF0000;
}
span.pytteliten{
font-size:11px;
}


/* FORM */
.reg{
width: 150px;
}

.srch{
margin-top:2px;
color:#a00;
width:116px;
height:13px;
border-right:0px;
border-left:0px;
border-top:0px;
border-bottom:1px solid #a00;
background-color:#fafafa;
}

input.save {
	font-size: 10px;
	background-color: #ffffff;
}
input {
	background-color: #ffffff;
	font-size: 10px;
}
input.newPage{
}

select {
	font-size: 10px;
	border: 1px solid #000000;
}
.checkbox {
	background-color: transparent;
	border: 0px solid #000000;
}

select {
	border: 1px solid #000;
}
form{
margin: 0px 0px 0px 0px;
padding: 0px;
}
.hidden{
display:none;
}

/* Div */

div.notice{
width: 680px;
border: 1px solid #89e1ff;
background-color: #d2f4ff;
color: #00BFFF;
padding-top:8px;
padding-bottom:8px;
vertical-align:middle;
margin-bottom:20px;
height:auto;
float:left;
display:block;
}
div.bigLongSmall{
float:left;background: url(img/kunder/box_long_bg.gif) no-repeat;clear:both;width:695px;height:26px;margin-top:20px;text-align:center
}
div.boxSmall{
width:auto;
clear:both;
margin-top:20px;
}
div.boxSmallLeft{
width:8px;
background:url(img/box/left.gif) no-repeat;
height:26px;
float:left;
position:relative;
}
div.boxSmallRight{
width:8px;
background:url(img/box/right.gif) no-repeat;
height:26px;
float:left;
position:relative;
}
div.boxSmallCenter{
background:url(img/box/center.gif) repeat-x;
height:26px;
float:left;
position:relative;
text-align:center;
width:auto;
}
div.buttonMenu{
background: url(img/page/button_bg.gif) no-repeat;
width:87px;
height:65px;
clear:both;
text-align:center;
margin-left:0px;
margin-bottom:10px;
position:relative;
}

/* Popup div*/
div#TransparansDiv{
	z-index:2000;
	width:0px;
	height:0px;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
}
div#alertDiv{
	width: 280px;
	height: 80px;
	padding-top:5px;
	display:none;
	background-color:#FFFFFF;
	border: 2px dashed #F40000;
	position:absolute;
	top:0px;
	left:0px;
	font:"Trebuchet MS";
	font-size:14px;
	z-index:3000;
	
}
	.icon{
	float:left;
	position:relative;
	margin-right:5px;
	margin-left:5px;
	}
