* { margin: 0; padding: 0; }#AdList {
	margin-top: 0px;
	background: white;
	border-top: 15px solid white;
}
#AdList table {
	width: 100%;
}
#AdList th {
	padding: 5px 7px 5px 7px;
	background: #EFEFEF;
	text-align: left;
	white-space: nowrap;
}
#AdList td {
	padding: 5px 7px 5px 7px;
	border-top: 1px solid #D3D3D3;
}
#AdList .logo {
	padding-left: 0;
}
#AdList .ad {
}
#AdList .location {
	width: 1px;
}
#AdList .location span {
	white-space: nowrap;
}
#AdList .date {
	padding-right: 0;
	text-align: right;
}
#AdList div {
	padding: 5px 1px 5px 7px;
	background: #EFEFEF;
	border-bottom: 1px solid #D3D3D3;
	text-align: center;
	font-weight: bold;
}
#AdList form {
	position: relative;
	float: right;
	top: -5px;
}
#AdList form {
	position: relative;
	float: right;
	top: -5px;
}
#AdList form div {
	padding: 0;
	border-bottom: 0;
}
#AdList select {
	width: 50px;
	height: 17px;
	font-size: 9px;
}
#AdList tbody tr:hover {
	background-color: #e9e9e9;
	cursor: pointer;
}
#AdList a {
	color: #222;
	text-decoration: none;
}
#AdList thead td {
	white-space: nowrap;
}

.darkbox {
	background: #D3D3D3 url(/cssnjs/boxes/box-dark-corner-upper-left.gif) top left no-repeat;
}
.darkbox .wrapper {
	background: url(/cssnjs/boxes/box-dark-corner-upper-right.gif) top right no-repeat;
}
.darkbox .wrapper .wrapper {
	background: url(/cssnjs/boxes/box-dark-corner-lower-right.gif) bottom right no-repeat;
}
.darkbox .wrapper .wrapper .wrapper {
	background: url(/cssnjs/boxes/box-dark-corner-lower-left.gif) bottom left no-repeat;
	padding: 10px;
}
.lightbox {
	background: #EFEFEF url(/cssnjs/boxes/box-light-corner-upper-left.gif) top left no-repeat;
}
.lightbox .wrapper {
	background: url(/cssnjs/boxes/box-light-corner-upper-right.gif) top right no-repeat;
}
.lightbox .wrapper .wrapper {
	background: url(/cssnjs/boxes/box-light-corner-lower-right.gif) bottom right no-repeat;
}
.lightbox .wrapper .wrapper .wrapper {
	background: url(/cssnjs/boxes/box-light-corner-lower-left.gif) bottom left no-repeat;
	padding: 10px;
}
.contentbox {
	width: 543px;
	margin: 20px 0 20px 0;
	background: url(/cssnjs/boxes/contentbox-body-bg.png) bottom no-repeat;
}
.contentbox div {
	padding: 8px 10px 5px 10px;
}
.contentbox h2 {
	margin: 0;
	width: 523px;
	height: 21px;
	color: #eb8304;
	font-size: 12px;
	padding: 8px 10px 0 10px;
	background: url(/cssnjs/boxes/contentbox-header-bg.png) top no-repeat;
}
.contentbox table {
	margin-bottom: 7px;
}
.contentbox th {
	text-align: left;
}
.contentbox td {
	padding-left: 10px;
}
.lightbox a, .darkbox a {
	text-decoration: none;
}
.BoxMenu {
	float: right; 
	background: url(/cssnjs/BoxMenu/BoxMenu-bg-top.gif);
	width: 132px;
	margin: 0 0 10px 10px;
}
.BoxMenu ul {
	list-style-type: none;
	background: url(/cssnjs/BoxMenu/BoxMenu-bg-bottom.gif) bottom no-repeat;
	padding: 6px 8px 22px 3px;
	margin-bottom: 0;
}
.BoxMenu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d5d5d5;
}
.BoxMenu a {
	color: #4d4d4d;
	display: block;
	padding: 3px 2px 3px 5px;
	margin: 0;
	text-decoration: none;
}
.BoxMenu .last {
	border-bottom: 0px;
}

input.button, input.grayButton, a.button, a.grayButton {
	border: 0;
	background: url(/cssnjs/forms/button.png);
	color: White;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	width: 134px;
	height: 19px;
	padding-bottom: 1px;
	text-transform: uppercase;
}
input.grayButton, a.grayButton {
	background: url(/cssnjs/forms/button-gray.png);
}


