/* from http://www.thenoodleincident.com/tutorials/typography/ */

body {
	color: #000000;
    background-color: #fff;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
}

/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	}
.narrow2{
	width: 50%;
	}
		
/*typography*/
a.navi:link    { color:blue; }
a.navi:visited { color:blue; }
a.navi:active  { color:blue; }
a.navi:hover   { color:red; }

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	}
p {
	font-size: 1.0em;
	margin-top: 0px;
	}
li > p {
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

.error    { color:#ff0000; }
tr.even { background-color:#f0f0f0; }
tr.odd  { background-color:#e0e0e0; }
tr.titlebar { font-size: 0.8em; }
img.navi  { margin-right:2px;
            vertical-align:middle;
            border:none; }
.nowrap   { white-space:nowrap; }

table.table  { background-color:#d0d0d0; }

table.config { background-color:#d0d0d0;
               border-width:1;
               border-style:outset; }

table.msgbox { color:red;
               border-width:1;
               border-style:outset;
               background-color:#f0f0f0; } 

.smaller  { font-size:0.8em; }

table.navibar { background-color:#c0c0c0;
                margin:0.1em;
                font-size:0.9em; }

table.pagebar { margin:0.1em;
                font-size:0.9em; }

tr.titlebar { background-color:#c0c0c0; }

table.data td { margin:0.1em;
                font-size:0.7em;
                font-family: courier, monospace;}

div.content {
	padding-top: 5px;
	padding-left: 150px;
}

table div.content {
	padding-left: 10px;
	font-size: 76%;
}

div.helpbox {
	height: 50px;
	position: fixed;
	bottom: 0px;
	left: 110px;
	right: 0px;
	border: 1px;
	border-color: #000;
	border-style: solid;
}

.popup {
    background-color: rgb(255,255,225);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size:smaller;
    padding: 5px;
}

.popup table {
    font-size:smaller;
	background-color: #70a0e0;
}

/* Navigation */

div.navigation {
	float: left;
	color: #ffffff;
    font-size: 110%;
	width: 144px
}

div.navigation span.active {
	text-decoration: none;
	font-weight: bold;
    color: #ffffff;
}

div.navigation span.active a {
    color: #ffffff;
}

div.navigation a {
	text-decoration: none;
    color: #d0d0d0;
}

div.navigation a:hover {
    color: #ffffff;
	text-decoration: underline;
}

div.nav-level1 {
	padding: 2px;
	background-color: #8090c0;
    border-top-style: solid;
    border-top-width: 1px;
	border-top-color: #e0e0ff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom-color: #4080b0;
	padding-left: 0.5ex;
}

div.nav-level2 {
	font-size: 90%;
	background-color: #204070;
    border-top-style: solid;
    border-top-width: 1px;
	border-top-color: #e0e0ff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom-color: #4080b0;
	padding-left: 3.5ex;
}

div.nav-level3 {
	font-size: 80%;
	background-color: #204070;
	padding-left: 5.5ex;
}

div.nav-level4 {
    font-size: 80%;
    background-color: #204070;
    padding-left: 6.5ex;
}

table.tabbednav {
    width: 100%;
    border-collapse: collapse;
    font-size: small;
}

td.tabbednavlink_active {
    border-left: thin solid black;
    border-top: thin solid black;
    border-right: thin solid black;
    font-weight: bold;
}

td.tabbednavlink_inactive {
    border: thin solid black;
    background-color: #DDD;
}

td.tabbednavlink_spacer {
    border-bottom: thin solid black;
}

td.tabbednavlink_linefill {
    border-bottom: thin solid black;  
    width: 100%;
}

tr.clusternode-active   { background-color:#80ff80; }
tr.clusternode-alive    { background-color:#ffff80; }
tr.clusternode-inactive { background-color:#ff8080; }

th a.clickable {
  cursor: pointer;
  color: #0000ff;
  text-decoration: underline;
}
