﻿.BreadCrumbDiv
{
	background-color:#EEEEEE;
	border-color:Black;
	border:solid 1px Gray;
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
}

.LoginStatus
{
	background-color:#CCCC66;
	padding:2px 5px 5px 5px;
	margin-bottom:5px;	
}

.Options
{
	padding:5px 5px 10px 5px;
	margin-bottom:10px;
	border:solid 1px black;
}

.SectionHeader 
{
	background-color:#FFBF71;
	padding:5px 5px 1px 5px;
	margin-bottom:5px;
}

.TableCellLabel
{	
	vertical-align:top;
	width:200px;
	font-weight:bold;
}

fieldset 
{
	margin:1em 0 0 0;
	padding:0;
}

legend
{
	margin-left:1em;
	font-weight:bold;
}

fieldset ol 
{
	padding:1em 0.5em 0 0.25em;
	list-style:none;
}

fieldset li 
{
	padding-bottom:0.5em;
	padding-left:1em;
	margin-left:0;
}

fieldset label
{
	float:left;
	width:150px;	
}

.ErrorMessage 
{
	border:solid 1px red;
	padding:5px 5px 5px 5px;
	color:Red;
}

.RadioButtonLabel
{
	float:left;
	width:150px;
}

.RadioButtonList
{
	float:left;
}

.FieldsetRadioButton
{
	float:left;
}

.WideTextbox 
{
	width:200px;
}

.NarrowTextBox 
{
	width:25px;
}


.ImageAndLink 
{
	padding:5px 5px 5px 25px;
}

.ModalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.StandardButton 
{
	width:100px;
}

.LoginPageButton
{
	width:150px;
}

fieldset ol li div.List-LeftColumn
{
	float:left; 
	width:150px;
}

fieldset ol li div.List-RightColumn
{
	float:right;
	width:450px;
}
	
fieldset ol li div.List-CentreColumn
{
	margin-left:155px;
	margin-right:455px;	
}

fieldset ol li div.List-CentreColumn input 
{
	float:left;
}

fieldset ol li div.List-RightColumn label 
{
	float:left;
	width:100px;
}

fieldset ol li div.List-RightColumn input
{
	width:50px;
}

.ajaxOrderedList li  
{  
 list-style:none; 
 cursor:pointer; 
}  
