/*
	What: Stretching trial front page css
    lename: stretch.css
    By: Thomas W. Gauperaa, Nasjonalt kunnskapssenter for helsetjenesten, twg@kunnskapssenteret.no
    Updated by: Per Chr. Volmert, pcv@kunnskapssenteret.no
    Updated by: Reidun Kværnbraaten, rek@kunnskapssenteret.no

/*
	What: Standard css page
    filename: reset.css
    By: Reidun Kværnbraaten, rek@kunnskapssenteret.no
*/
html,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: small;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: white;
	background-image: url("/images/toyning/bakgrunn.gif");
}
form {
	background: #fff;
}

a img,:link img,:visited img {
	border: 0;
}

img,div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}

p {
	line-height: 1.25em;
}

select,input {
	color: #444;
	font-size: 0.85em;
}

a {
	text-decoration: underline;
	color: #1091ec;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

ol,ul {
	list-style: none;
}
h1 {
  	font-size: 1.5em;
    color: #2a2a20;
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
  }

#ramme {
	background-color: white;
	position: absolute;
	width: 920px;
	margin-left: 50%;
	left: -460px;
	border: 1px solid #a49674;
}

.centralcontent {
	padding-left: 20px;
	padding-right: 15px;
}

div#innhold {
	background: white;
	padding: 0px 0px 0px 0px;
	margin:0;
	border: 0px solid blue;
}

div#menu {
	background: #fff;
	padding: 0px 0px 15px 0px;
	margin-bottom: 15px;
}

div#topp {
	margin-top: 100px;
}
div#top { /*contains logo and top right menu*/
	position:absolute;
	left:auto;
	top: 0px;
	width: 920px; 
  height:100px;
}

div#bunn {
		background-image: url("/images/toyning/vert_strek_nede.gif");
float:left;
text-align: center;
color: white;
width: 100%;
height:31px;
vertical-align:middle;
margin-top: 20px;
padding-top:5px;
	} 

.greybutton {
	margin-top: 5px;
	margin-bottom: 20px;
	width: auto;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.hiddenbutton {
	width: 0px;
	background-color: white;
	color: white;
	border: 0px dotted blue;
}

*/ /*GENERELT*/
body {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

.studyheading {
	font-size: 1.5em;
	color: #2a2a20;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

table#footer {
	height: 31px;
	border-collapse: collapse;
}

table#footer td {
	vertical-align: middle;
	color: white;
	font-size: small;
}

/*FRONT PAGE*/
#content {
	text-align: left;
	border: 0px solid blue;
}

.buffer {
	width: 5%;
	float: left;
}

.welcomepage_margin {
	margin: 20px 20px 0px 20px;
	/*using div with margin to counter differences in implementation of box model*/
	border: 0px solid blue;
	padding: 0;
}

.fontsize105 {
	font-size: 105%;
	line-height: 1.2em;
}

#welcome {
	width: 65%;
	float: left;
	border: px solid blue;
}

#left {
	width: 200px;
	float: left;
	border: 0px solid blue;
	background-color: white;
}

.loginlabels {
	font-size: medium;
}

#logon {
	width: 30%;
	float: left;
	color: #54514a;
	font-size: small;
}

#logon_inner {
	background: #e6e3dc;
	padding: 15px;
	font-size: 105%;
}

#logon_inner p {
	background: #e6e3dc;
}

.logon_input {
	width: 100%;
}

/*FORGOTTEN PASSWORD*/
#password_inner {
	background: #e6e3dc;
	padding: 15px;
	font-size: 105%;
	margin-bottom: 25px;
}

#password_inner p {
	background: #e6e3dc;
}

.newpasswordfield {
	width: 50%;
}

/*LOGGED IN*/
.welcomebackpage_margin {
	margin: 20px;
	/*using div with margin to counter differences in implementation of box model*/
	border: 0px solid blue;
}

.colorheading {
	color: #a3987a;
	font-size: 1.2em;
	font-weight: bold;
}

#weekly_report {
	border: 0px solid green;
	line-height: 20px;
	font-size: small;
	background-color: white;
}

.calendar {
	font-weight: bold;
	font-size: small;
	color: #333;
	background-color: white;
}

.reportsDelivered td img {
	margin: 0px 5px 0px 0px;
	padding: 0;
	border: 0px solid red;
	display: inline;
}

.reportsDelivered td {
	padding: 0;
	color: #666;
	font-weight: normal;
	background-color: white;
}

.reportremains td {
	padding-bottom: 3px;
	color: #666;
	font-weight: normal;
	background-color: white;
}

table.reportremains {
	margin-left: 23px;
	background-color: white;
}

#right {
	float: right;
	color: #54514a;
	font-size: small;
	border: 0px solid red;
	width: 650px;
}

#welcome_back {
	line-height: 20px;
	padding: 5px;
	margin-bottom: 10px;
}

#workspace_gray {
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 20px;
	margin-bottom: 40px;
	line-height: 20px;
	background-color: #e6e3dc;
	border: 0px solid red;
	background-image: url("/images/ramme.jpg");
	background-repeat: repeat-y;
}

.reportheading {
	font-weight: bold;
	font-size: medium;
}
.info{
  	font-weight: bold;
  	font-size: small;
  	color: #333;
  	line-height: 1.5em;
  }

/*CONSENT*/
table#consent {
	
}

table#consent td {
	padding: 10px 20px 10px 0px;
}

/*PARTICIPANT ENTRY*/
.joinstudy {
	margin-top: 20px;
	padding: 3px;
}

table.faneinnhold tr td .fontsize105 {
	font-size: 105%;
	padding-right: 5px;
}
/*  
  
  
  h2 {
  	color: #a3987a;
    font-size: 1.2em;
    font-weight: bold;
    background-color: none;
  }
  
  .h1{
  	font-size: 1.5em;
    color: #2a2a20;
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
  }
  
  .whitebackground{
  background-color: white;
  }

  #welcome_back h2 {
  	color: #a3987a;
    font-size: 1.2em;
    font-weight: bold;
		margin-top:-5px;
  }
  
  .history{
  	font-weight: bold;
  	font-size: medium;
  	color: #666;
  	background-color: none;
  }
  
  
  
  .mediumfont{
  	font-size: medium;
  	line-height: 1.2em;
  }
 */ /*INNHOLD*/ /*
  #participant {
		border:0px solid red;
		padding-bottom: 20px;
		line-height:20px;
  }

  #date {
		border:0px solid green;
		line-height:20px;
		padding-left:30px;
  }

  #date_img {
		border:0px solid green;
		line-height:20px;
		background-image:url(../images/thumbs_up.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:30px;
  }

  #logon-space {
  	line-height: 1.5em;
  }

  .ola {
  	padding-left:20px;
  	padding-right:15px;
  }
  
  #lead { 
  	margin-bottom: 4px;
  }
  
  #welcome h1 {
  	margin-bottom: 5px;
    margin-top: 5px;
  }
  
  img#border {
  	width: 100%;
    height: 28px;
  }
  
  #navigation {
  	margin-top: 40px;
  }
  
  table#leftnav {
  	float: left;
  }
  
  table#leftnav img {
  	margin-right: 5px;
  }  
  
  table#rightnav {
  	float: right;
  }
  
  table#rightnav img {
		margin-left: 5px;
  }
  
  
  
  
  
  .air {
  	margin-top: 1px;
  }  
	*/