﻿.topicLayout
{
    background-color: #FFFFFF;
    width: 960px;
    color: #404040; 
}
.topicLayout #topicLeftColumn
{
    background-color: White;
    width: 195px;
    float: left;
    
    display: inline;            /* Test fix for IE6 */
}
.topicLayout #topicPartnerBox
{
    height: 456px;
    background-image: url('../_image/slices/raisedPanelSlice.jpg');
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
}
.partnerBox
{
    margin: 10px 0 0 0px;
    text-align: center;
}
.partnerBox h2
{
    margin: 10px 20px 15px 20px;
    border-bottom: solid 1px #404040;
    font-weight: normal;
}
.topicLayout #sideNavWrapper
{
    margin: 6px 7px 10px 3px;
}

/* ------------------------
    Side-nav menu classes
   ------------------------ */
.panelSideNav
{
    width: 180px;
    Background-Color: #E3EAEB;
}
.menuSideNav
{
    width: 178px;
    Font-Size: 12px;
    Background-Color: #E3EAEB;
    Color: #646464;
}
.menuSideNav a:hover
{
    text-decoration: none;
}
.menuSideNavDHS
{
    Background-Color: #C6D5D7;
    Color: #646464;
    text-decoration: none;
}
.menuSideNavSHS
{
    Background-Color: #C6D5D7;
    Color: black; /* #646464; */
}
.menuSideNavSMIS
{
    padding: 7px 5px 7px 5px;
    Border-bottom: solid 1px #404040;
    border-bottom-color: #AEAEAE;
    text-decoration: none;
}
.menuSideNavSMSS
{
    color: White;
}
.menuSideNavSMSS a
{
    background-color: #1C5E55;
    cursor:pointer;
}
    
.menuSideNavDMS
{
    z-index:1000;
}

/* ------------------------
    Accordion control classes
   ------------------------ */
.topicLayout #accordionBox
{
    padding-left: 7px;
    padding-right: 5px;
    margin-top: 15px;
}
.accordionCtrl
{
    width: 180px;
/*  height: 300px;      
    cursor: default;*/
}
.accordionHdr, .accordionHdr h4
{
    cursor: pointer;
    color: #0E3592;
    background-color: white;
/*  font-family: Arial, Sans-Serif;
    font-size: 14px;                    */
    margin: 1px 2px 1px 3px;
    padding: 0 0 0 1px;
    border-bottom: 1px solid #646464;
    text-transform: uppercase;
}
.accordionContent
{
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    font-size: 12px;
}
.accordionContent a
{
    text-decoration: none;
}

.topicLayout #breadcrumbBox
{
    width: 762px;
    height: 41px;
    background-image: url('../_image/slices/breadcrumbSlice.png');
    background-repeat: no-repeat;
    float: right;
    margin: 5px 0 0 10px;
    padding: 9px 0px 0px 2px;
}
.breadcrumb
{
    padding: 0px 0px 0px 10px;
}
/* -------------------------------------------------------------------------------------------
 For the topic screens, the content panel is to the right of the treeview, below the breadcrumb
    It is actually a 2-column layout, housed in "topicContentContainer"                         */
.topicContentContainer
{
    background-color: White;
    float: left;
    width: 765px;
    padding: 0px 0px 10px 0px;
    display: inline;            /* Test fix for IE6 */
}
.topicContentContainer h2
{
    color: #0E3592;
    font-weight: normal;
    margin: 2px 0 5px 0;
    
    font-size: 18px;            /* test fix for IE6 */
}
.topicContentContainer h2 span
{
    padding: 0 15px 0 0;
    margin-top: 2px;
    background: url('../_image/ng-plus.png') no-repeat right 50%;
    
    font-size: 18px;            /* test fix for IE6 */
}
/********** Left Column items ***********/
.topicContentContainer #contentLeftColumn
{
    width: 570px;
    float: left;
    
    display: inline;            /* Test fix for IE6 */
}
.topicContentContainer #featureContainer
{
    width: 570px;
}
.contentMidsizeImageBox
{
    width: 214px;
    height: 154px;
    float: left;
    padding: 2px 0 0 1px;
    
    display: inline;            /* Test fix for IE6 */
}

.contentTextBox
{
    float: right;
    width: 350px;
    margin: 0 0 0 5px;
}

.contentSmallsizeImageBox
{
    width: 101px;
    height: 101px;
    float: left;
    margin: 4px 5px 5px 0;
    
    display: inline;            /* Test fix for IE6 */
}
.subtopicFeatureBox
{
    width: 278px;
    float: left;
    margin: 5px 5px 10px 2px;
    
    display: inline;            /* Test fix for IE6 */
}
.subtopicFeatureBox p
{
    line-height: 14px;
}

/* This is special for the Videos page -- thumbnails in Letterbox */
.thumbsContainer
{
    width: 734px;
}
.thumbsFeatureBox
{
    width: 360px;
    float: left;
    margin: 5px 5px 10px 2px;
    display: inline;            /* Test fix for IE6 */
}
.contentThumbsizeImageBox
{
    width: 188px;
    height: 100px;
    float: left;
    margin: 4px 5px 5px 0;
    display: inline;            /* Test fix for IE6 */
}

