/*##################################################################################################
//#
//#        File: announcements.css
//#      Author: James Simmons
//#     Created: May 13, 2013
//# Application: AIR Card
//#     Purpose: Used for announcements styles.
//#
//#
//###################################################################################################
//#	History
//#	-------
//#
//#	Date		Version			Name			Bug		Description
//#	-----------	------------	--------------	-----	----------------------
//#	13 May 2013	V1.0.JS2.0.0	James Simmons	60768	Written
//#	27 Jan 2014	V1.0.JS2.1.0	James Simmons   US1780	Porting changes to SEA Card over
//# 22 Jan 2014 V1.0.WBM.2.0    Brian McCane    US1440  Add styles for announcement history and fix IE7 issue
//#
//###################################################################################################
*/

/*
    Announcements and Release Note Pagelet/Display Styles
*/

.AnnouncementsHeader {
   font-weight: bold;
   font-size: 1.1em;
   padding: 2px 0px;
   margin:15px 0 3px 3px;
}
.ReleaseNotes,
.Announcements{
   padding: 0 10px;
   overflow-y: auto;
   max-height: 260px;
   border: 2px solid #DDD;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
}
.ReleaseNotes > div,
.Announcement {
	margin-top:10px;
	margin-bottom:15px;
}
.ArchiveReleaseNote {
   margin-top:15px;
   margin-bottom:10px;
}
.RNHeader,
.AnnouncementTitle {
	font-weight: bold;
   margin:0 0 5px 0;
}
.AnnouncementImportant {
	color:#C00;
}
.RNSummary,
.AnnouncementBody {
	margin:5px 10px;
}
.AnnouncementLinks {
	margin:0 10px;
}

/*
    Release Note Specific Styles
*/
.RNHeader .RNLabel{
   margin-right: 20px;
}
.RNHeader .RNSeperator{
   margin: 0 5px;
}
.RNLink{
   text-align: right;
}

/*
    Announcements Update History Block Styles
*/
.AnnouncementCanvasContent > div{
    display:inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
   /* IE7 Hack for inline-block */
   *display: inline;
   zoom: 1;
}
.AnnouncementHistory{
    border: gray solid 1px;
    border-radius: 3px;
    padding: 10px;
}

/*
 * Announcements Links and Groups styles
 */
.LinkRow table tr th:first-child,
.LinkRow table tr td:first-child,
.GroupRow table tr th:first-child,
.GroupRow table tr td:first-child {
    display: none;
}
