﻿/*
###################################
	Body
###################################
*/
body
{
    font-size: 11px;
    font-family: Verdana;
    color: #464646;
    line-height: 16px;
}

/*
###################################
	Links
###################################
*/
a
{
	color: #ed4e1c;
    text-decoration:none;
    font-weight:bold;
}
a:hover
{
    text-decoration: underline;
}
td.clientName a
{
    color: #464646;  
}
a.LinkNormal
{
    font-weight: normal;
}
a.LinkBlack
{
    color: #464646;  
}
.InterestItem
{
	cursor: pointer;
}  
.LinkSize11
{
    color:#ff4200;    
    text-decoration:none;
    font-weight:bold;
    cursor: pointer;
}
.LinkBlack
{
    color:#000000;    
    text-decoration:none;
    font-weight:bold;
} 
.LinkBlack:hover
{
    text-decoration: underline;
}
.LinkWhite
{
    color:#fff;    
    text-decoration:none;
    font-weight:bold;
} 
.LinkWhite:hover
{
    text-decoration: underline;
}
.LinkImageSelect	
{
	color: #ff4200;
    text-decoration:none;
	font-weight: bold;
	cursor: pointer;
}
.LinkImageSelect:hover
{
	text-decoration: underline;
}
.ClickImage
{
	cursor: pointer;
}
.LinkWhiteBold{ color:#FFFFFF; font-weight:bold;}
.LinkWhiteBold:a{ color:#FFFFFF; font-weight:bold;}
a.LinkBlueLight{ color:#2c4794; font-weight:normal;}
 
/*
###################################
	Subjects
###################################
*/  
.HeaderSubject
{
    font-size:11px;
    font-family:Tahoma;
    line-height:23px;
    color:#ffffff;
    padding-left:4px;
    font-weight:bold;
    line-height: 29px;
}  

.Subject, h1
{
    padding: 0px; 
    margin: 0px;
    font-size:24px;
    font-weight:bold;
    font-family:Verdana;  
    padding-bottom:7px; 
    color: #555555;
    border-bottom:solid 1px #959595;
    margin-bottom: 15px;
    line-height: 32px;
} 
.InvoiceAddressPlate h1
{
    color: #252525;
    border-bottom: 0px;
    font-family: Arial;
    margin-bottom: 0px;
    padding-bottom: 38px;
    font-size: 18px;
}
.SubjectRight a
{        
    font-size:12px;
}
.SubjectMid
{
    font-size:14px;
    font-weight:bold;
    font-family:Tahoma;
    line-height:27px;   
    color: #000000;
} 

.SubjectSmall
{
    font-weight: bold;  
    padding-top: 12px;
    padding-bottom: 5px;
}    
.SubjectSmallLogin
{
    font-weight:bold;  
    padding-top:12px;
    padding-bottom:3px;  
    color: #ffffff;
    padding-bottom: 10px;
}   
.BoxSubject
{
    color: #ffffff;
    font-weight:bold;
    font-size:14px;
    font-family:Arial;
    padding-bottom:0px;
    margin-top:-5px;
}


.BoxSubjectSmall
{
   font-weight:bold;  
   padding-bottom:3px;
   padding-top:11px; 
}

.ListSubject
{
    font-weight:bold;
    font-size:12px;
    line-height:15px;    
}
h2
{
    font-size: 14px;
    font-weight:bold;    
    color: #464646;
}
 
/*
###################################
	FontSize
###################################
*/   
.Size14, .FontSize14
{
	font-size: 14px;
}  
.Size12, .FontSize12
{
	font-size: 12px;
}
.Size11, .FontSize11
{
    font-size:11px;
}
 
/*
###################################
	LineHeight
###################################
*/   
.LineHeight21
{
	line-height: 21px;
}
.LineHeight18
{
	line-height: 18px;
}
.LineHeight16
{
	line-height: 16px;
}
 
/*
###################################
	Font Family
###################################
*/ 
.FontFamilyArial
{
    font-family: Arial;
}
/*
###################################
	Text
###################################
*/ 
.NormalText
{
	font-weight: normal;
}
.TextBold, .BoldText
{
    font-weight: bold;
} 
.TextDisabled, .TextDisabled:hover
{
	color: #a4a4a4;
	text-decoration: none;
}
.TruePublicOnStartPage
{
	font-weight: bold;
}
.ItalicText, .TextItalic
{
    font-style:italic;    
}
.TextSemiBlack
{
    color: #252525;
}
.NoWordWrap
{
    
	word-wrap: normal !important;
	word-break: normal !important; 
}