@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'FFDingbatsMedium';
    src: url('http://www.cyberaccess.se/fonts/ffdingbats-arrowsone-webfont.eot');
    src: url('http://www.cyberaccess.se/fonts/ffdingbats-arrowsone-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.cyberaccess.se/fonts/ffdingbats-arrowsone-webfont.woff') format('woff'),
         url('http://www.cyberaccess.se/fonts/ffdingbats-arrowsone-webfont.ttf') format('truetype'),
         url('http://www.cyberaccess.se/fonts/ffdingbats-arrowsone-webfont.svg#FFDingbatsMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background-image:url('images/image.jpg');
}

a {
	text-decoration:none;
}

h1 {
	
	font-family:"Helvetica Neue",Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#232021;
	text-shadow: 1px 1px 0 #7a7a7a;
	text-transform:uppercase;
	font-size:32px;
}



h2 {
	font-size:14px;
	font-style:normal;
	display:inline;
}

.arrows {
	
	
	display:inline-block;
	width:16px;
	height:16px;
	-webkit-border-radius:8px;
	background:rgba(255,255,255,0.6);
	text-align:center;
	padding-bottom:5px;
	padding:0;
	margin-right:5px;
	
}

.arrows:last-child {
	margin-left:5px;
}

h3 {
	font-family:"FFDingbatsMedium";
	font-weight:bold;
	color:#232021;
	text-shadow: 1px 1px 0 #999;
	text-transform:uppercase;
	font-size:15px;
	margin:0;
	padding-top:3px;
}

.left {
	margin-right:1px;
}

.right {
	margin-left:2px;
}

#logo {
margin-bottom:-25px;	
}

#graph {
position:relative;
margin-top:40px;
}


.y-axis-title, .x-axis-title , .x-labels, #chart-key{
	text-transform:uppercase;
	font-family:"Helvetica Neue",Arial, Helvetica, sans-serif;
	color:rgba(255,255,255,0.2);
	font-size:12px;
}

.x-axis-title {
position:relative;
text-align:center;
width:293px;
border:0px solid #f00;
margin-left:30px;
margin-top:10px;
}

.y-axis-title {
	position:absolute;
	top:140px;
	left:-40px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);		
	margin-bottom:0px;
}

.x-labels {
font-size:11px;
font-style:normal;
font-family:Helvetica, Arial,  sans-serif
padding:0;
margin:-28px 0 0 14px;	
}

.x-labels td {
	width:25px;
	border:0px solid #f00;
	cellspacing:0;
	cellpadding:0;
	text-align:center;
}

#chart-key {
	position:absolute;
	top:130px;
	left:320px;
	width:500px;
	text-transform:none;
}

#chart-key ul li {
	list-style:none;
	line-height:19px;
}

#chart-key .keyheading {
font-size:16px;
margin-bottom:15px;	
}

.bullet-1, .bullet-2, .bullet-3, .bullet-4, .bullet-5 {
	width:10px;
	height:10px;
	background:blue;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	margin-right:8px;
	z-index:10;
}


.bullet-1 {
	background:#f1f1f1;
}

.bullet-2 {
	background:#d67a7b;
}

.bullet-3 {
	background:#bd0b0b;
}

.diagonal-line {
	z-index:-1;
	padding:0;
	margin:0;
	position:absolute;
	background:rgba(255,255,255,0.2);
	height:2px;
	width:381px;
	top:149px;
	left:-15px;
	border:none;
	 -moz-transform: rotate(-90deg);  
     -o-transform: rotate(7.5deg);  
-webkit-transform: rotate(-40.7deg);  
    -ms-transform: rotate(7.5deg);  
        transform: rotate(7.5deg);  
           filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',  
                  M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104);
     -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104,sizingMethod='auto expand')";

             zoom: 1;
}

#question {
	font-size:19px;
	color:rgba(255,255,255,0.4);
	margin-top:70px;
}

#question .question-no {
	font-size:45px;
	font-style:bold;
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
	margin-top:-15px;
}

#question .heading {
clear:both;	
}

#question .question {
	display:inline-block;
}

#question p {
	margin:0;
	padding:0;
	line-height:28px;
}

.selectarrows {
margin-top:15px;	
}

.answerscale {
	margin-top:15px;
	margin-bottom:20px;
}

.scale td {
font-size:11px;
width:40px;
}

.scalelabels {
	font-size:11px;
	margin-top:-20px;
	margin-left:17px;
	text-transform:uppercase;
	margin-bottom:75px;
	padding:0;
	width:407px;
	border:0px solid #f00;
}

.scalelabels p:first-child {
    float:left;
	border:0px solid #f00;
}


.scalelabels p:last-child {
    float:right;
	border:0px solid #f00;
}

.scalelabels p {
	
}

.menu, .menu a {
	color:rgba(0,0,0,0.7);
	text-shadow: 1px 1px 0 #555;
}


.menu_marker {
	font-family:"FFDingbatsMedium";
	font-weight:bold;
}

.menu_text {
margin-left:8px;
color:rgba(255,255,255,0.5);	
}

.menu a:hover {
	color:rgba(255,255,255,0.5);
}

