hight#header_container, #categories_container, #main_container, #primary, #secondary, #footer_container {
	overflow: hidden;
}

#main_container, #primary, #secondary {
    background: #f8f8f8;
}

#main_container {
    padding-left: 3px;
    padding-right: 3px;
    border: thin solid lightgray;
    min-height: 500px;
}

#featured1, #featured2, #featured3 {
	background-color: #FFC;
}

#ad1, #video {
    padding: 0 7px 0 7px;
    background-color: white;
}

.secondaryBox {
    padding: 0 7px 0 7px;
}

#similar {
	background-color: orange;
}

#interviewAsArticle {
    background-color: white;
    padding: 10px;
    min-height: 500px;
}

#whitePanel {
    background-color: white;
    padding: 15px;
    min-height: 500px;
}

#interviewSidebar {
    border-left: dotted thin #e3e3e3;
    padding: 5px;
    float: right;
    margin-left: 20px;
}

#tempSecondaryPane {
    min-height: 540px;
    background: url(/images/secondaryPaneTempBG.png) no-repeat;
}

#slot1, #slot2, #slot3, #slot4, #slot5, #slot6, #slot7, #slot8, #slot9, #slot10, #slot11, #slot12, #slot13, #slot14, #slot15, #slot16, #slot17, #slot18, #slot19, #slot20, #slot21 {
	background: white;
}

#categories_container {
    /*background-color: lavender;*/
}

#category1, #category2, #category3, #category4, #category5, #category6, #category7, #category8, #category9, #highlightedCategory {
	text-align: center;
    /*border-left: solid 1px white;*/
    /*border-right: solid 1px white;*/
    margin-top: 0;
    margin-bottom: 0;
    font-family: Georgia, "Century Schoolbook", "Times New Roman", Times, serif;
    text-decoration: none;
    font-weight: normal;
}

#highlightedCategory {
    background: oldlace ;
    border: thin solid lightgray;
}

#highlightedCategory a {
    color: black;
}

#primary p, #secondary p {
	padding: 8px;
}

.slotContent { /* Used in interviewBox_fragment.jsp */
    padding: 8px;
    /*border-top: thin solid #f0f0f0;*/
    /*border-left: thin solid #f0f0f0;*/
}

.slotContentText { /* Used in interviewBox_fragment.jsp */
    font-size: 0.9em;
}