/* Public Pages Styles */

body, input, textarea, label
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
}

body
{
	margin: 30px 0px 0px 30px;
	padding: 0;
}

a
{
	color: black;
}

/* IE, Firefox have very different default values for UL's and OL's, so we set most of them here */

/* JobList.aspx */
ul.joblist
{
    margin-top: .5em;
    padding-left: .4em;
    margin-left: .7em;
    list-style-type: none;
    list-style-position: outside;
}

/* the rest - eg. JobNotice.aspx */
ul
{
	margin-left: 1.5em;
	padding-left: .3em;
    list-style-type: disc;
    list-style-position: outside;
}

li
{
    margin: .3em;
}

form
{
	padding: 0;
	margin: 0;
}

input.standard
{
	width: 144px;
}

input.withOneButton
{
	width: 118px;
}

table
{
	margin: 0px;
}

table.tableedit
{
	margin-bottom: 14px;
	border-collapse: collapse;
}

span.fuajaxlabel
{
	display: block;
	width: 120px;
	float: left;
}

h1
{
	font-size: 16px;
	color: #777777;
}

h2, .overskrift
{
	font-weight: bold;
	font-size: 14px;
	color: #777777;
	letter-spacing: 0px;
	display: block;
}

h3
{
	font-size: 13px;
}

h2, h3
{
	margin-bottom: .2em;
}


/* Detail panels, common */
div.detailpanel p.property
{
	margin: 4px 0;
	padding: 2px 0;
	clear: both;
}

/* div.detailpanel p.property input */
.textbox, div.detailpanel p.property textarea
{
	margin: 1px 0;
	padding: 0;
}

/* @deprecated */
div.detailpanel p.property span.label
{
	display: block;
	float: left;
	clear: left;
	width: 120px;
	font-weight: bold;
}

div.detailpanel p.property span.label2
{
	font-weight: bold;
}

/* 
	radio buttons are also input .. imagine what that would look like! :)
	div.detailpanel p.property input
 */
.textbox
{
	width: 330px;
}

div.detailpanel p.property textarea
{
	width: 570px;
	height: 120px;
}

div.detailpanel p.property table.radio tr td input
{
	width: 30px;
}

.RadProgressArea
{
	position: absolute;
	top: 350px;
	left: 40px;
}
