body {
	font-family: arial;
	font-size: 13px;
	background: #f2f2f2;
	margin: 0;
	padding: 0;
}



#canvas {
	width: 700px;
	margin: auto;
	padding-top: 107px;
	border: 1px solid silver;
	background: #fff;
	z-index: 100;
}

body.simple {
	padding-top: 30px;
}
body.simple #canvas {
	width: 600px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;


}

.canvaspadding {
	padding: 20px;
}


p {
	margin-top: 0;
}

#topbar {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 107px;
	width: 100%;
	z-index: 4000;
}
#topbarinner {
	position: relative;
}
#topline {
	height: 30px;
	width: 100%;
	background: url(/img/menulinebg.png) repeat-x;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
 #topline .inner {
	 width: 900px;
	 margin: auto;
	 position: relative;
	 height: 30px;
}
	#clientName {
		position: absolute;
		left: 0px;
		font: 25px LeagueGothicRegular, arial;
		text-transform: uppercase;
		color: #fff;
	}

	#topline .extra {
		position: absolute;
		right: 20px;
		top: 3px;
	}

#infoline {
	height: 77px;
	width: 100%;
	background: url(/img/stemmeseddel/gradient-gray-large.png) repeat-x top;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #999999;
}
#infoline .inner {
	 width: 900px;
	 margin: auto;
	 position: relative;
	 height: 77px;
}

#progressbar {
	border: 1px solid #9e9e9e;
	background: e3e3e3;
	height: 25px;
}
	#progressbar .bar {
		background: #52960c url(/img/barbg-active.png);
		width: 0;
		overflow: 0;
		height: 25px;
	}

textarea {
	font-family: arial;
}

.error {
	color: red;
	padding: 10px 0;
}
.errorbox {
	color: red;
	padding: 10px;
	font-weight: bold;
	border: 1px solid red;

}

h1 {
	font: 30px LeagueGothicRegular, arial;
	text-transform: uppercase;
	color: #52960c;
	margin-top: 0;
}
h2 {
	font: 20px LeagueGothicRegular, arial;
	text-transform: uppercase;
	color: #555;
	margin: 0 0 10px 0;
}

h3 {
	padding: 10px 10px;
	margin: 0;
	font: 24px LeagueGothicRegular, arial;
	background: #aaa;
	color: #fff;
	text-align: left;
}

.hidden {display: none;}
.large {
	font-size: 1.5em;
}
.button {
	padding: 7px 20px;
	font-size: 16px;
	border: none;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	cursor: pointer;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	color: #fff;
	
	font-family: League Gothic, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
		
	background: #80b834; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwYjgzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YWE2MjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #80b834 0%, #6aa625 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80b834), color-stop(100%,#6aa625)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #80b834 0%,#6aa625 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #80b834 0%,#6aa625 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #80b834 0%,#6aa625 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #80b834 0%,#6aa625 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b834', endColorstr='#6aa625',GradientType=0 ); /* IE6-8 */
		
}
.button:hover {
	background: #90c941; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwYzk0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Y2MzMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #90c941 0%, #7cc32b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90c941), color-stop(100%,#7cc32b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #90c941 0%,#7cc32b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #90c941 0%,#7cc32b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #90c941 0%,#7cc32b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #90c941 0%,#7cc32b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c941', endColorstr='#7cc32b',GradientType=0 ); /* IE6-8 */
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
	
}

.channelList {

}
.channelList td {
	padding: 2px 10px;
	border-bottom: 1px solid #e0e0e0;
}
.nohighlight td {
	cursor: auto;
}



.channelList th {
	padding: 10px 10px;
	font: 24px LeagueGothicRegular, arial;
	background: #aaa;
	color: #fff;
	text-align: left;
}
.channelList td {
	padding: 2px 4px;
	background: #ececec url(/img/stemmeseddel/td-even.png) repeat-x top;
}
.channelList tr.odd td {
	background: #f4f4f4 url(/img/stemmeseddel/td-odd.png) repeat-x top;
}
.channelList tr.even td {

}
.channelList tr.hover td {}

.channelList .channelName {


}
.channelList .channelIcon {
	padding-top: 5px;

}
.channelList .info {}
.channelList .price {}

th.groupDescription {
	background: #fff;
	color: #666;
	font: 15px arial;
}


