body {
	background-image: url(/images/bluegrey_fade.gif);
	background-repeat: repeat-x;
    background-color: white;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: sans-serif;
    font-size:12pt;
  }
p {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: sans-serif;
    font-size: 12pt;
  }

a {
    color: #800019;
  }

a:hover {
    color: navy;
    text-decoration: none;
  }

ul {
	padding-left: 22px;	
	margin-left: 2px;	
}

.article-portlet-p > b {
    font-size: 14px;
}
.article-portlet-p a {
    text-decoration: none;
}

.right-nav li {
	list-style-type: circle;
    padding-top: 4px;
    padding-right: 8px;
}
.right-nav li:hover {
   font-size: 14px;
   padding-top: 2px;
   padding-right: 2px;
}

h1, h2, h3, h4, h5 {
    /*font-face: Arial, Helvetica, sans-serif;*/
    font-family: sans-serif;
    border-bottom: 1px dashed #9cf;
}

h1.title {
	border-bottom: 0px solid white;
}
h2.subtitle {
	color: gray;
	border-bottom: 0px solid white;
}

.binary {
    font-size: 8pt;
    color: #afafaf;
  }

.menu {
    font-size: 12pt;
    color: #111111;
    text-decoration: none;
  }
.menu-selected {
    font-size: 12pt;
    color: #111111;
    background-color: #dfdfdf;
    text-decoration: none;
  }
.item-selected {
    background-color:#dfdfdf;
  }

.copyright {
    font-size: 10pt;
    color: #494949;
  }

p.notice {
    border: 1px dashed #dfdfdf;
}

img {
	border-width: 0px;
}

/* Defines border around portlet */
p.article-portlet-p, p.link-portlet-p {
	font-size: 10pt;
}

/* defines border around list of links */
table.inline-links {
	/*border: 1px dashed #000;*/
	/*border: 1px solid #9cf;*/
	border: 1px solid #9cf;
	padding: 5px;
    background-color: #adf;
	/*background-color: #9cf;*/
}

table.stackTable {
	border: 1px solid #9cf;
	background-image: url(/images/feed.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 15px;
}

table.stackTable th {
	padding-left: 10px;
	background-color: #adf;
	border: 1px solid #9cf;
}

table.stackTable td {
	font-size: 12px;
	padding-left: 5px;
}

#caryatidnews {
	/*
	float: left;
	width: 200;
	*/

}

pre {
    background-color: #adf;
    padding: 9px;
	margin-left: 10px;
	border-top: 2px dashed #9cf;
	border-bottom: 2px dashed #9cf;
}

.newsbox {
  border: 1px dashed white;
  background-color: #9cf;
  padding: 5px;
}
/* --- ADDED FROM HEADER.PHP --- */
/*
 * Colors:
 * Light Blue: #9cf
 */
/*
body {
	background-color: #adf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
*/

td.left-nav-table-content {
	border: 1px solid #9cf;
	background-color: white;
	padding: 3px;
}

td.left-nav-table-content a {
	padding-left: 5px;
	font-size: 12px;
}

td.left-nav-table-header {
	/*
	border-top: 1px dashed #9cf;
	border-left: 1px dashed #9cf;
	border-right: 1px dashed #9cf;
	*/
	border-top: 1px solid #9cf;
	border-left: 1px solid #9cf;
	border-right: 1px solid #9cf;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding-left: 1em;
	padding-top: 2px;
	font-weight: bold;
}

td.right-portlet-content {
	background-color:white;
	border: 1px solid #aaa;
	padding: 3px;
	font-size: 10pt;
}

td.right-portlet-header {
	padding: 3px;
	font-weight: bold;
}

td.main-body {
	padding: 8px;
}

/*
 * Image Gallery and images
*/
table.imgal-table {

}
tr.imgal-row {

}
td.imgal-cell {
	width: 200px;
	text-align: center;
	padding: 3px;
	border: 1px dashed #9cf;
}
