/* farm profile */

.col
	{
	/* -------------- debug -------------- */

	/* background-color:#c0e9bf;
	-moz-box-sizing:		border-box;
	-webkit-box-sizing:		border-box;
	-ms-box-sizing:			border-box;
	box-sizing:					border-box;
	border-style:solid;
	border-width:1px;
	border-color:#a3daa2; */
	}



/* gatewaysOnlineTable */

div.gatewaysOnlineTable
	{
	width:600px;
	background:cyan;
	}


div.gatewaysOnlineTableHeaderRow
	{
	background:yellow;
	}



/* all cells */
div.gatewayIDHeaderRowTableCell,
div.gatewayIDTableCell,
div.gatewayNicknameHeaderRowTableCell,
div.gatewayNicknameTableCell,
div.lastReportedHeaderRowTableCell,
div.lastReportedTableCell,
div.conditionHeaderRowTableCell,
div.conditionTableCell
	{
	padding:3px;

	background:#404040;
	color:#ffffff;

	font-weight:normal;

	vertical-align:bottom;
	}

/* header cells */ 
div.gatewayIDHeaderRowTableCell,
div.gatewayNicknameHeaderRowTableCell,
div.lastReportedHeaderRowTableCell,
div.conditionHeaderRowTableCell
	{
	font-weight:bold;
	
	background:#000000;
	color:#ffffff;
	}

/* body cells */
div.gatewayIDTableCell,
div.gatewayNicknameTableCell,
div.lastReportedTableCell,
div.conditionTableCell
	{
	font-weight:normal;
	font-size:14px;

	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	}

/* last row */
div.gatewaysOnlineTableRow:last-child div.gatewayIDTableCell,
div.gatewaysOnlineTableRow:last-child div.gatewayNicknameTableCell,
div.gatewaysOnlineTableRow:last-child div.lastReportedTableCell,
div.gatewaysOnlineTableRow:last-child div.conditionTableCell
	{
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#000000;
	}


/* cell widths */
div.gatewayIDHeaderRowTableCell,
div.gatewayIDTableCell
	{
	border-left-style:solid;
	border-left-width:3px;
	border-left-color:#000000;
	}

div.gatewayNicknameHeaderRowTableCell,
div.gatewayNicknameTableCell
	{

	}

div.lastReportedHeaderRowTableCell,
div.lastReportedTableCell
	{

	}

div.conditionHeaderRowTableCell,
div.conditionTableCell
	{
	width:26px;

	border-right-style:solid;
	border-right-width:3px;
	border-right-color:#000000;
	}

img.gatewayOnlineIcon
	{
	position:relative;
	float:right;
	width:18px;
	height:18px;
	}