.scriptlist {
	width:160px;
}

.selectlist {
	width:300px;
}

.colourBox {
	width:30px;
}

.TextBox {
	border-width:1px;
	border-color:#000000;
	width:150px;
}

.SelectList {
	border-width:1px;
	width:150px;
}

.descriptions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.header_menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
}

.contenttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

.tableheading {
	font-weight:bold;
	font-size:14px;
}

.editbutton {
	text-align:center;
	color:#1576C7;
	background-image:url(/images/edit.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.deletebutton {
	text-align:center;
	color:#1576C7;
	background-image:url(/images/trash.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.savebutton {
	text-align:center;
	color:#1576C7;
	background-image:url(/images/saverec.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.newbutton {
	text-align:center;
	color:#1576C7;
	background-image:url(/images/new.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.pubbutton {
	text-align:center;
	color:#1576C7;
	background-image:url(/images/enabled.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.unpubbutton {
	text-align:center;
	color:#1576C7;
	background-image:url(/images/disabled.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.serverbutton {
	text-align:center;
	color:#1576C7;
	background-image:url(/images/locatorLED.gif);
	/*background-position:0px 0px;*/
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.calendarbutton {
	text-align:center;
	color:#1576C7;
	background-image:url(/images/calendar.gif);
	background-repeat:no-repeat;
	width:40px;
	height:27px;
}

.syncbutton {
	text-align:center;
	color:#1576C7;
	background-image:url(/images/sync.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	cursor:pointer;
}

.errorbutton {
	text-align:center;
	color:#1576C7;
	background-image:url(/images/error.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.statusbutton {
	text-align:center;
	color:#1576C7;
	background-image:url(/images/statusbutton.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	cursor:pointer;
}

.pubclass {
	text-align:center;
	color:#1576C7;
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}
	
.keypopup {
	position:absolute; 
	left:610px; 
	top:220px; 
	width:100px; 
	height:100px; 
	z-index:1;
	visibility:hidden;
}

ul.sortable li {
	position:relative;
	text-align:left;
}

ul.boxy {
	list-style-type: none;
	padding: 4px 4px 0 4px;
	margin: 0px;
	width: 180px;
	color:#333333;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
        border: 1px solid #ccc;
}
ul.boxy li {
	cursor:move;
	margin-bottom: 4px;
	padding: 2px 2px;
	border: 1px solid #ccc;
	background-color: #eee;
}