body
{
	font: 0.75em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #333;
	margin: 0;
	background-color: #ccc;
}

div#masthead
{
	width: 100%;
	height: 140px;
	margin: 0;
	text-indent: -9999px;
	background-image: url(../images/masthead.jpg);
}

div#masthead a
{
	display: block;
	padding: 15px;
	text-decoration: none;
	color: white;
}

h2
{
	margin: 5px 0;
	color: navy;
	font-size: 165%;
	font-weight: normal;
}

h3
{
	margin: 5px 0;
	color: #000;
	font-size: 132%;
	margin: 5px 0 5px 10px;
	font-weight: normal;
}

blockquote
{
	border-left: 5px solid #666;
	margin-left: 3px;
	padding-left: 10px;
}

p
{
	margin: 5px 0;
}

.highlight
{
	padding: 5px 0 5px 5px;
	background-image: url(../images/search_gradient.png);
	background-repeat: repeat-y;
	background-position: left;
}


/* DIVS */

div#wrap
{
	width: 700px;
	margin: 0 auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #fff;
}

div#nav
{
	width: 100%;
}

div#content
{
	width: 100%
	border-top: 1px solid #666;
	padding: 0 10px 10px 10px;
}

div#form,
div#articlecontent
{
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 5px 0;	
}

div#formfile
{
	padding: 10px;
	border-bottom: 1px solid #666;
}

div#comment_form
{
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;	
}

div#highlighted,
div#searchresults,
{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #eee;
	padding: 0px;
	margin: 5px 0;
}

div.result
{
	margin: 15px 0 15px 0;
	border-bottom: 1px solid #666;
	background-image: url(../images/search_gradient_low.png);
	background-repeat: repeat-y;
	background-position: left;
}

div#pages
{
	margin-top: 15px;
	text-align: center;
}


div.result2
{
	border-bottom: 1px solid #ccc;
	padding: 5px 5px;
	background-image: url(../images/search_gradient_low.png);
	background-repeat: repeat-y;
	background-position: left;
}

div.result3,
div.hiresult
{
	border-bottom: 1px solid #ccc;
	padding: 5px 5px;
	background-image: url(../images/search_gradient.png);
	background-repeat: repeat-y;
	background-position: left;
}

div.result1
{
	border-bottom: 1px solid #ccc;
	padding: 5px 5px;
	background-image: url(../images/search_gradient_hi.png);
	background-repeat: repeat-y;
	background-position: left;
}

div.result4
{
	border-bottom: 1px solid #ccc;
	padding: 5px 5px;
	background-image: url(../images/search_gradient_med.png);
	background-repeat: repeat-y;
	background-position: left;
}

div.hiresult:hover,
div.result1:hover,
div.result2:hover,
div.result3:hover,
div.result4:hover
{
	background-color: #ccc;
}

div#taglist
{
	background-color: #eee;
	font-size: 1.2em;
	padding: 0 5px;
	border: 1px solid #ccc;
	margin: 5px 0;
}

div.resultbody
{
	border-left: 5px solid #666;	
	padding-left: 10px;
}

div#footer
{
	width: 100%
	border-top: 1px solid #666;
	background-color: #333;
	clear: both;
	color: white;
	padding: 0;
	margin: 0;
}

div#footer p
{
	margin: 0;
	padding: 5px;
}

/* LISTS */

dl 
{
	margin: 0;
	padding: 0;
}

dt 
{
	float: left;
	clear: left;
	text-align: right;
	margin: 5px 10px 0 0;
	width: 65px;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}

dd.red
{
	margin-top: 10px;
	background-color: #ccc;
	border-top: 1px solid black;	
}

dd 
{
	margin-bottom: 5px;
	font-size: 11px;
}

dd p
{
	margin-left: 35px;
	color: #666;
}

/* LINKS */

#content a:link,
#content a:visited
{
	color: blue;
}

#content a:hover,
#content a:active
{
	color: white;
	background-color: blue;
	text-decoration: none;
}

#form dd.red a:link,
#form dd.red a:visited {
	color: red;
}

#form dd.red a:hover { background-color: red; color: white; }

#taglist a:link,
#taglist a:visited
{
	color: black;
}

#taglist a:hover,
#taglist a:active
{
	color: white;
	background-color: black;
}
/* NAVIGATION */

