﻿p
{
	margin-left: 10px;	
}

p.pageTitle
{
	font-size: 160%;	
}

h3
{
	margin-left: 10px;
	font-size: 10pt;	
}

th
{
	text-align: left;
	padding: 10px;
}

td
{
	padding: 10px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
td.number
{
	text-align: center;
}
tr.year
{
	font-weight: bold;
	background-color: #E0E0E0;
}

fieldset
{
	border-style: none;
	border-left-style: solid;
	border-left-width: 1px;
}

label
{
	display: block;
	font-weight: bold;
	margin: 10px 10px 0px 10px;
}

input
{
	display:block;
	margin: 10px 0px 0px 10px;
	width: 300px;
	overflow: visible;
}

input[type=submit]
{
	width: 150px;
	margin: 10px 10px 10px 10px;
}

input[type=checkbox]
{
	display: inline;
	width: auto;
}

input[type=radio]
{
	display: inline;
	width: auto;
}

input[type=button]
{
	display: inline;
	width: 75px;
}

td input
{
	margin: 0px 0px 0px 0px;
	width: 100px;
	text-align: right;
}

select
{
	margin: 10px 0px 0px 10px;
}

textarea
{
	margin: 10px 10px 0px 10px;
	width: 450px;
	overflow: visible;
	font-family: arial;
	font-size: 10pt;
}

dl
{
	margin: 10px 10px 10px 10px;
}
dt
{
	display: block;
	float: left;
	width: 400px;
}
dd
{
	display: block;
	margin-left: 400px;
}

li
{
	list-style-type:none;
}
li.complete
{
	list-style-image:url(Images/tick.gif);
}
li.selected
{
	font-weight:bold;
}
li.action
{
	margin-top: 10px;	
	list-style-image:url(Images/action_arrow.png);
	vertical-align: middle;
	background-color: #66C601;
	padding: 2px 2px 2px 2px;
	width: 120px;
}
li.action a
{
	text-decoration: none;
	font-weight: bold;
}
ul.lettered li
{
	list-style-type: lower-alpha;	
}

#instructionHeaderText
{
	margin: 10px 10px 10px 10px;
	font-weight: bold;
}

#header
{
	background-image: url(images/rklogo.png);
	background-repeat: no-repeat;	
	height: 92px;
}

#help_link
{
	background-image: url(Images/help_icon.png);
	background-repeat: no-repeat;	
	padding-left: 10px;
}

#login_form
{
	width: 300px;
	margin: 10px;
	padding: 10px;
}

#login_form label
{
	margin: 10px 10px 0px 10px;
}

#login_form input
{
	margin: 10px 10px 0px 10px;
	width: 200px;
}

#login_form input[type=submit]
{
	width: auto;
}

#add_instruction
{
	padding: 5px;
}

#reject_message
{
	color: Red;
	font-weight: bold;	
}

#formMessage
{
	font-weight: bold;	
}

.formtable
{
	margin: 10px 10px 0px 10px;
}

.instructionPageList
{
	float: left;
	width: 220px;	
}

.instructionForm
{
}

.pager
{
	margin: 5px;
	text-align: center;
	
	border-top-style: solid;
	border-top-width: 1px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;	
}

.error
{
	color: Red;
	font-weight: bold;	
}

.formElement
{
	margin: 10px;	
}

.form_text
{
	margin: 10px;	
}

/* User page specific */
#authorisationSection a,
#surveyorSection a,
#admin a
{
	margin:10px 0px 0px 10px;
	text-decoration:underline;
}

#authorisationSection a:hover,
#surveyorSection a:hover,
#admin a:hover 
{
	cursor:pointer;
	margin:10px 0px 0px 10px;
}

/* Administration page specific */

div#admin
{
	margin: 0 0 30px 0;
}

div#admin label
{
	display: inline;
	margin: 10px 10px 0px 0px;
}

div#admin input
{
	display: inline;
	width: auto;
	margin: 10px 0 0 0;
}

div#admin input[type=submit]
{
	display: block;
	width: auto;
	margin: 10px 0 0 0;
}
