.navigationpage{
	text-align:center;
	width:35px;
	margin:0 0 0 5px;
	border:2px solid #e5e5e5;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
@-moz-document url-prefix() {
	/* hide the system icon for loading images */
	img:-moz-loading {
		visibility: hidden;
	}
	/* hide the system icon for broken images */
	img:-moz-broken {
		-moz-force-broken-image-icon: 0;
	}
}
.downloaded_overlay {
	background: rgba(68,68,68,0.8);color:#ffffff;float:left;padding:5px;border-radius:3px;font-size:11px;
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99444444, endColorstr=#99444444);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99444444, endColorstr=#99444444)";
}
.downloaded_bg {
	width:168px;height:171px;position:absolute;top:0px;
	background: rgba(0,0,0,0.2); 
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
 .prefSrch{
    border-radius: 3px 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
    border:1px solid #c5c5c5;
    padding:10px;
    position:absolute;
    right:1px;
    top:30px;
    background:#ffffff;
    margin:-6px 0 0 -6px;
    z-index:1;
    width:170px;
}
.tooltip_simple {
	color: #ffffff; outline: none;
	cursor: hand; text-decoration: none;
	position: relative;
}
.tooltip_simple span {
	margin-left: -999em;
	position: absolute;
}
.tooltip_simple:hover span {
	border-radius: 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;
	left: 1em;
	top: 2em;
	z-index: 99;
	margin-left: 0;
	width: 310px;
	padding-left:10px;
}
.info_simple {
	background: #333333;
	font-size: 12px;
	padding: 3px;
}
.chip {
 display: inline-block;
 height: 32px;
 font-weight: 500;
 color: rgba(0, 0, 0, 0.6);
 line-height: 32px;
 padding: 0 12px;
 border-radius: 10px;
 background-color: #e4e4e4 ;
 margin-right:10px;
}

.islogin7_green:hover {
	background:#6dbd45;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.2, #5EA534), color-stop(1, #519327));
	background:-moz-linear-gradient(center top, #5EA534 20%, #519327 100%);
}
.islogin7_green {
	-moz-box-shadow:inset 0 1px 0 #529E21,inset 1px 0 0 #4A911C,inset -1px 0 0 #4A911C,inset 0 -1px 0 #3D7F12,inset 0 2px 0 rgba(255, 255, 255, 0.3),inset 0 0 4px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:inset 0 1px 0 #529E21,inset 1px 0 0 #4A911C,inset -1px 0 0 #4A911C,inset 0 -1px 0 #3D7F12,inset 0 2px 0 rgba(255, 255, 255, 0.3),inset 0 0 4px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 1px 0 #529E21,inset 1px 0 0 #4A911C,inset -1px 0 0 #4A911C,inset 0 -1px 0 #3D7F12,inset 0 2px 0 rgba(255, 255, 255, 0.3),inset 0 0 4px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.3);
	
	background:#6dbd45;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.2, #6dbd45), color-stop(1, #5EAD2F));
	background:-moz-linear-gradient(center top, #6dbd45 20%, #5EAD2F 100%);
	
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	cursor:pointer;vertical-align:bottom;
	margin: 0;
	padding:12px 15px;
	font-weight:bold;color:#ffffff;
	text-shadow:1px 1px 3px #666666;filter:shadow(color=#666666, direction=135, Strength=2);
}

.video {
    width: 100%;
    max-width: 168px;
    max-height: 96px;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    z-index:200;
}

.video video {
    width: 100%;
    height: 94px;
    max-width: 168px;
    max-height: 96px;
    vertical-align: middle;   
}

.loading-overlay {
    display: none;
    background-color: rgba(255, 255, 255, 0.5);
    filter: alpha(opacity=50);
    z-index: 20;
    height: 95px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 38px;
    left: 0;
    z-index:100;
}

.loading-overlay .loading {
    width: 30px;
    height: 30px;
    left: 40%;
    top: 30%;
    border: 4px solid #424242;
    border-right-color: transparent;
    margin: auto;
    animation: rotate 0.8s infinite linear;
    position: absolute;
    border-radius: 50%;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}


.searchiconsmall_blk {
    background: #ccc none repeat scroll 0 0;
    border: 0 none;
   	border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 200;
    height: 24px;
    margin: 0;
    min-width: 24px;
    vertical-align: middle;
}
/*@media not all {
.searchiconsmall_blk {
    height: 33px;
}
}
.searchiconsmall_blk:hover {
    background: #555 none repeat scroll 0 0;
    margin: 0;
}*/

.light14sans
{
    font-weight:300;
    font-size:14px;
}