﻿/*

NOTE: Some tables/cells have formatting on the html as well as CSS.
The CSS is the say all, whoever the direct formating of the HTML is only so
in design view on Visual Studio, it can be see closer to actualy final version.
Since Design View does not apply CSS
-Mastro

*/
ul{
margin-top:1px;
margin-bottom:1px;
}

html,body {
    margin:0;
    padding:0;
    height:100%;
    border:none;
    font-family:Cambria, Arial, Helvetica, sans-serif;
    font-size:14px;
    }
#MainTable {
    width:100%;
    /*border: solid 1px black;*/
    padding:0px;
    border-spacing:0px;
    background-color:white;
    }
    
/* Header Row/Cells */    
#MainHeaderRow {
    height:174px;
    background-image:url('/App_Themes/IntagrasDefault/Images/HeaderBG.gif');
    }
#MainHeaderCell {
    height:174px;
    background-image:none;
    background-color:#1b5c78;
    width:758px;
    }
    
/* Menu Row/Cells */    
#MainMenuRow {
    height:24px;
    background-image:url('/App_Themes/IntagrasDefault/Images/MenuBG.gif');
    } 
#MainMenuCell {
    vertical-align:middle;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    }   

/* Menu Override Backgrounds */
.MenuBase {

}

.MenuStatic {
    width:100%;
    height:24px;
    background:#fff url(/App_Themes/IntagrasDefault/Images/MenuBG.gif) repeat-x center
}
.MenuStaticLink {
    display:block;
    width:100%;
    height:24px;
    text-decoration:none;
    color:Black;
    background:#ccc url(/App_Themes/IntagrasDefault/Images/MenuBGItem.gif) top left repeat-x;
}

.MenuDynamic {
    width:100%;
    height:18px;
    background:#fff url(/App_Themes/IntagrasDefault/Images/MenuBG.gif) repeat-x center;
}

.MenuDynamicLink {
    display:block;
    width:100%;
    height:24px;
    text-decoration:none;
    color:Black;
}
    
/* Content Row/Cells */    
#MainContentCell {
    width:758px;

}
#ContentTable {
    width:758px;
}

#ContentCell {
    text-align:left;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
}

#ContentHeading {
     text-align:left;
     border-bottom: 1px solid #CCE6FF;
     padding-top:5px;
     padding-bottom:5px;
}

#ContentSideCell {
    border-left: 1px solid #CCE6FF;
    padding-left:10px;
    text-align:left;
    vertical-align:top;
    padding-top:20px;
    width:150px;
}

    
/* Footer Row/Cells */
#MainFooterRow{
    
}

#MainFooterCell {
    height:10px;
    border-top: 1px solid #CCE6FF;
    text-align:left;
    }

/* Misc CSS Styles for Layout Editing */
.BorderBottom {
     border-bottom: 1px solid #CCE6FF;
     padding-bottom:10px;
}

.BorderTop {
     border-top: 1px solid #CCE6FF;
     padding-top:10px;
     
}

/* CSS versions of SkinId's for various HTML Controls */
.RawLinks A:link {
   color:#3366FF;
   text-decoration:none;
}

.RawLinks A:visited
{
   color:#3366FF;
   text-decoration:none;
}

.RawLinks A:hover {
   color:Navy;
   text-decoration:none;
}

.HRBlueLine {
    color:#CCE6FF;
    height:1px;
}