﻿/*
Link Related Styles
*/
a, a:link

{
	color: #719BCB;
	text-decoration: none;
}

a:visited
{
	color:  #e36c26;
	text-decoration: none;
}

a:active
{
	color:  #e36c26;
	text-decoration: underline;
}

a:hover {
	color:  #e36c26;
	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;
	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.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: 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;
    padding: 2px 3px;
    display: inline-block;
    border: 1px #DCDCDC solid;
}

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;
    padding: 2px 3px;
    display: inline-block;
}

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: 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;
}


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;
}

a.admin {
    color: #1C7EC0;
    font-weight:bold;
    background-color: #C9E5F7;
    padding: 2px;
    
}

a.mod {
    color: #259959;
    font-weight:bold;
    background-color: #BBEFD2;
    padding: 2px;
}

.sidebarToggler a {
    width:35px;
    height:35px;
    display:block;
    text-decoration:none;
}