/********** Right Column items ***********/
.topicContentContainer #contentRightColumn
{
    width: 195px;
    float: right;
}
.topicContentContainer #solutionScroller
{
    width: 195px;
    margin: 0 0 5px 5px;
}
.panelSoltnScroller
{
    width: 190px;
}
.topicSuccessStoryBox
{
    margin: 0 0 0 10px;
    border-bottom: 1px solid #404040;
}

/* -------------------------------------------------------------------------------------------
The leafTopicContentContainer is for leaf nodes - these are the pages focused on an exact topic.
Inherited from the Topic.master, these pages span the whole remainder of the container   **/
.leafTopicContentContainer
{
    width: 755px;
    float: left;
    margin: 0 10px 0 10px;
    
    display: inline;            /* Test fix for IE6 */
}
/* This is to help with wrapping issues when the main Content may not have much filler */
.leafTopicLowerContainer
{
    width: 735px;
    float: left;
    margin: 10px 0 10px 0;
    
    display: inline;            /* Test fix for IE6 */
}
.leafTopicContentContainer h4
{
    color:#0E3592;
    padding: 1px 0 1px 15px;
    margin: 1px 0 1px 0;
}
.leafTopicContentContainer p
{
    line-height: 18px;
    padding: 1px 0 1px 0;
    margin: 1px 0 1px 0;
}
.leafTopicMidsizeImageBox
{
    width: 214px;
    height: 154px;
    float: left;
    padding: 2px 5px 0 0;
    
    display: inline;            /* Test fix for IE6 */
}
/* ---------------------------------------------------
    For leaf topic nodes that have the grid controls
   --------------------------------------------------- */
.leafTopicGridView
{
    margin: 10px 0 10px;
    width: 733px;
    border: double 3px #404040;
    background-color: #FFFFFF;
}
.leafTopicGridHeader th
{
    background-color: #F4F4FF;
    font-size: 16px;
    font-weight: normal;
    color: #0E3592;
    text-align: left;
    padding: 5px 0 5px 8px;
}
.leafTopicGridHeader th a
{
    font-size: 12px;
    font-weight: normal;
    color: #0E3592;
    text-align: right;
}
.leafTopicGridRow td
{
    background-color: White;
    color:#333333;
    padding: 3px 0 3px 8px;
    list-style-type: disc;
}
.leafTopicTable
{
    margin: 10px 0 10px;
    width: 733px;
}
/* ---------------------------------------------------------
    on the successes pages, start off with a customer quote
   -------------------------------------------------------- */
.successLgQuote
{
    width: 530px;
    height: 98px;
    float: left;
    margin: 9px 0 8px 0;
    background-image: url('../_image/lgQuotes.png');
    background-repeat: no-repeat;
    background-position: left;
    
    display: inline;            /* Test fix for IE6 */
}
.successLgQuote h2
{
    margin-top: 30px;
}
/* ---------------------------------------------------------
    Leaf-node pages that need two columns, such as the
    'contact us' pages
   -------------------------------------------------------- */
.leafTopicTwoColBox
{
    width: 365px;
    float: left;
    margin: 0 0 5px 0;
    border-top: solid 1px #404040;
    
    display: inline;            /* Test fix for IE6 */
}
.contactUsLocationImgBox
{
    width: 205px;
    height: 145px;
    float: left;
    margin: 5px 8px 3px 0;
    
    display: inline;            /* Test fix for IE6 */
}
/* --------------------------------------------------------
   Form CSS classes (registration, contact us forms, etc.
   -------------------------------------------------------- */
.regformLeftColumn
{
    width:310px;
    float: left;
}
.regformRightColumn
{
    width: 310px;
    float: left;
    margin: 0 0 0 15px;
}
.formCheckBoxColumn
{
    width: 150px;
    float: left;
    margin: 0 0 0 5px;
}
.watermarkText
{
    color: #646464;
    width: 300px;
    margin: 2px 5px 2px 5px;
}
.watermarkCommentBox
{
    color: #646464;
    width: 300px;
    height: 75px;
    margin: 2px 5px 2px 5px;
}
.textBox
{
    color: #000000;
    width: 300px;
    margin: 2px 5px 2px 5px;
}
.commentBox
{
    color: #000000;
    width: 300px;
    height: 75px;
    margin: 2px 5px 2px 5px;
}
.dropdownBox
{
    width: 305px;
    margin: 2px 5px 2px 5px;
}
.formButton
{
    margin: 2px 5px 2px 5px;
}
/* --------------------------------------------------------
   Modal popup window - for confirmation, etc.
   -------------------------------------------------------- */
/* .modal
{
    background-color: gray;
    border: solid 1px #646464;
    filter: alpha(opacity=90);
    opacity: 0.7;

} */
.modalText
{
    color: #0e3592;
    font-family: Tahoma;
    font-size: 18px;
    border: 5px;
    text-align: center;
}
