
html, body, form {
    height: 100%;
    padding: 0;
    margin: 0;
}

html {
    background-color: whitesmoke;
}

body {
    margin: 0 auto !important;
    width: 1260px;
    background-color: white;
}

form {
    position: absolute;
    width: 1260px;
}

body {
    font-family: "segoe ui",Tahoma,sans-serif;
    font-size: 13px;
    color: #666;
    background-image: url(<%=WebResource("KBS.Common.Web.Skin.Venga.images.Texture03.png")%>);
    background-color: #f3f3f3;
    /*background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255,255,255,.5) 2px, rgba(255,255,255,.5) 4px);*/
    background-size: 6px 6px;
    background-repeat: repeat;
}

td {
    vertical-align: top;
}

.Suite {
    /* background: #fefefe; */
    top: 0;
    bottom: 0;
    width: 1260px;
    margin: 0 auto;
    height: 100%;
}


.ModulLogo {
    width: 63px;
    height: 63px;
    margin-right: 3px;    
    background-repeat: no-repeat; /* background-color: white; */
    background-position: 0 0; /*border: 1px solid #eeeeee;*/
    border: 1px solid;
	border-color: darkgray;
}


.ModulLogoCrm {
    background-image: url('Images/ModulLogos.png');
    background-position: 0 0;
	background-color: #af1f25;
}

.ModulLogoPostbook {
    background-image: url('Images/ModulLogos.png');
    background-position: -62px 0;
	background-color: #f5aa50;
}


.ModulLogoTimekeeping {
    background-image: url('Images/ModulLogos.png');
    background-position:  -124px 0;
	background-color: #3e9bd5;
}

.ModulLogoDriver {
    background-image: url('Images/ModulLogos.png');
    background-position: -124px -186px;
	background-color: #c40606;
}
