td.th {
padding: 10px;font-size:13px; color:#ffffff;
}
#survey-question table {
background-color: 
}

/* arvioimasi asiat borderin v?rin vaihto */
.rh1 {
    background-color: #585857 !important;
}

div#center-text {background-color: rgba(236, 224, 224, 0);
box-shadow: 0px 0px 0px rgba(136, 136, 136, 0);
color: #FDFAFA !important;
}
#evaluation-tooltips .qtip {
color: rgba(246, 251, 245);
border-color: rgb(59, 94, 101);
background-color: rgb(125, 154, 170);
border:0px !important;
visibility: visible;
}

#evaluation-board .evaluated {
color: rgb(70, 70, 70) !important;
background-color: rgb(255, 255, 136) !important;
border:0px !important;
}


.issue.untouched {
border: 0px !important;
background-color: rgb(57, 137, 169) !important;
color: rgb(255, 255, 136) !important;
border:0px !important;
}

/*** SHOW ITALIC ***/

em {
    font-style: italic !important;
}


/*** RESET ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** STYLE ***/

body {  
background: url("logo1.jpg"); 
background-repeat:repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
background-position: top left;background size:cover;
background-attachment:fixed;    
background-color: #ffffff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;    
	line-height: 1.4;
	margin: 0; 
	padding: 10px;
}

div#body { 
    width: 800px !important;
    margin: 0px auto;
border-width:0px;
border-color:#45abd3;
    border-style: solid;
border-radius: 15px;-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

div#header { 
	background-image: url('logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 125px;
	width: 800px;
	border-top-left-radius:10px;border-top-right-radius:10px;
}

div#content , div#content1 {
    background-color: #fff;
	padding: 20px !important;


}


div#footer  {  
    background-color: #f4931e; 
    text-align: right; 
    padding: 10px; 
    background-image:url('log.png');
 border-bottom-left-radius:10px;border-bottom-right-radius:10px;
}

div#footer a { 
    color: #fff;
	font-size: 12px;
}

div#continue { 
	text-align: center; 
	padding: 20px 0;
}

div#continue input {
	background: -webkit-linear-gradient(#9a9191, #9a9191);
	background: -o-linear-gradient(#9a9191, #9a9191);
	background: -moz-linear-gradient(#9a9191, #9a9191);
	background: linear-gradient(#9a9191, #9a9191);
	background-color: #9a9191; 
    border: 0px solid #9a9191;
border-radius: 4px;-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 0 #9a9191 inset;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    margin: 0 auto;
    padding: 5px 40px;
    width: 160px !important;
}

/*** TYPOGRAPHY ***/

h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5, 
h6, .h6 {
	font-weight: 700;
}

h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 18px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; } 

p {
	margin-bottom: 10px;
}

b, strong {
	font-weight: 700; 
}

small {
	display: block;
	font-size: 12px;
}
/*
br {
	display: block;
	margin: 5px 0;
}
*/
#page-header-description {
	clear: both;
	margin-bottom: 10px;
}

/*** TABLE ***/

table {

}

/* Table header row */
.rh1 { 
	background-color: #4bb9d9; padding:10px;
}  

/* Table body background */
.rb { 
	background-color: #eee; 
}   

/* Even table row */
.r0 { 
	background-color: #fff; 
} 

/* Odd table row */   
.r1 { 
	background-color: #9a9191; color:#fff;
}    

/* Headers on table header rows */
.th { 
	color: #fff; 
}     

/* Headers on faded and focused table bodies */             
.thb { 
	font-size: 24px; 
	color: #908f4b; 
} 

.selected { 
	background-color: #ffefa5; 
}

/* Header and footer bar backgrounds */
.bars { 
	background-color: #fff; 
}  

/*** LINKS ***/

a, 
a:link,
a:hover, 
a:focus, 
a:active, 
a:visited { 
	color: #4bb9d9; 
	text-decoration: none; 
}

/* links on faded and focused table header rows */
a.head,
a.head:link,
a.head:hover,
a.head:focus,
a.head:active,
a.head:visited  { 
	color: #fff; 
}

.n { 
	background-color: #eee; 
	font-weight: 700; 
	padding: 1 1 1 1; 
	width: 18px; 
}

/*** FORM ***/

form#survey-question {
	clear: both;font-size:12px;
}

