﻿a {
    color: #660000;
    text-decoration:none;
}
a:visited {
    color: #0000FF;
}
a:hover {
    color: Orange;
    font-weight:bolder;
}
.ChrisAddedLabel
{
	color:Blue;
	font-weight:bold;
	font-size:large;
} 
.hrStyle
{
    background-color:#FFCC00;
	color: #FFCC00;
	height:2px;
}
.smallerFont
{
	font-size:medium;
	font-family: Calibri;
}
.mediumFont
{
    font-size:large;
    font-family: Calibri;
    font-weight:bolder;
}
.largeFont
{
    font-size:xx-large;
    font-family:Calibri;
    font-weight:bolder;
}
.tinyFont
{
    font-size:small;
    font-family:Calibri;
}
.linkLarger
{
    font-size:large;    
	font-family:Calibri;
}
.imageColumn
{
    width:180px;
}
.RCMShRule
{
    background-color:#0000FF;
    height:7px;
}
.UBhRule
{
    background-Color:#008000;
    height:7px;
}
.PrecoHRule
{
    background-Color:#FFFF66;
    height:7px;
}
.linkBold
{
    font-weight:bold;
    font-family:Calibri;
    color:#6666FF;
}
.hrChrisRCMS
{
	 background-color:#290068;
	 outline-color:#290068;
	 color:#290068;
	 width:100%;
	 height:5px;
}
.linkColor
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #660000;
}
.calHasData
{
	width: 25px;
	height: 25px;
	background-color:Gray;
	color:White;
	border-style:solid;
	border-color:Green;
	text-align:center;	
}
.calMonth
{
	font-size:medium;
	font-weight:bolder;	
	background-color:Gray;
}
.calNoData
{
	width: 25px;
	height: 25px;
	background-color:Transparent;
	color:Black;
	border-style:solid;
	border-color:Black;
	text-align:center;	
}
.calDaysWeek
{
	border-style:solid;
	border-color:Black;
	border-width:thin;
	background-color:Silver;
	text-align:center;	
}