a.button, a.grayButton {
	display: block;
	text-align: center;
	line-height: 19px;
}
a.button-mini, span.selected-option {
	border: 1px solid #666;
	background: #eee;
	padding: 1px 4px;
}
a.button-mini:hover, span.selected-option {
	background: #ccc;
}
span.selected-option {
	font-weight: bold;
}

#datePicker {
	position: absolute;
	background: #eee;
	border-left: 1px solid #ddd;
}
#datePicker p {	
	margin: 0;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
#datePicker img {
	padding: 0 3px 0 3px;
	cursor: pointer;
}
#datePicker table {
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}
#datePicker tbody td {
	background-color: #fff;
	cursor: pointer;
}
#datePicker td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px;
	font-size: 11px;	
}
#datePicker td.offmonth {
	color: #ccc;
}

form th {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 8px;
}
input, select, textarea {
	width: 200px;
	margin: 5px 0 0 10px;
	font-size: 11px;
	border: 1px solid #aaa;
}
form td em {
	display: block;
	margin-left: 10px;
}
input.small, select.small {
	width: 60px;
	margin: 5px 0 0 10px;
}
input.date {
	width: 100px;
}
select.multiple {
	height: 108px;
}
.multi input, .multi select {
	margin-left: 0;
}
.multi label {
	padding-left: 10px;
}
input.radio, input.checkbox {
	width: auto;
	border: 0;
}
form tr.section td {
	padding-top: 10px;
}
form tr.section th {
	padding-top: 18px;
}
form .invalid {
	display: none;
	color: #eb8304;
	padding-left: 10px;
}
form label.error {
	color: #eb8304;
	padding-left: 10px;
}
fieldset {
	border: 0;
}
fieldset.active {
	/*display: block;*/
}
legend {
	font-size: 12px;
	font-weight: bold;
}
.tabs {
	width: 800px;
	margin-bottom: 10px;
	height: 25px;
}
.tabs li {
	display: block;
	float: left;
	list-style-type: none;
	cursor: pointer;
	padding: 5px 30px 5px 20px;
	background: transparent url(/cssnjs/forms/arrow-off.gif) no-repeat left;
}
.tabs li:hover, .tabs li.active {
	background: transparent url(/cssnjs/forms/arrow-on.gif) no-repeat left;
}
.tabs li.active {
	color: #eb8304;
}
fieldset button {
	clear: both;
}
textarea {
	width: 350px; 
	height: 50px;
	display: block;
}
fieldset hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	height: 1px;
}
form .buttons {
	margin: 15px 0 15px 0;
	text-align: center;
}


.harmonica h3 {
	width: 522px;
	height: 18px;
	color: #8f8f8f;
	padding: 3px 0 0 25px;
	font-size: 11px;
	position: relative;
	top: 2px;
}
.harmonica .done h3 {
	background: url(/cssnjs/forms/harmonica-done.png);
}
.harmonica .active h3 {
	background: url(/cssnjs/forms/harmonica-active.png);
	color: White;
}
.harmonica .upcoming h3 {
	background: url(/cssnjs/forms/harmonica-upcoming.png);
}
.harmonica .harmonicaContent {
	width: 525px;
	border-style: solid;
	border-color: #8f8f8f;
	border-width: 0 1px 1px 1px;
	padding: 10px;
	display: none;
}
.harmonica .active .harmonicaContent {
	display: block;
}
.harmonica div {
	margin: 2px 0 0 0;
}

.overlay {
	background-color: #fff;
	filter: alpha(opacity=75);
	opacity: .75;
	position: absolute;
	top: 0;
	left: 0;	
}
.popup {
	position: absolute;
}
.popup .ds4 {
}

#Search .filters label {
	float: left;
	margin: 0 5px 0 0;
}
#Search select, .Search input {
	font-size: 11px;
	width: 171px;
	display: block;
}
#Search select {
	height: 76px; /* Anpassad för IE (som endast visar hela rader) */
	margin: 0;
}
#Search .filters  {
	margin: 0;
}
#Search .text {
	clear: left;
	padding: 5px 0 0 0;
	margin: 0;
}
#Search option.first {
	font-weight: bold;
	background-color: #eebf91;
}
#Search_txt_arrow {
	position: relative;
	top: 3px;
}

