.popupwindow {
	display: none;
	position: absolute;
	top:250px;
	left:250px;
	font-family: "helvetica";
	font-size: 18px;	
	background-color:#FFFFFF;
	position:absolute; 
	background-color: #FFF; 
	border: 8px groove #1C6E85;
	padding: 5px;
}

.popupwindow2 {
	display: none;
	position: absolute;
	top:300px;
	left:200px;
	font-family: "helvetica";
	font-size: 18px;	
	background-color:#FFFFFF;
	position:absolute; 
	background-color: #FFF; 
	border: 8px groove #1C6E85;
	padding: 5px;
}

.popupwindow3 {
	display: none;
	position: absolute;
	top:100px;
	left:150px;
	font-family: "helvetica";
	font-size: 18px;	
	background-color:#FFFFFF;
	position:absolute; 
	background-color: #FFF; 
	border: 8px groove #1C6E85;
	padding: 5px;
}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
	
.CustomButton {
	width:200px;
	padding:10px;
}

.DivTextHeading {
	font-family: "verdana";
	font-size: 16px;	
	font-weight:bold;
	min-height:20px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding:2px;
}

.Button {
	font-family: "verdana";
	font-size: 16px;	
	font-weight:none;
	min-height:20px;
}

.DivHeading {
	font-family: "verdana";
	font-size: 18px;	
	font-weight:bold;
	position: relative;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width:20%;
	top:-9px;
	padding:0px;
	border: 1px solid #000;
	background-color:#FFF;
}

select {
	font-family: "verdana";
	font-size: 16px;	
	font-weight:none;
}

.SelectBox1 {
	font-family: "verdana";
	font-size: 18px;	
	font-weight:bold;
	font-style: oblique;
	color: #000;
	background: #FFB18A;
	border: 3px groove #FFF;
}

.SelectBox2 {
	font-family: "verdana";
	font-size: 18px;	
	font-weight:bold;
	font-style: oblique;
	color: #000;
	background: #FAF1A5;
	border: 3px groove #FFF;
	height: 32px;
}

.CustomFormDiv {
	border: 1px solid #000;
	position:relative;
	margin-left:0px;
	padding: 20px;
}

.CustomFormDivEvaluate {
	border: 1px solid #000;
	position:relative;
	margin-left:0px;
	padding-left: 50px;
}


