﻿body{background-color: #b7b762}

.UpDownButton
{
	cursor: hand;
}


input.LightBoxTypeTabFocus
{
	border-right: medium none;
	border-top: medium none;
	background-image: url(image/bg01.jpg);
	border-left: medium none;
	
	cursor: hand;
	border-bottom: medium none;
	background-repeat: no-repeat;

	font-size: 15px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
}

input.LightBoxTypeTabNoFocus
{
	border-right: medium none;
	border-top: medium none;
		background-image: url(image/bg02.jpg);
	border-left: medium none;
	
	cursor: hand;
	border-bottom: medium none;
	background-repeat: no-repeat;

	font-size: 15px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#686833;
	font-family: Arial, Helvetica, sans-serif;	
}

td.loginForm
{	
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
	background-image: url(image/log6.jpg);
}

td.loginForm_Bottom
{	
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
	background-image: url(image/log7.jpg);
}


td.PriceList
{
	border-bottom: #000000 1px solid;
	background-color: #efefef;
}

td.PriceList2
{
	border-bottom: #000000 1px solid;
}


input.LinkButton
{
	color: #686833;
	background-color: White;
	border-right: #dcdcdc 1px dotted;
	border-top: #dcdcdc 1px dotted;
	border-left: #dcdcdc 1px dotted;
	border-bottom: #dcdcdc 1px dotted;
	cursor:hand;
}
input.LinkButtonMouseOver
{
	text-decoration: underline;color: #FF6600;
	background-color: White;
	border-right: #dcdcdc 1px dotted;
	border-top: #dcdcdc 1px dotted;
	border-left: #dcdcdc 1px dotted;
	border-bottom: #dcdcdc 1px dotted;
	cursor:hand;
}

input.NoneVisible
{
	left: -50px;
	position: absolute;
	top: -50px;
}


.ABC
{
	display: none;
	background-color: Black;

	position: absolute;

}


a.lnkNotes:link{font-weight: bold;text-decoration: none;color: #686833;}
a.lnkNotes:visited{font-weight: bold; text-decoration: none; color: #686833;}
a.lnkNotes:hover{font-weight: bold; text-decoration: underline;color: #FF6600;}
a.lnkNotes:active{font-weight: bold; text-decoration: underline;color: #000000;}


a.Bold:link{font-weight: bold;text-decoration: none;color: #686833;}
a.Bold:visited{text-decoration: none; color: #686833;}
a.Bold:hover{text-decoration: underline;color: #FF6600;}
a.Bold:active{text-decoration: underline;color: #000000;}

a.BoldAlways:link{font-weight: bold;text-decoration: none;color: #686833;}
a.BoldAlways:visited{font-weight: bold;text-decoration: none; color: #686833;}
a.BoldAlways:hover{font-weight: bold;text-decoration: underline;color: #FF6600;}
a.BoldAlways:active{font-weight: bold;text-decoration: underline;color: #000000;}

/*   AutoComplete   item   */ 
.completionListElement
{
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
} 

.highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;

} 


.listItem
{
	background-color : window;
	color : windowtext;
	padding : 1px;
} 

 .modalBackground {
	        background-color:Gray;
	        filter:alpha(opacity=50);
	        opacity:0.5;
        }
 .ctlHide
{
	cursor:default;
	display:none
}
.CursorHand
{
	cursor:hand
}