.spotlight, .spotlightOrange {
	background: #808080 url(/cssnjs/Spotlight/Spotlight-bg-top.gif) no-repeat top left;
	width: 182px;
	overflow: hidden;
	margin-bottom: 15px;
}
.spotlight .wrapper, .spotlightOrange .wrapper {
	background: url(/cssnjs/Spotlight/Spotlight-bg-bottom.gif) no-repeat bottom left;
	padding: 8px;
}
.spotlight h6 {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
.spotlight a {
	color: #ffc789;
	padding-right: 20px;
	background: url(/cssnjs/Spotlight/Spotlight-arrow.png) right no-repeat;
	text-decoration: none;
}
.spotlight p {
	padding-right: 20px;
	margin: 0;
	color: #fff;
}
.spotlight hr, .spotlightOrange hr {
	background-color: #fff;
	color: #fff;
	margin: 5px 0;
}
.spotlightOrange {
	background-color: #ff740b;
	background-image: url(/cssnjs/Spotlight/Spotlight-orange-bg-top.gif);
}
.spotlightOrange .wrapper {
	background-image: url(/cssnjs/Spotlight/Spotlight-orange-bg-bottom.gif);
}
.spotlightOrange a {
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
}
.spotlightOrange hr {
	background-color: #ff9643;
	color: #ff9643;
}

html {
	height: 100%;
	background: #848484 url(/cssnjs/bg.gif) top repeat-x;
}
body {	
	height: 100%;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #222;
}
#wrapper1 {
	background: url(/cssnjs/fade-left.png) left repeat-y;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 9px;
	height: 100%;
}
#wrapper2 {
	background: url(/cssnjs/fade-right.png) right repeat-y;
	width: 100%;
	height: 100%;
	padding: 0 9px 0 0;
}
#wrapper3 {
	width: 100%;
	height: 100%;
	background: white;
}
#wrapper4 {
	background: white;
	width: 100%;
}
#logo {
	margin: 16px 10px 16px 20px;
	float: left;
}
#header h1 {
	font-size: 20px;
	color: #727272;
	display: inline;
	text-transform: uppercase;
	position: relative;
	top: 37px;
}
#header p {
	font-size: 11px;
	color: #727272;
	display: inline;
	text-transform: uppercase;
	position: relative;
	top: 37px;
}
#nav {
	background: url(/cssnjs/menu-bg.gif);
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height: 22px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	clear: both;
}
#nav li {
	display: block;
	float: left;
	list-style-type: none;
	height: 22px;
	margin: 0;
}
#nav li.last {
	float: right;
	margin-right: 10px;
}
#nav a {
	color: #727272;
	display: block;
	float: left;
	height: 18px;
	padding: 4px 9px 0 9px;
	text-decoration: none;
}
#nav a:hover, #nav .active a {
	background: url(/cssnjs/menu-active-bg.gif);
	color: white;
}
#content {
	padding: 22px 14px 22px 14px;
}
#leftcol {
	width: 550px;
	float: left;
}
#rightcol {
	width: 182px;
	float: left;
	margin: 0 0 0 20px;
}
#rightBannerCol {
	float: right;
	width: 210px;
}
#rightBannerCol img {
	margin: 0 0 5px 5px;
	
	/* Remove Firefox bottom margin */
	display: block;
	float: left;
}
#bottomBanners {
	padding: 15px 0 15px 0;
	width: 545px;	
}
#bottomBanners img {
	margin: 0 5px 5px 0;
}
#topBanners {
	float: left;
}
#topBanners img {
	margin: 10px 0 10px 30px;
}
#employerMenu {
	float: right;
	margin: 10px 20px 0 0;
	font-weight: bold;
	color: #727272;
}
#employerMenu ul {
	margin: 0;
	list-style-image: url(/cssnjs/employerMenu-arrow.gif);
}
#employerMenu a {
	font-weight: bold;
	color: #ea7a00;
}
#footer {
	clear: both;
}
.clear {
	clear: both;
}
a {
	color: #222;
}
a img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-bottom: 7px;
}

h1, h2, h4, p, ul {
	margin: 0 0 7px 0;
}
h1 {
	font-size: 16px;
	color: #727272;
}
h2 {
	margin-top: 16px;
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
hr {
	border: 0;
	margin: 15px 0 8px 0;
	height: 1px;
	background-color: #ccc;
}
li {
	margin-left: 15px;
}
#tvpuff img {
	margin-bottom: 10px;
}
#sokerpersonalpuff {
	margin-bottom: 10px;
}