.ButtonOff {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:40px;
	width:80px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.ButtonOff:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.ButtonOff:active {
	position:relative;
	top:1px;
}
	
.ZoneInnerText {
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	margin: 2px;
}

.OCAdminButtons {
	font-family:sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	margin: 2px;
	margin-bottom: 60px;
	padding:2px;
	background-color:#567058;
	border: 3px groove #000;
}
	a.OCAdminButtons:link{text-decoration: none; color:#FFF; }
	a.OCAdminButtons:visited{text-decoration: none; color:#FFF; }
	a.OCAdminButtons:hover{text-decoration: underline; color:#91BC94; }
	
.OCAdminSubMenu {
	font-family:sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	margin: 2px;
	margin-bottom: 60px;
	padding:2px;
	background-color:#3E6C41;
	border: 3px groove #000;
}
	a.OCAdminSubMenu:link{text-decoration: none; color:#FFF; }
	a.OCAdminSubMenu:visited{text-decoration: none; color:#FFF; }
	a.OCAdminSubMenu:hover{text-decoration: underline; color:#C1781F; }
	
	
.admin_table {
	background-color:#9DD19D;
	margin: 1px;
	padding:1px;
	border:2px solid #9DD19D;
}
.admin_table td {
		background-color:#D9FFD9;
		border:1px solid #000000;
	}
	
.admin_table tr {
		border:1px solid #000000;
	}
	
.slider {
  width: 100px;
}

.slider > .dragger {
  background: #8DCA09;
  background: -webkit-linear-gradient(top, #8DCA09, #72A307);
  background: -moz-linear-gradient(top, #8DCA09, #72A307);
  background: linear-gradient(top, #8DCA09, #72A307);

  -webkit-box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  border: 1px solid #496805;
  width: 16px;
  height: 16px;
}
.slider > .dragger:hover {
  background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);
}

.slider > .track, .slider > .highlight-track {
  background: #ccc;
  background: -webkit-linear-gradient(top, #bbb, #ddd);
  background: -moz-linear-gradient(top, #bbb, #ddd);
  background: linear-gradient(top, #bbb, #ddd);

  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  border: 1px solid #aaa;
  height: 4px;
}

.slider > .highlight-track {
        background-color: #8DCA09;
        background: -webkit-linear-gradient(top, #8DCA09, #72A307);
        background: -moz-linear-gradient(top, #8DCA09, #72A307);
        background: linear-gradient(top, #8DCA09, #72A307);
        
        border-color: #496805;
}

	
    .picker { 
    width: 200px; 
    height: 200px 
    }
	.slide { 
	width: 30px; 
	height: 200px 
	}
    
    /* Common stuff */
.picker-wrapper,
.slide-wrapper {
    position: relative;
    float: left;
}
.picker-indicator,
.slide-indicator {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.picker,
.slide {
    cursor: crosshair;
    float: left;
}

/* Default skin */

.cp-default {
    background-color: gray;
    padding: 12px;
    box-shadow: 0 0 40px #000;
    border-radius: 15px;
    float: left;
}
.cp-default .picker {
    width: 200px;
    height: 200px;
}
.cp-default .slide {
    width: 30px;
    height: 200px;
}
.cp-default .slide-wrapper {
    margin-left: 10px;
}
.cp-default .picker-indicator {
    width: 5px;
    height: 5px;
    border: 2px solid darkblue;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    background-color: white;
}
.cp-default .slide-indicator {
    width: 100%;
    height: 10px;
    left: -4px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
    border: 4px solid lightblue;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
}

/* Small skin */

.cp-small {
    padding: 5px;
    background-color: white;
    float: left;
    border-radius: 5px;
}
.cp-small .picker {
    width: 100px;
    height: 100px;
}
.cp-small .slide {
    width: 15px;
    height: 100px;
}
.cp-small .slide-wrapper {
    margin-left: 5px;
}
.cp-small .picker-indicator {
    width: 1px;
    height: 1px;
    border: 1px solid black;
    background-color: white;
}
.cp-small .slide-indicator {
    width: 100%;
    height: 2px;
    left: 0px;
    background-color: black;
}

/* Fancy skin */

.cp-fancy {
    padding: 10px;
/* background-color: #C5F7EA; */
    background: -webkit-linear-gradient(top, #aaa 0%, #222 100%);
    float: left;
    border: 1px solid #999;
    box-shadow: inset 0 0 10px white;
}
.cp-fancy .picker {
    width: 200px;
    height: 200px;
}
.cp-fancy .slide {
    width: 30px;
    height: 200px;
}
.cp-fancy .slide-wrapper {
    margin-left: 10px;
}
.cp-fancy .picker-indicator {
    width: 24px;
    height: 24px;
    background-image: url(http://cdn1.iconfinder.com/data/icons/fugue/bonus/icons-24/target.png);
}
.cp-fancy .slide-indicator {
    width: 30px;
    height: 31px;
    left: 30px;
    background-image: url(http://cdn1.iconfinder.com/data/icons/bluecoral/Left.png);
}

/* Normal skin */

.cp-normal {
    padding: 10px;
    background-color: white;
    float: left;
    border: 4px solid #d6d6d6;
    box-shadow: inset 0 0 10px white;
}
.cp-normal .picker {
    width: 200px;
    height: 200px;
}
.cp-normal .slide {
    width: 30px;
    height: 200px;
}
.cp-normal .slide-wrapper {
    margin-left: 10px;
}
.cp-normal .picker-indicator {
    width: 5px;
    height: 5px;
    border: 1px solid gray;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    background-color: white;
    pointer-events: none;
}
.cp-normal .slide-indicator {
    width: 100%;
    height: 10px;
    left: -4px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
    border: 4px solid gray;
    background-color: white;
    pointer-events: none;
}

	.OCFormEditor_InputNote {
	font-size:11px;
	font-weight:normal;
	float:left;
	background-color: #FFF9ED;
	border: 1px solid #FFA500;
	padding:3px;
	max-width:400px;
	margin-top:1px;
	margin-bottom:1px;
	}

	.OCFormsHeaderaref {
	text-decoration: none; font-weight:bold;
	}
	
	a.OCFormsShowTableLink:link{text-decoration: none; color:blue; }
	a.OCFormsShowTableLink:visited{text-decoration: none; color:blue; }
	a.OCFormsShowTableLink:hover{text-decoration: underline; color:blue; }

	.OCForms_InputHeading {
		font-family: "helvetica";
		font-size: 14px;
		font-weight:normal;
		border:3px double #BABABA;
		margin: 3px;
		padding: 3px;
		background-color: #F2F2F2;
	}
	.OCFormsTableDescription {
		font-family: "helvetica";
		font-size: 28px;
		font-weight:bold;
		text-decoration:underline;
	}

	#OCForms_umaskE 
	{
		min-height:50px;
		color:#000;
		background:#FFF;
		border:1px solid #000;
		padding: 1px;
		font-size: 14px;
	}
	#OCForms_umaskE td
	{
		text-align:center;
		padding: 0px;
		border: 1px solid lightgray;
	}
	#OCForms_umaskE th
	{
		text-align:center;
		font-size: 14px;
	}
	.OCFormsTable {
		font-family: "helvetica";
		font-size: 14px;
		border:10px double #9AA0AB;
		background-color: #DFE8F7;
		padding: 5px;
	}
	.OCFormsTable tr:nth-child(even) {background: #F0F0F0}
	.OCFormsTable th{
		background-color:#BCC4D1;
		color: #000000;
		font-weight:bold;
		border:1px solid #F7F7DF;
		font-size: 11px;
		padding: 2px;
	}
	.OCFormsTable td{
		border:1px solid #DFE8F7;
	}
	.OCForms_unused {
	background-color:#A6A4A4;
	color:#000;
	}
	.OCForms_disabled {
	background-color:#CCCCCC;
	}
	.OCForms_Active {
	background-color:#FFFFFF;
	}
	.OCForms_Sort {
	background-color:#B8FCB8;
	}

	.OCFormsEditListing {
		font-family: "helvetica";
		font-size: 12px;
		border:8px groove #000;
		background-color: #DFE8F7;
		padding: 2px;
	}
	.OCFormsDeleteTable {
		font-family: "helvetica";
		font-size: 12px;
		border:8px groove #D9255E;
		background-color: #FF8F66;
		padding: 5px;
	}	
	.OCFormsDeleteTable td {
		background-color:#FFFFFF;
	}
	.OCFormsEditListing tr {
		border:1px solid #000000;
	}
	.OCFormsEditOuterTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:2px;
		background-color:#9AA0AB;
	}
	.OCFormsEditOuterTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#BCC4D1;
	}	
	.OCFormsEditOuterTable td {
		background-color:#EBEBEB;
	}
	
	.OCFormsEditInnerTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#BCC4D1;
	}
	.OCFormsEditInnerTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#DFE8F7;
		
	}	
	.OCFormsEditInnerTable td {
		background-color:#DFE8F7;
		padding:5px;
	}



                  
	.EventsReportTable {
		border:4px solid #eaeaea;
		font-family: "helvetica";
		font-size: 16px;
	}
	.EventsReportTable  td {
	border:1px solid #eaeaea;
	}
	.Report_table_fieldselect {
		border:4px solid #7EB9CC;
		font-family: "helvetica";
		font-size: 12px;
	}
	.Report_table_fieldselect  td {
	border:1px solid #6796A6;
	}
	.ButtonTable {
		border:4px solid #eaeaea;
		font-family: "helvetica";
		font-size: 16px;
	}	
	.Button {
		font-family: "helvetica";
		font-size: 18px;	
		width:120px;
	}
	.buttonheading {
		font-family: "helvetica";
		font-size: 16px;
	}
	.menubutton {
		font-family: "helvetica";
		font-size: 18px;	
		width:100px;
		height:100px;
	}
	.buttondiv {
		font-family: "helvetica";
		font-size: 18px;	
		background-color:#FFFFFF;
		position:absolute; 
		background-color: #FFF; 
		border: 8px groove #1C6E85;
		padding: 5px;
	}
	.DevCronTable {
		font-family: "Verdana";
		font-size: 12px;	
		border:1px groove #000;
		padding:2px;
	}

	.NodePinoutTable {
		background-color:#FFFFFF;
		font-family: "helvetica";
		font-size: 12px;	
		border:3px solid #000000;
		padding:5px;
	}
	.NodePinoutTable td {
		background-color:#FFFFFF;
		}
	.ZoneEditListing {
		font-family: "helvetica";
		font-size: 12px;	
		border:8px groove #000;
		background-color:#C2B49F;
		padding:5px;
	}	
	.ZoneEditListing tr {
		border:1px solid #000000;
	}
	.ZoneEditOuterTable {
		font-family: "helvetica";
		font-size: 12px;	
		border:1px solid #000000;
		padding:5px;
	}
	.ZoneEditOuterTable th{
		font-family: "helvetica";
		font-size: 14px;	
		background-color:#C2B49F;
	}	
	.ZoneEditOuterTable td {
		background-color:#EBEBEB;
	}
	
	.ZoneEditInnerTable {
		font-family: "helvetica";
		font-size: 12px;	
		border:1px solid #000000;
		padding:5px;
	}
	.ZoneEditInnerTable th{
		font-family: "helvetica";
		font-size: 14px;	
		background-color:#C2B49F;
	}	
	.ZoneEditInnerTable td {
		background-color:#EBEBEB;
	}

	.HostDeviceTriggersEditListing {
		font-family: "helvetica";
		font-size: 12px;	
		border:8px groove #000;
		background-color:#C2E2C4;
		padding:5px;
	}	
	.HostDeviceTriggersEditListing tr {
		border:1px solid #000000;
	}
	.HostDeviceTriggersEditOuterTable {
		font-family: "helvetica";
		font-size: 12px;	
		border:1px solid #000000;
		padding:5px;
	}
	.HostDeviceTriggersEditOuterTable th{
		font-family: "helvetica";
		font-size: 14px;	
		background-color:#C2E2C4;
	}	
	.HostDeviceTriggersEditOuterTable td {
		background-color:#EBEBEB;
	}
	
	.HostDeviceTriggersEditInnerTable {
		font-family: "helvetica";
		font-size: 12px;	
		border:1px solid #000000;
		padding:5px;
	}
	.HostDeviceTriggersEditInnerTable th{
		font-family: "helvetica";
		font-size: 14px;	
		background-color:#C2E2C4;
	}	
	.HostDeviceTriggersEditInnerTable td {
		background-color:#EBEBEB;
	}

	.GroupEditListing {
		font-family: "helvetica";
		font-size: 12px;	
		border:8px groove #000;
		background-color:#C2B49F;
		padding:5px;
	}	
	.GroupEditListing tr {
		border:1px solid #000000;
	}
	.GroupEditOuterTable {
		font-family: "helvetica";
		font-size: 12px;	
		border:1px solid #000000;
		padding:5px;
	}
	.GroupEditOuterTable th{
		font-family: "helvetica";
		font-size: 14px;	
		background-color:#C2B49F;
	}	
	.GroupEditOuterTable td {
		background-color:#EBEBEB;
	}
	
	.GroupEditInnerTable {
		font-family: "helvetica";
		font-size: 12px;	
		border:1px solid #000000;
		padding:5px;
	}
	.GroupEditInnerTable th{
		font-family: "helvetica";
		font-size: 14px;	
		background-color:#C2B49F;
	}	
	.GroupEditInnerTable td {
		background-color:#EBEBEB;
	}


	.CustomButtonsTable {
		border:10px double #9AA0AB;
		background-color:#DFE8F7;
		color: #000000; 
		font-family: "helvetica";
		font-size: 12px;
	}
	.CustomButtonsTable th{
		background-color:#BCC4D1;
		color: #000000;
		font-weight:bold;
		border:1px solid #F7F7DF;
		font-size: 11px;
		padding: 2px;
	}
	.CustomButtonsTable td{
		border:1px solid #DFE8F7;
	}
	.CustomButtons_unused {
	background-color:#A6A4A4;
	color:#000;
	}
	.CustomButtons_disabled {
	background-color:#CCCCCC;
	}
	.CustomButtons_Active {
	background-color:#FFFFFF;
	}
	.CustomButtons_Sort {
	background-color:#B8FCB8;
	}

	.CustomButtonsEditListing {
		font-family: "helvetica";
		font-size: 14px;
		border:8px groove #000;
		background-color: #DFE8F7;
		padding: 5px;
	}
	.CustomButtonsDeleteTable {
		font-family: "helvetica";
		font-size: 14px;
		border:8px groove #D9255E;
		background-color: #FF8F66;
		padding: 5px;
	}	
	.CustomButtonsDeleteTable td {
		background-color:#FFFFFF;
	}
	.CustomButtonsEditListing tr {
		border:1px solid #000000;
	}
	.CustomButtonsEditOuterTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#9AA0AB;
	}
	.CustomButtonsEditOuterTable th {
		font-family: "helvetica";
		font-size: 14px;
		background-color:#BCC4D1;
	}	
	.CustomButtonsEditOuterTable td {
		background-color:#EBEBEB;
	}
	
	.CustomButtonsEditInnerTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#BCC4D1;
	}
	.CustomButtonsEditInnerTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#DFE8F7;
		
	}	
	.CustomButtonsEditInnerTable td {
		background-color:#DFE8F7;
	}

	.MPlayer_PlaylistsTable {
		border:10px double #9AA0AB;
		background-color:#DFE8F7;
		color: #000000; 
		font-family: "helvetica";
		font-size: 12px;
	}
	.MPlayer_PlaylistsTable th{
		background-color:#BCC4D1;
		color: #000000;
		font-weight:bold;
		border:1px solid #F7F7DF;
		font-size: 11px;
		padding: 2px;
	}
	.MPlayer_PlaylistsTable td{
		border:1px solid #DFE8F7;
	}
	.MPlayer_Playlists_unused {
	background-color:#A6A4A4;
	color:#000;
	}
	.MPlayer_Playlists_disabled {
	background-color:#CCCCCC;
	}
	.MPlayer_Playlists_Active {
	background-color:#FFFFFF;
	}
	.MPlayer_Playlists_Sort {
	background-color:#B8FCB8;
	}

	.MPlayer_PlaylistsEditListing {
		font-family: "helvetica";
		font-size: 14px;
		border:8px groove #000;
		background-color: #DFE8F7;
		padding: 5px;
	}
	.MPlayer_PlaylistsDeleteTable {
		font-family: "helvetica";
		font-size: 14px;
		border:8px groove #D9255E;
		background-color: #FF8F66;
		padding: 5px;
	}	
	.MPlayer_PlaylistsDeleteTable td {
		background-color:#FFFFFF;
	}
	.MPlayer_PlaylistsEditListing tr {
		border:1px solid #000000;
	}
	.MPlayer_PlaylistsEditOuterTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#9AA0AB;
	}
	.MPlayer_PlaylistsEditOuterTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#BCC4D1;
	}	
	.MPlayer_PlaylistsEditOuterTable td {
		background-color:#EBEBEB;
	}
	
	.MPlayer_PlaylistsEditInnerTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#BCC4D1;
	}
	.MPlayer_PlaylistsEditInnerTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#DFE8F7;
		
	}	
	.MPlayer_PlaylistsEditInnerTable td {
		background-color:#DFE8F7;
	}




	.JSONTable {
		border:10px double #9AA0AB;
		background-color:#DFE8F7;
		color: #000000; 
		font-family: "helvetica";
		font-size: 12px;
	}
	.JSONTable th{
		background-color:#BCC4D1;
		color: #000000;
		font-weight:bold;
		border:1px solid #F7F7DF;
		font-size: 11px;
		padding: 2px;
	}
	.JSONTable td{
		border:1px solid #DFE8F7;
	}
	.JSON_unused {
	background-color:#A6A4A4;
	color:#000;
	}
	.JSON_disabled {
	background-color:#CCCCCC;
	}
	.JSON_Active {
	background-color:#FFFFFF;
	}
	.JSON_Sort {
	background-color:#B8FCB8;
	}

	.JSONEditListing {
		font-family: "helvetica";
		font-size: 14px;
		border:8px groove #000;
		background-color: #DFE8F7;
		padding: 5px;
	}
	.JSONDeleteTable {
		font-family: "helvetica";
		font-size: 14px;
		border:8px groove #D9255E;
		background-color: #FF8F66;
		padding: 5px;
	}	
	.JSONDeleteTable td {
		background-color:#FFFFFF;
	}
	.JSONEditListing tr {
		border:1px solid #000000;
	}
	.JSONEditOuterTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#9AA0AB;
	}
	.JSONEditOuterTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#BCC4D1;
	}	
	.JSONEditOuterTable td {
		background-color:#EBEBEB;
	}
	
	.JSONEditInnerTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#BCC4D1;
	}
	.JSONEditInnerTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#DFE8F7;
		
	}	
	.JSONEditInnerTable td {
		background-color:#DFE8F7;
	}



	.MemoryEditListing {
		font-family: "helvetica";
		font-size: 14px;
		border:8px groove #000;
		background-color: #D9965B;
		padding: 5px;
	}
	.MemoryDeleteTable {
		font-family: "helvetica";
		font-size: 14px;
		border:8px groove #D9255E;
		background-color: #FF8F66;
		padding: 5px;
	}	
	.MemoryDeleteTable td {
		background-color:#FFFFFF;
	}
	.MemoryEditListing tr {
		border:1px solid #000000;
	}
	.MemoryEditOuterTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#B39E4B;
	}
	.MemoryEditOuterTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#8C613B;
	}	
	.MemoryEditOuterTable td {
		background-color:#EBEBEB;
	}
	
	.MemoryEditInnerTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#B39E4B;
	}
	.MemoryEditInnerTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#C2B49F;
		
	}	
	.MemoryEditInnerTable td {
		background-color:#C2B49F;
	}



	.WidgetTable {
		border:10px double #FCD3AE;
		background-color:#E1E8D5;
		color: #000000; 
		font-family: "helvetica";
		font-size: 12px;
	}
	.WidgetTable th{
		background-color:#B2C2B3;
		color: #000000;
		font-weight:bold;
		border:1px solid #EBEBEB;
		font-size: 11px;
		padding: 2px;
	}
	.WidgetTable td{
		border:1px solid #E1E8D5;
	}
	.Widget_unused {
	background-color:#A6A4A4;
	color:#000;
	}
	.Widget_disabled {
	background-color:#CCCCCC;
	}
	.Widget_Active {
	background-color:#FFFFFF;
	}
	.Widget_Sort {
	background-color:#B8FCB8;
	}
	
	.WidgetEditListing {
		font-family: "helvetica";
		font-size: 14px;
		border:8px groove #000;
		background-color: #D9965B;
		padding: 5px;
	}
	.WidgetDeleteTable {
		font-family: "helvetica";
		font-size: 14px;
		border:8px groove #D9255E;
		background-color: #FF8F66;
		padding: 5px;
	}	
	.WidgetDeleteTable td {
		background-color:#FFFFFF;
	}
	.WidgetEditListing tr {
		border:1px solid #000000;
	}
	.WidgetEditOuterTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#B39E4B;
	}
	.WidgetEditOuterTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#8C613B;
	}	
	.WidgetEditOuterTable td {
		background-color:#EBEBEB;
	}
	
	.WidgetEditInnerTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#B39E4B;
	}
	.WidgetEditInnerTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#C2B49F;
		
	}	
	.WidgetEditInnerTable td {
		background-color:#C2B49F;
	}



