BODY {
	color: #000000;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

A:link { text-decoration: none; font-weight: bold; color: #3097a6; }
A:visited { text-decoration: none; font-weight: bold; color: #9057a6; }
A:focus, A:hover { text-decoration: underline; font-weight: bold; color: #0066ff; }
A:active { text-decoration: underline; font-weight: bold; color: #c15e10; }

table.main{
	background-color: rgb(238, 232, 170);
	width: 80%;
	margin-left: auto; 
	margin-right: auto;
	padding: 0px 8px 2px 8px;
        
        border-left: solid rgb(0,0,0) 1px;  
        border-right: solid rgb(0,0,0) 1px;
        border-bottom: solid rgb(0,0,0) 1px;
}
table.tab{
	margin-left: auto;
	margin-right: auto;
}
table.titleBar{
	margin-left: auto;
	margin-right: auto;

	width: 80%;	
	
	background-color: rgb(74, 112, 139);

	border: solid rgb(0,0,0) 1px;
}
td.tab{
	background-color: rgb(218, 165, 32);
	padding: 2px 8px 2px 8px;
	
        border-top: solid rgb(0,0,0) 1px;
	border-left: solid rgb(0,0,0) 1px;
	border-bottom: solid rgb(0,0,0) 1px;
}

td.activeTab{
	padding: 2px 8px 2px 8px;

	background-color: rgb(238, 232, 170);

        border-top: solid rgb(0,0,0) 1px;
	border-left: solid rgb(0,0,0) 1px;
}

td.titleTab{
        padding: 2px 8px 2px 8px;
        
        background-color: rgb(238, 232, 170);

        border-top: solid rgb(0,0,0) 1px;
        border-left: solid rgb(0,0,0) 1px;
}

td.tabPadding{
	border-left: solid rgb(0,0,0) 1px;
	border-bottom: solid rgb(0,0,0) 1px;
}

td.bodyTab{
	padding: 2px 8px 2px 8px;
        
        background-color: rgb(238, 232, 170);
        
	border-left: solid rgb(160,160,160) 1px;
        border-right: solid rgb(160,160,160) 1px;
}

td.tabTopPadding{
	height: 10px;
}

td.tabLeftPadding{
	width: 16px;
	border-bottom: solid rgb(160,160,160) 1px;
}
p.subheader {
	text-indent: 20px;
	font-size: 125%;
}

#main {
  width: 500px;
}
#sidebar-left {
  border-right: 1px solid gray;
}
#sidebar-right {
  border-left: 1px solid gray;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
  font-size: 2em;
  font-weight: bold;
}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #aaa;
}
#header .title a:hover {
  color: #930;
}
.node .title {
  font-size: 1.2em;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
}
.node .title a:hover {
  text-decoration: underline;
}
.links {
  margin: 1em 0 3em 0;
  text-align: right;
 }
.comment .content, .block .content, .menu {
  font-size: 0.9em;
}
.block {
  padding-bottom: 1em;
}
.block .title {
  font-size: 1em;
}

/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
}
#aggregator .source {
  color: gray;
  font-style: italic;
  font-size: 0.9em;
}
