/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	
    FONT-FAMILY: Verdana, Helvetica, sans-serif; /*Verdana*/
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin: 0px 0px 0px 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: black;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal; /*	700;*/
	font-style:	normal;
	text-decoration:	none;
	margin-top:0px;
	margin-bottom:0px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
/*		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
*/		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
table {
	
}

	
/*		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
*/




/* ################# Featured Sites Start ################# */	
.LinkCatsShortLayout{
	/*margin-left:26px;*/
	font-size: small;
	/*border:solid 1px black;*/
	
}
.LinkCatsLongLayout{
	font-size: small;
	vertical-align:top;	
}
.LinkCatsShortLayout a{
	text-decoration:none;
}
.LinkCatsShortLayout a:visited{
	color: #3333cc;
}
.LinkCatsShortLayout a:hover{
	color: Red;
}


.LinkCatsLongLayout a{
	text-decoration:none;
}
.LinkCatsLongLayout a:visited{
	color: #3333cc;
}
.LinkCatsLongLayout a:hover{
	color: Red;
}



.LinkCatsShortLayout td{
	vertical-align: top;
	text-align:left;
	width: 200px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:15px;
}
.LinkCatsLongLayout td{
	vertical-align: top;
	text-align:left;
	width: 200px;
}
.standard a{
	text-decoration:none;
}

.standard a:hover{
	/*color:	#990000;*/
}
.standard td{
	padding-bottom: 10px;
}

.LinkCatsLevel2Cat{
	font-size: 80%;
}	
a.LinkCatsLevel2CatActive{
	font-size: 80%;
	color: red;	
}
a:Visited.LinkCatsLevel2CatActive{
	font-size: 80%;
	color:red;	
}

.linkTitle
{
	font-weight:bold;
	text-decoration:none;
}
.linkDesc
{
	color:black;
	text-decoration:none;
}

.smallText
{
	FONT-SIZE: SMALLER;	
}
/* ################# Featured Sites End ################# */	


A:link	{	
	color:	#3333cc;
	}	
		
A:visited	{	
	color:	#551a8b;
	}	
		
A:active	{	
	color:	#333399;
	}	
		
A:hover	{	
	color:	red;
	}

/*Search Engine Links*/
/*
LOOK FOR THE CLASS TO GOVERN SPONSORED LINKS WIDTH
.g is for the <p> around the results - governrs the size of the result heading link
.fl is for the related LINKS like "similar pages" and cached 
.j is the description
.n = links to next results E.G. <--Prev 1,2,3,4,5,6,7,8,9 -> next
.i Active page number
g blockquote = Secondary paragrapgh on some listings
*/
.g{	
	font-size: 1.2em;
	text-align: left;
	margin-top: .8em; 
	margin-bottom: 0em;
	font-family:arial,sans-serif;
}

a.fl:link {
	color:	#7777CC;
	font-size: .8em;
}
a.fl:hover {
	color:	#990000;
	font-size: .8em;
}
a.fl:Visited {
	color:	#551a88;
	font-size: .8em;
}
/*G Results Description*/
.j{
	font-size: 1em;
		width:600px;
}
blockquote .g{
	font-size: .8em;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
}
.n a{
	font-weight: bold;
	text-decoration: none;
}
.i,.i:link
{
	color:red;font-weight: bold;
}





SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
/*
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	} */
	
	
.template	{
	width:100%;
}
	
.langSelectBox{
	border-collapse: separate;
	border: 0px outset white;
}
.langSelectBox td{
	border-right: 1px solid Black;
}

/*add space for the swr header if needed*/
.swrHeader
{
	
}	
	
	

/*HighLight text Color*/
.HighLight{color:#900B09;
}	
/* Note Size Text E.G Copyright Text*/
.note{	font-size:.8em;
}	
.noteLight{	font-size: 0.75em;
				color:#FFFFFF;
				font-weight: 600;
}

a.noteLight{	

				font-size: 0.75em;
				color: #FFFFFF;
				font-weight: 600;
				text-decoration: none;
}
a:visited.noteLight{	
		color: #FFFFFF;
}
a:hover.noteLight{	
		color: Blue;
}

	
/* BOX style for Side menu with keywords and cat links */
.SideMenuWords{
	padding-left: 4px;
	padding-right: 4px;
	/*border-right: 1px solid Black;*/
	width:200px;
	background-color: #E9E9E9;
}	
/*TEXT Style Popular keywords Table - In side menu Left on home page*/
#topFinds{
}
 #topFinds th{
	color:#900B09;
	font-weight : bold;
	Text-align:left;
}
#topFinds td{
	font-size: smaller;
	Text-align:left;
}
/*Link Decoration*/
.Decoration{
	text-decoration: underline;
	    /*color: blue;*/
}	
.noDecoration{
	text-decoration: none;
	    /*color: blue;*/
}	
/*---------- Search Page Heading---------------------------------*/
/* OscarSeek Title Text */	
.SearchWebTxt{	color:#f55944;
	}
