/*
 *
 * ideas from http://www.alistapart.com/articles/slashdot/
 * this scheme is available here:
 * http://wellstyled.com/tools/colorscheme2/index-en.html
 * using tetrad, pale, color set to 180 on the wheel
 */
body {
	background-color: #336699;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	margin: 0.25em;
}

#container {
    list-style: none;
    border: 0;
    padding: 0;
    margin: 0;
}

#container ul li {
	margin: 5px;
}

a:link	{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
    background-color: #FFFFFF; /* 2CB9FF; */
}

a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
    background-color: #FFFFFF; /* #2CB9FF; */
}

a:hover {
  text-decoration: underline;
  background: #15F6BC url("/skin/art/gradient-5.png") repeat-y top left;
  color: #336699;
}
/*
a:hover	{
	color: #E6FFE6;
	text-decoration: underline;
	background-color: #ACBFAC;
}
*/
a:active {
	color: #5c6d89;
	font-weight: bold;
	text-decoration: underline;
	background-color: #2CB9FF;

}

img {
	border-style: none;
	border-width: 0px;
	border-color: #CCCCCC;
}

/* FIX: remove the need for .page from the templates */
.page {
  margin: 2px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

.leftcontent {
/*	float: right; */
/*	width: 75%; */
}

.pagelinks {
    text-align: center;
    border: 2px outset;
    background-color: #FFF0E6;
    color: #000000;
    margin: 5px;
    padding: 2px;
    list-style: none;
}

.pagelinks ul {
    padding: 0px;
    margin: 3px;
}

.pagelinks li {
  display: inline;
  padding-right: 1em;
  margin-right: 10px;
}

