body {
	margin: 0; padding: 0;
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	background: url(../img/winbg.gif) transparent repeat-x 100% top;
}

ul, blockquote, dl, ol {
	line-height : 150%;
	font-size: 1.1em;
}

p {
	line-height : 150%;
	font-size: 1em;
	margin:15 0 15 0;
}

td, th
{
	font-size: .7em;
	vertical-align: top;
	
}

table.default
{
	line-height : 1.2em;
}

h1 {
	margin : .5em 0 .3em 0;	
	color : #777;
	font-family : "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
}

h2 {
	margin : .5em 0 0 0;	
	color : #777;
	font-size: 10pt;
	font-weight: bold;
}

h3 {
	margin : .5em 0 0 0;	
	color : #777;
	font-size: 8pt;
	font-weight: bold;
}

ul li {
	padding-left : 0px;
	padding-top : 0px;
	list-style : square;
}

blockquote {
	margin : 0px 1.5em 0px 2em;
}

code {
	color : #C33;
	font : "Courier New", Courier;
}

pre {
	font :  "Courier New", Courier;
	padding : 5px;
}

acronym, abbr {
  cursor: help;
}

cite {
	display: block;
	text-align: right;
}

form {
	margin: 0px;
	padding: 0px;
}


input {
				height:23px;
				border-left: 1px solid #aaaaaa;
				border-right: 1px solid #aaaaaa;
				border-top: 1px solid #aaaaaa;
				border-bottom: 1px solid #aaaaaa;
				vertical-align: middle;
				background: url(../img/input.gif) transparent repeat-x top;
				color: #0069e7;
}

/* Buttons
----------------------------------------------- */
button
  {
    padding:0.5em;
    cursor:pointer;
  }
  
/* Links
----------------------------------------------- */
A:link {
	COLOR: #0069e7; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #0069e7; TEXT-DECORATION: none;
}
A:active {
	COLOR: #cecfce; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #0069e7; TEXT-DECORATION: underline;
}

A.nounderline:hover {
	TEXT-DECORATION: none;
}

.footer {
	font-size: .65em; 
	color: gray;
	border-top:1px solid gainsboro;
	background: url(../img/winbg.gif) transparent repeat-x 100% top;
}

.footer A:link, .footer A:visited, .footer A:active, .footer A:hover {
	COLOR: gray; 
	TEXT-DECORATION: underline;
}


/* Misc
----------------------------------------------- */
#opname {
	margin-top: .8em;
	margin-bottom: .2em;
	font-size: 10pt; 
	color : #777;
}

.bullet
{
	color:#F79C39; 
	font-weight:bolder;	
	margin-right:5px;
}

.editor
{
	font-size: 8pt;
}

.error
{
    color:#ee7600;
}

pre.error
{
	color:black;
	font-size: 8pt;
}

.nomargin
{
	padding:0px;
	margin:0px;
}

/* File and Dir List Styles for Scripts and Templates 
----------------------------------------------- */

.dirlist {
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.dirlist LI {
	font-size: .90em;
	list-style-type: none;
}

.dir
{
	padding: 0px 0px 0px 22px; 
	background: url(../img/folder.gif) no-repeat left;
}

.file
{
	padding: 0px 0px 0px 14px; 
	background: url(../img/file.gif) no-repeat left;
}

/* Module Listing Styles 
----------------------------------------------- */

.modlist {
	font-size: .90em;
	list-style-type: none;
}

.module
{
	padding: 2px 0px 2px 20px; 
	background: url(../img/moduleicon.gif) no-repeat left;
}

.window
{
	border: 1px solid gainsboro; 
	background-image: url(../img/winbg.gif); 
	background-repeat: repeat-x;
}

/* Operation Listing Styles 
----------------------------------------------- */
.op
{
	padding-left:14px;
	padding-right:2px;
	background: url(../img/cog.gif) no-repeat left bottom;
}

/* Old Styles No longer Used 
-----------------------------------------------

.operations {
}

.operations .header TD, TH {
	background: url(../img/winbg.gif) transparent repeat-x 100% top;
	font-family : "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-bottom: 1px solid whitesmoke;
	padding-left: 5px;

}

*/