@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background-image:url(images/bg-tile.jpg);
	text-align:center;
}
body.BlankBody {
	margin:0;
	background-color:#CCCCCC;
}
body, p, tr, td, input, select {
	font-family:"Times New Roman", Times, serif;
	word-spacing:normal;
}
table.TabBack {
	width:819px;
	text-align:center;
	background-image:url(images/tab-bg.jpg);
	background-repeat:no-repeat;
}
table.TabInside {
	width:545px;
	text-align:left;
	background-color:#575757;
}
table.TabMostViewed {
	width:545px;
	text-align:left;
	background-color:#FFF;
	background-image:url(images/bg3.jpg);
	background-repeat:no-repeat;
	color:#000;
}


table.TabRecent, table.TabFooter {
	width:95%;
	font-size:13pt;
	color:#000;
	text-align:left;
}
table.TabRecent a, table.TabFooter a, table.TabMostViewed a {
	font-size:10pt;
	color:#000;
	text-decoration:underline;
}
table.TabRecent a:hover, table.TabFooter a:hover, table.TabMostViewed a:hover {
	text-decoration:none;
	color:#000;
}

table.TabSearch {
	width:516px;
	height:100px;
	background-color:#FF0000;
	background-image:url(images/search_bg.gif);
	font-size:12pt;
	color:#FFFFFF;
	text-align:center;
}
input.SearchBox {
	color:#999999;
}
A.ASearch:link, A.ASearch:hover, A.ASearch:visited {
font-size:12pt;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}

A.ASend:link, A.ASend:hover, A.ASend:visited {
font-size:12pt;
font-weight:bold;
color:#f43176;
text-decoration:underline;
}

table.TabNumbers {
	width:516px;
	background-color:#3e3f46;
	font-size:12pt;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}
TD.TDNumber {
	width:80px;
	background-color:#000000;
	font-size:48pt;
	font-weight:bolder;
	color:#f43176;
	text-align:center;
}
.NumberDetails {
	font-size:10pt;
	color:#999999;
	font-weight:normal;
}


/* Search Result Page */
TD.TDFullWord {
	font-size:24pt;
	color:#FFFFFF;
	font-weight:normal;
	line-height:50px;
}
table.TabNumber1 {
	width:237px;
	height:245px;
	background-color:#3e3f46;
	text-align:left;
	font-size:10pt;
	color:#cacaca;
}
TD.TDNumberTitle, .Title {
	font-size:11pt;
	color:#FFF;
	font-weight:bold;
}
TD.TDNumberTitle A {
	color:#FFFF99;
	text-decoration:none;
}
TD.TDNumberDetails {
	padding: 14px 14px 24px 14px;
}
TD.TDNumberDetails A {
	color:#FFFF99;
	text-decoration:none;
}

table.TabNumber2 {
	width:257px;
	height:245px;
	background-color:#3e3f46;
	text-align:left;
	font-size:10pt;
	color:#cacaca;
}

table.TabNumber3 {
	width:504px;
	background-color:#000;
	text-align:left;
	font-size:10pt;
	color:#FFF;
}

A.ASeenUrl1{
	font-size:10px;
	font-weight:normal;
	color:#f53076;
}

/* General Styles */
form {
padding:0px;
margin:0px;
}
h1 {
	font-size:28pt;
	color:#000;
	font-weight:bold;
	margin-top:15px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	text-transform:uppercase;
}