body
{
	background-image: none;
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
}

.LoginButton
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: "Arial";
}

.loginheader
{
	color: #CC0000;
	font-size: 14pt;
	font-family: Arial;
}

.pageSuccessMessageStyle
{
	font-family: Arial;
	font-weight: bold;
	color: Green;
}

.pageStatusMessageStyle
{
	font-family: Arial;
	font-weight: bold;
	color: Black;
}

.pageWarningMessageStyle
{
	font-family: Arial;
	font-weight: bold;
	color:Orange ;
}

.pageErrorMessageStyle
{
	font-family: Arial;
	font-weight: bold;
	color: #CC0000;
}

.buttonFunctionsStyle
{
	vertical-align : bottom;
	float: right;
	width: 110px;
	height: 30px;
	font-size: 11px;
	color: #333333;
	font-family: "Arial";
}

td.buttonsSearchStyle
{
	width: 8%;
}

.buttonTableStyle
{
	border-bottom: #999 1px dotted;
	border-top: #999 1px dotted;
	font-size: 11pt;
	width: 100%;
	font-family: Arial;
}

.MainTableLabelColumnStyle
{
	width: 4%; 
	height: 34px;
	text-align: right;
}

.MainTableEditColumnStyle
{
	width: 10%; 
	height: 34px;
	text-align: left;
}

.MainTableStyle
{
	border: #333333 1px solid;
	font-size: 11pt;
	width: 100%;
	font-family: Arial;
	background-color: silver;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.MainTableStyleUncoloured
{
	border: #333333 1px solid;
	font-size: 11pt;
	width: 100%;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
.jobDetailsTableStyle
{
	border: #333333 1px solid;
	font-size: 11pt;
	width: 100%;
	font-family: Arial;
	background-color: silver;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align:middle;
}

.sorTableStyle
{
	border: #333333 0px solid;
	width: 100%;
	background-color: #ffffff;
	margin-top: 2px;
	margin-bottom: 2px;
}

.innerTableStyle
{
	border: #333333 0px solid;
	width: 100%;
	background-color: #ffffff;
}

.searchTableStyle
{
	border: 0px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial;
	font-size: 12px;
	vertical-align:middle;
}

.JobListSearchTitle
{
	font-size: 12px;
	color: black;
	font-family: "Arial";
}

.JobListTextboxLabel
{
	font-size: 12px;
	color: black;
	font-family: "Arial";
}

.JobListTextbox
{
	color:black;
	font-size: 12px;
	font-family: Arial;
}

.JobDetailHeading
{
	font-weight: bold;
	font-size: 12pt;
	color: #fff;
	font-family: Arial;
}

.JobDetailsPanelLabels
{
	font-size: 16px;
	color: Black;
	font-family: "Arial";
}

.JobDetailsTexboxLabels
{
	font-size: 12px;
	color: Black;
	font-family: "Arial";
}

.JobDetailsTextbox100Percent
{
	color: black;
	font-size: 12px;
	font-family: Arial;
	width: 100%;
}

.JobDetailsTextbox
{
	color:black;
	font-size: 12px;
	font-family: Arial;
}

.middleStyle
{
	vertical-align: middle;
}

.Header
{
	color: #999;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	vertical-align:middle;
}

.detailsHeader
{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	vertical-align:middle;
}

.HeaderTableStyle
{
	width: 100%;
	border-width: 0px;
}

.loginTableStyle
{
	width: 760px;
	border-width: 0px;
}

.hrEmailStyle
{
	color: Gray;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 1px;
}

.imageTag
{
	float: right;
}

.imageLogo
{
	float: left;
}

.TableRowStyle
{
	background-color: #999;
	font-size: 12pt;
	width: 100%;
	font-family: Arial;
}

.GridHeaderStyle
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Arial;
	height: 28px;
	background-color: silver;
	vertical-align: middle;
}

.GridMainStyle
{
    font-family: Arial;
	font-size: 11px;
    border: #333333 1px solid;
	width: 100%;
}
.GridMainStyle td
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	margin: 1px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Arial;
	font-size: 11px;
	padding-left: 5px;
	text-align: left;
}

