* { /* Reset the margins so IE doesnt barf all over with Box Model problems */
	margin: 0px;
	padding: 0px;
}

.smallpad {
	padding-left:3px;
	padding-right:3px;
}

h2 {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

h2 a:hover {
	color:#f28e11;
	text-decoration:underline;
}

/*h3 {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
	font-weight:normal;
	color:#046296;
	font-weight:bold;
}

h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#046296;
	line-height:1.4em;
	text-decoration:underline;
	font-weight:bold;
}

h3 a:hover {
	text-decoration:underline;
	color:#000000;
}
*/

.level1desc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

.level3title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#4a4a4a;
	text-decoration:none;
}

.maintitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#333333;
	text-decoration:none;
	line-height:28px;
}

.level2breadcrumb{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;
	line-height:16px;
}

.level2breadcrumb H1 {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:11px;
	line-height:16px;
}

.level2breadcrumb a{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:underline;
	font-size:11px;
	line-height:16px;
}

.level2breadcrumb a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#ff9900;	
	text-decoration:underline;
}

.categories{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-decoration:none;
	line-height:18px;
}

.categories a{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
	font-size:12px;
	line-height:18px;
}

.categories a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#ff9900;	
	text-decoration:underline;
}

.level3breadcrumb{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#999999;
	text-decoration:none;
}

.level3breadcrumb H1 {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:11px;
	line-height:16px;
}

.level3breadcrumb a{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:underline;
	font-size:11px;
	line-height:16px;
}

.level3breadcrumb a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#ff9900;	
	text-decoration:underline;
}

.level3attribute{
	float:left;
	width:100px;
}

.level3font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#4a4a4a;
	text-decoration:none;
	font-weight:normal;
}


.level3desc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#4a4a4a;
	text-decoration:none;
	font-weight:normal;
}


#clockplacement {
	float:left; 
	margin-left:35px;
	margin-top:17px;
	_margin-left:17px;
	_margin-top:14px;
}

.smallwhite {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#FFFFFF;
}

input.clock2 {
  border: none;
  font-family:"Trebuchet MS";
  font-size:18px;
  color:#FFFFFF;
  background-color:transparent;
  font-weight:bold;
}

input.clock3 {
  border: none;
  font-family:"Trebuchet MS";
  font-size:11px;
  color:#FFFFFF;
  background-color:transparent;
  font-weight:bold;
}

.loginfield {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	padding-left:1px;
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background-color:#0D5784;
}

#container { 
	width: 990px;
	margin: 0px auto;  /*  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background-color:#FFFFFF;
}

#mainbody {
	width:789px; 
	/*position:relative; */
	float:left; 
	background-image:url(../images/searchpagebar.jpg); 
	background-repeat:no-repeat;
	border-right:#bbbbbb solid 1px;
}

#mainpadding {
	padding:15px 15px 0px 15px;
}

#mainbodyleft {
	/*width:545px; */
	width:435px;
	padding-right:10px; 
	border-right:#e5e5e5 solid 1px; 
	float:left;
	height:inherit;
}

#flft {
	float:left;
}

#flft2 {
	float:left;
	padding-top:5px;
}

#flftmargintop {
	padding-top:140px;
	padding-right:20px;
	width:500px;
}

/* Form elements */
#textarea {
	border : 3px solid #dbdbdb;
	background-color : #ffffff;
	color : #333333;
	font-size : 17px;
	font-family:Arial, Helvetica, sans-serif;
	height: 24px; 
	vertical-align:bottom;
	padding-left:3px;
	padding-top:4px;
	font-weight:normal;
}

#flrt {
	float:right;
	padding-right:22px; 
	margin-top:140px;
}

#flrt2 {
	float:right;
}

#flrt3 {
	float:right;
	width:280px;
}


#pagination {
	text-align:right;
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#868686;
	padding:5px;
	float:right;
}

#pagination a {
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#868686;
	text-decoration:none;
	padding: 0px 3px;
}

