﻿html,body{
	background-color:#fff;
	height:100%;
	margin:0px;
	padding:0px;
}

table{
	border:0px;
	border-collapse:collapse;  /*cellspacing="0" */
}
table td{
	padding:0px;  /*cellpadding="0" */
} 

A:link{
	color:Blue;
}

A:visited{
	color:Blue;
}
A:hover{
	color:Red;
}
A:active{
	color:Red;
}
img{
	 border-width:0px;
}

.hidden{
	display:none;
}
.cursorHand{
	cursor:pointer;
	cursor:hand;	
}
.requiredFieldAsterisk{
	color:Red;
}
.errorMessage{
	color:Red;
}
.registerUserBorder{
	border:solid 1px black;
}
.input_text{
	font-size:12px;
	height:20px;
	width:100%;
}
.input_button{
	font-size:12px;
}
.spanButton{
	cursor:pointer;
	cursor:hand;
	color:Blue;
}
.spanButtonSelected{
	cursor:pointer;
	cursor:hand;
	color:Red;
}
.spanButtonDisabled{
	cursor:default;
	color:Gray;	
}

.tdShowOrHide{
	font-family:monospace;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;	
}
.headerControlName{
	background-color:#eaeaea;
}
.tbWithBorder{
	border-collapse:collapse;
	border:solid 1px black;
}
.tbWithBorder td{
	padding:2px;
	border:solid 1px black;
}


/*	Catalog	*/
.Catalog_Category{}
.Catalog_Category_Name{}
.Catalog_Entity{}
.Catalog_Entity_Description{
	border:solid 1px black;
	padding:2px;
}

.spanButtonForOrder{
	cursor:pointer;
	cursor:hand;
	color:Black;
	text-decoration:none;
}
.spanButtonSelectedForOrder{
	cursor:pointer;
	cursor:hand;
	color:Blue;
	text-decoration:underline;
}

.table{
	border:solid 1px black;
	border-collapse:separate;
}
.table thead td{
	font-weight:bold;
	font-size:smaller;
	color: #000;
	text-align:center;
	cursor:default;
}
.table thead .columnSortable{
	font-weight:bold;
	color: #000;
	text-align:center;
	vertical-align:middle;
}
.table thead .columnSortable .spanAndImg{
	cursor:pointer;
	cursor:hand;	
}
.table thead .columnSortableWithSign{
	text-align:right;
	vertical-align:middle;
	color: #000;
	cursor:pointer;
	cursor:hand;
}
.table tbody td{
	color:#000;	
}
.table tbody .signShowOrHide{
	font-family:monospace;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}
.table tbody .showOrHideByColumn{
	cursor:pointer;
	cursor:hand;
}
.table tbody .hideRow{
	border:solid 1px #808080;
}