.GridItemStyle
{
	color: black;
	font-size: 10pt;
	font-family: Arial;
	background-color: White;
	height:21px;
}

.GridAlternatingItemStyle
{
	color: black;
	font-size: 10pt;
	font-family: Arial;
	background-color: #FFFFCC;
	height:21px;
}

TD.license {
        font-weight : bold;
        font-size : 12px;
        font-family : Arial;
        vertical-align : bottom;
    color: White;
}

A
{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	font-family: Arial;
	text-decoration: none;
}

A:hover
{
	font-size: 12px;
	color: #cc0000;
	font-family: Arial;
	text-decoration: underline;
}

A.license:link {
  font-weight: bold;
  font-size: 12px;
  color: White;
  text-decoration: none;
  font-family: Arial;
}

A.license:visited {
  font-weight: bold;
  font-size: 12px;
  color: White;
  text-decoration: none;
  font-family: Arial;
}

A.license:hover {
  font-weight: bold;
  font-size: 12px;
  color: #CC0000;
  text-decoration: none;
  font-family: Arial;
}
TD {
    font-size : 12px;
    font-family : Arial;
    padding: 2px; 
}

TD.email {
    font-size : 12px;
    font-family : Arial;
    padding: 5px;
}

td.images {
	padding-right: 10px;
    vertical-align : middle;
}
td.image
{
	padding-right: 20px;
	margin: 15px;
}
td.border {
	BORDER-RIGHT: #cc0000 1px solid; 
	PADDING-RIGHT: 10px; 
	BORDER-TOP: #cc0000 1px solid; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 10px; 
	VERTICAL-ALIGN: top; 
	BORDER-LEFT: #cc0000 1px solid; 
	PADDING-TOP: 10px; 
	BORDER-BOTTOM: #cc0000 1px solid;
}


SPAN.smaller {
    font-size : 10px;
    font-family : Arial;
}


.SurveyStaticLabel
{
	font-weight: normal;
	font-size: medium;
	color: fuchsia;
	font-family: Verdana, Arial;
}
.SurveyDataLabel
{
	font-weight: bold;
	font-size: large;
	color: green;
	font-family: Verdana, Arial;
}
.SurveyPanelContainer
{
	border-right: silver thin solid;
	padding-right: 4px;
	border-top: silver thin solid;
	padding-left: 4px;
	visibility: visible;
	padding-bottom: 4px;
	overflow: visible;
	border-left: silver thin solid;
	padding-top: 4px;
	border-bottom: silver thin solid;
	text-align: left;
	width: 90%;
}
.SurveyHint
{
	font-weight: normal;
	font-size: small;
	color: red;
	font-family: Verdana, Arial;
	font-style: italic;
	text-decoration: none;
}

.Legend
{
	color: blue;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.Fieldset
{
	border-right: silver thin solid;
	padding-right: 4px;
	border-top: silver thin solid;
	padding-left: 4px;
	visibility: visible;
	padding-bottom: 4px;
	overflow: visible;
	border-left: silver thin solid;
	padding-top: 4px;
	border-bottom: silver thin solid;
	height:130px;
	margin: 10px;
	width: 95%;
}

.FieldsetText
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	text-align: center;
	width: 90%;
	text-transform: lowercase;
	background-color: #ffffff;
}
.HintText
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Verdana, Arial;
	text-align: left;
	width: 90%;
	text-transform: lowercase;
	font-style: italic;
}

.QuestionText
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	text-align: left;
	width: 90%;
	font-style: normal;
}

.QNumberText
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	text-align: left;
	width: 90%;
	font-style: normal;
}

.buttonFunctionsStyle
{
	vertical-align : bottom;
	float: right;
	width: 110px;
	height: 30px;
	font-size: 11px;
	color: #333333;
	font-family: "Arial";
}
.FieldsetTitleColumn
{
	width: 8%;
	text-align:right;
}
.FieldsetDetailColumn
{
	width: 92%;
}
