html{
	width: 100%;
	height: 100%;
}
body{
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(240,240,240);
	color: rgb(86,86,86);
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	text-align: center;
}
a{
	color: rgb(80,80,80);
	text-decoration: underline;
}
a.logout{
	color: rgb(80,80,80);
	font-size: 10px;
}

label{
	font-weight: bold;
}
table{
	font-size: 12px;
}

#container{
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#content{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	background-color: rgb(255,255,255);
	border-left: 1px solid rgb(100,100,100);
	border-right: 1px solid rgb(100,100,100);
}
#header{
	position: relative;
	float: left;
	width: 980px;
	height: 189px;
	background-image: url('/vanha/images/ekoulutus.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px solid rgb(240,240,240);
}
#textData{
	position: relative;
	float: left;
	width: 940px;
	padding: 20px 20px;
}
a{
	text-decoration: underline;
}
a img{
	border: none;
}
h3{
	margin: 2px 0px;
}
h3.blueheader{
	color: rgb(0,36,81);
}
#login label{
	width: 100px;
	float: left;
	padding: 2px 5px 0px 0px;
	text-align: right;
}
#footer{
	position: relative;
	float: left;
	width: 980px;
	height: 20px;
	color: rgb(255,255,255);
	text-align: center;
	padding-top: 5px;
	background-color: rgb(2,67,106);
}
.companyBox{
	position: relative;
	margin: 5px 0px;
	height: 45px;
	width: 940px;
	overflow: hidden;
	float: left;
	border: 1px solid rgb(220,220,220);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.open{
	height: auto;
	overflow: visible;
}
.boxHeader{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: rgb(237,241,244);
	color: rgb(80,80,80);
	padding: 15px 10px;
	font-size: 14px;
	font-weight: bold;
	height: 15px;
	background-position: 0px -2px;
	background-repeat: repeat-x;
}
.open .boxHeader{
	background-color: rgb(208, 230, 246);
}
.boxHeader img{
	position: relative;
	top: -5px;
	float: left;
}
.boxHeader a {
	float: left;
}
.comTitle{
	position: relative;
	float: left;
	width: 440px;
	padding: 0px 5px 0px 10px;
}
.companyData{
	float: left;
	width: 896px;
	padding: 10px 20px 20px 20px;
	background-color: rgb(255,255,255);
	border-left: 2px solid rgb(200,200,200);
	border-right: 2px solid rgb(200,200,200);
	border-bottom: 2px solid rgb(200,200,200);
}
.baseData{
	float: left;
	width: 500px;
	border-right: 1px solid rgb(225,225,255);
}
.researchData{
	position: relative;
	left: 10px;
	float: left;
	width: 370px;
}
.researchCount{
	position: relative;
	top: 0px;
	left: 20px;
	width: 350px;
	float: left;
	border-left: 2px solid rgb(255,255,255);
	padding-left: 5px;
}
.usersCount{
	position: relative;
	float: left;
	top: 5px;
	left: 20px;
	width: 200px;
}
#addModCompany label{
	width: 150px;
	float: left;
}
label.user_add{
	width: 200px;
	float: left;
}
fieldset.newUserData{
	background-color: rgb(228,251,226);
}
.question{
	margin-bottom: 10px;
	padding: 5px 5px;
	border: 1px solid rgb(200,200,200);
	background-color: rgb(240,243,234);
	float: left;
}
.questionData{
	float: left;
	width: 500px;
	border-right: 1px solid rgb(225,225,255);
}
.questionFile{

	position: relative;
	width: 300px;
	height: 200px;
	left: 10px;
	float: left;
}
.questionFile a.filelinker{
	position: relative;
	display: block;
	width: 300px;
	height: 16px;
	float: left;

}
.questionActions{
	position: relative;
	float: left;
	top: 5px;
	left: -5px;
	padding: 5px 5px;
	border-top: 1px solid rgb(225,225,225);
	border-bottom: 1px solid rgb(180,180,180);
	background-color: rgb(200,200,200);
	width: 100%;
	text-align: right;
}
#saveInformation{
	position: relative;
	top: 5px;
	color: rgb(26,142,3);
	border: 1px solid rgb(0,80,0);
	background-color: rgb(255,255,255);
	padding: 10px 10px;
	font-weight: bold;
	font-size: 14px;
	display: none;
	margin-bottom: 5px;
}
.saveOK{
	background-color: rgb(169,242,155);
	padding: 10px 10px;
}

label.optiontitle{
	float: left;
	display: block;
	width: 100px;
	height: 14px;
}
#questionsHeader{
	border-bottom: 1px solid rgb(240,240,240);
}
.blue{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 34x;
	display: block;
	float: left;
	margin: 5px 5px;
	font-size: 24px;
	font-weight: bold;
	color: rgb(20,55,100);
}
.baffledBox{
	width: 120px;
	background-image: url('/vanha/images/baffled.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
.wrongBox{
	width: 120px;
	background-image: url('/vanha/images/wrong.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
#buttons{
	position: relative;
	top: 10px;
	left: 0px;
	float: left;
	width: 800px;
}

.questionData{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 0px 90px 0px;
	padding: 40px 20px;
	width: 800px;

	border: 1px solid rgb(200,200,200);
}
.smallerGap{
	margin: 10px 0px 10px 0px;
	padding: 40px 20px 20px 20px;
}
.sample{
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 5px 5px;
}
.right{
	background-color: rgb(190,255,155);


}
.wrong{
	background-color: rgb(255,100,100);
	border: 2px dashed rgb(176,0,2);
}
.grey{
	border: 1px dashed rgb(100,100,100);
	background-color: rgb(200,200,200);
}
p.info{
	font-weight: bold;
	font-size: 14px;
}
p.info .right, p.info .wrong{
	padding: 5px 5px;
}
.questionText{
	position: relative;
	font-size: 16px;
	top: 0px;
	left: 0px;
	margin: 5px 0px;
	font-weight: bold;
	color: rgb(60,60,60);
}
.questionOptions
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 20px 20px;
	font-weight: bold;
}
.answertoBox{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid rgb(235,235,235);
	padding: 10px 10px;
	width: 300px;
}
.answertoBox a{
	position: relative;
	padding: 0px 5px 10px 0px;
	width: 100%;
	text-decoration: none;
	display: block;
}
.answertoBox a img{
	position: absolute;
	top: 0px;
	right: 0px;
}
#questions{
	width: 900px;
	position: relative;
	height: 307px;
	overflow: hidden;
}
.hidden{
	visibility: hidden;
	display: none;
	margin: 0px 0px;
	padding: 0px 0px;
}
tr.dark{
	background-color: rgb(200,200,200);
}
tr.light{
	background-color: rgb(240,240,240);
}
.questionTable{
	border: 1px solid rgb(200,200,200)
}
.questionTable tr td{
	border-right: 1px solid rgb(200,200,200);
	border-bottom: 1px solid rgb(200,200,200);

}

p.info{
	font-size: 12px;
	font-weight: bold;

}
p.info span{
	padding: 5px 5px;
	font-size: 14px;
	color: rgb(0,0,80);
}
.removeLink{
	width: 200;
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 10px;
}
.open .removeLink a{
	color: rgb(255,255,255);
}
a.approve{
	color: rgb(0,200,6);
}
a.modify{
	color: rgb(0,162,255);
}
a.remove{
	color: rgb(176,0,2);
}
