﻿#currentMonthBar {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-left: 0px;
    width: 674px;
    height: 33px;
    background-color: #dddddd;
    padding-bottom: 0px;
}

#issueContent {
    padding-left: 4px;
}

#issueCoverArea {
    float: left;
    width: 241px;
    height: 315px;
    background-image: url(../Images/issuecover_bg.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 9px;
    padding-top: 5px;
}

.issueCoverImage { width: 219px; height: 289px; border: none; }

#mainFeatures {
    width: 416px;
    margin-left: 250px;
}

#mainDepartments {
    float: left;
    width: 326px;
    margin: 0px;
    padding: 0px;
}

#mainWebExclusives {
    width: 334px;
    margin-left: 332px;
}

.titleBar {
    width: 100%;
    height: 23px;
    background-color: #000000;
    margin: 0px;
    margin-bottom: 0px; 
    padding: 0px;
}
 
#featuresTitleBarText { position: relative; top: 6px; left: 6px; display: block; width: 78px; height: 11px; background-image: url(../Images/TitleBars/issue_features.gif); text-indent: -20000px;}
#departmentsTitleBarText { position: relative; top: 5px; left: 6px; display: block; width: 99px; height: 13px; background-image: url(../Images/TitleBars/issue_departments.gif); text-indent: -20000px;}
#webexTitleBarText { position: relative; top: 2px; left: 6px; display: block; width: 127px; height: 19px; background-image: url(../Images/TitleBars/issue_webex.gif); text-indent: -20000px;}

.issueSubContent { padding: 10px; } 
.issueWebExSubContent { padding: 10px; background-color: #cfcfcf; } 
.issueWebExSubContentItem { height: 95px; }
 
#issueContent a { font-size: 13px; font-weight: bold; }
.featurebyline { display: block; margin-top: 2px; margin-bottom: 2px; font-size: 12px; font-weight: normal; font-style: italic; }
#issueContent h6 { margin-bottom: 10px; font-size: 12px; font-weight: normal; }
 
