
h1{
color:white;
font-size: 24;
font-family: Verdana;
font-weight: bold;
text-shadow: black 0.1em 0.1em 0.2em;
}

h2{
color:white;
font-size: 16;
font-family: Verdana;
font-weight: bold;
text-shadow: black 0.1em 0.1em 0.2em;
}

h3{
color:white;
font-size: 12;
font-family: Verdana;
text-align: center;
margin-top:15px;
margin-bottom:0px;
text-shadow: black 0.1em 0.1em 0.2em;
}

h6{
color:white;
font-size: 12;
font-family: Verdana;
text-align: left;
margin-top:0px;
margin-bottom:0px;
text-shadow: black 0.1em 0.1em 0.2em;
}

body{
font-family: verdana;
margin:0px;
color: #ffffff;
}

input{
 -webkit-border-radius: 10px; 
 -moz-border-radius: 10px;
 border-radius: 10px;  
 }
 
 .searchResults{
 width:100%;
 margin-left:30px;
 padding:5px;
 border: 0px #ff0000 solid;
 border-spacing: 10px;
 font-size: 10px;
 overflow-x:hidden;
 overflow-y:scroll;
 }
 
.resultsTable{
	 width:00%;
	 display:inline;
 }
 
 .thumbnail{
position:relative;
width:80%;
max-width: 300px;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
-moz-box-shadow: 3px 3px 4px #000;
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000)";
}

.thumbnailBox{
text-align: center;
margin-top:0px;
margin-right:auto;
margin-left:auto;
border: 0px #ff0000 solid;
}
 
 .thumbnails{
position:relative;
width:85%;
max-width: 300px;
/*background-color: #fff;*/
-webkit-box-shadow: 3px 3px 4px #000;
border:0px solid;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=4, direction=135, color=#000000)";
/*filter: progid:DXImageTransform.Microsoft.Shadow(strength=4, direction=135, color=#000000);*/

box-shadow: 3px 3px 4px #000;
}

.cell{
	width:48%;
	border:0px white dotted;	
	display:inline-block;
	position:relative;
	padding:5px;
	text-align: center;
	
}

#appIcon{
padding:0px;
position:absolute;
left:10px;
top:10px;
width:40px;
margin:2px;
-webkit-box-shadow: 0px 0px 2px 0px #000;
-webkit-border-radius: 8px;
}


#results{
position:absolute;
top:65px;
left:10px;
bottom:0px;
width:95%;
border:0px #ff00FF solid;
overflow-y: scroll;
overflow-x: hidden;
margin-top:0px;
right:15px;
vertical-align: top;
padding:10px;
color: #808080;
display:inline-block;
}


.myshare {
	position: absolute;
	color: white;    
	top:-350px;	      
    border: 1px white solid;
    text-align: center;
    width: 280px;     
    padding: 20px;
    background-color: #202020;opacity: 1;
    /* easy rounded corners for modern browsers */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    font-family: Verdana ;
    font-size: 10px;
    font-weight: bold;
    -moz-box-shadow: 3px 3px 4px #888;
	-webkit-box-shadow: 3px 3px 4px #888;
	box-shadow: 3px 3px 4px #888; 
    
}
.myshare:before{
    content:"";
    position:absolute;
    top: -13px;
    left: 45%;
    background: #202020;
    border-left: 1px white solid;
    border-top: 1px white solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    /* reduce the damage in FF3.0 */
    display:block; 
	width: 24px;
	height: 24px;
	z-index:10;
}

.pointerDiv{
top:0px;
width:50px;
height:17px;
border: 0px white none;
position:absolute;
overflow-y: hidden;
overflow-x: hidden;
text-align: center;
visibility: hidden;
}

.pointer{
    content:"";
    position:absolute;
    top: 4px;
    left: 5px;   
    background: #202020; opacity: .8;
    border-left: 1px white solid;
    border-top: 1px white solid;
    -webkit-transform: rotate(45deg);    
    /* reduce the damage in FF3.0 */
    display:block; 
	width: 28px;
	height: 28px;
	z-index:1200;
		
}


.gradientRed {
	background-color: #4e080c;
	color: #FFFFFF;
	border: solid 1px #202020;
	height:40px;
	width: 250px;
	padding-left:10px;
	font-family:Verdana;
	font-size : 16px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5555), to(#4e080c));
	-webkit-border-radius: 10px;	
}

.gradientGray {	
	color: #000000;
	border: solid 1px #202020;
	height:40px;
	width: 250px;
	padding-left:10px;
	font-family:Verdana;
	font-size : 16px;
	margin-bottom:10px;
	-webkit-border-radius: 10px;
	border-radius: 15px;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.24, rgb(92,90,89)),
	color-stop(0.31, rgb(112,111,111)),
	color-stop(0.62, rgb(227,224,224))
);
}

button { cursor: hand; cursor: pointer; text-align: left; }



.loading{
width:300px;
height:180px;
padding-top:20px;
position:absolute;
border-radius: 20px;
background-color: #202020;
opacity: 0;
color:white;
font-size: 16px;
font-weight: bold;
text-align: center;
border:0px #ff0000 solid;
display:none;
}

.myalert {
	position: absolute;    
	top:-300px;        
    border: 1px white solid;
    text-align: center;
    width: 300px;    
    padding: 18px 20px;
    background-color: #202020;
    /* easy rounded corners for modern browsers */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color : #ffffff;
    font-family: Verdana ;
    font-size: 12px;
    font-weight: bold;
    -moz-box-shadow: 3px 3px 4px #888;
	-webkit-box-shadow: 3px 3px 4px #888;
	box-shadow: 3px 3px 4px #888; 
}

.searchResultsList{
	color: #ffffff;
	font-size:12px;
}



