/* GENERIC STYLES **************************************************/

html
{
	height: 100%;
}

body
{
	background-color:black;
	font-family: helvetica,sans-serif;
	height: 100%;
	padding: 0px;
	margin: 0px;
	behavior: url(csshover.htc);
}

iframe
{
	background-color:white;
}

th
{
	background: #ccc;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #fac;
}

legend
{
	font-weight: bold;
	background: #ccc;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* Fix to make forms display inline instead of block ***************/
form
{
	display: inline;
}

/* Link that is bold black and turns pink on hover *****************/

a.pink_link
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a.pink_link:hover
{
	background: #fac;
}

a.subcategory_link
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a.subcategory_link:hover
{
	background: #fac;
}

/* ERROR MESSAGE ***************************************************/

span.error
{
	color: red;
}

/* MAIN WINDOW *****************************************************/

table.main
{
	width: 1024px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

td.heading_menu
{
	border: 1px solid black;
	background: black;
	color: white;
	padding: 0px 1em 0.5em 0px;
}

td.category_menu
{
	padding: 0px;
	color: white;
	border: 0px;
}

table.content
{
	border: 1px solid black;
	background: white;
	color: black;
	height: 100%;
	width: 100%;
	background-color: white;
}

table.content tr td
{
	color: black;
	vertical-align: top;
	padding: 0px;
	max-height: 30em;
}

td.foot_menu
{
	background: black;
	color: white;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height: 1em;
	padding-bottom: 1em;
}

/* HEADING MENU ****************************************************/

a.heading
{
	text-decoration: none;
	text-transform: lowercase;
	padding: 2px 0.5em 2px 0.5em;
	color: white;
	/* font-weight: bold; */
	font-size: smaller;
}

a.heading:hover
{
	color: #31accd;
}

/* CATEGORY MENU ***************************************************/

ul.category_menu
{
	list-style: none;
	margin: 0px 1em 0px 1em;
	padding: 0px;
	font-size: smaller;
}

ul.category_menu li
{
	border-bottom: 1px solid white;
	/*color: white;*/
	padding: 2px 0px 4px 0px;
}

ul.category_menu li a
{
	/*color: white;*/
	text-decoration: none;
	text-transform: lowercase;
}

ul.category_menu li a:hover
{
	color: #31accd;
}

/* MAIN TITLE *****************************************************/

td.main_title
{
	padding: 0px 0px 0px 0.2em;
	text-transform: lowercase;
	font-size: 28px;
	font-weight: bold;
	/*color: white;*/
}

select.main_title
{
	background: #d6d5d5;
	text-transform: lowercase;
	font-size: 18px;
}

/* FOOTER MENU ****************************************************/

a.footer
{
	text-decoration: none;
	text-transform: lowercase;
	padding: 0px 0.5em 0px 0.5em;
	color: black;
}

a.footer:hover
{
	background: #31accd;
}

/* LISTING STYLES **************************************************/

table.listing
{
	width: 100%;
	border: 1px solid black;
	margin: 2px;
}

table.listing tr td a
{
	text-decoration: underline;
}

table.listing th
{
	text-align: left;
}

table.listinginactive
{
	width: 100%;
	border: 1px solid black;
	margin: 2px;
}

table.listinginactive th
{
	background: #fac;
	text-align: left;
}

table.listing tr td
{
	padding: 0px;
	margin: 0px;
}

table.listinginactive tr td
{
	padding: 0px;
	margin: 0px;
}

p.info
{
	background: #ddd;
}

p.info a
{
	color: black;
}

p.info a:hover
{
	color: #060;
}


/* Basic form table ************************************************/

table.form
{
	border: 1px solid black;
}

table.form tr
{
}

table.form tr:hover
{
	background: #ffc;
}

table.form tr td
{
	margin: 0px;
	padding: 0.1em;
}

table.form td:hover
{
	background: #ffa;
}

table.form tr td input
{
	width: 100%;
}

table.form tr td textarea
{
	width: 100%;
}

/* WIKI ************************************************************/

button.wikicontrol
{
	border: 1px solid #666;
	background: #eee;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
}

button.wikicontrol:hover
{
	background: #fac;
}

td.wiki_article a
{
	text-decoration: underline;
}
