* {
margin: 0px;
padding: 0px;
}

body,html
{
	margin 0px; padding: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	//background-color: #060606;
	color: gray;
	font-size: .97em;
}

table,tr,td
{
	font-size: .99em;	
		border: 0px solid white;
//	padding: 0px;
//	border-spacing: 0px;
	
	
}


.nothing
{
	text-decoration: none;
		color: #bbb;
}

.nothing:hover
{
	text-decoration: none;
		color: #fff;
}

a
{
	text-decoration: none;	
	color: #bbb;
}
a:visited
{
	text-decoration: none;	
	color: #aaa;
}

a:hover
{
	text-decoration: underline;	
	color: #fff;
}

img
{
	opacity: .6;
}

img:hover
{
	opacity: 1;
}

.glow
{
   font-weight: bold;
   color: white;
}

.glow2
{
  /* font-weight: bold;*/
   color: #aaa;
}

.debug
{
   font-size: 9px;
   color: yellow;
}

.keyboardShortcut
{
//   font-size: 9px;
   color: #7b7;
}

img
{
	border: 0px solid #000;
}


/* Rounded Corner */
.tb5 {
	border:2px solid #666666;
	color: #ccc;
	border-radius:10px;
	background:#111111 url(images/search.png) no-repeat 4px 4px;
}

.searchSubmit{
background:#000;
color: #fff;
border: 1px solid #eee;
border-radius: 20px;
//box-shadow: 5px 5px 5px #eee;
}
.searchSubmit:hover{
background:#444;
color: #fff;
border: 1px solid #eee;
border-radius: 20px;
//box-shadow: 5px 5px 5px #eee;
}

.bluee
{
-webkit-text-fill-color: #bbb; 
-webkit-text-stroke:.5px #666; 
line-height:normal;
color: #00a;
}


.bluee:hover
{
-webkit-text-fill-color: #fff;
-webkit-text-stroke:.5px #aaf;
line-height:normal;
text-decoration: none;
color: #00f;
}


.greene
{
-webkit-text-fill-color: #bbb; 
-webkit-text-stroke:.5px #666; 
line-height:normal;
color: #00a;
}


.greene:hover
{
-webkit-text-fill-color: #fff;
-webkit-text-stroke:.5px #afa;
line-height:normal;
text-decoration: none;
color: #00f;
}

.rede
{
-webkit-text-fill-color: #bbb; 
-webkit-text-stroke:.5px #666; 
line-height:normal;
color: #00a;
}


.rede:hover
{
-webkit-text-fill-color: #fff;
-webkit-text-stroke:.5px #faa;
line-height:normal;
text-decoration: none;
color: #00f;
}


[draggable=true] {
    cursor: move;
}