﻿.TopTable
{
	margin-top: 10px;
	line-height:30px;
}
.TextBoxTechnical
{
	border-style:solid;
	border-color:#6a6a6a;
	border-width:1px;
}
.TextBoxTechnical:Hover
{
	border-color:#ff6600;
}
.ClearBtn
{
	background-color: Transparent;
	border-style: none;
	color: Black;
}
.ClearBtn:Hover
{
	color:Blue;
}
.BtnL-White
{
	height: 24px;
	width: 8px;
	background-image: url(http://www.vistasystem.com/Communications/App_Themes/General/Buttons/White/Btn_L.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.BtnR-White
{
	height: 24px;
	width: 8px;
	background-image: url(http://www.vistasystem.com/Communications/App_Themes/General/Buttons/White/Btn_R.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.BtnM-White
{
	height: 24px;
	width: 8px;
	background-image: url(http://www.vistasystem.com/Communications/App_Themes/General/Buttons/White/Btn_M.jpg);
	background-position: center;
	background-repeat: repeat-x;
	color: Black;
}
.BtnL-cccccc
{
	height: 24px;
	width: 8px;
	background-image: url(http://www.vistasystem.com/Communications/App_Themes/General/Buttons/cccccc/Btn_L.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.BtnR-cccccc
{
	height: 24px;
	width: 8px;
	background-image: url(http://www.vistasystem.com/Communications/App_Themes/General/Buttons/cccccc/Btn_R.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.BtnM-cccccc
{
	height: 24px;
	width: 8px;
	background-image: url(http://www.vistasystem.com/Communications/App_Themes/General/Buttons/cccccc/Btn_M.jpg);
	background-position: center;
	background-repeat: repeat-x;
	color: Black;
}

