@CHARSET "UTF-8";

body
{
	direction: rtl;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

body, table, td, tr, a, input, textarea, select
{
	font-family: Tahoma;
	font-size: 9pt;
}

.linkbox
{
	border-style: dashed;
	border-width: 1px
}

.linkbox *
{
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-decoration: none;
}

.linklist
{
	background-color: #BEE0BE;
	border-style: dashed;
	border-width: 1px;
	font-size: 1pt;
}

.linklist tr:hover
{
	background-color: #DDFFD6;
}

.linklist tr:hover a
{
	font-weight: bold;
}

.linklist a
{
	display: block;
	width: 100%;
}

.linklist_name
{
	
}
.linklist_clicks
{
	color: green;
	text-align: center;
}
.linklist_visits
{
	color: blue;
	text-align: center;
}
.linklist_code
{
	text-align: center;
}
.linklist_code a
{
	color: red;
}
.linklist_title *
{
	background-color: blue;
	color: white;
}

.banner
{
	text-align: center;
	vertical-align: middle;
	border-style: dotted;
	border-width: 1px
}

.pagebutton
{
	font-weight: bold;
	color: blue;
}

.header *
{
	background-color: #49964A;
	color: white;
}

.footer
{
	background-color: #49964A;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-size: 8pt;
}