body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: Black;
	background-color: #66CCFF;
}

#logon {
	background-color: White;
	color: #38708C;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	width: 400px;
	margin-top: 50px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	border: 2px dashed #38708C;
}

#header {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: White;
	background-color: Black;
	height: 1.5em;
	margin-top: 0;
	padding: 10px;
}

#links {
	font-size: 0.8em;
	font-weight: bold;
	color: #38708C;
	background-color: White;
	border-bottom: 2px solid Black;
	height: 1em;
	padding: 5px 10px;
}

a {
	font-weight: bold;
	text-decoration: none;
	background-color: White;
}
a.pic {
	background-color: transparent;
}
a:link {
	color: #38708C;
}
a:visited {
	color: #66CCFF;
}
a:hover {
	color: #99ddff;
}

#content {
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 100%;
	padding: 10px;
	text-align:center;
	font-weight: bold;
}

#list {
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 100%;
	padding: 10px;
	text-align:left;
	font-weight: bold;
}

button.submit {
	background-color : #66CCFF;
	border-color : #38708C;
	color : White;
	font-weight : bold;
}

button.add {
	width: 32px;
	height: 32px;
	border: 0;
	cursor:pointer;
}

div.title {
	font-size: 2em;
	color: Black;
	font-weight: bold;
	text-align:center;
}
span.title {
	color: Red;
	font-weight: bolder;
	text-align: left;
	font-style:italic;
}

div.level1 {
	padding-left:20px;	
}

#urllist {
	width: 60%;
	background-color: White;
	border: 2px solid Black;
	margin: 0 auto;
	text-align:left;
	padding: 5px;
}
#urllist div {
	border-top: 2px dotted Black;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	position: relative;
}
#urllist div span.icon {
	position: absolute;
	top: 5px;
	right: 0px;
}

div.checkbox {
	width: 60%;
	border: 2px dotted Black;
	padding: 5px;
	text-align: left;
}
div.checkbox td,th {
	padding: 5px;
}
