﻿body {
	font-family: "Lato";
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
	
a {
	color: #ddd;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	font-weight:700;
}
	
a:hover {
	
	text-decoration:underline;
}


a.intext {

 color:#1b6ec9;
 font-size: 16px;
 text-decoration:none;
 
 }
 
 a.intext:hover {
	
	text-decoration:underline;
}
	
	
	.blau {

 color:#1b6ec9;
 font-size: 14px;
	}
p {
	margin: 0 0 10px 0;
	font-weight:400;
	
	
}

h1 {
	margin: 20px 0 20px 0;
	font-size:26px;
	
	color: #1b6ec9;
	
	
	word-spacing:6px;
	
}
	
h2 {
	margin: 20px 0 10px 0;
	color: #b03642;
	
}


.header {
	background-color:#ebf3fc;
	background: url(../image/bg.png) repeat-x;
	height: 100px;
}


.header .logo {
		width: 800px;
		height: 303px;
		background: url(../image/logo7.png) no-repeat;
	}
	
	.header .clock
	{
	    width:100px;
	    padding-top:0px;
	    color:white;
	    
	    }
	
	.header .logo h1 {
		/* color: #5DD7A0; */
		color: transparent;
		font-size: 0;
		margin-left: -1000px;
	}

.menu
{
    
		height: 28px;
		background-color:white;
			background: url(../image/bg-bright.png) repeat-x;
		border-bottom:1px solid gray;
	}
.loginerror
{
    color:red;    
    font-weight:bolder;
}
.formerror
{
    color:#e9282d;    
    font-weight:bolder;
}
.formsuccess
{
    color:#31853e;    
    font-weight:bolder;
}

.asterisk
{
    color:#e9282d;    
    font-weight:bolder;
    font-size:18pt;
}
.tbgeneral
{
    font-size:17px;
    width:270px;
    color:Gray;
    height:23px;
}

.tbsmall
{
    font-size:15px;
    color:#696969;
    }

.tbnumbers
{
    font-size:17px;
    width:60px;
    color:#696969;
    height:23px;
}

.tbnumbersDisabled
{
    font-size:17px;
    width:60px;
    color:#696969;
    height:23px;
    border-style: none;
    background-color:White;
}

.tbdate
{
    font-size:17px;
    width:100px;
    color:#696969;
    height:23px;
}


table.report {
border-spacing: 0px;
border-top: 1px solid #dddddd;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
width:100%;
background-color:transparent;
vertical-align:top;

}
td
{
    vertical-align:top;
    padding-left:3px;
}
th.w100
{
    width:100px;
    font-weight:bold;
    text-align:left;
    background-color:#c1514f;
    color:White;
      padding-left:3px;
}

th.w100r
{
    width:100px;
    font-weight:bold;
    text-align:right;
    padding-right:10px;
    background-color:#c1514f;
    color:White;
}

th.w150
{
    width:150px;
    font-weight:bold;
    text-align:left;
        background-color:#c1514f;
    color:White;
      padding-left:3px;
}

th.w150r
{
    width:150px;
    font-weight:bold;
    text-align:right;
    padding-right:10px;
        background-color:#c1514f;
    color:White;
}
th.w200
{
    width:200px;
    font-weight:bold;
    text-align:left;    background-color:#c1514f;
    color:White;
      padding-left:3px;}

th.w200r
{
    width:200px;
    font-weight:bold;
    text-align:right;
    padding-right:10px;
        background-color:#c1514f;
    color:White;
}
th.w250
{
    width:250px;
    font-weight:bold;
    text-align:left;
        background-color:#c1514f;
    color:White;
      padding-left:3px;
}
th.w550
{
    width:550px;
    font-weight:bold;
    text-align:left;
        background-color:#c1514f;
    color:White;
      padding-left:3px;
}
th.w250r
{
    width:250px;
    font-weight:bold;
    text-align:right;
    padding-right:10px;
        background-color:#c1514f;
    color:White;
}

.b50
{
    display:inline-block;
    width:50px;
}

.b80r
{
    display:inline-block;
    width:80px;
     text-align:right;
}
.b100
{
    display:inline-block;
    width:120px;
}

.b100r
{
    display:inline-block;
    width:120px;
     text-align:right;
}

.b100top
{
    display:inline-block;
    width:120px;
    vertical-align:top;
    
}

.b150
{
    display:inline-block;
    width:150px;
}

.b150r
{
    display:inline-block;
    width:150px;
     text-align:right;
}

.b200
{
    display:inline-block;
    width:200px;
}

.b200center
{
    padding-top:2px;
    padding-bottom:2px;
    display:inline-block;
    width:200px;
    text-align:center;
}

.b250
{
    display:inline-block;
    width:250px;
}

.b300
{
    display:inline-block;
    width:300px;
}

.b350
{
    display:inline-block;
    width:350px;
}

.b450
{
    display:inline-block;
    width:450px;
}
.b550
{
    display:inline-block;
    width:550px;
}
.right
{
    text-align:right;
    padding-right:10px;
    
    }

tr.even
{
    background-color:#f1dcdb;
   
    }
    
    tr.odd
{
    background-color:#fffffd;
   
    }
    
    
    
    .saldoPlus
    {
        color:Green;
        }
    
      .saldoMinus
    {
        color:Red;
        }
        
        
        .FormPanelBig
        {
            background-color:#d8e2f0;
            padding:8px 8px 8px 8px;
            width:700px;
            
           
           
            
            }
            
              .FormPanelSmall
        {
            background-color:#d8e2f0;
            padding:8px 8px 8px 8px;
            width:450px;
            
           
           
            
            }
            
            
            
            
.ReportHeader
{
    background-color:#c1514f;
    padding:2px 2px 2px 2px;
    font-weight:bold;
    color:White;
      width:714px;
}


.ReportEven
{
    background-color:#f1dcdb;
      width:716px;
 
   
    }
    
    .ReportOdd
{
    background-color:#d8e2f0;
      width:716px;
     
   
    }
    
            .DetailPanelReportEven
        {
            background-color:#f1dcdb;
            margin-left:50px;
            padding:8px 8px 8px 8px;
            width:650px;
                 border-bottom:1px solid #aaaaaa; 
           
           
            
            }
           .DetailPanelReportOdd
        {
            background-color:#d8e2f0;
            margin-left:50px;
            padding:8px 8px 8px 8px;
            width:650px;
              border-bottom:1px solid #aaaaaa;
           
           
            
            }