﻿/** standardstilar **/

html 
{
	padding:20px;
}

body, input, select
{
	color:#333;
	font-family:"Trebuchet MS", Verdana, arial;
}
input, select
{
	font-size:0.9em;
}

a 
{
	color:#006A8D;
}

#footer .footercontainer .box a 
{
	color:#fff;
	text-decoration:none;
}

#footer .footercontainer .box a:hover 
{
	text-decoration:underline;
}

#

h1
{
	font-size:1.5em;
	margin-top:1em;
}
h2
{
	font-size:1.2em;
}
li 
{
	list-style-type: square;
}
input.button
{
	border:1px solid #aaa;
	padding:1px;
	position:relative;
}

*:first-child + html input.button
{
	padding:0px;
}

th
{
	text-align:left;
}
/** boxar, sidhuvud master **/

.maintitle 
{
	font-size:2.5em;
}

.maintitle a 
{
	background-color:#fff;
	color:#fff;
}

.maintitle img
{
	border:none;
}

#content
{
	border-top:1px solid #CCCCCC;
	padding-top:0px;
	margin-top:5px;
}

#headbox .loginname, #headbox .loginlink
{
	/*float:right;*/
}

.loginusername
{
	font-size:smaller;
}
#footer
{
	padding-top:30px;
}

#footer .footercontainer 
{
	width:100%;
	background-color:#0797B2;
}

#footer .footercontainer .box 
{
	color:White;
	float:left;
	text-align:center;
	width:30%;
}

.editlink
{
	font-size:12px;
	color:#555;
}
#quickmenu
{
	background-color:white;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	position:absolute;
	right:15px;
	top:30px;
	width:120px;
}
.spacer 
{
	clear:both;
}
#menu 
{
	display:inline;
	margin-left:25px;
}
#menu a
{
	padding:5px;
	text-decoration:none;
	background-color:#0797B2;
	border:1px solid #ccc;
	color:white;
	margin:1px;
}
#menu a.selected 
{
	background-color:white;
	color:#111;
}

#menu a:hover
{
	text-decoration:underline;
	border:1px solid #aaa;
}
.info 
{
	border:1px dashed purple;
	padding:10px;
	background-color:#eee;
	width:400px;
	display:block;
}
.infobox
{
	float:right;
	border:1px dashed #ccc;
	margin-right:40px;
	margin-top:30px;
	padding:20px;
	width:150px;
}

.error_box 
{
	border:1px dashed purple;
	padding:10px;
	background-color:#eee;
	display:block;
}
.error_title
{
	color:Red;
	font-weight:bold;
	display:block;
}
.error_message
{
	font-weight:bold;
}
.error_stacktrace
{
	display:none;
}
.error_footer
{
	display:block;
	padding-top:5px;
	font-style:italic;
	font-size:smaller;
}

/**  paging **/
.selectedpage 
{
	font-weight:bold;
}


/** redigeringsformulär **/

.editbox fieldset
{
	width:850px;padding:9px;
}

.label 
{
	font-weight:bold;
	width:150px;
	display:block;
	float:left;
}
.labelbox 
{
	padding-left:150px;
}
.helptext 
{
	font-style: italic;
	float:right;
	width:200px;
}
.listbox 
{
	width:150px;
	height:150px;
}

.editbox textarea
{
	height:70px;
}
 .editbox .textfield, .editbox textarea
 {
 	width:450px;
 }
 
 .editbox .pagenr
 {
 	text-align:center;
 	width:40px;
 }
 


/** söklista **/

#searchform
{
	float:left;
}
#searchbuttons
{
	float:left;
}

.advancedsearch
{
	border:1px solid #ccc;
	background: #efefef;
	width:200px;
	padding:10px;
	margin:10px;
	margin-left:0px;
}
.advancedsearch2
{
	padding-top:10px;
	padding-bottom:20px;
	padding-left:0px;
}
        
table.search td
{
	vertical-align:top;
	border-top: 1px solid #aaa;
	
}

.pagingbox 
{
	font-size:1.3em;
    text-align: left;
}

.row2
{
	background-color: #eee;
}
.smalllink
{
	font-size:0.9em;
}

/** fullpost **/

.fieldtitle
{
	font-weight:bold;
	padding-right:3px;
}

.listpagenr
{
	color:#888;
}
.authorlink
{
	color:Purple;
}