@charset
"utf-8"
;
/* CSS Document */

body, div, p, img, table, tr, td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}

table, tr, td {
    vertical-align: top;
}

.header {
    width: 100%;
    min-height: 55px;
    height: auto !important;
    height: 55px;
}

.headerContent {
    margin: auto;
    width: 820px;
    min-height: 55px;
    height: auto !important;
    height: 55px;
   
}

.content {
    margin: auto;
    width: 820px;
    min-height: 400px;
    height: auto !important;
    height: 400px;

}

.mainContent {
    width: 820px;
    min-height: 400px;
    height: auto !important;
    height: 400px;

}

/*main top 2 bottom layout*/
.mainContentTop {
    width: 820px;
    min-height: 300px;
    height: auto !important;
    height: 300px;

}

.mainContentLeftBottom {
    width: 500px;
    min-width: 500px;
    height: auto;

}

.mainContentRightBottom {
    width: 320px;
    min-width: 320px;
    height: auto;

}

/*main top 2 bottom layout end*/

/*main topsmall 2 bottom leftt menu layout*/
.mainContentTop2 {
    width: 820px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    overflow: hidden;
}

.mainContentLeftBottom2 {
    width: 200px;
    min-width: 200px;
    height: auto;
    overflow: hidden;
}

.mainContentRightBottom2 {
    width: 620px;
    min-width: 620px;
    height: auto;
    overflow: hidden;
}

/*main topsmall 2 bottom left layout end*/

/*main topsmall 2 bottom right menu layout*/
.mainContentTop4 {
    width: 100%;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    overflow: hidden;
}

.mainContentLeftBottom4 {
    width: 620px;
    min-width: 620px;
    height: auto;
    overflow: hidden;
}

.mainContentRightBottom4 {
    width: 200px;
    min-width: 200px;
    height: auto;
    overflow: hidden;
}

/*main topsmall 2 bottom right layout end*/

/*2 main layout*/
.mainContentLeft1 {
    width: 480px;
    min-width: 480px;
    height: auto;
    overflow: hidden;
}

.mainContentRight1 {
    width: 340px;
    min-width: 340px;
    height: auto;
    overflow: hidden;
}

/*2 main layout end*/

/*3 main layout*/
.mainContentLeft3 {
    width: 200px;
    min-width: 200px;
    height: auto;
    overflow: hidden;
}

.mainContentCenter3 {
    width: 370px;
    min-width: 370px;
    height: auto;
    overflow: hidden;
}

.mainContentRight3 {
    width: 250px;
    min-width: 250px;
    height: auto;
    overflow: hidden;
}

/*3 main layout end*/

.footer {
    width: 100%;
    min-height: 18px;
    height: auto !important;
    height: 18px;
    clear:both;
}

.footerContent {
    margin: auto;
    width: 820px;
    min-height: 18px;
    height: auto !important;
    height: 18px;
}

.shroggleLogo {
    width: 100%;
    clear: both;
    text-align: center;
}

.shroggleLogo p {
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    letter-spacing: 0.1em;
}

.shroggleLogo img {
    border: 0;
    vertical-align: middle;
}

/*styles */

/*FULL SIZE DROP DOWN MENU STYLE SECTION*/
.menuPageNameText_FULL_HEIGHT_STYLE {
    font-size: 11pt;
}
.menuContainer_FULL_HEIGHT_STYLE td.voice {
    font-size: 9pt;
}
.headerContent .menuPageNameText_FULL_HEIGHT_STYLE, .headerContent .menuPageNameText_TREE_STYLE {
    color:white;
}
/*FULL SIZE DROP DOWN MENU STYLE SECTION END*/