#pagination a:hover {
	text-decoration:underline;
}


#quicklinks {
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#868686;
	float:right;
	width:789px;
	padding-top:8px;
	height:30px;
	padding-bottom:10px;
/*	border-right:#bbbbbb solid 1px;*/
}

#quicklinksright {
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#868686;
	text-align:right;
	float:right;
	padding-right:15px;
}

#quicklinksleft {
	font-size:11px;
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	color:#868686;
	text-align:left;
	float:left;
	padding-left:15px;
	padding-top:8px;
	display:block;
}

#quicklinks a {
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#e7527c;
	text-decoration:none;
}

#quicklinks a:hover {
	text-decoration:underline;
}

#pagination .number {
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#868686;
	text-decoration:none;
	border:#85a4e1 solid 1px;
	background-color:#ebeff9;
	padding-left:5px;
	padding-right:5px;
}

#searchbar {
	height:58px;
/*	margin-top:19px;*/
/*	margin-left:225px;*/
	text-align:right;
	vertical-align:bottom;
}

#searchbar .submit{
	background:url(../images/searchbut.gif) no-repeat center top;
	width:89px;
	height:35px;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	border: 0;
	_font-size: 0px;
	vertical-align:bottom;
}

#searchbar .field {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
	background: transparent;
	color:#3b3b3b;
	padding-bottom:6px;
	padding-left:2px;
	padding-right:36px;
}

#searchbar #examples{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	padding-top:3px;
	_padding-top:2px;
	text-align:left;
	font-weight:normal; 
	text-align:left; 
	padding-left:5px;
	text-decoration:none;
/*	padding-left:65px;*/
}

#searchbar #examples a{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	padding-top:3px;
	_padding-top:2px;
	text-decoration:underline;
}

#searchbar #examples a:hover{
	text-decoration:underline;
	color:#dcdcdc;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.searchresults {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#868686;
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#878787;
	font-weight:bold;
}

.tabs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#878787;
	font-weight:bold;
}

a.tabs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#878787;
	font-weight:bold;
	text-decoration:underline;
}

a.tabs:hover {
	color:#000000;
}

.blacktext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	text-decoration:none;
}

.blacktext a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	text-decoration:none;
}

.blacktext a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	text-decoration:underline;
}

.graytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	line-height:1.4em;
}

#sponsoredlinks1 {
/*	background-color:#ebeff9;*/
/*	border-top:#a4bbe8 solid 1px;*/ 
	padding:10px;
}

/*****************************************/

#mainbodyright {
	float:right;
}

#sponsoredlinks2 {
	background-color:#fff8dd;
	float:right;
	width:270px; 
	padding:15px;
}

/*****************************************/

#entries {
	padding:5px;
}

#entries2 {
	padding:15px;
	padding-left:0px;
	float:right;
}

.adtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#046296;
	line-height:1.4em;
	font-weight:normal;
}

a.adtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#046296;
	line-height:1.4em;
	text-decoration:underline;
}

a.adtitle:hover {
	text-decoration:underline;
	color:#000000;
}


#headline {
	font-size:15px;
	font-weight:bold;
	color:#4a4a4a;
	border-bottom:#999999 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding-bottom:2px;
}

#headline a{
	font-size:15px;
	font-weight:bold;
	color:#4a4a4a;
	border-bottom:#999999 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding-bottom:2px;
	text-decoration:none;
}

#headline a:hover{
	text-decoration:underline;
	/*color:#003399;*/
}

.headline {
	font-size:15px;
	font-weight:bold;
	color:#4a4a4a;
/*	border-bottom:#999999 solid 1px;*/
	font-family:Arial, Helvetica, sans-serif;
/*	display:block;*/
	padding-bottom:2px;
}

.headline a{
	font-size:15px;
	font-weight:bold;
	color:#4a4a4a;
/*	border-bottom:#999999 solid 1px;*/
	font-family:Arial, Helvetica, sans-serif;
/*	display:block;*/
	padding-bottom:2px;
	text-decoration:none;
}

