﻿body
{
    background-image:url(bg.png);
    background-position: center center;
}
/*navbar color*/
    .navbar-inner,.layout-footer,.MenuTop .MenuColor{
      background-color: #A00200 !important; /* background color will be black for all browsers */
}

.layout-content-data
{
  color:#70706f;
    
}

.layout-banner .layout-wrap
{
    background-color:#333;
}

.layout-footer
{
    background:url(footer.png) no-repeat;
    background-position: right bottom;
}

.layout-content-panel .layout-wrap ,.push
{
    background-color:#fefabe;
}


 /* table style*/
 .table {border:1px #FA0300 solid;border-spacing:1px;background-color:White;}
 .table th{background-color:#FA0300;color:White;}
 .table td{padding:3px;}
 .table tr:nth-child(even) , .trodd{background-color: #FFCECD !important;}
 .trodd td{background-color: #FFCECD !important;} 





 .MenuTop ul.layout-menu-content  , .MenuTop
{
    background:url(../../Content/images/bg_red.png) repeat-x 0 -80px;
}
 .MenuTop .layout-menu-content li
{
    background: url(../../Content/images/bg_red.png) repeat-x 100% 0; text-shadow: 1px 1px 1px #000;
}

 .MenuLeft ul.layout-menu-content , .MenuLeft .layout-menu ,.MenuLeft ul.layout-menu-content li
{
    background-color:#A00200;
}

.MenuLeft ul.layout-menu-content li a
{
    border-bottom:1px #FFCECD solid;
}

.layout-bottom-panel
{
    
}

.layout-bottom-panel ,.MenuLeft .MenuColor
{
    background-color:#BE0200	 !important ;
}




.MenuLeft
{
    margin-bottom:10px;
}


.layout-right-panel .LinkItem
{
    float:right;
}

.layout-right-panel .LinkItem,.layout-left-panel .LinkItem
{
    border-radius :6px;
}
.layout-right-panel .LinkItem h4,.layout-left-panel .LinkItem h4
{
    background-color:#BE0200;
    padding:4px;
    border-bottom:1px #FA0300 solid;
    border-radius :3px;
}
.layout-right-panel .LinkItem h4, .layout-right-panel .LinkItem a,.layout-left-panel .LinkItem h4, .layout-left-panel .LinkItem a
{
    color:white;
}
.layout-right-panel .LinkItem a,.layout-left-panel .LinkItem a
{
    color:#A00200;
}
.layout-right-panel .LinkItem, .layout-left-panel .LinkItem
{
    margin-bottom:2px;
}

.linktext
{
    padding-left:12px;
    background-image:url(link.gif) ;
    background-repeat :no-repeat;
    background-position-y :50%;
}




.BlockModules
{
    background-color:#f2dede ;
    border-color:#eed3d7 ;
}
.BlockModules a , .layout-solgin-master
{
    color:#b94a48 ;
}
