﻿@import url("Reset.css");

/* Standard link behaviour */

a:link
{
	color: #336699;
	text-decoration:underline;
}rach-results
a:visited
{
	color: #336699;
}
a:focus, a:hover, a:active
{
}

/* Some very basic classes */
.left {	float: left; }
.right { float: right; }
.clear { clear: both; height: 10px; }

/* This setting enables 1em to equal 10px */
body 
{
	font-size: 62.5%;
	font-family: Verdana, Arial, Sans-Serif;
}

span.red, .error-message
{
	color: #993322 !important;
}

/* Main layout */
div#page-wrapper
{
	/* width: 1169px; */
	width: 100%;
	margin: 0 auto;	
	padding: 0;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	font-size: 1.1em;
	line-height: 1.1em;

}

/* Header */
div#header
{
	width: 1008px;
	min-height: 164px;
	/* margin: 0 81px 0 81px; */
	margin: 0 auto;
	background-color: #000;
	background-image: url(../images/head-bg.jpg);
	background-repeat: no-repeat;
}

div#header div#header-top
{
	width: 100%;
	height: 136px;
	
}

div#header a.logo
{
	float: left;
	display: block;
	width: 128px;
	margin: 22px 0 0 33px;
}

div#header div#header-search
{
	float: right;
	margin: 80px 34px 0 0;
	width: 220px;
}

div#header div#header-search p
{
	color: #fff;
	font-weight: bold;
}

div#header div#header-search .shaded
{
	margin: 0.6em 0 0.5em 0;
	width: 170px;
}

/* ***** Top menu tabs *************************************************** */
div#header div#top-menu
{
	background-image: url(../images/menu-tabs-top-bg.gif);
	background-repeat: repeat-x;
	background-position: top;	
}