.headline a:hover{
	text-decoration:underline;
	/*color:#003399;*/
}

.sponsoredblacktext {
	font-size:11px;
	font-weight:normal;
	color:#8a8a8a;
	font-family:Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	padding:8px;
}

.sponsoredgraytext {
	font-size:11px;
	font-weight:normal;
	color:#8a8a8a;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#046296;
	line-height:18px;
	/*line-height:1.4em;*/
/*	font-weight:bold;*/
	font-weight:normal;
/*	line-height:16px;*/
}

a.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#046296;
	line-height:18px;
/*	line-height:1.4em;*/
	text-decoration:none;
/*	margin-top:50px;*/
	font-weight:normal;
}

/*a.title strong {
	background-color:#046296;
	color:#FFFFFF;
	font-weight:bold;
}*/

a.title:hover {
	text-decoration:underline;
	color:#ff9900;	
	/*color:#000000;*/
}


.titlebold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#046296;
	/*line-height:1.4em;*/
/*	font-weight:bold;*/
	font-weight:bold;
/*	line-height:16px;*/
	vertical-align:text-top;
}

a.titlebold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#046296;
/*	line-height:1.4em;*/
	text-decoration:none;
/*	margin-top:50px;*/
	vertical-align:text-top;
	font-weight:bold;
}

/*a.title strong {
	background-color:#046296;
	color:#FFFFFF;
	font-weight:bold;
}*/

a.titlebold:hover {
	text-decoration:underline;
	color:#ff9900;	
	/*color:#000000;*/
}



#title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#046296;
	/*line-height:1.4em;*/
	font-weight:bold;
/*	line-height:16px;*/
	vertical-align:text-top;
}

#title a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#046296;
/*	line-height:1.4em;*/
	text-decoration:none;
/*	margin-top:50px;*/
	vertical-align:text-top;
}

/*a.title strong {
	background-color:#046296;
	color:#FFFFFF;
	font-weight:bold;
}*/

#title a:hover {
	text-decoration:underline;
	color:#1281bf;	
	/*color:#000000;*/
}

.desc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a4a4a;
/*	display:block;*/
	line-height:18px;
	text-decoration:none;
	font-weight:normal;
}

.desc a{
	text-decoration:none;
}

.desc a:hover{
	text-decoration:underline;
}

.desc2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a4a4a;
	display:block;
	line-height:1.4em;
	float:right;
}

.url {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#046296;
	line-height:1.4em;
}

.url b {
	background-color:#909090;color:#FFFFFF; padding: 1px 2px; text-transform:uppercase; font-size:0.7em;
}

a.url {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#046296;
	text-decoration:none;
}

a.url:hover {
	color:#046296;
	text-decoration:underline;	
}

.site {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff7927;
	line-height:1.4em;
}

.site b {
	background-color:#ff7927;color:#FFFFFF; padding: 1px 2px; text-transform:uppercase; font-size:0.7em;
}

a.site {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff7927;
	text-decoration:none;
}

a.site:hover {
	text-decoration:underline;
}

.titlesmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#046296;
	display:block;
	line-height:1.4em;
}

a.titlesmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#046296;
	display:block;
	line-height:1.4em;
	text-decoration:none;
}

a.titlesmall:hover {
	text-decoration:underline;
}

#related {
	font-family: Arial, Helvetica, sans-serif;
	color:#303030;
	font-size:14px;
	line-height:18px;
	background-image:url(../images/relatedsearches.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom;
	border:#CCCCCC solid 1px; 
	padding:10px;
}

#related a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#046296;
}

#related a:hover {
	color:#f28e11;
	text-decoration:underline;
}

#alsotry{
	font-family: Arial, Helvetica, sans-serif;
	color:#303030;
	font-size:14px;
	line-height:18px;
	background-image:url(../images/relatedsearches.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom;
	border:#CCCCCC solid 1px; 
	padding:10px;
}