#navlist
{
padding: 10px 0 3px 9px;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

html>body #navlist
{
padding: 3px 0 3px 9px;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li.lang
{
list-style: none;
margin: 0 10px 0 0;
display: inline;
float: right;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 0px;
border: 1px solid #778;
border-bottom: none;
background: #ccc;
text-decoration: none;
}

#navlist li a:link { color: navy; }
#navlist li a:visited { color: navy; }

#navlist li a:hover
{
color: white;
background: navy;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}
#navlist li a:hover#current
{
background: white;
color: black;
border-bottom: 1px solid white;
}

/* GOOOOOD */

div#AddForm
{
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 5px 0;	
}

div#AddForm h2
{
	font-size: 1.0em;
	color: #333;
	margin: 2px 0;
	font-weight: bold;
}

div#AddForm h2 span
{
	font-size: 0.8em;
	font-weight: normal;
}

div#AddForm h3
{
	font-size: 0.8em;
	color: #333;
	margin: 2px 0;
	font-weight: bold;
}

div.fileUpload
{
	padding: 5px;
	margin: 5px 0;
	width: 645px;
	background-color: #ccc;
}

p.submitButton
{
	margin-top: 10px;
	border-top: 1px solid #666;
	background-color: #ccc;
	padding-left: 20px;
}

input.text
{
	width: 651px;
	font-size: 14px;
}

input.search
{
	width: 500px;
	font-size: 14px;
}

input.shorttext
{
	width: 42%;
	font-size: 14px;
}

input.file
{
	margin-top: 4px;
}

input.submit
{
	margin: 10px 0;
}

textarea
{
	width: 650px;
	padding: 2px;
	font-size: 14px;	color: #000;
}

dd textarea
{
	width: 560px;
}
	
div.fileUpload textarea
{
	width: 635px;
}

div#intro
{
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 5px 0;	
}	

div.message
{
	margin: 20px 0 15px 0;
}

div.viewBody p
{
	margin: 15px 0 5px 0;
}

div#messages h1
{
	color: #666;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #444;
	color: #fff;
	padding: 3px;
}

div#messages h2
{
	background-image: url(../images/pages_04.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
	font-size: 1.3em;
	font-weight: bold;
}

div#documents h2
{
	background-image: url(../images/pages_04.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
	font-size: 1.5em;
	font-weight: bold;
}

div#messages h2 a:link,
div#messages h2 a:visited,
div#documents h2 a:link,
div#documents h2 a:visited
{
	color: black;
	text-decoration: none;
}

div#messages h2 a:hover,
div#messages h2 a:active,
div#documents h2 a:hover,
div#documents h2 a:active
{
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

p.postInfo
{
	color: #666;
	font-size: 0.8em;
	font-weight: normal;
}

p.commentInfo
{
	color: #666;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #666;
	color: #fff;
	padding: 3px;
}

div#post
{
	text-align: center;
	font-size: large;
}

div#comments
{
	margin-top: 25px;
}

div.comment
{
	margin: 10px 0 10px 0;
}

div#attachedFiles
{
	margin-top: 25px;
}

div.attachedFile
{
	margin: 10px 0 10px 0;
}

div#post a:link,
div#post a:visited
{
	color: red;
}
div#post a:hover,
div#post a:active
{
	color: white;
	background-color: red;
}

/* END GOOOOOD */

/*-------------------------------------------------
FILES TEMP - JBF
-------------------------------------------------*/

table.files {
	border: 0;
	border-bottom: 1px solid #ccc;
}

table.files td {
	vertical-align: top;
	padding: 5px;
	border-top: 1px solid #ccc;
}

table.files th {
	text-align: left;
	padding: 2px 5px;
	font-size: 10px;
	background-color: #666;
	color: #fff;
	font-weight: bold;
}

table.files td.date {
	padding: 20px 0 2px 0;
	font-size: 9px;
	font-style: italic;
	line-height: 12px;
	color: #000;
}

table.files td.icon {
	width: 32px;
}

table.files td.details, td.description {
	padding-right: 20px;
}

table.files td.details {
	white-space: nowrap;
}

table.files td.description {
	border-left: 1px dotted #ccc;
	font-size: 10px;
	color: #666;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
}

table.files td h1 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

table.files td h2 {
	font-size: 10px;
	color: #666;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0 0 2px 0;
}

table.files td h3 {
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	font-style: italic;
	color: #999;
	padding: 0;
	margin: 0;
}

table.files tr.shaded td {
	background-color: #f5f5f5;
}

#message {
	background-color: #b4ffb4;
	padding: 0;
	border: 2px solid #63b763;
}

#message h2 {
	margin: 0;
	background-color: #63b763;
	color: #fff;
	font-size: 1.2em;
	padding: 2px;
}

table#users th {
	padding: 5px;
	background-color: #fff;
	border-bottom: 2px solid #ccc;
	text-align: left;
}

table#users td {
	padding: 5px;
	background-color: #fff;
}

table#users tr.alt td {
	padding: 5px;
	background-color: #eee;
}

.commentInfo a:link,
.commentInfo a:visited {
	color: #fff !important;
	}
	
.commentInfo a:hover,
.commentInfo a:active {
	color: #fff !important;
	text-decoration: none !important;
	background-color: transparent !important;
	}