img
{
	border: 0px;
}
a:hover
{
	text-decoration: underline;
}
.imgvideo
{
	border: 1px solid #333333;
}
.blublock
{
	background: red;
}
#message_box {
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
	background:#ffc;
	padding:5px;
	border:1px solid #CCCCCC;
	text-align:center;
	font-weight:bold;
	width:99%;
}
.applemenu{
	margin: 0px 0;
	padding: 0;
	width: 245px; /*width of menu*/
	border: 0px solid #9A9A9A;
}

.applemenu div.silverheader a{

font: normal 12px Trebuchet MS, "Lucida Grande", "Tahoma", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}

div.silverheader a:hover{
	text-decoration: underline;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{

color: white;

}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #005091;
padding: 5px;
/*height: 170px;*/ /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.submenu
{
	/*height:400px;*/
}

fieldset.search {
	border: none;
	width: 267px;
	margin: 0 -11px;
}
.search input, .search button {
	outline-style:none;
	outline-width:0px;
	border: none;
	float: left;
}
.search input.box {
	color: #004f91;
	font-size: 1.2em;
	width: 207px;
	height: 25px;
	padding: 8px 5px 0;
	background: #004f91 url(../images/search.jpg) no-repeat left top;
	margin-right: 0px;
}
.search button.btn {
	width: 28px;
	height: 33px;
	cursor: pointer;
	text-indent: -9999px;
	background: #004f91 url(../images/search.jpg) no-repeat top right;	
}
.search button.btn:hover {
	background: #004f91 url(../images/search.jpg) no-repeat bottom right;	
}