﻿body 
{
	margin: 0;
	background-color: #000000;
	background-image: url(images/btest.jpg);
}

legend
{
	color:#FF99CC;
}

td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

img{border:0;}

a {color: #666666;text-decoration: underline;}
a:hover {color: #FF0099;text-decoration: none;}

a.comment {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
}
a.comment:hover {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
}

#header
{
	background-color:#000000;
	width:100%;
}

#divIntro
{
	width:900px;
	padding:15px 40px 15px 40px;
	font-size:medium;	
	font-family:Verdana;
	background-color:#ffffff;
}
#footer
{
	width:980px;
	text-align:right;
	background-color:#ffffff;
}

#content
{
	width:980px;
	background-color:#ffffff;
}

#pagecontent
{
	
}

#lbar
{
	background-image: url(images/lbar.gif);
	background-repeat:repeat-y;
	width:3px;
}

#rbar
{
	background-image: url(images/rbar.gif);
	background-repeat:repeat-y;
	width:3px;
}

#archive
{
	width:980px;
	text-align:center;
	background-color:#ffffff;	
}

.pager
{
	position: relative;
	text-align: center;
	width:100%;
}

a.pager {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
}
a.pager:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

span.left {
position: absolute;
left: 0;
padding-left:15px;
}

span.right {
position: absolute;
right: 0;
padding-right:15px;
}

/************ BLOG STYLES ****************/
.blog
{
	width:900px;
}

.blogsubject
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF99CC;
	background-color:#fff;
}

.blogdate
{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #666666;
}

.blogpic
{
	text-align:center;
}

.seperator
{
	border-bottom:dashed 1px #666666;
}

.comments
{
	width:96%;
}

.comment
{
	padding:5px;
	border-bottom:solid 1px #666666;
}

/**** NAV BAR ****/
#navbar
{
	position:relative;
	background-image:url('images/navbar.gif');
	background-position: center bottom;
	background-color:#000000;
	height:36px;
	width:100%;
	
}

/**** TREE VIEW ****/
.leafNode, a.leafNode
{
    color:#000;
    border-bottom:dashed 1px #333333;
}

a.leafNode:hover	
{
    color:#666666;
}
        
.Node, a.Node
{
    color:#000;
}
a.Node:hover	
{
    color:#666666;
}

/************ COMMENT PAGE ****************/
#commentTop
{
	background-image:url(images/tcomment.png);
	width:315px;
	height:29px;
}

#commentBottom
{
	background-image:url(images/bcomment.png);
	width:315px;
	height:29px;
}

/************ COMMON PAGE STYLES ****************/
.error
{
	color:Red;
	font-weight:bold;
}

.user
{
	color:Green;
	font-weight:bold;
}

.floatLeft
{
	float: left;
}

.pink
{
	font-weight:bold;
	color:#CC66CC;
	text-align:center;
}