th.subgroupHeader {
	padding: 4px 10px;
	font-size: 18px;
	background: #CCC;
	color: #666;
}

td.price {
	width: 80px;
	font-size: 11px;
	font-weight: bold;
}

.ticketMessage {
	font: 20px LeagueGothicRegular, arial;
	color: #666;
	background: none;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10000;
	width: 318px;
	height: 97px;
	padding: 20px;
}
.ticketMessage img {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}
.ticketMessage .msginner {
	float: left;
	width: 200px;
	padding-top: 12px;
}
.ticketMessage .msginner ul {
	padding-top: 0;
	margin: 0;
}


#message-warning {
	background: url(/img/bubble2.png) no-repeat bottom;
	padding: 20px;
}

#message-info {
	background: url(/img/bubble2.png) no-repeat bottom;
	padding: 20px;
}

#availableChannels {
	position: relative;
}

#klikinfo {
	position: absolute;
	left: 305px;
	top: -90px;
}

#chosenChannelsContainer {
	display: none;
	position: absolute;
	right: -330px;
	top: 0;
	background: url(/img/bubble.png);
	width: 248px;
	height: 201px;
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 40px;
	text-align: center;

}
#chosenChannelsContainer h1 {
	font-size: 20px;
}

#priceStatusContainer {
	font: 24px LeagueGothicRegular, arial;
	width: 400px;
	position: absolute;
	left: 0;
	top: 10px;
}



.priceInfo {
	font: 18px LeagueGothicRegular, arial;
	color: #888;
}

.hideMaxPrice {

}

.moneyLeftContainer {
	font-size: 24px;
	color: #52960c;
}
.hideMaxPrice .moneyLeftContainer {
	font-size: 30px;
	color: #52960c;
}

.finishInfo {
	text-align: center;
	font: 11px arial;
	padding-top: 10px;
	position: absolute;
	top: 5px;
	left: 470px;
	width: 200px;
	right: 0px;
	color: #555;
}


.finish {
	padding-top: 10px;
	position: absolute;
	top: 10px;
	width: 161px;
	right: 0px;
	color: #999;
}

.infoIcon {
	cursor: pointer;
}

.moneyLeft {
	font: 30px LeagueGothicRegular, arial;
	color: #8dc63f;
	text-align: center;
}

.channelButton {
	cursor: pointer;
}
.nohighlight .channelButton {
	cursor: default !important;
}

#chosenChannels {
	padding-top: 20px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

.publicQuestions {}

.publicQuestions .question {

}

.publicQuestions .question h2 {
	margin: 0;
	padding: 10px 10px;
	font: 24px LeagueGothicRegular, arial;
	background: #AAA;
	background: #75b02c;
	color: white;
	text-align: left;
}
.publicQuestions .question .content{
	padding: 20px;
}
.publicQuestions .question .description {
	margin-bottom: 10px;
}

.question h2.error {
	background: red;
	margin: 0;
	color: #fff !important;

}
.question h2.error .error {
	float: right;
	padding: 0;
	color: #fff !important;
}
.questionOption {

	/*border-bottom: 1px solid #d9d9d9;*/
	
}
.questionOption .value {
	font-weight: bold;
	padding: 2px 0px;
}
.questionOption .description {
	padding: 8px 0px;
}

.question.small {
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 0;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-8 */

}
.question.small h2 {
	padding: 0 10px; 
	background: none;
	color: #777;
	font-size: 20px;
	margin: 0;
	text-transform: none;
	font-weight: normal;
}
.question.small h2.error {
	background: red;
	color: white !important;
}
.question.small .content {
	padding: 0 10px;
}
a.textbutton {
	display: inline-block;
	padding: 5px 30px;
	margin: 0 0 10px 0;
	font-weight: bold;
	background: #4f930b url(/img/buttonbg.png) no-repeat right 0px;
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}
a.textbutton:hover {
	background: #448008 url(/img/buttonbg.png) no-repeat right -50px;
}
a.textbutton span {
	font-weight: normal;
	display: block;
	font-size: 1.6em;
}

#budgetSelectContainer {
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	padding: 20px;
	margin-top: 20px;
}


.satisfactionTable {
	border-collapse: collapse;
}
.satisfactionTable td {
	text-align: center;
	padding: 0px 20px;
	border-right: 1px solid #e9e9e9;
	margin: 1px;
	font-size: 11px;
}
