body
{
	font-family:courier new;
	font-size:13px;
	color:#000000;
	background-color:white;
}

th.design
{
	-moz-user-select:-moz-none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
	
	cursor:default;
	
	text-align:center;
	color:#000000;
	background-color:#000000;
	
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	
	height:2.5cm;
	min-width:7cm;
}

span.design
{
	-moz-user-select:-moz-none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
	
	cursor:default;
	
	text-align:center;
	color:#000000;
	background-color:#000000;
}
	
table.site
{
	text-align:left;
	position:absolute;
	left:0%;
	top:0%;
	width:1px; /*hack was own made :D*/
	border-spacing:5px;
	background-color:trasparent;
}

td.languages
{
	text-align:left;
	font-size:11px;
	color:#C4C4C4;
	background-color:#FFFFFF;
}

td.content
{
	padding:7;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	
	text-align:center;
	
	height:2.5cm;
	min-width:7cm;
}

td.copyleft
{
	text-align:right;
	font-size:11px;
	color:#C4C4C4;
	background-color:white;
	background-image:url('gerganovcom.png');
	background-repeat:no-repeat;
	background-position:center center;
	/*
	border-width:1px;
	border-style:dashed;
	border-color:#000000;
	*/
}

a.image {color:#000000; background-color:#AAAAAA; text-decoration:none;}
a:visited {color:#000000; background-color:#FFFFFF; text-decoration:none;}
a:link {color:#000000; background-color:#FFFFFF; text-decoration:underline;}
a:hover {color:#FFFFFF; background-color:#000000; text-decoration:none; position:relative;}
a:active {color:#000000; background-color:#FFFFFF; text-decoration:none;}

/* - for tooltips
a span {display:none;}
a:hover span
{
	color:#FFFFFF;
	background-color:#000000;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:320px;
	z-index:100;
	border:1px dotted #C4C4C4;
	opacity: 0.9;
}
*/