/*Text styles*/

html, body, td {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 14px;
	color: #08AFB7;
	padding-bottom: 6px;
}

h2 {
	font-size: 11px;
	color: #08AFB7;
	padding-top: 6px;
    padding-bottom: 3px;
}

a:link, a:visited {color: #08AFB7; text-decoration: none;}
a:hover, a:active  {color: #08AFB7; text-decoration: underline;}

a.addService {color: red;}

ul li {
    list-style: circle;
    margin-left: 50px;
}

ol li {
    list-style: decimal;
    margin-left: 22px;
}


/*Error/Warning/Success reports*/
.errorTable, .warningTable, .successTable {
    width: 100%; 
    margin-bottom: 10px;
}

.errorTable{
    color: #B22D2D;     
    background-color: #EdDBDB; 
    border: 1px solid #B22D2D;
}

.warningTable {
    color: #c99f46;     
    background-color: #FFF0C8; 
    border: 1px solid #c99f46;
}

.successTable {
    color: #2DB233;     
    background-color: #DBEDDD; 
    border: 1px solid #2DB233;
}

.errorTable .icon, .warningTable .icon , .successTable .icon{
    width: 30px;
    text-align: center;
    padding: 6px;
    
}
.errorTable .text, .warningTable .text, .successTable .text{
    padding: 6px;
}

/*Invoice*/
.factuur .title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
	color: #000000;
	padding-bottom: 20px;
}



/* Loading screen */

#Loading{
    background-color: #F1F2F1;
    background-image: url(../images/pleaseWait.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding-left: auto;
    z-index: 1000;
	border: 1px solid #9D9B9D;
}

#LoadingHeader
{
    margin-left: 75px;
    margin-top: 20px;
    font-size: 15px;
}

#LoadingText
{
    margin-left: 150px;
}
