/* Styles specific to element id */
#messageLabel {
	margin-left: auto;
	margin-right: auto;
	color: Red;
	background-color: White;
}

/* Global named styles */
.bigText {
	font-size: 16px;
}
.boldText {
	font-weight: bold;
}
.fieldTitle {
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
	margin-bottom:10px;
	text-shadow: #fafafa 0 1px 0;
	font-size: 14px;
}
.fieldDescription {
	font-style:italic;
	font-size: 12px;
	color: #707070;
}
.hidden {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	height: 0px;
	width: 0px;
	padding: 0px;
	position: absolute;
	left: -999px;
	top: -995px;
}
.wide {
	width: 100%;
}
.leftAlign {
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
	display: block;
}

.leftAlign img, .rightFloat img, .wide img
{
	max-width:300px;
	max-height:300px;	
}

.centreAlign {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}
.rightAlign
{
	margin-left: auto;
	margin-right: 0px;
	text-align: right;
	display: block;
}
.rightFloat {
	float:right;
}
.CriticalWarrningText {
	font-style:italic;
	color:Red;
}
.statusTitle {
	font-weight:bold;
}


/* Styles that apply to every element of a given type */
body
{
	background: url("../images/content-bg.png") repeat scroll 0% 0% transparent;	
}

body, form, html {
	margin: 0px;
	padding: 0px;
}

html {
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
	font-size: 10pt;
	min-height:100%;
    line-height: 18px;
  
}
h1 {
	text-align: center;
	font-size: 24px;
	padding: 5px;
}
h2 {
	font-size: 18px;
}
table {
	width: auto;
	border: 0px;
	padding: 5px;
}


/* Styles that apply to specific elemt type/class combos */
a.unselected {
	border: 1px solid black;
	padding: 5px;
	margin-left: 2px;
	margin-top: 5px;
	background-color: #ccccff;
	color: Black;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
}
a.selected {
	border: 1px solid black;
	padding: 5px;
	margin-left: 2px;
	margin-top: 5px;
	background-color: White;
	color: Black;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
}
a.disabled {
	border: 1px solid black;
	padding: 5px;
	margin-left: 2px;
	margin-top: 5px;
	background-color: White;
	color: Gray;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
}

