/* 
 * 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;
}

img.widget:hover,
img.toolbarbutton:hover 
{
	cursor: pointer;
}

img.toolbarbutton:hover
{
	background-color: #FFFFFF;
}

img.toolbarbutton
{
	background-color: #F0F0F0;
	border: 1px solid #808080; 
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
  	border-radius: 2px;
}

/*
 * article and category styles
 */

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

div.categorytitle
{
	font-size: 13px;
	padding-left:4px;
}

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.articlefooter
{
	font-family: "Verdana";
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}

/*
 * 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: 1000px;
	border-left: solid 1px #B8B8FF;
	-moz-border-radius-topleft: 2px;
	-webkit-border-radius-topleft: 2px;
  	border-radius-topleft: 2px;
}

TR.comment-top td#d1
{
	width: 100px;
	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
{
	padding-right: 20px;
	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: 105px;
	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 #E0E0E0;
	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: 165px;
}

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: white;
	background-color: #ccaaff;
}

TABLE.admin
{
	margin-left: 20px;		
	border: 1px solid #330044;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0px;
}

TABLE.login {
	width: 215px; 
	border: 1px solid LightGray;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
}
