.clear { clear: both; }

body
{
  font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
  font-size: 0.83em;
  padding: 0 3ex 0 3ex;
  margin: 0;
  text-align: center;
}

a, a:link, a:visited { color: #004488; text-decoration: none; }
a:hover { text-decoration: underline; }

h1#pageName {
  margin: 5px 0 0;
  padding: 0;
  line-height: 28px;
}

h1#pageName small {
  color: #444;
  line-height: 10px;
  font-size: 10px;
  padding: 0;
  display: block;
}

h1, h2, h3 { color: #004488; font-family: georgia, verdana, sans-serif; }
h1 { font-size: 24px}
h2 { font-size: 18px }
h3 { font-size: 16px }

#container {
  max-width: 100%;
  text-align: left;
  margin: 0 auto 0 auto;
}

div.navbar {
  margin-top: 1.5ex;
  margin-bottom: 1.5ex;
}

div.box {
  background-color: #F8F8F8;
  padding: 1ex;
  margin-top: 0.0ex;
  margin-bottom: 0.8ex;
  border: 1px solid #777;
}

div.box h3 {
  padding: 0px;
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
}

.formError { color: red; }
.fieldWithErrors input { border: 1px solid red; }
.fieldWithErrors { display: inline; }

.left {
  float: left;
}

.right {
  float: right;
}

form label {
  margin-right: 1ex;
}

form tr.two_columns .error {
  padding-left: 5px;
}

.user .show .user_message textarea {
  width: 80ex;
  height: 15em;
}

.forum .list table {
  width: 100%;
  border-collapse: collapse;
} 

.forum .list td {
  padding: 3px;
}
  
.forum .list .name {
  font-weight: bold;
} 

.forum .list .description {
  font-size: 0.8em;
}

.forum .list .edit {
  font-size: smaller;
  font-weight: normal;
}

/* Forum view */
.forum .forum table {
  width: 100%;
  border-collapse: collapse;
} 

.forum .forum td.subject {
  width: 50%;
}

.forum .forum .topics .last-post {
  padding-left: 15px;
}

.forum .forum .topics td.replies {
  text-align: center;
}

.forum .forum .topics .new-posts .subject {
  font-weight: bold;
}

.forum .forum .topics .deleted-topic * {
  color: #D0D0D0 ! important;
}

/* Topic view */
.forum .post {
  margin-bottom: 1.5ex;
  padding-bottom: 0.4ex;
}

.forum .new-post .subject {
  text-decoration: underline;
}

.forum .deleted-post * {
  color: #D0D0D0 ! important;
}

.forum .post .subject {
/*  background-color: orange; */
  color: #101010;
  margin-bottom: 5px;
  font-size: 1.1em;
}

.forum .post .info {
  font-size: 0.7em;
}

.forum .post .info div {
  display: inline;
}

.forum .post .text {
  font-size: 1.0em;
}

.forum .post .foot {
  margin: 0;
  text-align: right;
  padding: 3px;
  font-size: 0.8em;
}

.forum .topic .foot a {
/*  border: 1px solid grey;*/
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1px;
  padding-top: 1px;
  text-decoration: none;
}





/* Styles for simple quote coloring */
.forum .post span.quoting-level-1 { color: #007000; }
.forum .post span.quoting-level-2 { color: #000070; }
.forum .post span.quoting-level-3 { color: #700000; }
.forum .post span.quoting-level-5 { color: #800080; }
.forum .post span.quoting-level-4 { color: #006060; }
.forum .post span.quoting-level-6 { color: #606000; }





/* Styles for new quote formatting */
.forum .post .quoting {
  margin-left: 2px;
  padding-left: 5px;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: justify;
}

.forum .post div.level-0 { margin: 0; padding: 0; }
.forum .post div.level-1 { border-left: 2px solid #007000; }
.forum .post div.level-2 { border-left: 2px solid #000070; }
.forum .post div.level-3 { border-left: 2px solid #700000; }
.forum .post div.level-4 { border-left: 2px solid #006060; }
.forum .post div.level-5 { border-left: 2px solid #800080; }
.forum .post div.level-6 { border-left: 2px solid #606000; }






.forum .searchresults td.subject {
  width: 50%;
}

.forum .searchresults td.text {
  font-size: smaller;
}

.forum .searchresults td.text em {
  color: red;
}


/* navigation */

/* Menu 3*/

#top_nav3 {
	background-color: #004488;
	width: 100%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2.5em;
}
#top_nav3 ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#top_nav3 li {
	display: inline;
	list-style-image: url('none');
	list-style-type: none;
	background-image: url('none');
	margin-left: 12px
}
#top_nav3 li a:link{
	color: #FFFFFF; 
	text-decoration: none;
	padding-bottom: 2px; 
}
#top_nav3 li  a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
#top_nav3 li a:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#top_nav4 {
        background-color: #444444;
        width: 100%;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 2.5em;
}
#top_nav4 ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
}
#top_nav4 li {
        display: inline;
        list-style-image: url('none');
        list-style-type: none;
        background-image: url('none');
        margin-left: 12px
}
#top_nav4 li a:link{
        color: #FFFFFF;
        text-decoration: none;
        padding-bottom: 2px;
}
#top_nav4 li  a:visited {
        color: #FFFFFF;
        text-decoration: none;
}
#top_nav4 li a:hover {
        color: #FFFFFF;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #FFFFFF;
}


#top_nav5 {
        background-color: #BB2200;
	display: inline;
        margin-left: 12px;
}



