
.gridTable
{
	border: none;
	 padding-top: 10px;
	 padding-left: 5px;

}
.headerCell
{
	border: none;
	font-size: 1px;
	font-family: verdana;
	font-weight: bold;
	color: black;
		
}

.pageCell
{
	border-top: none;
	border-bottom: solid 2px #000000;
	font-size: 10px;
	font-family: verdana;
	color: black;
	padding-top: 10px;
	
		
}

.headerCellBtn
{
	
	font-size: 12px;
	font-family: verdana;
	color: white;
	font-weight: bold;
	cursor: hand;
}

.headerCellSortedAsc
{
	border-bottom: solid 1px blue;
	font-size: 12px;
	font-family: verdana;
	color: blue;
	background-color: #ffffff;
}

.headerBtnSortedAsc
{
	font-size: 12px;
	font-family: verdana;
	color: blue;
	cursor: hand;
	background-color: #ffffff;
}

.headerCellSortedDesc
{
	border-bottom: solid 1px navy;
	font-size: 12px;
	font-family: verdana;
	color: navy;
	background-color: #ffffff;
	
}

.headerBtnSortedDesc
{
	font-size: 12px;
	font-family: verdana;
	color: navy;
	cursor: hand;
	background-color: #ffffff;
}

.regularCell
{
	border: none ;
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color:White;
	text-align:left;
	padding-bottom:10px;
}

.OutsetregularCell
{
border: none ;
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color:White;
	text-align:left;
	background-color: #ffffff;
	padding-bottom:10px;
}


.pageBtn
{
	
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color: #c0c0c0;
	cursor: hand;
}

.pageBtnCurrentPage
{
	
	font-size: 10px;
	font-family: verdana;
	color: navy;
	background-color: lavender;
	cursor: hand;
}


.filterTextBox
{
	border: solid 1px #000000;
	font-size: 12px;
	font-family: verdana;
	color: black;
	background-color: white;
	width: 84%;
	
}

.filterBtn
{
	font-size: 12px;
	font-family: verdana;
	color: #ff0000;
	font-weight:bold;
	cursor: hand;
	text-transform:uppercase ;
	width: 15%;
	
}

.filterTextBoxFixed
{
	border: solid 1px black;
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color: white;
	width: 300;
}

.filterBtnFixed
{
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color: lightgrey;
	cursor: hand;
	width: 50;
}

.viewBtn
{
	
	font-size: 8px;
	font-family: verdana;
	color: yellow;
	background-color: lightgrey;
	cursor: hand;
	height: 17px;
}
.editBtn
{
	
	font-size: 8px;
	font-family: verdana;
	color: salmon;
	background-color: lightgrey;
	cursor: hand;
	height: 17px;
}

.delBtn
{
	
	font-size: 8px;
	font-family: verdana;
	color: red;
	background-color: lightgrey;
	cursor: hand;
	height: 17px;
}
.PageSizeTextBox
{
	border: solid 1px black;
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color: white;
	width: 90%;
}

.ImageThumbnail
{
	border: none 1px black;
}
.pageTitle
{
	width: 525px;
	height: 50px;
	font-family: Verdana;
	font-size: 22px;
	font-weight:600;
	color:white;
	border: solid 1px black;
	text-transform:capitalize;
	padding: 5px 5px 5px 5px;
	text-align:center;
	
}

.newsheaderCell
{
	border: none;
	font-size: 1px;
	font-family: verdana;
	font-weight: bold;
	color: black;
	
	height:0px;
	padding:0px 0px 0px 0px;
}


.newsheaderCellBtn
{
	height: 0px;
	font-size: 1px;
	font-family: verdana;
	color: black;
	font-weight: bold;
	
	cursor: hand;
}


.outsetnewsheaderCell
{
	border-bottom: solid 1px black;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
	background-color: #ffffff;
}


.outsetnewsheaderCellBtn
{
	font-size: 12px;
	font-family: verdana;
	color: #000000;
	background-color: #ffffff;
	cursor: hand;
}

.newsgridTable
{
	border: none;
	padding: 2px 0px 2px 0px;
	
	
}

.newsregularCell
{
	border: none ;
	font-size: 10px;
	font-family: verdana;
	color: black;
	text-align:left;
	padding-bottom:10px;
	
}

.newsArchiveregularCell
{
	border: none ;
	font-size: 12px;
	font-family: verdana;
	color: black;
	text-align:left;
	padding-bottom:10px;
	
}

.headerCellArchive
{
	border: none;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	color: black;
	background-color: lightgrey;
}

.headerCellBtnArchive
{
	
	font-size: 10px;
	font-family: verdana;
	color: black;
	font-weight: bold;
	background-color: lightgrey;
	cursor: hand;
}

.headerCellSortedAscArchive
{
	border: dotted 1px #c0c0c0;
	font-size: 10px;
	font-family: verdana;
	color: navy;
	font-weight: bold;
	
}

.headerBtnSortedAscArchive
{
	font-size: 10px;
	font-family: verdana;
	color: navy;
	font-weight: bold;
	
	cursor: hand;
}

.headerCellSortedDescArchive
{
	border: dotted 1px #c0c0c0;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	background-color: navy;
}

.headerBtnSortedDescArchive
{
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	background-color: navy;
	cursor: hand;
}

.ArticlesArchiveRegularCell
{
	border: none;
	border-top: none;
	border-bottom:none;
	font-size: 10px;
	font-family: verdana;
	color: black;
	text-align:left;
	 padding: 5px 5px 5px 5px;
	 vertical-align:top;
	 
	
}

.DirectoryOfCompaniesText
{
	border-bottom: dotted 1px #c0c0c0;
	font-size: 12px;
	font-family: verdana;
	color: black;
	text-align:left;
	 padding: 0px 0px 0px 0px;
	 vertical-align:top;
	 
	
}
