﻿/* General Styles */
.bold
{
	font-weight: 700;	
}
.small
{
	font-size: 10px;
}
.noBorder
{
	border: none;	
}
.noStyles
{	
	background:none;
	border: none;
}
.center
{
	text-align: center;
}
ul1
{
		margin: 0;
		padding: 0px 0px 0px 14px;
}
li1
{
	/*background-image: url(../Images/System/list-circle.gif);
	background-repeat: no-repeat;
	background-position: left top; */
	padding: 0px 0px 0px 14px;	
	list-style-type: none;
}
	

/* Data Styles */
.largeTable
{
}
.largeTable td
{
    font-size: 11px;
}


table
{	
	background:none;
	border: none;

}
td
{
	background-color: #faefc7;
	padding: 2px 4px 2px 4px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
}
.eighty
{
	width: 80px;
	text-align: right;
}
.hundred
{
	width: 100px;
}
.hundredFifty
{
	width: 150px;
}
.fifty
{
	width: 40px;
}
.addLine
{
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	border-style: solid;

}
.totalLine
{
	border-width: 0px 0px 2px 0px;
	border-color: #000000;
	border-style: solid;
}
.titleButtonsWrapper 
{
	width: 100%;
}

.downloadButtons 
{
	padding: 2px 4px 6px 0px;	
}
.dataTitle
{
	font-size: 14px;	
}
.currentYearHeader
{
	width: 68px;
	font-weight: 700;	
	color: #000000;
	text-align: right;
	background-color: #a8d3a0;
	border-bottom: none;
	

}
.currentYearNumber
{
	
	color: #000000;	
	font-weight: 700;
	background-color: #a8d3a0;
	text-align: right;
	
	
}
.previousYearHeader
{
	width: 68px;
	font-weight: 700;
	text-align: right;
	background: none;
	border-bottom: none;
	
}
.previousYearNumber
{	
	color: #000000;
	text-align: right;
}
.connectionHeader
{	
	border-width: 1px 1px 0px 1px;
	border-color: #a8d3a0;
	border-style: solid;
	background: none;
}
.textTop
{
	
	vertical-align: top;
}
.textRight
{	
	text-align: right;
}
.textBottom
{	
	vertical-align: bottom;
}
.sectionNumber
{
    font-size: 10px;
    color: #999999;
    width: 10px;
    background:none;
	border: none;
	text-align: right;
}
.sectionNumber a:Link
{
    color: #999999;
    text-decoration: none;
}
.sectionNumber a:Visited
{
    color: #999999;
    text-decoration: none;
}
.sectionNumber a:Hover
{
    color: #999999;
    text-decoration: underline;
}
.sectionNumber a:Active
{
    color: #999999;
    text-decoration: none;
}