body {
	background: #ffffff;
	color: #202020;
}

#header {
	position: absolute;
	height: 60px;
	border-top: 2px solid #800000;
	border-bottom: 2px solid #365c80;
	background: #9aadbf;
	color: #9aadbf;
	left: 0px;
	width: 100%;
	top: 30px;
}

#menu {
	position: absolute;
	top: 94px;
	left: 0px;
	border-bottom: 1px solid #800000;
	width: 100%;
	background: #ebeff2;
	color: #202020;
	font: small-caps 11px/17px Verdana, Tahoma, Sans-Serif;
	letter-spacing: 1px;
	height: 17px;
}

#menu span.menu-pad {
	display: block;
	width: 301px;
	float: left;
	font-size: 90%;
	font-variant: normal;
	color: #404040;
	background: transparent;
	text-align: right;
}

#menu a {
	text-decoration: none;
	color: #800000;
	background: transparent;
}

#menu a:hover {
	text-decoration: none;
	color: #365c80;
	background: transparent;
}

#title {
	position: absolute;
	top: 42px;
}

#categories {
	position: absolute;
	left: 5px;
	top: 115px;
	width: 190px;
	background: #ffffff url('mysqlinks_categoriesbg.png') repeat-y top right;
	font: 11px/22px Verdana, Tahoma, Sans-Serif;
	text-align: right;
	padding-right: 10px;
}

#categories li.active {
	border-right: 8px solid #9aadbf;
	padding-right: 5px;
	font-weight: bold;
}

#categories li {
	padding-right: 13px;
	list-style-type: none;
}

#categories a {
	text-decoration: none;
	background: transparent;
	color: #365c80;
}

#categories a:hover {
	text-decoration: underline;
	background: transparent;
	color: #800000;
}

#links {
	position: absolute;
	top: 115px;
	left: 215px;
}

#links h1 {
	font: bold italic 11px Verdana, Tahoma, Sans-Serif;
	color: #606060;
	background: transparent;
}

#links h1 span.count {
	font-weight: normal;
	color: #808080;
	background: transparent;
}

#links p, #links ol, #links ol li {
	font: 11px/2 Verdana, Tahoma, Sans-Serif;
}

#links ol li {
	list-style-type: lower-roman;
}

#links p.columns {
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 250px;
	background: transparent;
	color: #365c80;
}

#links p.tool {
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	line-height: 1.25;
	border: 1px solid #4576A5;	
	padding: 5px;
	color: #365c80;
	background: transparent;
}

#links form {
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #4576A5;
	padding: 5px;
	font: 11px/18px Verdana, Tahoma, Sans-Serif;		
}

#links form input,#links form select,#links form option {
	font: 11px/15px Verdana, Tahoma, Sans-Serif;
	margin-top: 0px;
}

#links form select {
	width: 200px;
}

#links form input.button {
	font-weight: bold;
}

#links a {
	text-decoration: none;
	background: transparent;
	color: #365c80;
}

#links a:hover {
	text-decoration: underline;
	background: transparent;
	color: #800000;
}

#links form.admin input.box {
	width: 400px;
}

#links form.admin input.bug_info {
	width: 400px;
	font-family: Courier, Monospace;
	margin-bottom: 3px;
	background: ButtonFace;
	border: 1px solid ButtonShadow;
}

#links form.admin textarea {
	width: 400px;
	height: 140px;
}

#links form.admin textarea.code {
	width: 400px;
	height: 230px;
	font: small 'Courier New', Courier, Monospace;
	float: right;
	margin-left: 5px;
}

#links form.admin strong em {
	color: #800000;
	background: transparent;
	border-bottom: 1px solid;
}

span.error {
	color: #900000;
	background: transparent;
	font-weight: bold;
}

span.success {
	color: #336600;
	background: transparent;
	font-weight: bold;
}

span.pale {
	color: #aeaeae;
	background: transparent;
}
form.bmform {
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #4576A5;
	padding: 5px;
	font: 11px/15px Verdana, Tahoma, Sans-Serif;	
}

form.bmform input, form.bmform select, form.bmform option {
	font: 11px/15px Verdana, Tahoma, Sans-Serif;
	margin-top: 0px;
	width: 250px;
}

form.bmform input.button {
	font-weight: bold;
	width: 150px;	
}


#links form.bulk_links {
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	border-color: #ffffff;
	padding: 5px;
	font: 11px/18px Verdana, Tahoma, Sans-Serif;		
}

#links form.bulk_links fieldset {
	border: 1px solid #4576A5;
}

#links form.bulk_links fieldset legend {
	font: bold 11px Verdana, Tahoma, Sans-Serif;
	letter-spacing: 1px;
	color: #4576A5;
	background: #F4F7FB;
	border: 1px solid #4576A5;
	padding: 3px;
}

#links form.bulk_links span.left {
	float: left;
	display: block;
	width: 48%;
	padding: 3px;
}

#links form.bulk_links input, #links form.bulk_links select {
	width: 200px;
}
