﻿
/*
 * Style sheet for the MAIN by Özkan CANAY / SAÜ WebAdmin
 * $Id: main.css,v 1.0 1999/06/12 16:05:00 lehors Exp $
 */

html {
	width:100%;
	height:100%;
	overflow-y: scroll;
}

BODY {
	border:0px;
	margin:12px;
	background-image:url('bg.gif');
	background-repeat:no-repeat;
  background-color: #000000;
  scrollbar-arrow-color: #aaaa88;
  scrollbar-track-color: #333333;
  scrollbar-face-color: #252525;
	scrollbar-base-color: #333333;
  scrollbar-3dlight-color: #333333;
  scrollbar-highlight-color: #444444;
  scrollbar-shadow-color: #252525;
  scrollbar-darkshadow-color: #111111;
}

BODY,TD,TH  	{ font-size:10pt;font-family:tahoma,arial;color:#e0e0cc; }
A:link		{ color:#c0c0bb; text-decoration:none; }
A:visited	{ color:#b0b099; text-decoration:none; }
A:hover		{ color:#e0e0aa; text-decoration:none; }
A:active 	{ color:#ffffff; text-decoration:none; }
A.aa		{ font-family:Tahoma,Arial; color:#003366; text-decoration:none; font-weight:none; font-size:10px; }
A.aa:visited	{ color:#000011; }
A.aa:hover	{ color:red; font-weight:bold; }

svg { height: 0; }

#parlak { padding-left:1px;  }
#searchenginekeys { z-index:-1; width:100px;top:76;position:absolute; padding-left:45%; float:none; text-align:right; color:#000000; height:0px; line-height:0px; font-size:1px; }
#menus { background-color: #222222;	font-family:tahoma;	font-size:9pt; padding:3px;	margin:1px; }

#tooltip {
	position:absolute;
	z-index:9999;
	opacity: .0;
	filter: alpha(opacity=00);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	
	/* Edit from here */
	width :auto;
	background-color:#5f5f5f;
	border:1px solid #444444;
	padding: 3px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;	
}

.opa {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.opa:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#social a img {
	margin:8 2 -5 0;
	border:0px;
	width:32px;
	height:32px;
	filter:url('grayscale.xml#grayscale');
	-webkit-filter: grayscale(1.0);
	filter:alpha(opacity=30) Gray;
	opacity:0.3;
}

#social a:hover img {
	filter:none;
	-webkit-filter: grayscale(0); /* Webkit Nightlies & Chrome Canary */
	filter:alpha(opacity=100);
	opacity:1.0;
}

<svg height="0" xmlns="http://www.w3.org/2000/svg">
  <filter id="grayscale">
    <feColorMatrix values="0.3333 0.3333 0.3333 0 0
                           0.3333 0.3333 0.3333 0 0
                           0.3333 0.3333 0.3333 0 0
                           0      0      0      1 0" />

  </filter>
</svg>