body {
	font-family: Verdana;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	color: #000;
	background: #fff;
}

input {
	margin-left: 0;
	margin-right: 0;
}

table, tr, td {
	font-size: 11px;
	line-height: 12px;
	padding: 4;
	border-spacing: 0;
	margin: 0;
	
}

.contentTable td {
	padding-right: 7px;
}

select {
	font-size: 9px;
}

input {
	font-size: 11px;
}

p {
	margin-top: 13px;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:visited {
}

a:hover {
	text-decoration: underline;
	color: #FF00CC;
}

u {
	text-decoration: none;
	font-style: italic;
}

#editmenu {
	clear: left;
	font-size: 9px;
	line-height: 13px;
	font-family: Verdana, Monaco, Terminal, Lucida Console, Terminal, Courier New, monospaced;
}

#edit textarea {
	width: 580px;
}

#editattachments td {
	padding: 2px;
}

.editdescription {
	width: 500px;
}

#column {
	position: absolute;
	left: 580px;
	top: 100px;
	width: 230px;
}

.row {
	float: left;
	clear: left;
	display: inline; /* ie fix */
	margin: 0 0 8px -8px;
	width: 150px;
}

.thumbnail {
	float: left;
	display: inline; /* ie fix */
	width: 65px;
	margin-left: 8px;
}

#attachment {
	margin-top: 20px;
}

#attachment p {
	padding-left: 20px;
}

#changedNodes {
	float: left;
	display: inline; /* ie fix */
	margin-right: 15px;
}

#changedDates {
	clear: right;
}

.info {
	text-align: right;
}

ul.chooser {
	display: none;
	padding: 0;
	margin: 0 0 0 28px;
	list-style-type: none;
	white-space: nowrap;
}

p.chooser {
	padding: 0;
	margin: 0;
}

#prev {
	background: #fff;
	position: absolute;
	padding: 0 2px 0 2px;
	left: 8px;
	top: 8px;
}


#next {
	background: #fff;
	position: absolute;
	padding: 0 2px 0 2px;
	left: 24px;
	top: 8px;
}


