﻿.Full 
{
	width: 100%;
}

.ButtonAction
{
	height: 25px;
	background: #07375F;
    border-top: 1px #FFFFFF solid;
    border-left: 1px #FFFFFF solid;
    border-right: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
	color: #FFFFFF;
	cursor: pointer;
	text-transform: uppercase;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

.ButtonAction:hover
{
	color: #C9C9C9;
}

@media print 
{
	.ButtonAction
	{
		height: 25px;
		background: #FFFFFF;
		border: 1px #000000 solid;
		color: #000000;
		cursor: pointer;
		text-transform: uppercase;
		font-family: Verdana;
		font-size: 9px;
		font-weight: bold;
	}
}

.ButtonColumnHeader
{
	background: transparent;
	padding-right: 80px;
	border: 0px;
	color: #FFFFFF;
	cursor: pointer;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-decoration: underline;
    overflow: visible;
    width: 100%;
    display: inline;
}

.ButtonColumnHeader:hover
{
	color: #DCDCDC;
}

@media print 
{
	.ButtonColumnHeader
	{
		background: transparent;
		padding-right: 80px;
		border: 0px;
		color: #000000;
		cursor: pointer;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		text-align: left;
		text-decoration: underline;
		overflow: visible;
		width: 100%;
		display: inline;
	}
}

.ButtonHyperlink
{
	background-color: transparent;
	border: 0px;
	color: #0066CC;
	cursor: pointer;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: underline;
    padding: 0px;
    margin: 0px; 
    text-align: left;
    overflow: visible;
}

.ButtonHyperlink:hover
{
	color: #000000;
}

@media print 
{
	.ButtonHyperlink
	{
		background-color: transparent;
		border: 0px;
		color: #000000;
		cursor: pointer;
		font-family: Verdana;
		font-size: 10px;
		text-decoration: underline;
		padding: 0px;
		margin: 0px; 
		text-align: left;
		overflow: visible;
	}
}

.ButtonMenu
{
	height: 25px;
	background: #4682B4;
	border: solid 1px #4682B4;
	margin: 2px 6px 0px 0px;
	color: #EEEEEE;
	cursor: pointer;
	text-transform: uppercase;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

.ButtonMenu:hover
{
	color: #FFFFFF;
}

.ButtonMenuSelected
{
	height: 25px;
	background: #7AABF0;
	border: solid 1px #7AABF0;
	margin: 2px 6px 0px 0px;
	color: #EEEEEE;
	cursor: pointer;
	text-transform: uppercase;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

.ButtonMenuSelected:hover
{
	color: #FFFFFF;
}

.ButtonMenuSub
{
	height: 25px;
	background: #4682B4;
	border: solid 1px #4682B4;
	margin: 2px 0px 0px 6px;
	color: #EEEEEE;
	cursor: pointer;
	text-transform: uppercase;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

.ButtonMenuSub:hover
{
	color: #FFFFFF;
}