div.miniFormContainer {
	border: 1px solid #383838;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	background: -o-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	-moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
	text-decoration: none;
	vertical-align: middle;
	min-width:300px;
	max-width:80%;
	display:table;
	padding:20px;
	margin-left: auto;
	margin-right : auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
input[type="text"], input[type="password"], select {
	border: 1px solid #c9c9c9;
	background: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #000000;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding:8px;
	margin-bottom:20px;
	width:280px;
}
input[type="text"]:focus, input[type="password"]:focus {
	background: #fff;
	color: #5570c2;
}
input.tall {
	height: 50px;
}
input.medium, Button.medium, TextBox.medium {
	width: 160px;
}
input.small, Button.small, TextBox.small {
	width: 35px;
}
input[type="submit"].short {
	height: 20px;
	padding: 0px 10px;
}
input[type="submit"].fillWidth {
	width: 100%;
}
input[type="text"].timeText {
	width: 6em;
	background-position:right;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url('../images/timesmall.png') ;
}
input[type="text"][disabled].timeText {
	color: grey;
}
input[type="text"].dateText {
	width: 10em;
	background-position:right;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url('../images/dateicon.png') ;
}
input[type="text"][disabled].dateText {
	color: grey;
}
input[type="text"].shortText {
	width: 6em;
}
input[type="text"].onlyPosInt {
	width: 6em;
}
input[type="text"].onlyInt {
	width: 6em;
}
input[type="submit"].actionButton, input[type="button"].actionButton {
	border: 1px solid #447314;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
	background: -webkit-linear-gradient(top, #8dc059, #6aa436);
	background: -moz-linear-gradient(top, #8dc059, #6aa436);
	background: -ms-linear-gradient(top, #8dc059, #6aa436);
	background: -o-linear-gradient(top, #8dc059, #6aa436);
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #addc7e 0 1px 0;
	color: #31540c;
	font-family: helvetica, serif;
	padding: 8.5px 18px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
}
input[type="submit"].actionButton:hover, input[type="button"].actionButton:hover {
    border: 1px solid #447314;
	text-shadow: #31540c 0 1px 0;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
	background: -webkit-linear-gradient(top, #8dc059, #6aa436);
	background: -moz-linear-gradient(top, #8dc059, #6aa436);
	background: -ms-linear-gradient(top, #8dc059, #6aa436);
	background: -o-linear-gradient(top, #8dc059, #6aa436);
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
	color: White;
}
input[type="submit"].actionButton:active, input[type="button"].actionButton {
	text-shadow: #31540c 0 1px 0;
	border: 1px solid #447314;
	background: #8dc059;
	background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
	background: -webkit-linear-gradient(top, #6aa436, #8dc059);
	background: -moz-linear-gradient(top, #6aa436, #8dc059);
	background: -ms-linear-gradient(top, #6aa436, #8dc059);
	background: -o-linear-gradient(top, #6aa436, #8dc059);
	background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
	color: White;
}
input[type="button"], input[type="submit"], .button {
	border: 1px solid #0A3C59;
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
	background: -moz-linear-gradient(top, #65a9d7, #3e779d);
	background: -ms-linear-gradient(top, #65a9d7, #3e779d);
	background: -o-linear-gradient(top, #65a9d7, #3e779d);
	background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
	padding: 8.5px 18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #7ea4bd 0 1px 0;
	color: #06426c;
	font-size: 14px;
	font-family: helvetica, serif;
	text-decoration: none;
	vertical-align: middle;
	cursor:default;
}

.button a
{
	text-decoration:none;
	color:inherit;	
}

input[type="button"]:hover, input[type="submit"]:hover, .button:hover {
	border: 1px solid #0a3c59;
	text-shadow: #1e4158 0 1px 0;
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
	background: -moz-linear-gradient(top, #65a9d7, #3e779d);
	background: -ms-linear-gradient(top, #65a9d7, #3e779d);
	background: -o-linear-gradient(top, #65a9d7, #3e779d);
	background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
	color: White;
}
input[type="button"]:active, input[type="submit"]:active, .button:active {
	text-shadow: #1e4158 0 1px 0;
	border: 1px solid #0a3c59;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
	color: White;
}

table.column1Headings {
	width: auto;
	border: 0px;
	padding: 5px;
	background: #ffffff;
}
table.groupedBlue {
	border: 1px solid #a6c9e2;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background: #ccccff;
}
table.bordered {
	border: 1px solid #383838;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
table.gridView {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 10px;
}

table.gridView div
{
   display: block;
   margin-top: -30px;
   text-align: right;
}

img.smallIcon
{
	margin: 1px;
	height:15px;
}

table.bordered tbody {
	padding: 0px;
}
table.grouped td:first-child, table.column1Headings td:first-child {
	font-weight: bold;
}
tr.rowOdd td {
	background-color: #dddddd;
	color: black;
}
tr.rowEven td {
	background-color: #ffffff;
	color: black;
}
table.bordered td  {
	border: 1px solid #383838;
	padding: 5px;
}
table.gridView td {
	background: #f0f0f0;
	padding: 5px;
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 5px;
}
table.bordered th {
	border: 1px solid #383838;
	padding: 5px;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	background: -o-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}
table.noMargins, table.noMargins tbody {
	margin: 0px;
	border-width: 0px;
	padding: 0px;
}
td.headerLeft {
	width: 20%;
	text-align: left;
}
td.headerCentre {
	width: 60%;
	text-align: center;
}
td.headerRight {
	width: 20%;
	text-align: right;
}
td.statusViewDate {
	width:400px;
}
td.statusViewVoltage {
	width:200px;
}
td.statusViewFreeSpace {
	width:200px;
}
td.statusViewErrors {
	width:400px;
}
td.statusViewVoltage {
	width:200px;
}
td.statusViewFreeSpace {
	width:200px;
}
td.statusViewErrors {
	width:400px;
}