div#header div#top-menu ul
{
	width: 100%;
	margin: 0;
	list-style: none;
	background-image: url(../images/menu-tabs-bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 28px;
}

div#header div#top-menu ul li
{
	background-image: url(../images/menu-tab-top-bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	min-height: 28px;
}

div#header div#top-menu ul li a
{
	display: block;
	background-image: url(../images/menu-tab-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8px 10px 6px 10px;
	min-height: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#header div#top-menu ul li.selected 
{
	/*background-color: Red;*/
}

div#header div#top-menu ul li.selected a 
{
	background-image: url(../images/meny_bg_selected.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* *********************************************************************** */



div#body
{
	width: 1007px;
	min-height: 500px;
	/* margin: 0 81px 0 81px; */
	margin: 0 auto;
}

div#body div#left-column
{
	float: left;
	width: 171px;
	padding: 25px 0 0 9px;
}

div#body div#right-column
{
	float: right;
	width: 225px;
	padding: 25px 0;
}

div#body div#center-column
{
	float: left;
	margin: 0 0 0 10px;
	width: 575px;
	padding: 26px 0;
}
            
div#footer
{
	/* width: 1169px; */
	width: 100%;
	min-width: 1007px;
	height: 145px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}

div#footer span
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 85px;
	color: #898989;
	font-family: Georgia, Serif;
	font-size: 1.2em;
	line-height: 1.5em;
}


/* **************************** Left Menu ******************************** */
div#body div#left-column div#left-menu-container
{
	float: left;
	background-image: url(../images/left-menu-bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
	width: 171px;
	min-height: 400px;
}

div#body div#left-column div#left-menu-container ul
{

}

div#body div#left-column div#left-menu-container ul li
{
	float: left;
}

div#body div#left-column div#left-menu-container ul li a
{
	color: #4D4A4A;
	font-weight: bold;
	text-decoration: none;
	width: 136px; 
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 7px;
}

div#body div#left-column div#left-menu-container ul li a:hover,
div#body div#left-column div#left-menu-container ul li a.selected
{
	background-color: #000;
	color: #fff;
}

div#body div#left-column div#left-menu-container ul li ul li a
{
	font-weight: normal;
	padding: 7px 0 7px 14px;
}

/* *********************** Input fields ***************************************/
input.shaded
{
	border-right: 1px solid #707070;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-top: none;
	background-color: #fff;
	background-image: url(../images/input-bg.gif);
	background-repeat: no-repeat;
	padding: 3px;
	height: 1.2em;
}

input.btn
{
	background: #77a3c6 url(../images/button-bg.gif) no-repeat top;
	border: 1px solid #105b9c;
	color: #fff;
	text-align: center;
	font-size: 1.0em;
	text-transform: uppercase;
	min-height: 20px;
	padding: 0 5px 0 5px;
	margin: 0;
	width: auto !important;
		
}

/* ************************* Calendar ***************************************/
div.calendar
{
	width: 217px;
	float: left;
	background-image: url(../images/calendar-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 30px 0;
	margin-bottom: 10px;
}

div.calendar h2
{
	background-image: url(../images/calendar-top-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 33px;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 39px;
}

div.calendar ul
{
	float: left;
	margin-top: 10px;
}

div.calendar ul a, div.calendar ul a:hover
{
	cursor: pointer;
	text-decoration: none;
	display: block;
	float: left;
	width: 203px;
	margin: 9px 0 0 5px;
	padding: 0px 0 8px 0;
	min-height: 47px;
	border-bottom: 1px solid #d1d1d1;
	background-image: url(../images/date-bg.gif);
	background-repeat: no-repeat;
}

div.calendar span.date
{
	display: block;
	float: left;
	width: 47px;
	padding: 9px 0 0 3px;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
}

div.calendar span.date big
{
	font-size: 1.5em;
	font-weight: bold;
}

div.calendar span.description
{
	display: block;
	float: right;
	width: 141px;
	padding: 0 0 0 12px;
	color: #000;
}

div.calendar span.description big
{
	display: block;
	color: #386688;
	margin: 0 0 4px 0;
	font-size: 1.2em;
}

div.calendar span.description small
{
	display: block;
	color: #7f7f7f;
	margin: 4px 0;
	font-size: 0.9em;
}

div.calendar a:hover span.description big
{
	text-decoration: underline;
}

div.calendar div.linkmoreevents
	{
		float: right;
		margin-right: 40px;
		margin-bottom: 25px;
		margin-top: 25px;
	}
div.calendar div.linkmoreevents a.linkevents
	{
		text-decoration: none;
		font-weight: bold;
		/*margin-top: 20px;*/
	}	
div.calendar div.linkmoreevents img
	{
		border: none;
		/*margin-top: 20px;*/
	}		
div.calendar div.linkmoreevents label
	{
		
	}

/* ********************** 3D-boxes ********************************* */
div.box-3d
{
	float: left;
	width: 217px;
	margin: 10px 0 0 0;
	background-image: url(../images/3dbox-bottom-bg.gif);
	background-position: bottom;
}

div.box-3d h2
{
	background-image: url(../images/3dbox-top-bg.gif);
	background-position: top;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 10px 0;
}

div.box-3d span
{
	display: block;
	padding: 2px 8px 16px 8px;
}

/* Special cases */
div.box-3d h2.newsletter
{
	min-height: 44px;
	background-image: url(../images/3dbox-stamp-top-bg.gif);
	background-position: top;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	padding: 27px 0 10px 8px;
}

div.box-3d fieldset.newsletter
{
	width: 201px;
	padding: 0 8px 16px 8px;
}

div.box-3d fieldset.newsletter input.text
{
	width: 194px;
	margin: 4px 0 4px 0;
}

div.box-3d fieldset.newsletter input.btn
{
	float: right;
}



/* **************** Web poll ******************************* */
div.poll
{
	float: left;
	width: 156px;
	background-image: url(../images/poll-bg.gif);
	background-repeat: no-repeat;
}

div.poll fieldset
{
	float: left;
	width: 136px;
	margin: 125px 6px 0 6px;
	border-bottom: 1px solid #cfcfd1;
	padding: 0 4px 0 4px;
	font-size: 0.9em;
}

div.poll fieldset h2
{ 
	font-weight: bold;
	border-bottom: 1px solid #e8e4e5;
	margin: 0 0 8px 0;
	padding: 0 0 4px 0;
	text-align: center;
}

div.poll fieldset dl dt
{
	float: left;
	clear: left;
	width: 20px;	
}

div.poll fieldset dl dd
{
	width: 116px;
	display: block;
	min-height: 20px;
	margin: 0 0 7px 20px;
	padding-top: 3px;
}

div.poll fieldset input.btn
{
	clear: both;
	float: right;
	font-size: 1.1em;	
}

div.poll fieldset div
{
	clear: both;
	float: right;
	width: 132px;
	border-top: 1px solid #e8e4e5;
	margin: 17px 0 0 0;
	padding: 5px 0 20px 4px;
	line-height: 1.6em;
}

div.poll fieldset a
{
	text-decoration: none;
}

div#body div#center-column div.webpolllist a
{
	text-decoration: none;
}

/* ***************************** Center column textual *********************** */
div#body div#center-column
{

}

div#body div#center-column h1
{ 
	font-family: Georgia, Serif;
	font-size: 2.1em;
	font-weight: normal;
	padding-bottom: 0.2em;
	line-height: 1.3em;
}

div#body div#center-column h2
{ 
	font-family: Georgia, Serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.6em 0 0.3em;
}

div#body div#center-column h3
{ 
	font-family: Georgia, Serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0.9em 0 0.3em;
}

div#body div#center-column span.article-date
{
	font-family: Georgia, Serif;
	font-size: 1.2em;
	color: #666;
	display: block;
	margin-bottom: 8px;
}

div#body div#center-column span.article-date-h2
{
	margin-bottom: 4px !important;
}

div#body div#center-column p
{
	line-height: 1.2em;
	/*margin: 0 0 8px;*/
	padding: 2px 0px 12px 2px;
}

div#body div#center-column p.ingress
{
	font-weight: bold;
}

div#body div#center-column p span.ingress
{
	font-weight: bold;
}

div#body div#center-column td, div#body div#center-column th
{
	padding: 0.3em 0 0.3em 0.3em;
}

div#body div#center-column ol
{
	list-style-type: decimal;
	list-style-position: inside;
}

div#body div#center-column ul
{
	list-style-type: disc;
	list-style-position: inside;
}

div#body div#center-column div.news-list p
{
	margin-bottom: 5px;
}

div#body div#center-column div.news-list a
{
	display: block;
	text-decoration: none;
	font-family:Georgia,Serif;
	font-size:1.0em;
	font-weight:bold;
	padding:0.6em 0 0.3em;
}

img.image_left
{
	float: left;
	margin: 10px 8px 5px 0;
}

img.image_right
{
	float: right;
	margin: 10px 0 5px 8px;
}

img.image_middle
{
	margin: 10px 0 10px 0;
	display: block;
}

/* ******************** Center column, columns ******************************* */
div#body div#center-column div.two-col
{
	float: left;
	border-top: 1px solid #e8e4e5;
	width: 100%;
	margin-top: 8px;
	padding-top: 8px;

}

div#body div#center-column div.two-col div.left-col
{
	float: left;
	width: 275px;
}

div#body div#center-column div.two-col div.right-col
{
	float: right;
	width: 275px;
}


 /* ******************** Center column, tipsa om ******************************* */

div#body div#center-column div.tip
{
	margin-top: 20px;
	clear: both;
}

div#body div#center-column div.tip table
{
	margin-top: 10px;
}

div#body div#center-column div.tip table td.labelattop
{
	vertical-align: top;
	padding-top: 7px;
}

.calenderextender *
{
	padding: 0px !important;
	margin: 0px;
	background-color: #ddd;
}

 /* ******************** Error box ******************************* */
div.error-box
{
	color: #e04141;
	border: 3px double #e04141;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #ddd;
	float: left;
	width: 500px;
}

div.error-box ul
{
	list-style-type: disc;
	list-style-position: inside;
}

 /* ******************** Information box ******************************* */
div.info-box
{
	color: #336699;
	border: 3px double #336699;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #ddd;
	float: left;
	width: 500px;
}

div.info-box ul
{
	list-style-type: disc;
	list-style-position: inside;
}

/* Autocomplete list */

.autocomplete-list
{
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: verdana, Arial, Sans-Serif;
    margin: 0;
	list-style-position: outside !important;
	list-style-type: none !important;
    position: absolute;
    cursor: default;
}

/* Puffs */
a.arrow-link
{
	display: block;

	margin: 4px 0 6px 0;
	text-decoration: none;
	color: #03406D;
	
	background: transparent url(../images/icon-arrow-blue.gif) no-repeat left 1px;

	padding: 0 0 0.3em 13px;
}

/* General */
div.puff-image-text, 
div.puff-image,
div.puff-link-list
{
	margin-bottom: 10px;
	float: left;
}

div.puff-image-text p, 
div.puff-link-list p
{
	margin: 0 !important;
}

/* Image/text in left column */
div#body div#left-column div.puff-image-text,
div#body div#left-column div.puff-link-list
{
	width: 171px;
	color: #4D4C4A;
	background-image: url(../images/left-rounded-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#body div#left-column div.puff-image-text div,
div#body div#left-column div.puff-link-list div
{
	width: 155px;
	background-image: url(../images/left-rounded-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 8px 8px 16px 8px;
}

div#body div#left-column div.puff-image-text div img,
div#body div#left-column div.puff-link-list div img
{
	margin-bottom: 4px;
}

div#body div#left-column div.puff-image-text div span.title,
div#body div#left-column div.puff-link-list div span.title
{
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

div#body div#left-column div.puff-link-list div span.title
{
	margin-bottom: 7px !important;
}

/* Image/text in right column */
div#body div#right-column div.puff-image-text,
div#body div#right-column div.puff-link-list
{
	width: 217px;
	color: #4D4C4A;
	background-image: url(../images/right-rounded-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#body div#right-column div.puff-image-text div,
div#body div#right-column div.puff-link-list div
{
	width: 193px;
	background-image: url(../images/right-rounded-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 12px 12px 16px 12px;
}

div#body div#right-column div.puff-image-text div img,
div#body div#right-column div.puff-link-list div img
{
	margin-bottom: 4px;
}

div#body div#right-column div.puff-image-text div span.title,
div#body div#right-column div.puff-link-list div span.title
{
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

div#body div#right-column div.puff-link-list div span.title
{
	margin-bottom: 7px !important;
}

/* Image/text in center column */
div#body div#center-column div.right-puff
{
	float: right !important;
}

div#body div#center-column div.puff-image
{
	float: left;
	width: 275px;	
}

div#body div#center-column div.puff-image-text,
div#body div#center-column div.puff-link-list
{
	float: left;
	width: 275px;
	color: #4D4C4A;
	background-image: url(../images/center-rounded-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#body div#center-column div.puff-image-text div,
div#body div#center-column div.puff-link-list div
{
	width: 251px;
	background-image: url(../images/center-rounded-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 12px 12px 16px 12px;
}

div#body div#center-column div.puff-image-text div img,
div#body div#center-column div.puff-link-list div img
{
	margin-bottom: 4px;
}

div#body div#center-column div.puff-image-text div span.title,
div#body div#center-column div.puff-link-list div span.title
{
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

div#body div#center-column div.puff-link-list div span.title
{
	margin-bottom: 7px !important;
}

/* ******************** Center column, Local startpage ******************************* */
 
div#body div#center-column div.contact-box
{
	background: url(../images/contact-box-bottom.gif) no-repeat bottom left;
	padding-bottom: 5px;

}
 
div#body div#center-column div.contact-box div
{
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 25px;
	width: 85%;
}
 
div#body div#center-column div.contact-box div p
{
	line-height: 1.5em;

}
  
div#body div#center-column div.contact-box h2
{
	background: url(../images/contact-box-top.gif) no-repeat top left;
	padding-top: 30px;
	padding-left: 15px;

}
    
div#body div#center-column div.grey-box
{
	background: url(../images/grey-box-bottom.gif) no-repeat bottom left;
	padding-bottom: 30px;
	min-height: 180px;
}

div#body div#center-column div.grey-box div.PagingContainer
{
	/*padding-left: 13px;
	padding-top: 15px;*/
	margin-left: 13px;
	margin-top: 15px;
}

div#body div#center-column div.grey-box h2
{
	background: url(../images/grey-box-top.gif) no-repeat top left;
	padding-top: 10px;
	padding-left: 12px;
}

div#body div#center-column div.grey-box ul
{
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}

div#body div#center-column div.grey-box ul li
{
	display: block;
	padding: 5px 0 0 12px;
}

div#body div#center-column div.grey-box ul li a
{
	text-decoration: none;
} 

div#body div#center-column div.grey-box ul li span.date
{
	color: #666;
}

div#body div#center-column div.grey-box-full-width
{
	background: url(../images/grey-box-full-width-bottom.gif) no-repeat bottom left;
	padding-bottom: 30px;
	min-height: 50px;
	float: left;
	width: 575px;
	clear: both;
	margin-bottom: 15px;
}

div#body div#center-column div.grey-box-full-width h2
{
	background: url(../images/grey-box-full-width-top.gif) no-repeat top left;
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 12px;
}

div#body div#center-column div.mylocaltext
{
	margin-top: 10px;
}

div#body div#center-column div.grey-box-full-width div.municipality
{
	clear: right;
}

div#body div#center-column div.grey-box-full-width div.municipality input
{
	margin-left: 10px;

}

div#body div#center-column div.grey-box-full-width div.municipality input.btn
{

}



/* ********************** News listing ******************/
div.search-filter
{
	float: left;
	width: 540px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 10px;
}

div.search-filter div.left
{
	margin-right: 10px;
	padding: 0;
}

div.search-filter div.left label
{
	font-weight: bold;
	line-height: 1.4em;
}

.search-results
{
	width: 540px;
	clear: both;
}

.search-results a
{
	display:block;
	font-family:Georgia,Serif;
	font-size:1em;
	font-weight:bold;
	padding:0em 0 0.3em;
	text-decoration:none;
}

.search-results .pager a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	text-decoration: underline;
}

.w135
{
	width: 135px;		
}

/* ********************** Bandpresentation, Alphabet List ******************/
div#body div#center-column div.alphabetlist
{
	margin-top: 20px;
	margin-bottom: 20px;
}	

div#body div#center-column div.alphabetlist a
{
	margin-right: 5px;
}

/* ************************* Web poll ************************ */
p.web-poll
{
	font-size: 1.4em;	
}

div.web-poll
{
	width: 575px;
	background-color: #eee;
	padding: 15px 0 10px 0;
}

div.web-poll div.answer
{
	width: 555px;
	padding: 0 10px 0 10px;
}

div.web-poll div.answer p
{
	padding: 0 0 3px 0;
	margin: 0 !important;
}

div.web-poll div.bar
{
	width: 100%;
	height: 20px;
	background-color: #ddd;
	margin: 0 0 10px 0;
	padding: 0;
}

div.web-poll div.bar img
{
	height: 20px;
}

/* ********************** Band ******************/
div#body div#center-column div.letter
{
	font-size: 1.8em;
	/*font-weight: bold;*/
	margin-left: 1px;
	margin-top: 30px;
}


div#body div#center-column div.band img
{
	margin-top: 10px;
}

/* ********************** Event Spelning ******************/
div#body div#center-column div.event img
{
	margin-top: 10px;
}

/* ********************** Venue Spelställe ******************/
div#body div#center-column div.venue img
{
	margin-top: 10px;
}

/* **************************** Gig ***************** */
div#body div#center-column div.contact-box
{
	background: url(../images/contact-box-bottom.gif) no-repeat bottom left;
	padding-bottom: 5px;
}
 
div#body div#center-column div.contact-box div
{
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 25px;
}
 
div#body div#center-column div.contact-box div p
{
	line-height: 1.5em;
}
  
div#body div#center-column div.contact-box h2
{
	background: url(../images/contact-box-top.gif) no-repeat top left;
	padding-top: 30px;
	padding-left: 15px;
}

 /* ******************** Center column, registration (Anmälningssida) ******************************* */

div#body div#center-column div.registration
{
	margin-top: 20px;
	clear: both;
}

div#body div#center-column div.registration table
{
	margin-top: 10px;
	width: 60%;
}

div#body div#center-column div.registration a.personalrecords
{
	margin-left: 5px;
}

div#body div#center-column div.registration span.red
{
	color: #993322;
}

div#body div#center-column div.registration table td.labelattop
{
	vertical-align: top;
	padding-top: 7px;
	width: 10em;
}

div#body div#center-column div.registration table td.label
{
	width: 10em;
}

div#body div#center-column div.registration table td input, textarea
{
	width: 15em;
}


div#body div#center-column div.registration table td span input
{
	width: 2em;
}



div#body div#center-column div.chosencourse
{
	margin-top: 20px;
	margin-bottom: 30px;
}

div#body div#center-column div.chosencourse td
{
	padding: 0;
}

div#body div#center-column div.chosencourse td input
{
	font-size: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	background-color:Transparent;
}

div#body div#center-column div.chosencourse table
{
	width: 550px;
	margin-top: 12px;
}

/*div#body div#center-column div.chosencourse table tbody tr
{
	line-height: 1em;
}*/

/*div#body div#center-column div.chosencourse table tbody tr.alternate
{
	background: #e5e4e2;
}

div#body div#center-column div.chosencourse table tbody tr.alternate td input
{
	background: #e5e4e2;
}*/

div#body div#center-column div.chosencourse table tbody tr td input
{
	border: none;
	width: 350px;
}

div#body div#center-column div.chosencourse table tbody tr td label
{
	font-weight: bold;
}

div#body div#center-column div.chosencourse label
{
	font-weight: bold;
}

/* ************************** GIG Registration ******************* */
fieldset.registration-form
{
	font-size: 1.1em;		
}

fieldset.registration-form label
{
	margin-top: 7px;
	display: block;
	font-weight: normal;
}
fieldset.registration-form td
{
	vertical-align: top;
}

fieldset.registration-form input
{
	width: 170px;	
}

fieldset.registration-form input.file-input
{
	width: 300px;	
}

fieldset.registration-form span.check input
{
	width: 25px !important;	
}

fieldset.registration-form span.check label
{
	display: inline;
}

fieldset.registration-form select,
fieldset.registration-form select option
{
	width: 176px;	
}

fieldset.registration-form div.error-box
{
	color: #000 !important;
	width: 290px !important;
}

fieldset.registration-form div.error-box ul
{
	margin-top: 10px;
	color: #993322 !important;
}

/* Search */
.contentserachform 
{
	height:135px;
}
.rightalign 
{
	text-align:right;
}


#mainsearchform
{
	background: #fff url('../images/bg_searchform_top.png') no-repeat left top; 
	padding-top:9px;
	margin-bottom:1em;
	
	
}

#mainsearchform .innersearchform
{
	padding:10px 0px 0px 10px;
	background: #e0e0de url('../images/bg_searchform_bottom.png') no-repeat left bottom;
	width: 539px;

}
#mainsearchform select
{
	width:11.6em;
}

#mainsearchform .innersearchform .contentserachformsmall
{
	padding-bottom: 10px;

}


#mainsearchform .innersearchform select.subjectlist
{
	width: 240px !important;
	display: block;
	margin-bottom: 4px;
}

#mainsearchform .innersearchform div#subjectsearch
{
	float: left;
	width: 260px;
	border: 0px solid #000;
	border-right: 3px solid #b00303;
}

#mainsearchform .innersearchform div#textsearch
{
	float: left;
	width: 240px;
	border: 0px solid #000;
	margin-left: 15px;
}







.searchresult
{
	width: 100%;	
}

.searchresult td, .searchresult th
{
	text-align: left;	
}

.searchresult li, .searchresult td.hitlink
{	
	background: url('../images/ico_arrow_blue.png') no-repeat 5px .7em;
	padding:5px 5px 5px 18px;	
	
}
.searchresult td.hitlink{
	/* width:23em; */
}

.searchresult td.hitlink .breadcrumb
{
	color: #999;	
}

.searchresult td.hitlink a
{
	text-decoration: none;
}

.searchresult li.alternate, #contentwrapper #maincontent .searchresult tr.alternate td.hitlink
{	
	background:#f6f8f5 url('../images/ico_arrow_blue.png') no-repeat 5px .7em;
	
}

.searchresult p
{
	clear:left;	
	padding:0;
}


.searchresult a 
{
	float:none;
	background:none;
	padding:0;
	display:inline;
}

/*TABELL PÅ INDIVIDUELL KURSSIDA*/
.courseoverview
{
	margin-top: 15px;
}

.coursinfotable
{
	text-align: left;
	width: 100%;
	margin-bottom: 20px;}

.coursinfotable th
{
	width: 50%;}
	
.coursinfotable caption
{
	text-align: left;
	font-size:14px;
	font-weight: bold;
	padding-bottom: 5px;
	/*margin-top: 15px;*/
	}
	
.coursinfotable .alternate{
	background:#f7f7f7;
	}
	
	
#center-column a.readmore
{
	background:transparent url(../images/ico_arrow_red.png) no-repeat scroll left 7px;
	clear:left;
	display:block;
	float:left;
	padding:0.5em 0 0.5em 13px;
	text-decoration:none;
	}
#center-column #maincontent a.readmore
{
	margin-left:5px;
}

/*************************KURSSÖK, VISA ALLA TABELLER********************************/
#center-column table
{
	width:96%;
	background-color: Transparent;
}
#center-columnt th
{
	font-weight:bold;
	
}
#mcenter-column td, #center-column th 
{
	padding:.3em 0 .3em 0.3em;
	text-align:left;
}
#center-column .alternate
{
	background: #f7f7f7
}


/******************* searchsite *************/

div#searchsite
{
	background: url('../images/bg_search.gif') no-repeat left top;
	width: 151px;
	height: 160px;
	margin: 0px 0px 0px 0px;
	padding: 25px 10px 0px 6px;
	color: #fff;
	font-family: Verdana, Georgia;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	}
	
div#searchsite .shaded
{
	width: 130px;
	margin: 0.6em 0 0.5em 0;
	height: 15px;
	}
div#searchsite .right 
{
	float: right; 
	margin-right: 10px;
	margin-top: -25px;}
	
div#searchsite p
{	color: #000;
	font-weight: normal;
	margin-right: 5px;
	}

div#searchsite .link
{	text-align: right;
	margin-right: 10px;
	margin-top: 5px;

	}
	
div#searchsite .btn
{
	float:right;
	margin-right: 15px;}

/* search result tabbar*/
.searchresulttab ul
{	
	margin-bottom: -10px;
	}

.searchresulttab li
{	

	list-style-type: none;
	padding:7px 7px 13px 7px;
	display: inline;
	height: 20px;
	}

.searchresulttab .selected
{
	background :url(../images/bg_searchresultflik_selected.gif);
	padding:7px 7px 20px 7px;
	margin-bottom: 10px;

	}
	

/*resultat av sökningslist*/

#center-column .searchlistresult
{
	width:96%;
	background-color:  #fff;
	margin-top: 20px;
}

#center-columnt .searchlistresult th
{
	font-weight:bold;
	
}
#center-columnt .searchlistresult td
{

	}
	
#mcenter-column .searchlistresult td, #center-column .searchlistresultth 
{
	padding:.4em 0 .4em 0.4em;
	text-align:left;
}
#center-column .searchlistresult .alternate
{
	background-color: #f7f7f7;
}

div#body div#center-column .searchlistresult .alternate td
{
	background-color: #f7f7f7;
}