/* 
Name:			corporate.css
Author:			Kevin Mauer
Created:		08/26/2009
Description:	Redefines only those properties for styles from default.css needed to create the look and feel for 
                the Corporate Connection subsite.
*/

 


/* ************ RIGHT COLUMN TEASERS ************** */

.topRightTeaser {
    background: #B30E0D /*url(/images/student_topRightTeaser_link.gif) no-repeat bottom left*/;
    padding-bottom: 5px;
}

.midRightTeaser {
    background: #576680 /*url(/images/student_midRightTeaser_link.gif) no-repeat bottom left*/;
}

.bottomRightTeaser {
    background: #F6A52F /*url(/images/student_bottomRightTeaser_link.gif) no-repeat bottom left*/;
}

.calendarItem {
    margin: 10px; 
}

.calendarItemDate {
margin-bottom: 3px;
font-weight: bold;
}

.calendarItemTitle {

}

.calendarItemLocation {
    display: none;
}

.calendarItemRegister {
    display: none;
    margin-top: 3px;
    font-weight: bold;
}

/* teaser links */
.orangeBox .teaserLinkOrangeBox a, .orangeBox .teaserLinkBlueBox a, .orangeBox .teaserLinkOcherBox a, .orangeBox .rightTeaserLink a, 
.topRightTeaser .teaserLinkOrangeBox a, .topRightTeaser .teaserLinkBlueBox a, .topRightTeaser .teaserLinkOcherBox a, .topRightTeaser .rightTeaserLink a {
    background: #890403;
}

.blueBox .teaserLinkOrangeBox a, .blueBox .teaserLinkBlueBox a, .blueBox .teaserLinkOcherBox a, .blueBox .rightTeaserLink a, 
.midRightTeaser .teaserLinkOrangeBox a, .midRightTeaser .teaserLinkBlueBox a, .midRightTeaser .teaserLinkOcherBox a, .midRightTeaser .rightTeaserLink a {
    background: #38424E;
}

.ocherBox .teaserLinkOrangeBox a, .ocherBox .teaserLinkBlueBox a, .ocherBox .teaserLinkOcherBox a, .ocherBox .rightTeaserLink a, 
.bottomRightTeaser .teaserLinkOrangeBox a, .bottomRightTeaser .teaserLinkBlueBox a, .bottomRightTeaser .teaserLinkOcherBox a, .bottomRightTeaser .rightTeaserLink a {
    background: #C57601;
}

/* Recent topics styles */
.forumBox {
    
}

.forumBoxHeadding {
    
}

.forumTopic {
    margin: 10px 0; 
}

.forumTopicTitle {

}

.forumTopicLastPosted {

}
