﻿/*
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:29px; 
	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: 3px 15px 3px 3px; 

}
a.linkbutton img
{
    margin-bottom:2px;
    margin-left:4px;
}

a.smalllink, a.smalllink:hover, a.smalllink:link, a.smalllink:active, a.smalllink:visited
{
    font: 11px Verdana;
    text-decoration: none;
    font-weight:normal;
}

a.bold, a.bold:hover, a.bold:link, a.bold:active, a.bold:visited
{
    font-weight:bold;
    
}
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.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;
}

td.cat a{
	color: #153B7C;
	text-decoration: none;
	font-size: 13px;
}

td.cat a:hover {
	color: #669933;
	text-decoration: underline;
}

.smallcat th a,  .smallcat th a:hover
{
	font-size:10px !important;
	color:inherit;
	text-decoration: underline;
}
.smallcat h1
{
	color: White !important;
}

a.newpost {
	font: bold 12px Verdana;
}

a.oldpost {
	font: 12px Verdana;
}

.msg a  {
	color: #0000FF;
	text-decoration: underline;
}
.sidebarToggler a {
    width:35px;
    height:35px;
    display:block;
    text-decoration:none;
}
