/*********************************************************************************************************************/
/* SITE (CMS) FreshKnowledge Specific Styles */
/*********************************************************************************************************************/

/* Site Images*/
.siteImg{
	border: 7px solid #DCDCDC;
	margin-left:0px;
	margin-right:10px;
	margin-bottom: 10px;
	float:left;
	padding-right:1px;
	padding-bottom:1px;
	background-color: #696969;
}
.siteImgRight{
	border: 7px solid #DCDCDC;
	margin-left:10px;
	margin-right:0px;
	margin-bottom: 10px;
	float:left;
	padding-right:1px;
	padding-bottom:1px;
	background-color: #696969;
}

/*Solid Blocks of the Text*/
.tabBlock{
}
.tdBlock{
	text-align: justify;
}

/* Author of the View - in the bottom of the view*/
.ViewAuthor{
	text-align: right;
	font-weight: bolder;	
}

/************************************************/
/* List View */
/************************************************/
.ListItemTable{
  margin-bottom:20px;
}

.ListItemImg{
	border: 7px solid #DCDCDC;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 10px;
	float:left;
	
	padding-right:1px;
	padding-bottom:1px;
	background-color: #696969;
}
.ListItemText{
	vertical-align: middle;
	text-align: justify;
	vertical-align: top;
	margin:0px;
	padding:0px;
}

.ListItemHeader{
	margin-bottom:0px;
	padding-top:0px;
	font-size:100%;
	font-weight:bold;

}
.ClicksListItem{
	color:silver;
	font-size:90%;
	font-style:normal;

}
.ClicksListItemDiv{
	margin:0px;
	margin-top:3px;
	margin-bottom:3px;
}

.WebLinkBlock{
	margin-bottom:18px;
}


/* End of List View */
/************************************************/


/************************************************/
/* Clicks Count Side in the Bottom*/
/************************************************/
.ClicksBlock{
	text-align: center;
	margin-top: 200px;
	vertical-align: bottom;
	padding:5px;
}
.ClicksText{
	color: Silver;
	background-color: white;
	padding: 1px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 90%;
	font-weight: bolder;
}
.ClicksCaption{
	font-weight: normal;
}
/* End of Clicks Count Side in the Bottom*/
/************************************************/



/************************************************/
/* See Also Links at the bottom of the Site*/
/************************************************/
.PageLinks{
	padding:15px;
	padding-top:0px;
	border: 1px solid Silver;
	background-color: #F4F2F2;
	margin:30px;
	margin-top:30px;
	margin-left:0px;
	font-size:90%;
	width:60%;
	clear : both;
}
.PageLinksCaption{
	text-decoration: underline;
/*	font-size:100%;*/
}
.PageLinksPartCaption{
	margin:0px;
	margin-top:10px;
}
.PageLink{
	margin-top:4px;
}

.ReadMoreDiv{
	
}
.ClicksListItem{
		color:silver;	
}
.ClicksListItemDiv{
	margin:0px;
	margin-top:3px;	
	margin-bottom:3px;		
}
/* End of See Also Links at the bottom of the Site*/
/************************************************/


/************************************************/
/* Navigation Path Links at the Top and Bottom of the page*/
/************************************************/
.TreePathElement{
	color:gray;
}
A.ATreePathElement{
	color: #A9A9A9;
}
.TreePathLine{
	font-size:85%;
	padding:5px;
	padding-top:4px;
	padding-left:14px;
	padding-right:14px;
	margin:0;
	margin-bottom:4px;
	background-color: #F5F5F5;
	background-image: url(images/design/tree_bak.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
/* End of Navigation Path Links at the Top and Bottom of the page*/
/************************************************/


.ArticleImg{
	border: 5px solid #FFF7AE;
	float: right;
	margin-left: 10px;
	margin-right: 10px;	

}
