﻿/*
Link Related Styles
*/
a, a:link
{
	color: #223975;
	text-decoration: none;
}

a:active,
a:visited {
	color: #223975;
	text-decoration: none;
}

a:hover {
	color: #0002AB;
	text-decoration: underline;
}

a.linkbutton, a.linkbutton:hover, a.linkbutton:link, a.linkbutton:active, a.linkbutton:visited
{
    font: 12px Verdana;
    text-decoration: none;
    font-weight:normal;
    line-height:22px; 
	background: #fefefe url('../image/MainItemBackground.gif') repeat-x;

	background-position: center left;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border: 1px solid #657789;
	padding: 4px 15px 4px 0;

	//display: inline-block;
	//padding: 0 15px 0 2px !important;
	//background-color: #f3f3f3;
	//background-image:none; 
	//border-right: 1px solid #C1CBD9;
	//border-left: 1px solid #FCFCFC;
	//border-bottom: 1px solid #C1CBD9;
	//border-top: 1px solid #FCFCFC;

}
a.linkbutton img
{
    margin-bottom:2px;
    margin-left:4px;
}
.genmedw
{
    color: #FFFFFF;
    font-size: 1em;
    margin: 1px;
}
a.genmedw, a.genmedw:visited, a.genmedw:link, a.genmedw:hover, a.genmedw:active
{
    color: #FFFFFF;
    font-size: 1em;
    margin: 1px;
}
a.squarebuttonc
{
    background: transparent url( '../image/navl.png' ) no-repeat scroll left top;
    display: block;
    float: left;
    font-size: 10px;
    height: 24px;
    line-height: 16px;
    padding-left: 8px;
    text-decoration: none;
}
a.squarebuttonc:hover span
{
    background-position: right bottom;
    color: #FFFFFF;
}
a.squarebuttonc span
{
    background: transparent url( '../image/navr.png' ) no-repeat scroll right top;
    display: block;
    padding: 4px 8px 4px 0;
}
a.squarebuttonc:link, a.squarebuttonc:visited, a.squarebuttonc:active
{
    color: #FFFFFF;
    text-decoration: none;
}
a.squarebuttonc:hover
{
    background-position: left bottom;
}

.navrow {
background:#2F457D url('../image/bg_navbar.gif') repeat-x scroll left top;
color:#D5DADF;
font-size:11px;
height:27px;
overflow: visible;
padding-top:7px;
text-align:center;
}


a.smalllink, a.smalllink:hover, a.smalllink:link, a.smalllink:active, a.smalllink:visited
{
    font: 11px Verdana;
    text-decoration: none;
    font-weight:normal;
}

a.forumlink {
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

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, a.newpost:visited {
	font: bold 12px Verdana;
 color: #223975;
}
a.newpost:hover, a.newpost:visited:hover {
	color: #0002AB;
}

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: 24px;
	background: #fefefe url('../image/MainItemBackground.gif') repeat-x;
	background-position: center left;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	font-size: 12px;
    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;
    border: solid 1px Red;
    border-width: 3px 0px;
    display:block;
    margin:20px;
    text-align:center;    
}

a.ignoredMsg
{
    color:Green;
    padding:6px;
    border:solid 1px Green;
    border-width: 3px 0px;
    display:block;
    margin:20px;
    text-align:center;  
}

a.moderatedMsg
{
    color:Blue;
    padding:6px;
    border:solid 1px Blue;
    border-width: 3px 0px;
    display:block;
    margin:20px;
    text-align:center;    
}


a.flaggedMsg
{
    color:Purple;
    padding:6px;
    border: solid 1px Purple;
    border-width: 3px 0px;
    display:block;
    margin:20px;
    text-align:center;
}


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;
}
.smallcat h1
{
	color: White !important;
}
.msg a  {
	color: #0000FF;
	text-decoration: underline;
}
