﻿/*-----------------------------------NATIVE ELEMENTS*/ 
body
{
	font-family:	verdana;
	margin:			15px;
	background-color: #FCFEF9;
}
a
{
	color:			#F79B1C;
}
a:hover
{
	color:			green;
}
td
{
	cursor:			default;
}



/*-----------------------------------MAIN CLASSES*/
.ButtonFindIt
{
	color:			green;
	font-weight:	bold;
	height:			28px;
	width:			85px;
}
.CellCheckAllSources
{
	font-size:		12px;
	padding-bottom: 13px;
}
.CellCopyrightNotice
{
	color:			#8B8E87;
	font-size:		12px;
}
.CellLinksBottom
{
	font-size:		12px;
}
.CellLinksBottom a
{
	color:			#8B8E87;
}
.CellLinksTop
{
	color:			#000000;
	font-size:		12px;
	padding-bottom:	20px;
}
.CellLogo
{
	height:			78px;
}
.CellSources
{
	font-size:		14px;
	height:			30px;
	padding-bottom:	13px;
}
.CellTabContentMain
{
	border:			1px solid #707070;
}
.CellTabContentSpacer
{
	border-left:	1px solid #707070;
	height:			26px;
}
.CellTabContentTitle
{
	background-image:	url('ContentHeaderTile.png');
	height:				27px;
}
.CellTabEnd
{
	background-image:	url('ContentBottomBg.png');
}
.CellTagCloud
{
	background-color:	#FAFAFA;
	border:				1px solid #E6E6E6;
	font-family:		Georgia;
	font-size:			10px;
}
.CellSearch
{
	background-image:	url('SearchTile.png');
}
.CellVideoColumn
{
	padding-right:	40px;
}
.CellVideoColumnTopSpacer
{
	height:			23px;
}
.CheckServices
{
	color: red;
}
.DivTabContent
{
	height:			100%;
	width:			100%;
}
.SpanTabTextSelected
{
	color:			#F7A02D;
	padding-left:	3px;
	padding-right:	3px;
}
.SpanTabTextUnSelected
{
	color:			#6F6F6F;
	padding-left:	3px;
	padding-right:	3px;
}


/*-----------------------------------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;
}