﻿body		{height: 100%}
td			{font-family: Arial, tahoma, Verdana; font-size: 12px; line-height: 150%; text-align: left; color: #000000;}

a				{color: #000000; text-decoration: none;}
a:hover			{text-decoration: underline;}
a.black			{color: #000000; text-decoration: none;}
a.black:hover		{text-decoration: underline;}

a.searchResultHeading		{color: #000000; font-size: 14px; text-decoration: underline;}
a.searchResultHeading:hover	{text-decoration: none;}

.small			{font-size: 11px;}
.heading		{font-family: Trebuchet MS, Arial; font-size: 16px; font-weight: bold; line-height: 150%;}
.headingSmall	{font-family: Trebuchet MS, Arial; font-size: 14px; font-weight: bold; line-height: 150%;}
.headingBig		{font-family: Trebuchet MS, Arial; font-size: 22px; font-weight: bold; line-height: 150%;}

.darkgray	{color: #4C4D4C;}
.gray		{color: #999999;}

.graySmall	{color: #999999; font-size: 10px;}

.yellow		{color: #F0B307;}
.orange		{color: #FF4200;}
.red		{color: #ff0000;}

.brown		{color: #82652E;}
.browndark	{color: #382513;}
.white		{color: #FFFFFF;}

.bold		{font-weight: bold;}

.inp		{font-family: Arial; font-size: 12px; height: 18px; font-weight: bold; border: solid 1px #999999;}

.err		{color: #ff0000; font-weight: bold;}
.ok			{color: #339933; font-weight: bold;}

.marked		{font-weight: bold;}

/* popup */
#popup { 
position: absolute; 
left: 0; top: 0; 
width: 100%; height: 120%; 
display: none; 
background-color:transparent;
} 

#popup .back { 
position: absolute; 
left: 0; top: 0; 
width: 100%; height: 120%; 
background: black; 
filter: alpha( opacity=50); 
opacity: .5; 
} 

#popup .content { 
position: relative; float: left; 
margin: 55px 0px 10px 200px; 
width: 576px; height: 556px; 
background: none;
} 
