﻿html,
body,
.dx-viewport {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #eee url(images/header_outer.jpg) repeat-x;
    color: #333;
    font-family: arial, helvetica, sans-serif;
}

.all {
    color: #333;
    border: solid 0 #ddd !important;
    margin: 0 auto;
    max-width:1005px;
    padding: 0;
    text-align: left;
        background:#FFFFFF;
}


.dx-theme-generic-typography {
    background-color: transparent;
}


.dx-toolbar .dx-toolbar-items-container{
    height:40px;
}


a:link,
a:visited {
    color: #1da60f;
}



#header
{
    display:block ;
    position:relative;
    padding:0;
    overflow:hidden;

}