/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, textarea { color:#666666; font-size:12px; line-height: 16px; margin: 0; padding: 0; font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;line-heigt:16px;}
h1,h2,h3,h4,h5,h6,p,pre,code,address,caption,cite,code,em,strong,th,fieldset,input,textarea { color:#666666; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

p {
margin: 0 0 16px 0;
}

	.streamer p {
	padding: 7px 10px;
	font-size:11px;
	}
	
	#spotlight.streamer p {
	font-size:12px;
	}
	
H1, H2, H3, H4, H5, H6 {
}

p {
margin: 0 0 16px 0;
}

h1 {
color:#cc0033;
font-size:24px;
line-height:24px;
font-weight:normal;
margin: 0 0 16px 0;
}

	.pagedetail h1 {
		margin-bottom:3px;
	}


h2 {
font-size:16px;
margin: 0 0 8px 0;
color:#000000;
font-weight:normal;
}

	.streamer h2 {
	color:#ffffff;
	background:#cc0033 url(../../img/corner-lt.png) no-repeat left top;
	font-size:18px;
	line-height:20px;
	margin:0;
	padding: 8px 0 0 10px;
	}
	
		.streamer h2 a {
		color:#000000;
		text-decoration:none;
		}
		
	.resultitem h2 {
	color:#cc0033;
	}

h3 {
font-size:14px;
font-weight:normal;
color: #cc0033;
margin: 14px 0 4px 0;
}

	.pagedetail h3 {
	margin:0;
	font-size:12px;
	}
	
	.streamer h3 {
	margin:0;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	background:#cc0033;
	padding: 0px 0px 8px 10px;
	}
    .streamer h3 a {
    color:#ffffff;
    text-decoration:none;
    }

h4 {
font-size:10px;
text-transform:uppercase;
color:#cc0033;
margin: 0 0 8px 0;
}

h5 {
background:#cccccc;
color:#ffffff;
margin: 0 0 20px 0;
padding: 12px 18px;
}

hr {
border:none 0;
border-top:1px solid #cccccc;
height:1px;
line-height:16px;
margin:8px 0 16px 0;
padding:0;
}


a {
outline:none;
color: #cc0033;
text-decoration: underline;
}

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

ul, ol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left: 18px;
}

#content ul {
list-style-type: disc;
line-height:16px;
margin-bottom:12px;
}

ul li {
}

#content ol {
list-style-type: decimal;
line-height:16px;
margin-bottom:12px;
}

ol li {
}

img {
border: 0;
outline: 0;
}

.bold {
font-weight: bold;
}

.red {
color: #cc0000!important;
}

.black {
color:#000000;!important
}

.more {
white-space: nowrap;
font-weight:bold;
font-size:11px;
text-decoration: none;
padding-left:6px;
background:url(../../img/bullet.gif) 0 7px no-repeat;
}

	.more:hover {
	text-decoration:underline;
	color:#000000;
	}
	
	.black {
	color:#000000;
	}
	

/* BUTTON */

.buttonholder {
height:19px;
float:right;
margin: 0 0 0 5px;
}
	
	.buttonstart {
	float:left;
	height:19px;
	background:url(../../img/bg-button-red-start.gif) no-repeat;
	}
	
	
		.buttonholder.grey .buttonstart {
		background:url(../../img/bg-button-grey-start.gif) no-repeat;
		}
	
	.buttoncloser {
	float:left;
	height:19px;
	width: 3px;
	background:url(../../img/bg-button-red-end.gif) no-repeat;
	}
	
			.buttonholder.grey .buttoncloser {
			background:url(../../img/bg-button-grey-end.gif) no-repeat;
			}

	
	.buttonstart a {
	text-decoration:none;
	padding:0px 5px 0 7px;
	line-height:15px;
	display:block;
	width:auto;
	color:#e4e4e4;
	font-size:11px;
	}
	
	.buttonstart a:hover {
	text-decoration:none;
	color:#ffffff;
	}
