*{
	padding:0;
}
body{
	font-family:verdana,tahoma,arial,sans serif;
	font-size:10pt;
	background:#CECECE;
	margin:0px;
	background-image:url(http://www.intelliscript.net/images/remote-editor/background.jpg);
	background-repeat:repeat-y;
}
h1{
	font-size:9pt;
	color:navy;
}
a{
	background:inherit;
	color:#000000;
	text-decoration:none !important;
}
a:hover{
	background:inherit;
	color:#1983fc;
	text-decoration:underline;
}
#editorwrapper{
	width:910px;
	height:100%;
}
#leftcolumn{
	float:left;
	width:170px;
}
#rightcolumn{
	float:right;
	width:739px;
}
#verticalads{
	background:#CECECE;
	cursor:pointer;
	float:right;
	b/order:1px yellow dashed;
	border:none;
	position:absolute;
	left:920px;
	top:5px;
	z-index:1;
	height:490px;
	width:250px;
	overflow:hidden;
}
#header{
	background-image:url(http://intelliscript.net/images/remote-editor/header.jpg);
	width:1033px;
	height:50px;
	white-space: nowrap;
	overflow:hidden;
}
#header a{
	display:block;
	width:100%;
	height:100%;
}
#passwordform{
	text-align:center;
	position:relative;
	left:400px;
}
#editorfootertag{
	float:right;
	width:740px;
	text-align:center;
	border-top:1px solid black;
	font-size:8pt;
}
input.btn{
	width:100%;
	font-weight: bold;
	color: #666666;
	background-color: transparent;
	border-style: solid 2px;
	border-top-color: #DDDDDD;
	border-left-color: #BBBBBB;
	border-right-color: #555555;
	border-bottom-color: #333333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
}
input.txt{
	clear:all;
	width:100%;
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:normal;
	background-color:light gray;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
}
#newpage{
	white-space:nowrap !important;
	text-align:left !important;
	font-size:8pt;
	overflow:hidden;
	
}
#newpage input{
	width:90%;
}
#tablelist{
	font-size:8pt;
	width:95%;
}
#tablelist td a{
	width:100%;
	display:block;	
}
#tablelist td{
	border-top:1px solid #000008;
}
#tablelist tr:hover{
	background:yellow;
	color:gray;
}
.smalltext{
	white-space: nowrap;
	font-size:7.5pt;
	float:left;
	overflow:hidden;
}
.sortbuttons{
	float:right;
}
.btn-sort {
	width:20;
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:75%;
	font-weight:normal;
	background-color:transparent;
	border:2px solid;
	border-top-color: #DDDDDD;
	border-left-color: #BBBBBB;
	border-right-color: #555555;
	border-bottom-color: #333333;
}
.highlight{
	background: yellow;
	color:black;
}
.radio{
	width:25px !important;
}
.smallerBox{
	width:165px;	overflow:hidden;
}
br{
	line-height:15px;
}