#alsotry a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#046296;
}

#alsotry a:hover {
	color:#f28e11;
	text-decoration:underline;
}

#bottom {
	width:789px; 
	position:relative; 
	float:left;
	background-color:#aba7a5;
	background-repeat:no-repeat;
	height:15px;
}


#searchbottom {
	height:117px;
	margin-top:26px;
	margin-left:165px;
}

#searchbottom .submit{
	background:url(../images/searchbut.jpg) no-repeat center top;
	width:80px;
	height:34px;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	border: 0;
	_font-size: 0px;
}

#searchbottom .field {
	font-size:16px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border:none;
	background: transparent;
	color:#3b3b3b;
	padding-bottom:6px;
	padding-left:2px;
	padding-right:36px;
}

#searchbottom #request{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding-top:10px;
}

#searchbottom #request a{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
}

#rightside {
	width:200px; 
/*	border-left:#bbbbbb solid 1px; */
	text-align:center; 
	float:right;
	background-color:#f8f8f8;
}

#spacer10 {
	padding-top:5px;
	padding-bottom:5px;
}

#spacer3 {
	padding-top:3px;
	padding-bottom:3px;
}

#spacer1{
	padding-top:1px;
	padding-bottom:1px;
}

/***** additional css ******/

#panel {
	height: 135px;
	display: none;
	background-color:#ebeff9;
	width:200px;
	/*background-image:url(images/relatedsearches.jpg);
	background-repeat:repeat-x;
	background-position:bottom;*/
}
a:focus {
	outline: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 2px #a4bbe8;
	border-bottom: solid 10px #f8f8f8;
	background: url(images/member_btn.jpg) no-repeat center top;
	/*background-color:#05336f;*/
}
.btn-slide {
	background: url(images/white-arrow2.gif) no-repeat right -46px;
	text-align: center;
	width: 185px;
	height: 31px;
	padding: 10px 15px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	/*background-position: right 12px;*/
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

/***** additional ******/

.headerimg {
	background-image:url(../images/header.jpg); 
	background-repeat:no-repeat; 
	height:218px;	
}

#line {
	border-bottom:#a9a9a9 solid 1px; 
	padding-top:5px; 
	padding-right:5px;
}

#linelightgrey {
	border-bottom:#dcdcdc solid 1px; 
	padding-top:5px; 
	padding-right:5px;
}

.titleheader {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.4em;
	font-weight:normal;
	color:#046296;
/*	font-weight:bold;*/
	text-decoration:none;
	font-weight:normal;	
}

a.titleheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#046296;
	line-height:1.4em;
	text-decoration:none;
/*	font-weight:bold;*/
	font-weight:normal;
}

a.titleheader:hover {
	text-decoration:underline;
	color:#ff9900;
}

#pagination2 {
	text-align:left;
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#868686;
	padding:5px;
	float:left;
	font-weight:bold;
}

#pagination2 a {
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#868686;
	text-decoration:none;
	padding: 0px 3px;
	font-weight:bold;
}

#pagination2 a:hover {
	text-decoration:underline;
}

#pagination2 .number {
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#868686;
	text-decoration:none;
	border:#85a4e1 solid 1px;
	background-color:#ebeff9;
	padding-left:5px;
	padding-right:5px;
}

/*.category {
	font-family:Arial, Helvetica, sans-serif; 
	color:#bf0000; 
	font-weight:bold; 
	font-size:12px;
}*/

.category {
	font-family:Arial, Helvetica, sans-serif; 
	color:#ff9900; 
	font-weight:normal; 
	font-size:12px; 
	font-weight:bold;
}

.sponsortitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4687be;
	line-height:1.4em;
	font-weight:normal;
}

a.sponsortitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4687be;
	line-height:1.4em;
	text-decoration:none;
}

a.sponsortitle:hover {
	text-decoration:underline;
	color:#ff9900;
}
	
