body {
        margin:0px;
        padding:0px;
        font-family:verdana, arial, helvetica, sans-serif;
        color:#333;
        background-color:white;
}

#zl {
	background-color: #ffcc66;
  font-family:verdana, arial, helvetica, sans-serif;
	line-height: 0.4em;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
  position:absolute;
  top:9px;
  left:20px;
  width:170px;
  padding:0px;
}

p {
        font:11px/20px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 0px 0px;
        padding:0px;
}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
        color:#00c;


        font-weight:normal;
        font-family: arial, sans-serif;
}

a:link {color:#00c;}
a:visited {color:#00c;}
a:hover {background-color:#aaccff;}
a:active {}

#Header {
        margin:2px 0px 11px 0px;
        padding:17px 0px 0px 20px;
        /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
        height:33px; /* 14px + 17px + 2px = 33px */
        border-style:solid;
        border-color:black;
        border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
        line-height:11px;
        background-color:#fc6;


/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        height:14px; /* the correct height */
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
        margin:1px 50px 50px 200px;
        padding:0px;
			background:#fff;
        }

#Menu {
				font-size: 80%;
        position:absolute;
        top:40px;
        left:20px;
        padding:10px 10px 10px 10px;
        background-color: #eeeeee;
        border-style: solid; 
        border:1px;
        line-height:14px;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:150px;
        }
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

div#listActions a {
	font-weight: bold;
}

#Notice {
	color:red;
	font:11px/20px verdana, arial, helvetica, sans-serif;
}

input {
 background-color: #eee;
}

textarea {
  background-color: #eee;
}

#selected_list_link {
  background-color: #ffcc66;
}

.itemUnselected {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: #dddddd;
	-moz-border-radius: 0px 0px 0px 0px;
}

.itemSelected {
	background: #aaccff;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: #eeeeee;
	background-color: #aaccff;
	-moz-border-radius: 0px 0px 0px 0px;
}

.itemTitleInTable {
	cursor: pointer;
}

.itemSize {
	color: red;
	font-size: smaller;
}

div#parent_item a  {
    font-size: smaller;	
}

div#item a  {
  font-size:9px;
  text-decoration:none;
  font-weight:600;
  font-family:verdana, arial, helvetica, sans-serif;

	text-decoration:none;
	border-bottom:1px solid orange;
	color: orange;
	vertical-align: super;
	
	
	
}

.itemListFooter {
	font-style: italic;
	color: gray;
}

div#item a:hover {
	color: #666666;
	background: #FFFFCC;
	text-decoration: none;
}
div#item a span {display: none;}
div#item a:hover span {
	display: block;
	position: absolute;
	left: 10%;
	width: 50%;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #ffffff;
	background: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #666666;
	text-decoration: none;
}

.priority_1 {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;	
	background: red;
}

.priority_10 {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;	
	background: orange;
}

.priority_20 {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;	
	background: lightgreen;
}

table.itemTable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

table.itemTable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
/*
table.itemTable td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: gray;
	-moz-bord
	er-radius: 0px 0px 0px 0px;
} */

body#quickadd {
	margin: 10px;
}

#navbarlinks {
	padding-top: 0px;
	padding-right: 10px;
}

table.addItemTable {
	background-color: #ffffcc;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: gray gray gray gray;	
	width: 100%;
	padding: 0px;

}

table.addItemTable th {
	font-size: 70%;
	text-align: left;
}

table.addItemTable td {
	font-size: 70%;
  padding: 0px;
}

table.addItemTable tr {
	padding: 0px;
	vertical-align: top;	
}

table.manipulateItemsTable {
	float: right;
	width: 20%;
	background-color: #aaccff;
	margin: 0px;
	border-style: solid;
	border-width: 1px;

}

table.appFormTable {
	background-color: #ffffcc;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	padding: 20px;	
}

table.appFormTable th {
	font-size: 60%;
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 4px;
	text-align: right;
	vertical-align: top;
}

table.appFormTable td {
  padding: 0px;
}

table.appFormTable tr {
	padding: 0px;
}

#changetitleform {
	margin: 0px;
}

#sortoptionsform {
	float: right;
}

#listcontrol {
	background-color: #eeeeee;
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

div#itemAction a  {
  font-size: 80%;
  color: #00c;
  font-weight: normal;
  font-family:arial, verdana, helvetica, sans-serif;
	text-decoration: underline;
	color: blue;
	vertical-align: 20%;
	border-bottom: none;
}

div#itemAction a:hover {background-color:#aaccff;}
div#itemAction a:link {color:#00c;}
div#itemAction a:visited {color:#00c;}