A:link.generalnav { text-decoration: none; color: #666666; font-weight: bold }
A:visited.generalnav { text-decoration: none; color: #666666; font-weight: bold }
A:hover.generalnav {text-decoration: none; color: #990000; font-weight: bold }

A:link { text-decoration: none; color: #990000 }
A:visited { text-decoration: none; color: #cc0000 }
A:hover { text-decoration: underline; color: #990000 }

A.item_list:link { text-decoration: none; color: #990000 }
A.item_list:visited { text-decoration: none; color: #2f0000 }
A.item_list:hover { text-decoration: underline; color: #990000 }

.link { text-decoration: none; color: #990000;}

a.link:hover { text-decoration:none;}

body {
	background: #999 url(/sed/img/spd6_backgroundtile.gif) repeat top left;
	margin: 8px 0 0 0;
}

body, td, form, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.white {
	color: white;
}

.white a {
	color: #829eb6;
}

.white a:visited {
	color: #829eb6;
}

.white a:active {
	color: #829eb6;
}

#scmtitle {
	z-index: 2;
	position: absolute;
	right: 40px;
	top: 54px;
	color: white;
	font: bold 18px verdana;
}
#scmtitle_ds {
	z-index: 1;
	position: absolute;
	right: 39px;
	top: 55px;
	color: black;
	font: bold 18px verdana;
}

table.thinBorder {
	border-collapse: collapse;
	border: 1px solid black;
	padding: 1em;
}

tr.even {
	background-color: #eeeeee;
}

tr.odd {
	background-color: #dddddd;
}

#menu {
	padding: 0;
	border: 1px solid black;
}

#menu td {
	background-color: #597185;
	border-top: 1px solid #bbcbdc;
	border-right: 1px solid #233548;
	border-bottom: 1px solid #233548;
	border-left: 1px solid #bbcbdc;
}

#menu a {
	color: white;
	padding: 5px;
	display: block;
	text-decoration: none;
}
#menu a:hover {
	background-color: #8b9fae;
}

#scm {
	border: 1px solid black;
}

#scm table {
	border: 1px solid black;
	border-collapse: collapse;
}

#scm table td {
	border: 1px solid #ccc;
	padding: 3px;
}

#scm input  {
	font-size: 11px;
}

#scm select {
	font-size: 11px;
}

#scm input[type="reset"], #scm input[value="reset"]{
	color: white;
	background-color: red;
	border-top: 1px solid #ff9090;
	border-right: 1px solid #6b0000;
	border-bottom: 1px solid #6b0000;
	border-left: 1px solid #ff9090;
	}
	
#scm input[type="submit"] {
	color: white;
	background-color: #597185;
	border-top: 1px solid #bbcbdc;
	border-right: 1px solid #233548;
	border-bottom: 1px solid #233548;
	border-left: 1px solid #bbcbdc;
	}

#scm input[value="Delete this Page"] {
	color: white;
	background-color: red;
	border-top: 1px solid #ff9090;
	border-right: 1px solid #6b0000;
	border-bottom: 1px solid #6b0000;
	border-left: 1px solid #ff9090;
	}
