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

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

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


body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #111;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #555;    /* color of the scroll thumb */
  border-radius: 50px;       /* roundness of the scroll thumb */
  border: 1px solid #222;  /* creates padding around scroll thumb */
}

div::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

div::-webkit-scrollbar-track {
  background: #111;        /* color of the tracking area */
}

div::-webkit-scrollbar-thumb {
  background-color: #555;    /* color of the scroll thumb */
  border-radius: 50px;       /* roundness of the scroll thumb */
  border: 1px solid #222;  /* creates padding around scroll thumb */
}


::-webkit-resizer {
  //border: 2px solid black;
  background: #111;
 /* box-shadow: 0 0 5px 5px blue;*/
  /*outline: 2px solid yellow;*/
  //display: none;
}


textarea::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

textarea::-webkit-scrollbar-track {
  background: #111;        /* color of the tracking area */
}

textarea::-webkit-scrollbar-thumb {
  background-color: #555;    /* color of the scroll thumb */
  border-radius: 50px;       /* roundness of the scroll thumb */
  border: 1px solid #222;  /* creates padding around scroll thumb */
}

object::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

object::-webkit-scrollbar-track {
  background: #111;        /* color of the tracking area */
}

object::-webkit-scrollbar-thumb {
  background-color: #555;    /* color of the scroll thumb */
  border-radius: 50px;       /* roundness of the scroll thumb */
  border: 1px solid #222;  /* creates padding around scroll thumb */
}


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

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

.red_nothing
{
	cursor:pointer;
	text-decoration: none;
		color: #600;
		
}

.red_nothing:hover
{
	cursor:pointer;
		text-decoration: none;
		color: #f00;
}

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 #66b; 
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 #6b6; 
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 #b66; 
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;
}


div{
  scrollbar-color: #666;	
}


/*ASCENDENTS.NET AADB EXTENSION*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  opacity: .25; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555;
  opacity: .25; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #555;
  opacity: .25; /* Firefox */
}

input:not([type]), input[type="text"]
{
border:2px solid #333; padding:2px; background:#111; color:#0da;	
}

textarea
{
	  scrollbar-color: #666;
border:2px solid #333; padding:2px; background:#111; color:#0da;	
}


input[type=submit]
{
padding:2px; border:2px solid #333; background:#222; color:#ccc;cursor: pointer;	
}
input[type=submit]:hover
{
background:#333;	
}
input[type=submit]:focus
{
background:#000;	
}
input[type=submit]:blur
{
background:#222;	
}


select {
    padding: 2px;
    font-size:.75em;
    color: #ccc;
    /*font-size: 12px;*/
    background: #222;
  /*  -webkit-appearance: none;*/

}

option {
 background: #111 !important;
 
 color:#aaa;
 }

