body,html {
	font-size: small;
	color: #000000;
	padding: 0;
	text-align:center;
	margin:0 auto;
}
a {
	outline-style: none;
}
#headerTable{
	width:100%;
	background-color:#F4C716;
	height:280px;
	text-align:center;
	
}
#headerTableFirstRow{

	vertical-align:bottom;
}
#headerTableSecondRow{
	height:1px;
	vertical-align:top;
	top:-10px;
}





.newsContent{
	padding:10px 10px 0 0;
	text-align:justify;
}


#footer {
        position: fixed;
        width: 100%;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
		height:20px; 
		padding-top:4px;
		border-width:1px; 
		border-top-style:solid;
		background-color:#000;	
}
#email{
	border: 1px solid #555555;
	
	color: #888888;
	font-size: 11px;
	width:160px;
}
#submit {

   color:#cccccc;
   background-color:#777777;
   border-style:solid;
   border-width:thin;
   font-size:11px;

}
#response{
	font-size:11px;
	color:#09F;
}
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../images/radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}

.item{
	text-align:left;
	float:none;
	
}

.brief{
	position:relative;
	width:80%;
	float:left;
	padding:0 10px 0 0;	
}
.video{
	float:right;
	width:100%;
	text-align:right;
	
	
	
}
.clear{
	clear:both;
	
}

.thumb {
	margin:1px;
}
.thumb a{
	border:solid 1px #333;
	padding:3px;
	margin:6px 4px;
	float:left}
.thumb a:hover{
	border:solid 1px #666
}
.thumb a img {
	border:0;
}



hr{
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}

a {
	color:#25AAE1;
	font-weight:bold;
}
a:hover{
	color:#F3C811;
	font-weight:bold;
}

a:visited{
	color:#105978;
	font-weight:bold;
}





#date {
	
	background: #FFFFFF;
}

#date .datepickerContainer,
#date .datepickerBorderT,
#date .datepickerBorderB,
#date .datepickerBorderL,
#date .datepickerBorderR,
#date .datepickerBorderTL,
#date .datepickerBorderTR,
#date .datepickerBorderBL,
#date .datepickerBorderBR {
	background: transparent !important;
}



