
* {
    margin: 0;
    padding: 0;
}
header, nav, section, article, aside, footer {
    display: block;
}
body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
}
/* End of of styles for the demonstration */
p {
    margin: 0 0 18px
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#mainmenu{
    margin: 5px;
}
.breadcrumbs{
    margin: 5px;
    margin-bottom: -25px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
    height: 1%;
    position: relative;
}
#middle:after {
    content: '';
    clear: both;
    display: table;
}
#container {
    width: 100%;

    overflow: hidden;
    margin-right: -100%;


}
#content {
    padding: 5px;

}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
    border: 1px solid red;

    height: 100px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

}
.login_forma{
    margin-left: 200px;
}

/*for firm color*/
.green_firm{
    background-color:#77FF77 !important;
}
.red_firm{
    background-color:#FF80C0 !important;
}
.yellow_firm{
    background-color:#FFFF80 !important;
}
.green_firm_font{
    color:#00FF00 !important;
}
.red_firm_font{
    color:#FF00FF !important;
}
.yellow_firm_font{
    color:#FFC43B !important;
}

.red_debt{
    color: red;
}
.white_debt{
    color: #000000;
}