.SearchWebTxt2{	color:#5e93fb;
	}	
.SearchWebTxt3{	color:#5cd27d;
	}
/*Text under to Website name*/
.titleNote{
	color:Black;
	text-decoration: none;
	font-weight:bold;
	font-style:italic;
	}
/*Keyword in page header in template*/	
.keywordLbl1{
		color:	#990000;
}
/*Spacer between the main cats on home page*/
.mainCatsSpacer{
	width:2em;
}


/*###################### Cats Display Start #######################*/
.CatDisplay
{

}
.CatDisplay td
{
	padding-right:10px
}
.CatDisplayMenu
{

}
.CatDisplayMenu td
{
	padding-right:10px
}

.CatDisplayMenu a
{
	text-decoration:none;
}
a.selectedCat{
	font-size:125%;
	font-weight:bold;
}

/*###################### Cats Display End #######################*/


/*---------Focused Searches Box---------------*/
/*Most searched for Keywords */
.FocusedSearchBox{
 FONT-FAMILY: arial;
	/*width: 110px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	border-collapse: collapse;
	border: 0px none white;
	
}

.FocusedSearchBox th{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:	#990000;
	padding-bottom: 3px;	
	text-align: left;
}

.FocusedSearchBox td{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none white;
	line-height: 95%;
	/*text-align:left;*/
}

.FocusedSearchBoxHead{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:	#990000;
	padding-bottom: 5px;	
	text-align: left;
	font-weight: bold;
}
/*Alternating items */
.FocusedSearchBoxItem{
	background-color: #F2F2F2;
}
.FocusedSearchBoxAlt{
	/*background-color: #F2F2F2;*/
}


/*These aree better than the one above*/
.expKwBox{
 FONT-FAMILY: arial;
	width: 130px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	border-collapse: collapse;
	border: 0px none white;
	line-height: 90%;
}

.expKwBox td{
	padding: 0px 0px 6px 0px;
}

/*Alternating items */
.expKwBoxItem{
	/*background-color: #F2F2F2;*/
}
.expKwBoxAlt{
	/*background-color: #F2F2F2;*/
}
.expKwBox A{
	text-decoration:none;
	font-weight: normal;
}


/* Currently oscar seek homepage layout*/
.topKeywordsGrid{
	text-align:left;
	width:10em;	
	color:#900B09;
	font-weight: bold;
}
.topKeywordsGrid A{
	text-decoration:none;
	font-size: smaller;
	font-weight: normal;
}
/* Currently oscar seek popular keywords on right layout*/
.topKeywordsGridRight
{
	color:#900B09;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	border-collapse: collapse;
	border: 0px none white;
}
.topKeywordsGridRight A{
	text-decoration:none;
	font-weight: normal;
}



/******************** My Search Results START*********************/
#resultsLeft{
		padding-right:5px;
}


/*DataGrid that contains results
Each result is in a new row.*/

.feedResult{
	margin-bottom: 8px;
}
/*
.resLink{
	
}
*/


.resLink{
	font-size: 1em;
/*		font-weight: bold;*/
	color: #0000CD;
	text-decoration: none;
	cursor: pointer;
}
.resLinkOver {
	color:	Red;
	font-size: 1em;
	text-decoration: none;
	cursor: pointer;
}





a.resLink:link{
	font-size: 1em;
/*		font-weight: bold;*/
	color: #0000CD;
	text-decoration: none;
	cursor: pointer;
}
a.resLink:hover {
	color:	Red;
}
a.resLink:visited {
	text-decoration:	none;
}
.resNumber{
	font-size: .8em;
	font-weight: bold;
	color:black;
}


.resFeedDescription
{
	/*text-align: justify;*/
	color:black;
	text-decoration:none;
	font-size: .8em;
}
.resFeedURL{
	color:#008000;
	text-decoration: none;
	font-size: .8em;
}
.resExtraLinks a:link{
	text-decoration: none;
}
.resExtraLinks a:visited{
	text-decoration: none;
}


/*header above results*/
.ResHeader{
	/*font-weight: bold;*/
	font-size: .9em;
	width:99%;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 1px 4px 3px 4px;
	
	border-top: 1px solid #8C8C8C;
	background-color: #E2E2E2;
}
.ResHeader a:hover{
	color:red;
}




/*older classes*/
.msnRes{
	margin-top: 5px;
}
.msnRes td{
	padding-bottom:1px;
	text-align: justify;	
}
/****************** My Search  Results END*********************/

/********* My Search Form ********************/

#resForm
{
	/*font-weight:bold;*/


	margin-bottom:0px;
	font-size:1.2em;
}
/***************** my Res Foorer *******************/
.bottomSearchForm
{
	text-align: center;
}

