@import url(common.css);
@import url(index-cs5.css);

body {
	margin: 12px 24px 12px;
}

h1 {
	margin: 0;
	padding: 0 12px;
}

h2 {
	margin: 0;
}

hr {
	border: none;
	height: 1px;
}

div.pad {
	padding: 12px;
}

/* HEADER */

#header {
	width: auto;
	min-width: 300px;
	padding: 8px 0 6px;
	margin: 0 13.25em;
}

#logo {
	position: absolute;
	top: 16px;
	left: 75px;
}

/* LEFT, RIGHT ELEMENTS */

#left, #right {
	position: absolute;
	top: 58px;
	width: 12em;
	z-index: 1;
}

/* CENTER ELEMENTS */

#center {
	width: auto;
	min-width: 300px;
	margin: 0 13.25em;
}

#content {
	padding: 10px 12px;
}

#content p {
	margin: 0;
	padding: 0.5em 0 0.5em 2px;
}

#content p:first-child {
	padding: 0.25em 0 0.5em 2px;
}

#footer {
	padding: 4px 12px 4px 14px;
}

#footer p {
	margin: 0;
}

/* LEFT ELEMENTS */

#left {
	left: 24px;
}

#left div.pad {
	margin-top: 0;
	padding: 12px 12px 0px;
}

#left ul.menu {
	list-style-type: none;
	margin: 0 0 12px;
	padding-left: 0;
}

#left ul.menu li {
	padding: 1px 0;
}

#left ul.menu li a {
	display: block;
	text-decoration: none;
	padding-left: 4px;
}

#left ul.menu li a.current {
	padding-left: 4px;
}

/* RIGHT ELEMENTS */

#right {
	right: 24px;
	padding-bottom: 6px;
}

#right h2.menu {
	margin-left: 2px;
}

#right form {
	display: inline;
	margin: 0;
	padding: 0;
}

#right form input {
	margin: 14px 1px 4px;
	width: 120px;
	width: 9.5em;
}

#right form input.first {
	margin-top: 6px;
}

#right form a {
	margin-left: 2px;
	padding: 2px 3px 1px;
	font-size: 95%;
	text-decoration: none;
}

#right div.validator {
	margin: 16px 0 -6px 1px;
}

/* CONTENT TABLE */

table.content {
	width: 100%;
}

table.content td {
	vertical-align: top;
}

table.content td.pad-right {
	padding-right: 12px;
}

h2.category {
	margin-top: 1em;
	padding: 2px 2px 0;
}

h2.category.first {
	margin-top: 0;
}

ul.category {
	list-style-type: none;
	margin: 0.25em 0;
	padding-left: 5px;
}

ul.category li {
	margin-top: 0.25em;
	padding-left: 10px;
	background: url(../images/grey-bullet.gif) left 5px no-repeat;
}

ul.category li.desc {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: -2px;
	background: none;
}

ul.category a {
	text-decoration: underline;
}

li span.new {
	font-weight: bold;
}

li span.rec {
	font-weight: bold;
}

/* BORDERS */

#header {
	border-style: solid;
	border-width: 1px;
}

#content {
	border-style: solid;
	border-width: 1px;
	border-top: none;
}

#footer {
	border-style: solid;
	border-width: 1px;
	border-top: none;
}

#left, #right {
	border-style: solid;
	border-width: 1px;
}

#left ul.menu li {
	border-top-style: solid;
	border-top-width: 1px;
}

#left ul.menu li.last {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#left ul.menu li a {
	border-left-style: solid;
	border-left-width: 4px;
}

#right form input {
	border-style: solid;
	border-width: 1px;
}

#right form a {
	border-style: outset;
	border-width: 1px;
}

/* FONTS */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
}

h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 170%;
	font-weight: bold;
}


h2.menu, h2.category {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 105%;
	font-weight: bold;
}

ul.category li.desc {
	font-size: 80%;
}

#right form input {
	font-family: 'Courier New', monospace;
}

#footer {
	font-size: 80%;
}
