﻿/*-----------------------------------NATIVE ELEMENTS*/ 
* { -moz-box-sizing: border-box; }
html
{
	height:	100%;
	width:	100%;
}
body
{
	font-family:	Arial;
	height:			100%;
	margin:			0px;
	overflow:		auto;
	width:			100%;
}
a
{
	color:			#F79B1C;
}
a:hover
{
	color:			green;
}
td
{
	cursor:			default;
}



/*-----------------------------------MAIN CLASSES*/
.CellAdContainer
{
	height:			100%;
	vertical-align:	top;
	width:			100%;
}
.CellFindIt
{
	height:			28px;
	padding-left:	12px;
	text-align:		center;
	vertical-align:	middle;
	width:			85px;
}
.CellCheckAllSources
{
	font-size:		12px;
	padding-bottom: 13px;
	padding-left:	15px;
	text-align:		center;
}
.CellCopyrightNotice
{
	color:			#8B8E87;
	font-size:		12px;
}
.CellBookmarks
{
	height:			30px;
	text-align:		center;
}
.CellBookmarks img
{
	border:			1px solid #FFFFFF;
}
.CellBookmarks img:hover
{
	border:			1px solid #CCCCCC;
}
.CellInfoBox
{
	background-color:	#FAFAFA;
	border:				1px solid #E6E6E6;
	font-size:			10px;
}
.CellInfoTitle
{
	color:				#707070;
	font-size:			14px;
	font-weight:		bold;
}
.CellInfoAuthor
{
	color:				#707070;
	font-size:			10px;
	text-align:			left;
}
.CellInfoViews
{
	color:				#707070;
	font-size:			10px;
	text-align:			right;
}
.CellInfoDate
{
	color:				#707070;
	font-size:			10px;
	text-align:			center;
}
.CellLinksBottom
{
	font-size:		12px;
}
.CellLinksBottom a
{
	color:			#8B8E87;
}
.CellLinksTop
{
	color:			#000000;
	font-size:		12px;
	padding-top:	5px;
	padding-bottom:	3px;
	text-align:		right;
	vertical-align:	top;
}
.CellLogo
{
	height:			90px;
}
.CellSearch
{
	background-image:	url('../images/SearchTile.png');
}
.CellSources
{
	font-size:		14px;
	height:			30px;
	padding-bottom:	13px;
}
.CellTabContentMain
{
	border:			1px solid #707070;
}
.CellTabContentSpacer
{
	border-left:	1px solid #707070;
	color:			#707070;
	font-size:		12px;
	height:			26px;
	padding-left:	4px;
}
.CellTabContentTitle
{
	background-image:	url('../images/ContentHeaderTile.png');
	font-size:			12px;
	height:				27px;
	padding-left:		4px;
}
.CellTabEnd
{
	background-image:	url('../images/ContentBottomBg.png');
}
.CellTagCloud
{
	background-color:	#FAFAFA;
	border:				1px solid #E6E6E6;
	font-family:		Georgia;
	font-size:			10px;
}
.CellVideoColumn
{
	padding-right:	40px;
}
.CellVideoColumnTopSpacer
{
	height:			23px;
}
.DivAd
{
	background-image:	url('../images/Ad15.png');
	height:				90px;
	margin-left:		auto;
	margin-right:		auto;
	width:				768px;
}
.DivAdContainer
{
	border:			1px solid #E4EADC;
	border-left:	0px;
	text-align:		center;
	width:			100%;
}
.DivTabContent
{
	height:			100%;
	text-align:		center;
	width:			100%;
}
.ImgBookmark
{
	border:			1px solid #FFFFFF;
}
.ImgBookmark:hover
{
	border:			1px solid #CCCCCC;
}
.ImgSites
{
	margin-right:	10px;
}
.InputFindIt
{
	color:			#8B8B8B;
	font-size:		15px;
	font-weight:	bold;
}


/*-----------------------------------TAG CLOUD*/
.bigger
{
	font-weight:	bold;
	font-size:		1.4em;
}    
    
.medium
{
	font-weight:	bold;
	font-size:		1.2em;
}    
.smaller
{
	font-weight:	bold;
	font-size:		1em;
}    
.orange
{
	color:			#FF9E00;
}
.green
{
	color:			#13C813;
}
