﻿.menuText
{
	font-size:13px;
	font-weight:bold;
	color:#97917A;
	padding-right:5px;
}

.AuthMain
{
	font-size:23px;
}

.AuthWelcomeText
{
	font-size:12px;
	line-height: 18px;
	text-align: justify;
}

.LinkMain
{
	color:#4F7D9A;
	font-size:14px;
}
a
{
	color:#4F7D9A;
}
.LinkLightBlue
{
	color: #5090ea;
	text-align: center;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 9pt;
}

.block
{
	background-color: #000000;
	height: 35px;
	padding-left: 20px;
}

.LoginTable tr td
{
	padding-bottom: 3px;
}

.RegisterTable tr td
{
	padding-bottom: 3px;
}

.Registration
{
	color: #4F7D9A;
	font-size: 24px;
}

.SendTable tr td
{
	padding-bottom:10px;
}

.whoList, .list100px, .list55px
{
	background-color: #ffffff;
	border: 1px solid #bababa;
	color: #52543d;
	font-size: 11px;
	width:100%;
}

.list100px 
{
	width: 100px;
}

.list55px
{
	width: 55px;
}

.SendLink
{
	font-size:14px;
	color:#DCDDD0;
	font-weight:bold;
}

.blackText
{
	color: #000000;
}

span.chek input{
     border: 0px;
     background: none;
}

.dottedTable
{
	border-bottom: dotted 1px black;
	border-top: dotted 1px black;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}

.dottedHorizontalLine
{
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: dotted 1px black;
	height: 1px;
}

.Guests tr td
{
	height: 25px;
}

.AddGuest, .AddGuestDisabled
{
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}

.AddGuestDisabled
{
	color: Gray;
}

.LoadingLabel
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.underHeaderContent
{
	padding: 10px 20px 5px 20px;
}

.paddingBottomTable tr td
{
	padding-bottom: 2px;
}

#top-link   
{ 
	display: none; 
	position: fixed; 
	right: 5px;
	bottom: 5px; 
	color: #726E5E; 
	font-weight: bold; 
	text-decoration: none; 
	border: 1px solid #726E5E; 
	background: #dcddd0; 
	padding: 10px; 
} 

.top-link   
{ 
	display: none; 
	position: fixed; 
	right: 5px;
	bottom: 5px; 
	color: #726E5E; 
	font-weight: bold; 
	text-decoration: none; 
	border: 1px solid #726E5E; 
	background: #dcddd0; 
	padding: 10px; 
	vertical-align: middle;
	text-align: center;
}  

.top-linkIE6   
{ 
	display: none; 
	position: absolute; 
	right: 5px;
	bottom: 5px; 
	color: #726E5E; 
	font-weight: bold; 
	text-decoration: none; 
	border: 1px solid #726E5E; 
	background: #dcddd0; 
	padding: 10px; 
	vertical-align: middle;
	text-align: center;
} 

.margLinkTop {
	margin: 10px 10px 0 20px;
	clear: both;
	height: 30px;
}

.topTd1 {
	background: url(/Images/menuleft3.gif) 0 0 no-repeat;
	background-color: #4f7d9a;
	padding: 10px 5px 10px 5px;
	display: block;
	float: left;
}

.topTd2 {
	background-color: #4f7d9a;
	padding: 10px 5px 10px 5px;
	display: block;
	float: left;
	margin: 0 2px 0 2px;
}

.topTd3 {
	background: url(/Images/menuleft2.gif) right 0 no-repeat;
	background-color: #4f7d9a;
	padding: 10px 5px 10px 5px;
	display: block;
	float: left;
}

.headLink, a.headLink:link, a.headLink:active, a.headLink:visited  {
	opacity: 0.6;
	MozOpacity: 0.6;
	KhtmlOpacity: 0.6;
	filter: alpha(opacity=60);	
	font: bold 14px Tahoma;
	color: #dcddd0;
}

a:hover.headLink  {
	opacity: 1;
	MozOpacity:  1;
	KhtmlOpacity :  1;
	filter: alpha(opacity=100);		
	font: bold 14px Tahoma;
	color: #dcddd0;
}

.TableColor {
	vertical-align: top;
	font: bold 12px Tahoma;
	color: #7a704c;
	margin-left: 30px;
}

.TableColor td {
	padding: 10px 0 0 0;
	vertical-align: top;
}

.nobr 
{
	white-space: nowrap;
}