body{
	background:#FAFAF3;	
	
}

a{
	text-decoration:none;
	color: #0000CC;
}
a img{
	border:none;
}
a:hover{
	text-decoration:underline;
}

.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
.clear{
	clear:both
}


.container{
	margin-top:15px;
	border:1px solid #CCC;
	background:#FFF;
}

#logoDiv{
	padding:15px 0px 0px 8px;
	position:relative;
	
}
#header{
	border-bottom:1px solid #CCC;
}
#logoDiv .alpha{
	display:inline;
	position:absolute;
	top:35px;
	left:135px;
	font-size:10px;	
}
#logoDiv label{
	position:relative;
	top:-13px;	
}

#header form{
	padding-top:6px;
}
#searchOptions{
	margin-top:-1px;
	margin-bottom:4px;
}


.leftMainPanel{
	background:#F4F4F4;
	padding-bottom:10px;
}
.innerPanel .header{
	font-size:150%;
	margin-bottom:-2px;
	font-weight:bold;
}
.innerPanel label{
	width:110px;
	float:left;
}

#rightMenu{
	text-align:right;
	margin-left:20px;
	padding-top:3px;
}
#copyright{
	margin-top:18px;
}


#netflixPanel,#articlePanel{
	padding:20px 0px;
}
#netflixPanel hr{
	margin-top:15px;
	margin-bottom:13px;
}


.youtubeWatchPanel{
	border:1px solid #CCC;
}

#topSearchPanel{
	
	border-bottom:1px solid #CFCFCF;
}
#topSearchPanel div.inlineBlock,#topSearchPanel .seperator{
	
	display:inline-block;
	+float:left;
}
.serviceLinks{
	/*float:left;*/
	
	display:inline-block;
	+float:left;
	padding-left:18px;
	line-height:22px;
	padding-right:5px;
	
	cursor:pointer;
	margin-right:2px;
	width:100px;
}
a.serviceLinks:hover{
	text-decoration:none;
}
.seperator{
	border-left:1px solid #CFCFCF;
	width:2px;
	height:40px;
}


#services{
	border-bottom:1px solid #CFCFCF;
	height:0px;
	display:none;
}

.searchIFrameDiv{
	display:inline-block;
	border-left:1px solid #CCC;
}

.searchEngineFooter{
	
	padding:1px 4px;
	border-top:1px solid #CCC;
	font-align:left;
}

.topSlideAds{
	margin-left:3px;
	border-left:1px solid #CFCFCF;
}



.displayNoneWhenRender{
	display:none;
}
.tabPanel{
	position:relative;
}
.tab{
	position:absolute;
	top:0px;
}


#siteSourcesTab{
	height:95px;
	overflow:auto;
}
#siteSourcesTabHeaderAds{
	
	padding:5px 0px;
}
#siteSourcesTabHeader .selected{
	color: black;
}

#topSearchesPanel{
	padding:5px;
}

.leftPanel{
	padding:14px 10px 0px 10px;
	padding-top:14px;
}
.leftPanel .header{
	font-size:18px;
}
.leftPanel .content{
	margin-top:-1px;
	
}
.leftPanel .odd{
	padding-left:8px;
}
.leftPanel .even{
	background:#E9E9E9;
	padding-left:8px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


.leftPanel .created{
	
}

#keywordPanel{
	padding:14px 0px 0px 0px;
}

#keywordPanel h1{
	margin:0px;
	padding:0px;
}
.keywordsSites{
	padding:5px 10px;
}

.keywordsStats{
	padding:5px 0px;
}
.keywordsStats table{
		border:1px solid #CCC;
}
.keywordsStats th{
	padding:5px;
}
.keywordsStats tr{
}
.keywordsStats td{
	background:#FCFCFC;
	border-top:1px solid #CCC;
	padding:3px;
	vertical-align:top;
}


#getYoutubeVideos .watchOption{
	text-align:center;
}

#getYoutubeVideos .title{
	
	line-height:18px;
	font-weight:bold;
}

#getYoutubeVideos .description{
	
	line-height:14px;
}


#youtubeEmbed{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:center;
}
#youtubeEmbed .youtubeEmbedBg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#CCC;
	opacity:.8;
	z-index:5;
}
#youtubeEmbed .youtubeVideoObject{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	vertical-align:center;
	margin:auto;
	z-index:9;
}
.defaultForm .input{
	margin-bottom:5px;
}
.defaultForm label{
	float:left;
	width:100px;
}

#contactUsPanel{
	width:400px;
	padding:10px;
	
}
#contactUsPanel .input input{
	width:290px
}
#contactUsPanel .input textarea{
	width:292px
}
#contactUsPanel .description{
	
	margin:4px 0px 10px 0px;;
}
#contactUsPanel .submit{
	text-align:right;
}
#contactUsPanel .error-message{
	color:red;
	
}
#contactUsPanel h1{
	margin:0px;
	padding:0px;
	
}
#contactUsPanel label{
	
}
#closeSearchSiteLabel{
	display:none;
}


#contentForLayout #articlePanel{
	padding:0px;
}
#articlePanel .innerPanel{
	margin-bottom:10px;
	padding-bottom:10px;
}
#articlePanel .embedded{
	margin:10px 0px 0px 0px;
}