﻿body 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
.master_table
{
	width: 787px;
	text-align: left;
}
.footer
{
	background-image: url("Images/fot_textfri.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
	padding-left: 45px;
	padding-bottom: 5px;
	height: 45px;
	width: 100%;
	color: White;
}
.footer A
{
	color: White;
}
.table_translation th
{
	width: 50%;
}
.AspNet-GridView table
{
	width: 100%;
}
.AspNet-GridView th
{
	border: solid 1px white;
	background-color: #404040;
	color: White;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}
.AspNet-GridView td
{
	border: solid 1px white;
	background-color: White;
	padding: 2px 4px 2px 4px;
}
.AspNet-GridView-Alternate td
{
	background-color: #e1eed2;
	padding: 2px 4px 2px 4px;
}
.AspNet-GridView-Selected td
{
	background-color: #86ba4c;
}