form input, form select, form textarea {
   /* Problems with IE...
    * background-color: #fff !important;
    */
	border: 1px solid #ccc;	
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 100% !important;
    /* Fix for older versions of Mozilla */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box; 
}

form fieldset {
	border: 1px solid #ccc;
	padding: 20px;
	margin: 0 0 20px;
}

form fieldset legend {
	font-weight: bold;
}

.date select {
	width: 250px;
}

form label {
	display: inline-block;
	font-weight: bold;
}

label.notice, 
legend.notice {
	color: #a94442;
}

.checkbox, .radio {
	margin-bottom: 5px;
	padding-left: 20px;
}

input[type=checkbox], 
input[type=radio] {
	width: auto !important;
}

.radio input[type=radio], .checkbox input[type=checkbox] {
	float: left;
	margin-left: -20px;
    margin-top: 3px;
}

/*** Issue collection template ***/

#fr-collection {
	width: 760px;
}

#issue-collection-template {
    width: 683px;
	margin: 20px auto;
}

#issue-collection-template .border {
	background-color: #fff;
    border: 0 none;
    padding: 0;
}

#issue-collection-template .content {
	padding: 0;
}

#issue-collection-question {
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
    margin-bottom: 0;    
    text-align: center;    
}

#issue-collection-background-2 {
	opacity: 1 !important;
}

#issue-collection-background-2 .actions {
    margin: 20px 0;
	padding: 0;
}

#issue-collection-background-2 .actions a, 
#issue-collection-background-2 .actions a:link,
#issue-collection-background-2 .actions a:hover,
#issue-collection-background-2 .actions a:focus,
#issue-collection-background-2 .actions a:active,
#issue-collection-background-2 .actions button {    
	background: -webkit-linear-gradient(#f4931e, #f4931e);
	background: -o-linear-gradient(#f4931e, #f4931e);
	background: -moz-linear-gradient(#f4931e, #f4931e);
	background: linear-gradient(#f4931e, #f4931e);
border-radius: 4px;-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        color: #ffffff;
	background-color: #f4931e; 
	background-image: none;
	border: 1px solid #f4931e;
	box-shadow: 0 1px 0 #f4931e inset;
    color: #ffffff;
	cursor: pointer;
	display: block;
    font-family: Arial, sans-serif;
    font-size: 16px;
	font-weight: bold;
    height: 36px;
	margin: 0 auto;
	padding: 0;
	width: 160px;
}

#issue-collection-template .short, 
#issue-collection-template .long {
    margin: 20px 60px;
}

#issue-collection-template .short div,
#issue-collection-template .long div {
    display: block;
    padding: 5px;
    background-color: #eee;
}

#issue-collection-template .short div strong, 
#issue-collection-template .long div strong {
    display: inline-block;
}

/*
#issue-collection-template .short div strong label, 
#issue-collection-template .long div strong label {
    margin-bottom: 0;
}
*/

#issue-collection-template .short div #shortCounter, 
#issue-collection-template .long div #longCounter {
	color: #333;
}

#issue-collection-template .short input,
#issue-collection-template .long textarea {
	border: 1px solid #ccc;
	color: #333;
	opacity: 0.8 !important;
	padding: 5px;
    width: auto;
}

#issue-collection-template .short input {
	height: auto;
}

#issue-collection-template .long textarea {
	height: 120px;
	overflow: auto;   
}

#issue-collection-template .signal {
    margin: 0 60px;
    height: 90px;
	overflow: hidden;
	width: 564px;
}

#issue-collection-template .signal td {
	font-size: 14px;
	font-weight: bold;
    text-align: center;
    vertical-align: middle;    
}

#issue-collection-signal-list .header-h2 {
	color: #333;
    font-weight: bold;
	padding: 20px 0;	
}

