/* CSS Document */

.BlueButton
{
	font-size:12px;
	width: 175px;
	height:75px;
	line-height: 75px;
	display: block;
	margin: 5px;
	text-align:center;
	float: left;
	color:#FFF;
	vertical-align:middle;
	background:url(../img/BlueButton.png);
	background-size:175px 75px;
	background-repeat:no-repeat;
	cursor:pointer;
}

a.BlueButton:link
	{
		color:#FFF;
		text-decoration:none;
	}	
a.BlueButton:visited
	{
		color:#FFF;
	}
a.BlueButton:hover
{
	color:#FF0;
	/*text-decoration:underline;*/
}
a.BlueButton:active
{
	color:#FFF;
}

.BlueButton_NotActivated
{
	font-size:10px;
	width: 140px;
	height:60px;
	line-height: 60px;
	display: block;
	margin: 5px;
	text-align:center;
	float: left;
	color:#FFF;
	vertical-align:middle;
	background:url(../img/BlueButton_NotActivated.png);
	background-size:140px 60px;
	background-repeat:no-repeat;
	cursor:pointer;
}

a.BlueButton_NotActivated:link
	{
		color:#FFF;
		text-decoration:none;
	}	
a.BlueButton_NotActivated:visited
	{
		color:#FFF;
	}
a.BlueButton_NotActivated:hover
{
	color:#FF0;
	/*text-decoration:underline;*/
}
a.BlueButton_NotActivated:active
{
	color:#FFF;
}

.OrangeButton
{
	font-size:12px;
	width: 175px;
	height:75px;
	line-height: 75px;
	display: inline-block;
	margin: 5px;
	text-align:center;
	float: left;
	color:#FFF;
	vertical-align:middle;
	background:url(../img/OrangeButton.png);
	background-size:175px 75px;
	background-repeat:no-repeat;
}

a.OrangeButton:link
	{
		color:#FFF;
		text-decoration:none;
	}	
a.OrangeButton:visited
	{
		color:#FFF;
	}
a.OrangeButton:hover
{
	color:#FF0;
	/*text-decoration:underline;*/
}
a.OrangeButton:active
{
	color:#FFF;
}

.PurpleButton
{
	font-size:12px;
	width: 175px;
	height:75px;
	line-height: 75px;
	display: inline-block;
	margin: 5px;
	text-align:center;
	float: left;
	color:#FFF;
	vertical-align:middle;
	background:url(../img/PurpleButton.png);
	background-size:175px 75px;
	background-repeat:no-repeat;
}

a.PurpleButton:link
	{
		color:#FFF;
		text-decoration:none;
	}	
a.PurpleButton:visited
	{
		color:#FFF;
	}
a.PurpleButton:hover
{
	color:#FF0;
	/*text-decoration:underline;*/
}
a.PurpleButton:active
{
	color:#FFF;
}

.RedButton
{
	font-size:12px;
	width: 175px;
	height:75px;
	line-height: 75px;
	display: inline-block;
	margin: 5px;
	text-align:center;
	float: left;
	color:#FFF;
	vertical-align:middle;
	background:url(../img/RedButton.png);
	background-size:175px 75px;
	background-repeat:no-repeat;
}

a.RedButton:link
	{
		color:#FFF;
		text-decoration:none;
	}	
a.RedButton:visited
	{
		color:#FFF;
	}
a.RedButton:hover
{
	color:#FF0;
	/*text-decoration:underline;*/
}
a.RedButton:active
{
	color:#FFF;
}

.GreenButton
{
	font-size:12px;
	width: 175px;
	height:75px;
	line-height: 75px;
	display: inline-block;
	margin: 5px;
	text-align:center;
	float: left;
	color:#FFF;
	vertical-align:middle;
	background:url(../img/GreenButton.png);
	background-size:175px 75px;
	background-repeat:no-repeat;
}

a.GreenButton:link
	{
		color:#FFF;
		text-decoration:none;
	}	
a.GreenButton:visited
	{
		color:#FFF;
	}
a.GreenButton:hover
{
	color:#FF0;
	/*text-decoration:underline;*/
}
a.GreenButton:active
{
	color:#FFF;
}
.MenuRow
{ 
	clear: both;
	float: left;
	display: block;
	position: relative; 
}

.ApprovalButton
{
	font-size:10px;
	width:75px;
	cursor:pointer;
}

.NewDivBlock
{
    float: left;
    width: 100%;
}

.CustomChartTitle
{
    font-size: 16px;
    font-weight: bold;
}