body,html{
	background: #FFF;
	cursor: default;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	color: #333;
       font-family: Arial, Helvetica, Sans;
	font-size: 11px; 
}
a{ color: #B44;}
a:hover {color: #D66;}
* { outline: none; }

.top{
	width: 800px;
	height: 100px;
	border-bottom: 1px solid #404040;
	background: url(../../images/360_newcc.jpg) no-repeat top left;
}
.bottom{
	width: 800px;
	height: 80px;
	border-top: 1px solid #404040;
}
.logosBottom{
	background: url(../../images/logos_bottom.jpg) no-repeat bottom left;
	width: 300px;
	height: 63px;
	padding: 17px 0px 0px 0px;
	float: left;
}
.navButtons{
	width: 490px;
	height: 63px;
	padding: 17px 0px 0px 0px;
	float: right;
	text-align: right;
}
.content{
	width: 780px;
	height: 310px;
	padding: 10px;
}
.thumb{
  display: block;
	width: 68px;
	height: 68px;
	border: 2px solid #999; 
  padding: 0;
	/*background: #ffffff;*/
	float: left;
	margin: 0px 6px 6px 0px;
	overflow: hidden;
	text-align: center; 
}
.emptythumb{
	width: 68px;
	height: 68px;
	padding:0;
  background: #111;
	border: 2px solid #444;
	float: left;
	margin: 0px 6px 6px 0px;
	display: block; 
}
.thumb:hover{
  border: 2px solid #CCC;
}
div.thumb:hover{
  border: 2px solid #444;
}


.list{
	width: 384px;
	height: 72px;
	float: left;
	margin: 0px 6px 6px 0px;
	background: #191919 url(../../images/bg_list.jpg) no-repeat top right;
}
.list_thumb{
	width: 68px;
	height: 68px;
	padding: 0;
	border: 2px solid #999;
	background: #000;
	float: left;
	overflow: hidden;
	display: block;
}
.list_info{
	width: 302px;
	height: 64px;
	padding: 8px 0px 0px 10px;
	float: left;
	text-align: left;
	font: normal 11px Trebuchet MS;
	color: #666666;
}
.list_info a{
	font: normal 11px Trebuchet MS;
	color: #ffffff;
	text-decoration: none;
}
.list_arrow{
	margin: 5px 0px 0px 0px;
}


.lista {
  width: 100%;
  color: #222;
}
.lista th{ 
 background: #DDD;
 padding: 2px; 
}
.lista td{
 background: #EEE;
 padding: 2px; 
}


input,select,option, textarea { border: 1px solid #333; background: #666; color: #DDD;}
fieldset { 
 bordeR: 1px solid #CCC;
 margin: 10px 5px 15px 5px;
 padding: 15px;
 clear: both;
 width: 760px;
}