#issue-collection-signal-list .item {
	background-color: #eee;
    border: 1px solid #ccc;
    display: block;
    padding: 20px;
	margin-bottom: 10px;
}

#issue-collection-signal-list .item.active {
}

#issue-collection-signal-list .actions {
	margin-top: 10px;
	padding: 0;
}

#issue-collection-signal-list .item .actions .action-add, 
#issue-collection-signal-list .item .actions .action-download, 
#issue-collection-signal-list .item .actions .action-edit, 
#issue-collection-signal-list .item .actions .action-remove {
	background-image: none;
	color: #4bb9d9;
	display: inline-block;
	float: none;
	padding: 0;
	margin: 0 10px 0 0;
}

/*** Evaluation board signals ***/

#signals .r0,
#signals .r1 {
	background-color: #fff;
}

/** shame.css**/


div#content2 {
	border: 0 none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/*** RESPONDENT NAVIGATION ***/

div#respondent-navigation-tip {
	color: #333;
	display: none; 
	font-size: 12px;
    left: 0;
	padding: 20px 0;
	position: absolute;
	text-align: left;
    top: 0;   
    width: 150px;
}

div#respondent-navigation-tip div.header {
    height: 10px;
    background: transparent url(../pic/respondent/navigation/tip.gif) no-repeat top;
}

div#respondent-navigation-text {
    padding: 8px 15px 10px 15px;
    background: transparent url(../pic/respondent/navigation/tip.gif) no-repeat bottom;
}
div#respondent-navigation { float: right;}
div#respondent-navigation span.nav-page { display:inline-block; text-align:center; line-height:17px; width:17px; height: 17px; background-color: #fff; 
}
span.nav-page {}
div#respondent-navigation span.nav-page#nav-page-active { background-color: #fff; }
div#respondent-navigation {
	color: #999;
	clear: both;
	margin-bottom: 20px;
	text-align: right;
	width: 760px;
}

div#respondent-navigation span.nav-page { 
	display: inline-block; 
	line-height: 26px; 
	width: 36px; 
	height: 36px;
	margin-left: 10px;
}

div#respondent-navigation span.nav-page a { 
	display: inline-block; 
	text-align: center; 
	line-height: 40px; 
	width: 40px; 
	height: 40px; 
	background-color: #9a9191;
	border: 0px solid #cebfbf;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: -webkit-linear-gradient(#9a9191, #9a9191);
	background: -o-linear-gradient(#9a9191, #9a9191);
	background: -moz-linear-gradient(#9a9191, #9a9191);
	background: linear-gradient(#9a9191, #9a9191);
}

div#respondent-navigation span.nav-page#nav-page-active a {		
	background: -webkit-linear-gradient(#f4931e, #f4931e);
	background: -o-linear-gradient(#f4931e, #f4931e);
	background: -moz-linear-gradient(#f4931e, #f4931e);
	background: linear-gradient(#f4931e, #f4931e);
	background-color: #f4931e; 
	border: px solid #f4931e;
	border-radius: 5px;
	box-shadow: inset 0 0px 0px #f4931e;
	-webkit-box-shadow: inset 0 1px 0px #f4931e;
	-moz-box-shadow: inset 0 1px 0px #f4931e;
	color: #eaf80a;
}

div#respondent-navigation span.nav-progress-line {
	display: none;
}

/*** IMAGE BOARD ***/

#image-board-container{
	margin-bottom: 0px;
}

#image-board-container .imageboard  {
	background-color: #fff;
	outline: 0px solid #ccc;
}

#image-board-container input{
	border: 0 none;
	padding: 30px;
	width: 100%;
}

/*** ALERTS ***/

#help {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #31708f;
	float: none !important;	
	line-height: 1;
	margin-bottom: 20px;
	padding: 20px;
}

div.notice { 
	background-color: #f2dede; 
	border: 1px solid #ebccd1; 
	color: #a94442; 
	line-height: 1; 
	margin-bottom: 20px; 
	padding: 20px; 
}	

.notice {
	color: #a94442; 
}