.sponsorurl {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4687be;
	line-height:1.4em;
}

.sponsorurl b {
	background-color:#909090;color:#FFFFFF; padding: 1px 2px; text-transform:uppercase; font-size:0.7em;
}

a.sponsorurl {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4687be;
	text-decoration:none;
}

a.sponsorurl:hover {
	color:#ff9900;
	text-decoration:underline;
	
}

#sponsoredlinksRight {
	background-color:#ebeff9;
/*	border-top:#a4bbe8 solid 1px; */
	padding:15px;
	margin-left:10px;
}	

.opacity {
	cursor:pointer; 
	position:absolute; 
	/*background-color:#CC0000; */
	filter:alpha(opacity=0);
	-moz-opacity:.0; /*for firefox*/
	opacity:.0; 
	top:1px; 
	height:218px; 
	width:330px; 
	display:none;
}	

.tvindustry {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#85a4e1;
/*	display:block;*/
	line-height:1.4em;
	text-decoration:none;
	font-weight:normal;
}

.tvindustry a{
	text-decoration:none;
}

.tvindustry a:hover{
	text-decoration:underline;
}

.country {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a4a4a;
/*	display:block;*/
	line-height:1.4em;
	text-decoration:underline;
	font-weight:normal;
}

.country a{
	text-decoration:underline;
}

.country a:hover{
	text-decoration:underline;
	color:#dfdfdf;
}

.countrybg {
	background:#dfdfdf; 
	padding:0 2px; 
	font-family:"Small Fonts"; 
	font-size:9px; 
	color:#4a4a4a; 
	text-transform:uppercase;
}

.tvindustrybg {
	background:#85a4e1;
	color:#868686;
	padding:0 2px; 
	font-family:"Small Fonts"; 
	font-size:9px; color:#ffffff; 
	text-transform:uppercase;
}

/***** bullet ******/

ul li {
	margin:0;
	padding:5px 0 0 25px;
	list-style:none;
	background:url('../images/bullet.jpg') no-repeat 0 10px;
	/*list-style-image:url(../images/bullet.jpg);*/
	/*margin-top:5px;*/
}
/*_______Suggestion box______________*/

	.suggest_link {
		background-color: #FFFFFF;
		padding: 2px 6px 2px 6px;
	}
	.suggest_link_over {
		color:#FFFFFF;
		background-color: #3366CC;
		padding: 2px 6px 2px 6px;
	}
	#search_suggest 
	{
        font-family:Arial, Helvetica, sans-serif;
        font-size:10px;	    
		position: absolute; 
		background-color: #FFFFFF; 
		text-align: left; 
		border: 1px solid #000000;	
		display: none;	
	}	
	
	#agkw {
	border : 3px solid #dbdbdb;
	background-color : #ffffff;
	color : #333333;
	font-size : 17px;
	font-family:Arial, Helvetica, sans-serif;
	height: 24px; 
	vertical-align:bottom;
	padding-left:3px;
	padding-top:4px;
	font-weight:normal;
}

/* su added for Related News section */	

.on3font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#4a4a4a;
	text-decoration:none;
	font-weight:normal;
}

.on2font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#4a4a4a;
	text-decoration:none;
	font-weight:normal;
}

.ontitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#046296;
	line-height:16px;
	/*line-height:1.4em;*/
/*	font-weight:bold;*/
	font-weight:normal;
/*	line-height:16px;*/
}

a.ontitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#046296;
	line-height:16px;
/*	line-height:1.4em;*/
	text-decoration:none;
/*	margin-top:50px;*/
	font-weight:normal;
}

/*a.title strong {
	background-color:#046296;
	color:#FFFFFF;
	font-weight:bold;
}*/

a.ontitle:hover {
	text-decoration:underline;
	color:#ff9900;	
	/*color:#000000;*/
}

h3 {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

h3 a:hover {
	color:#f28e11;
	text-decoration:underline;
}





/*__________________________________*/