/*
 * Default style.
 */
body {
	padding: 0px;
	background-color: white;
	color: #555;
	font-size: 85%;
	font-family: arial, verdana, sans-serif, serif;
	margin: 0px;
	background-position: bottom right;
	background-repeat: no-repeat;
}
a, a:visited {
	color: brown;
	background-color: inherit;
}
a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
div#cmsnote {
	padding: 1ex;
	font-size: 80%;
}
h1 {
	text-align: right;
	color: white;
	background-color: #7C9BC0;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 5px;
	font-family: "arial narrow";
	font-variant: small-caps;
}
h2 {
	text-align: right;
	color: inherit;
	background-color: white; 
	margin: 0px;
	background-position: center;
	background-repeat: repeat-y;
	font-size: 130%;
}
img {
	border: none;
	vertical-align: middle;
}

/*
 * The 'links' division.
 */
div#links {
	float: left;
	clear: left;
	width: 176px;
	margin: 0px;
	background-color: #FFD19C;
	background-position: top center;
	background-repeat: no-repeat;
	color: inherit;
	border: solid 1px;
	padding: 5px;
}
span.navheading {
	font-weight: bold;
}
div#links a {
	color: brown;
	font-size: 90%;
}
div#links div#secureserver {
	font-size: 80%;
}
div#links ul {
	padding: 0px;
	list-style-type: none;
	margin-left: 20px;
}
div#links ul ul {
	margin: 0px 10px 0.75em 20px;
}
div#links h3 {
	font-size: 100%;
	padding: 0px;
	margin-top: 0px;
	background-color: white;
	border-bottom: 1px solid;
	text-align: center;
}
div#links a:hover {
	
}



/*
 * The 'interface' division.
 */
div#interface {
	margin-left: 180px;
	padding: 0px 2ex 1em 2ex;
}

div#statusmsg, div#errormsg {
	padding: 1ex;
	margin: 1em;
}

div#statusmsg ul, div#errormsg ul {
	padding: 0px;
	margin: 0px;
	margin-left: 2ex;
}

div#statusmsg ul {
	list-style-image: url(/!/aux/images/check.png);
}

div#errormsg ul {
	list-style-image: url(/!/aux/images/x.png);
}

div#errormsg {
	border: solid red 2px;
	color: red;
}


div#statusmsg {
	border: solid green 2px;
	color: green;
}

.warning {
	border: solid 1px;
	color: black;
	background-color: yellow;
	font-weight: bold;
	padding: 0.5em;
}
.notice {
	font-size: 80%;
}
.note {
	font-size: 80%;
}


table, td, th {
	border-collapse: collapse;
}
table {
	text-align: center;
}
td {
	text-align: left;
}
table.tracklist td {
	text-align: center;
	word-spacing: 1ex;
	
}
thead {
	color: white;
	background-color: #010477;
}
thead tr th {
	text-align: center;
	color: white;
	background-color: #010477;
}
div#adminlinks {
	text-align: center;
	margin: 0px;
	border-top: double navy 6px;
	border-bottom: double navy 6px;
	padding: 0px;
	background-color: #F6FFE9;
	font-size: 120%;
		
}
div#adminlinks a {
	
	font-weight: bold;
	text-decoration: none;
}
div#adminlinks a:hover {
	color: #000000;
	
}
td, th {
	padding: 0.5ex;
	font-size: 90%;
	background-color: white;
	color: black;
}
div#noshowtext {
	text-align: center;
	margin: 1em;
}



table.cgitable {
	text-align: center;
}

table.dbtable {
	text-align: center;
}
.navlinks {
	font-size: 80%;
	
}


div#dnav h3 {
	margin-bottom: 4px;
}
div#dnav {
	margin-bottom: 1em;
}

div.property {
	margin: 1ex;
	font-style: italic;
}
div.property .propertytitle {
	font-weight: bold;
	font-style: normal;
	margin-right: 2ex;
}
div.property .propertyvalue {
	margin-left: 3ex;
}

div.prop {
	margin: 1ex;
	font-style: italic;
}
div.prop .propt {
	font-weight: bold;
	font-style: normal;
	margin-right: 2ex;
}
div.prop .propv {
	margin-left: 3ex;
}

div#cmsbody {
	margin: 0px 2ex 1em 2ex;
}


div.userguide_linkbox {
	font-weight: bold;
	text-align: center;
	float: right;
	clear: right;
	margin: 1em;
	border: dashed 1px black;
	font-size: 90%;
	background-color: #acf;
	padding: 0.5em;
	width: 150px;
}

