﻿* 
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
}


body {
}

a, a:visited
{
	color: Black;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font-size: 17px;
	font-weight: 700;
}

input
{
	border: 1px solid Black;
	width: 150px;
}

select 
{
	border: 1px solid Black;
	width: 150px;
}

.modalBackground
{
	background-color: Black;
	opacity: 0.3;
	filter : alpha(opacity=30);
}

a.selectedNode
{
	background-color: #ffd200;
	text-decoration: none;
	font-size: 13px;
}

a.node
{
	font-size: 13px;
}

.prevBtn
{
	color : #ff0000;
	position: absolute;
	top: 5px;
	left: 20px;
}

.nextBtn
{
	color : #ff0000;
	position: absolute;
	top: 5px;
	left: 10px;
}

.curBtn
{
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #ffd200;
	color: Black;
	font-size: 13px;
}

.pageBtn
{
	color: #ff0000;
	font-size: 13px;
	padding-left: 3px;
	padding-right: 3px;
}

.red
{
	color: #ff0000;
}

.redCompany
{
	color: #ff0000;
	font-size: 14px;
}

.header
{
	font-size: 18px;
}

.whiteTime
{
	color: White;
	font-size: 13px;
}

.redSkidka
{
	color: #ff0000;
	font-size: 16px;
}

table.List
{
	width: 667px;
}

table.List td
{
	padding: 5px;
	text-align: center;
	font-size: 14px;
}

table.List th
{
	padding: 5px;
	text-align: center;
	font-size: 14px;
	background-color: #f1f1f1;
	border-bottom: 3px solid #8a8a8a;
}