/* 
 * global tag styles 
 */

body
{
	text-decoration: none;
	color: black;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: medium; 
}

a:hover 
{
	text-decoration: underline;
}

a 
{
	text-decoration: none;
}

a.clickable
{
	color: blue;
}

a.clickable:hover
{
	cursor: pointer;
}

/*
 * article and category styles
 */

div.categorytitle, 
a.articletitle
{
	text-decoration: none;
	color: black; 
	font-family: "Verdana";
}

div.categorytitle
{
	font-size: 13px;
	background:url(images/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	background-position:0 -208px;
}

a.articletitle
{
	font-size: 18px;
	padding-bottom: 2px;
	font-weight: bold;
}

a.articletitle:hover
{
	color: blue;
}

div.categorytext,
div.articletext
{
	vertical-align: top;
	text-decoration: none;
	color: black;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: normal;
	line-height: 145%;
	overflow: hidden;
}

div.articledate,
div.articlefooter
{
	font-family: "Verdana";
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}

div.articledate,
span.articlefooter-comment,
span.articlefooter-tag,
span.comments-header-add,
span.comments-header-offtopic,
span.edititem
{
	background:url(images/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
}

div.articledate 
{
	background-position:0 -48px;
}

span.articlefooter-comment
{
	background-position:0 -96px;
	padding-bottom: 2px;
}

span.articlefooter-tag
{
	background-position:0 -16px;
	padding-bottom: 2px;
}

span.comments-header-add
{
	background-position:0 -112px;
	padding-bottom: 2px;
}

span.comments-header-offtopic
{
	background-position:0 0px;
	padding-bottom: 2px;
}

span.edititem
{
	font-size: 11px;
	background-position:0 -64px;
	padding-bottom: 4px;
	vertical-align: middle;
}

/*
 * right hand navigation styles
 */

TABLE.navbar
{
	border: solid 1px #C8C8FF;
	background-color: White;
	width: 215px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
  	border-radius: 2px;
}

TR.userlogon 
{
	font-size: 12px; 
	font-family: Verdana; 
	font-weight: normal;
}

TD.navbartitle 
{
	background-color: #7575FF;
	text-decoration: none;
	color: white;
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
}

TD.navbartext
{
	background-color: #E8E8FF;
	text-decoration: none;
	color: black;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

ul.navbar 
{
  padding: 0px 0px 0px 16px;
  margin: 2px;
}

ul.navbar li
{
  list-style-image : url(images/arrow.gif);
  padding: 4px;
}

/*
 * Comments main table
 */

TABLE.comments-table 
{
	border: 0px;
	width: 100%;
	font-family: "Verdana";
	font-weight: normal;
	font-size: 12px;
}

TR.comments-header
{
	color: #000080;
	vertical-align: middle;
	height: 30px;
}

TR.comments-header TD
{
	padding-left: 6px;
	padding-right: 6px;
}

/*
 * Comments individual items
 */

TR.comment-top td#d0,
TR.comment-top td#d1,
TD.comment-info,
TD.comment-text,
TR.comment-bottom td#d0,
TR.comment-bottom td#d1
{
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

TR.comment-top td#d0,
TR.comment-top td#d1
{
	padding-top: 6px;
	padding-bottom: 6px;	
	color: #000080;
	background-color: #D8D8FF;
	border-top: solid 1px #B8B8FF;
	border-bottom: dotted 1px #B0B0B0;
}

TR.comment-top td#d0
{
	width: 80%;	
	border-left: solid 1px #B8B8FF;
	-moz-border-radius-topleft: 2px;
	-webkit-border-radius-topleft: 2px;
  	border-radius-topleft: 2px;
}

TR.comment-top td#d1
{
	text-align: right;
	vertical-align: top;
	border-right: solid 1px #B8B8FF;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topright: 2px;
  	border-radius-topright: 2px;
}

TD.comment-info
{
	background-color: #E8E8FF;
	border-left: solid 1px #B8B8FF; 
	border-right: solid 1px #B8B8FF;
	border-bottom: solid 1px #B8B8FF;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-radius-bottomleft: 2px;
  	border-radius-bottomleft: 2px;
}

TD.comment-text
{
	font-size: 13px;
	line-height: 145%;
	background-color: #F8F8FF; 
	height: 125px;
	border-right: solid 1px #B8B8FF;
	padding-top: 13px;
}

TR.comment-bottom td#d0,
TR.comment-bottom td#d1
{
	background-color: #F8F8FF; 
	border-top: dotted 1px #B0B0B0;
	border-bottom: solid 1px #B8B8FF;	
}

TR.comment-bottom td#d0
{
	width: 100%;
}

TR.comment-bottom td#d1
{
	text-align: right;
	vertical-align: top; 
	min-width: 200px;
	border-right: solid 1px #B8B8FF;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-radius-bottomright: 2px;
  	border-radius-bottomright: 2px;
}

TABLE.commentquote 
{
	width: 85%;
	border: dashed 1px #B0B0B0;
	margin-top: 6px;
	margin-left: 5px;
	padding: 2px 3px 2px 3px;
	border-left: solid 3px #B0B0B0;
}

/*
 * comments add area
 */

table.comments-addform
{
	width: 100%;
	font-family: "Verdana";
	font-size: 13px;
	font-weight: normal;
	color: black;
	border: solid 1px #B8B8FF;
}

table.comments-addform TD 
{
	padding: 6px;
}

table.comments-addform td#d0
{
	background-color: #D8D8FF; 
	border-bottom: solid 1px #B8B8FF;
}

table.comments-addform td#d1
{
	background-color: #F8F8FF;
	padding-left: 65px;
}

table.comments-addform td#d2
{
	background-color: #E8E8FF;
	border-top: solid 1px #B8B8FF;
}

/*
 * administrative area
 */

TR.adminheader
{
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	color: Teal;
}

TABLE.admin
{
	padding-left: 20px;	
}