.NodeEditListing {
		font-family: "helvetica";
		font-size: 14px;
		border:8px groove #000;
		background-color: #D9965B;
		padding: 5px;
	}	
	.NodeEditListing tr {
		border:1px solid #000000;
	}
	.NodeEditOuterTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#B39E4B;
	}
	.NodeEditOuterTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#8C613B;
	}	
	.NodeEditOuterTable td {
		background-color:#EBEBEB;
	}
	
	.NodeEditInnerTable {
		font-family: "helvetica";
		font-size: 12px;
		border:1px solid #000000;
		padding:5px;
		background-color:#B39E4B;
	}
	.NodeEditInnerTable th{
		font-family: "helvetica";
		font-size: 14px;
		background-color:#C2B49F;
		
	}	
	.NodeEditInnerTable td {
		background-color:#C2B49F;
	}

	.logintext {
		width:100px;
		background:#FFF;
		border:1px solid #000;
		color:#000;
		text-align:center;
		font-weight:bold;
		font-size:8pt;
	}
	.logintable {
		width: 518px;
		height: 499px;
	}
	.umaskE 
	{
		min-height:50px;
		padding: 1px;
		color:#000;
		background:#FFF;
		border:1px solid #000;
	}
	.umaskE td
	{
		text-align:center;
	}
	.DeviceStatsTable {
                font-family: "helvetica";
                font-size: 18px;
                background-color:#FFFFFF;
                border:3px double #000;
	}
	.HouseplanDeviceEdit {
		font-family: "helvetica";
		font-size: 18px;	
		background-color: #F5F5F5; 
		border: 8px groove #A8A8A8;
		padding: 5px;
	}
	.HouseplanButtonAE {
		font-family: "helvetica";
		font-size: 18px;	
		position:absolute; 
		left:250px; 
		top:430px; 
		background-color: #80B6DA; 
		border: 8px groove #53758C;
		padding: 5px;
	}
	.ButtonAE {
		font-family: "helvetica";
		font-size: 12px;	
		border:1px solid #53758C;
		padding:5px;
	}
	.ButtonAE th{
		font-family: "helvetica";
		font-size: 14px;	
		background-color:#6995B3;
		padding:5px;
	}	
	.ButtonAE td {
		background-color:#FFF;
		padding:5px;
	}
	
	.ButtonOn {
		font-family: "helvetica";
		font-size: 18px;	
		width:120px;
		background-color:#80EB80;
	}

	.MessageLog {
		border:3px solid #578555;
		padding:2px;
		background-color:#FFF;
		font-family: "helvetica";
		font-size: 14px;
	}
	.MessageLog td{
		border:1px solid #75AB71;
		background-color:#FFF;
		padding:1px;
	}
	.EventsTable {
		border:3px solid #578555;
		padding:2px;
		border-collapse:collapse;
		background-color:#D1D1D1;
		font-family: "helvetica";
		font-size: 14px;		
	}
	
	.EventsTable td{
		border:1px solid #75AB71;
		background-color:#FFF;
		padding:3px;
	}
	
	.EventsTable th{
		background-color:#70AB6D;
		padding:5px;
	}
	#EventsTable_ON {
		background-color:#A3F79E;
		}
	
	.DeviceEdit {
		font-family: "helvetica";
		font-size: 12px;	
		border:1px solid #000000;
		padding:5px;
	}
	.DeviceEdit th{
		font-family: "helvetica";
		font-size: 14px;	
		background-color:#80EB80;
	}	
	.DeviceEdit td {
		background-color:#EBEBEB;
	}
	.Report_table {
		border:10px double #FCEDB6;
		color:000000; 
		font-family: "helvetica";
		font-size: 12px;
	}
	.Report_table th{
		background-color:#FCD6B6;
		color: #000000;
		font-weight:bold;
		border:1px solid #EBEBEB;
		font-size: 11px;
		padding: 2px;
	}
	.DevicesTable {
		border:10px double #FCEDB6;
		color:000000; 
		font-family: "helvetica";
		font-size: 12px;
	}
	.DevicesTable th{
		background-color:#FCD6B6;
		color: #000000;
		font-weight:bold;
		border:1px solid #EBEBEB;
		font-size: 11px;
		padding: 2px;
	}
	.DevicesTable td{
		border:1px solid #EBEBEB;
	}
	.Device_unused {
	background-color:#A6A4A4;
	color:#000;
	}
	.Device_disabled {
	background-color:#CCCCCC;
	}
	.Device_Active {
	background-color:#FFFFFF;
	}
	.Device_Sort {
	background-color:#B8FCB8;
	}
	
	
	.MemoryTable {
		border:10px double #FCD3AE;
		background-color:#E1E8D5;
		color: #000000; 
		font-family: "helvetica";
		font-size: 12px;
	}
	.MemoryTable th{
		background-color:#B2C2B3;
		color: #000000;
		font-weight:bold;
		border:1px solid #EBEBEB;
		font-size: 11px;
		padding: 2px;
	}
	.MemoryTable td{
		border:1px solid #E1E8D5;
	}
	.Memory_unused {
	background-color:#A6A4A4;
	color:#000;
	}
	.Memory_disabled {
	background-color:#CCCCCC;
	}
	.Memory_Active {
	background-color:#FFFFFF;
	}
	.Memory_Sort {
	background-color:#B8FCB8;
	}
	
	
	.tablehouseplan {
		border:1px solid #000000;
		height:220px;
	}
	.room{
		border:1px solid #eaeaea;
		height:100px;
		width:120px;
		text-decoration: none; 
		color:darkgray; 
		font-weight:bold;
		font-family: "Courier New";
		font-size: 12px;
	}
	.report {
	border:0px solid #000000;
	}
	.reporttd {
	border:1px solid #000000;
	width:150px;
	}
	.roomheading {
		padding-top:0px;
		padding-bottom:3px;
		margin:0px;
		text-align:center;
		text-decoration:none;
		font-family: "helvetica";
		font-size: 12px;
	}
	
	.roombody {
		margin:0px;
		padding-top:0px;
		text-align:center;
		font-family: "helvetica";
		font-size: 12px;
	}
	.MotionLightTable {
		font-family: "helvetica";
		font-size: 16px;
		font-weight:bold;
		border:3px solid #A6A6A6;
	}
	.ActionSelect {
		text-align:right;
	}
	
	.relativetable {
		font-family: "helvetica";
		font-size: 12px;
		background-color: #FFF;
		border:1px solid #A6A6A6;
	}
	
	.OCWidgetTable {
		border:4px solid #A6A6A6;
	}
	.OCWidget_EditorTabs {
		font-family: "helvetica";
		font-size: 16px;	
		font-weight:bold;
		border: 1px solid #000;
		background-color: #FFF;
		color: #000000; 
		text-decoration: none;
		font-weight: bold;
		padding:5px;
	}
	.ButtonsByZoneTable {
		font-family: "helvetica";
		font-size: 12px;
		border:4px solid #A6A6A6;
	}	
	.ButtonsByZoneTable td{
		border-bottom:1px solid #A6A6A6;
	}	
	.ButtonsByZoneTable th{
		font-family: "helvetica";
		font-size: 18px;
		font-weight:bold;
		border:1px solid #A6A6A6;
	}	
	
	.DeviceInputTable {
		font-family: "helvetica";
		font-size: 12px;
		visibility:visible;
	}	
	.DeviceInputTable td{
		border-bottom:1px solid #A6A6A6;
	}	
	.DeviceInputTable th{
		border:1px solid #A6A6A6;
	}	
	
	.RemoteTable {
		font-family: "helvetica";
		font-size: 12px;
		visibility:visible;
	}	
	.RemoteTable td{
		border-bottom:1px solid #A6A6A6;
	}	
	.RemoteTable th{
		border:1px solid #A6A6A6;
	}	
	.Config {
		font-family: "helvetica";
		font-size: 12px;
		font-weight:bold;
		border:3px solid #A6A6A6;
	}
	.report {
		font-family: "helvetica";
		font-size: 12px;
		border:3px solid #A6A6A6;
	}	
	.piechart {
	border:1px solid #A6A6A6;
	}
	.HealthStatus {
	background-color: #FFF;
	}
	.HealthStatusTable {
		font-family: "helvetica";
		font-size: 12px;
		font-weight:bold;
		border:1px solid #000000;
	}
	
	.SunSenseBar {
		padding-top:0px;
		padding:1px;
		margin:0px;
		width:120px;
		height:20px;

	}
	.SunSenseBar td.SSCheck {
		border:3px;
		width:9px;
		height:20px;
	}
	.SunSenseBar td.SSUnCheck {
		width:3px;
		height:20px;
	}
	.SCAC {
	border:0px solid #eaeaea;
	}
	.SCACOn {
	background-color: #23D956;
	color:#000; 
	
	}
	.SCACOff {
	color:#999999; 
	background-color: #CCCCCC;
	}
	
	.body {
	font-family: "helvetica";
	}
	.DevCalTable
		{
		font-family: "helvetica";
		border-collapse:collapse;
		font-family: "helvetica";
		font-size: 12px;	
		background-color:#FFEEC7;
		border:5px groove #C9C9C9;
		}
	.DevCalTable td
		{
		text-align:center;
		border:1px groove #C9C9C9;
		padding:5px;
		}
	.DevCalTableEdit
		{
		font-family: "helvetica";
		border-collapse:collapse;
		font-family: "helvetica";
		font-size: 12px;	
		background-color:#80DD80;
		border:5px groove #549154;
		}
	.DevCalTableEdit td
		{
		border:2px groove #C9C9C9;
		}
	.CronTable
		{
		font-family: "helvetica";
		border-collapse:collapse;
		font-family: "helvetica";
		font-size: 12px;	
		background-color:#F0F0F0;
		}
	.CronTable td
		{
		border:2px groove #C9C9C9;
		}
	
	.CalHeading {
	border:1px solid #000000;
	font-family: "helvetica";
	font-size: 12px;	
	text-align:center;
	}
	.CalRed {
	font-family: "helvetica";
	font-size: 12px;	
	background-color:#FF6464;
	}

