﻿/*
Link Related Styles
*/
a, a:link

{
	color: #153B7C;
	text-decoration: none;
}

a:visited
{
	color: #153B7C;
	text-decoration: none;
}

a:active
{
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #669933;
	text-decoration: underline;
}

a.linkbutton, a.linkbutton:hover, a.linkbutton:link, a.linkbutton:active, a.linkbutton:visited
{
    font: 11px Verdana;
    text-decoration: none;
    font-weight:normal;
}

a.forumlink{
	font: bold 13px Verdana;
}

a.bold, a.bold:hover, a.bold:link, a.bold:active, a.bold:visited
{
    font-weight:bold;
    
}

a.ignored
{
    color: Gray;
    font-style:italic;
    text-decoration:line-through;
}

a.paging, a.paging:hover, a.paging:link, a.paging:active, a.paging:visited
{
    font: 12px Verdana;
    text-decoration: none;
    font-weight:normal;
    margin:2px 2px;
}

a.PagingCurrent, a.PagingCurrent:hover, a.PagingCurrent:link, a.PagingCurrent:active, a.PagingCurrent:visited
{
    font: 12px Verdana;
    font-weight:bold;
    text-decoration: none;
    color:Black;
    margin:2px 2px;
}

a.newpost {
	font: bold 12px Verdana;
}

a.oldpost {
	font: 12px Verdana;
}

a.button {
	background-image: url(../image/catcell.gif);
	color: #537CCC;
	font: bold 11px Verdana;
	border:solid 1px #CCCCCC;
	padding:1px; margin:1px;
	line-height:20px;
}

a.button:hover {
	text-decoration: none;
}

a.msgOptions, a.msgOptionsL
{
    width: 140px !important;
	text-decoration:none;
	color: #666;
	line-height: 22px;
	background: #fefefe url('../image/MainItemBackground.gif') repeat-x;
	background-position: center left;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	font-size: 11px;
    font-weight:normal;
	padding: 4px 28px 4px 0px;
	font-family: Arial, Verdana;
	vertical-align: middle;
}

a.msgOptionsL
{
	border-right-width: 0px;
}

/*
a.msgOptionsL img
{
	 margin-right:2px;
}

a.msgOptions:hover,
a.msgOptionsL:hover
{
	background: #c8f415 url('../image/menuItemHover.gif') repeat-x;
}
*/
a.deletedReason
{
    color:Red;
    padding:6px;
    text-decoration:blink;
    border:dotted 1px black;
    background-color:#F1F1F1;
}

a.ignoredMsg
{
    color:Green;
    padding:6px;
    text-decoration:blink;
    border:dotted 1px black;
    background-color:#F1F1F1;
}

a.moderatedMsg
{
    color:Blue;
    padding:6px;
    text-decoration:blink;
    border:dotted 1px black;
    background-color:#F1F1F1;
}


a.flaggedMsg
{
    color:Purple;
    padding:6px;
    text-decoration:blink;
    border:dotted 1px black;
    background-color:#F1F1F1;
}


td.cat a{
	color: #153B7C;
	text-decoration: none;
	font-size: 13px;
}

td.cat a:hover {
	color: #669933;
	text-decoration: underline;
}

/*
th a{
	color: white;
	text-decoration: none;
	font-size: 13px;
}

th a:hover {
	color: white;
	text-decoration: underline;
}
*/

.smallcat th a,  .smallcat th a:hover
{
	font-size:10px !important;
	color:inherit;
	text-decoration: underline;
}

.msg a  {
	color: #0000FF;
	text-decoration: underline;
}
