﻿body {
}
.txtInput
{
	width:80px;
}
.lnkClass
{
	font-weight:bold;
}

.lnkClassNotAvailable
{

}

.txtGreen
{
	color: #006633;
}
.txtGreen
{
	color: #ff0000;
}

.txtBold
{
	font-weight: bold;
}

.txtGray
{
	color: #aaaaaa;
}
.Subtitle
{
	font-weight:bold;
	
}
.ssTitle
{
	font-weight:bold;
	font-size: 25px;
}
.atndInput
{
	width: 30px;
	text-align:center;
}

.lnkClass a:link {
color: #006633;
text-decoration: underline;
}
.lnkClass a:visited {
color: #006633;
text-decoration: underline;
}
.lnkClass a:hover {
color: #006633;
text-decoration: underline;
}
.lnkClass a:active {
color: #006633;
text-decoration: underline;
} 

.lnkClassNotAvailable a:link {
color: #aaaaaa;
text-decoration: underline;
}
.lnkClassNotAvailable a:visited {
color: #bbbbbb;
text-decoration: underline;
}
.lnkClassNotAvailable a:hover {
color: #aaaaaa;
text-decoration: underline;
}
.lnkClassNotAvailable a:active {
color: #aaaaaa;
text-decoration: underline;
} 

.lnkClassNotSelected a:link {
color: #aaaaaa;
text-decoration: underline;
}
.lnkClassNotSelected a:visited {
color: #bbbbbb;
text-decoration: underline;
}
.lnkClassNotSelected a:hover {
color: #aaaaaa;
text-decoration: underline;
}
.lnkClassNotSelected a:active {
color: #aaaaaa;
text-decoration: underline;
} 

.tabspacer {width:4px;border-bottom:1px solid #97acd4;}
.tab {padding:0px 15px 0px 15px;font-size:16px;text-align:center;text-decoration:none;color:#676767;cursor:pointer;cursor:hand;empty-cells:show;}
.selectedtab {border:1px solid #97acd4;border-bottom:0px;color:#000000;font-weight:bold;}
.unselectedtab {border:1px solid #97acd4;background-color:#eeeeee;color:#000000;border-bottom-color:#97acd4;}
.tabMonth {padding:0px 5px 0px 5px;font-size:16px;text-align:center;text-decoration:none;color:#676767;cursor:pointer;cursor:hand;empty-cells:show;}
