/*  This is the home page css file for the BSI Draft Review System Application.
	19/09/2011 by Zebedee Creations
	These styles cover the colours used and background properties.  
	
	Table of Contents:
		1. Colour Palette
		2. Background Colours and Images
		


*/

/* 1. Colour Palette - start - */

.documentPreviewBoxItem p.title,
.documentPreviewBoxItem p.expiryDate,
.documentComments a,
.documentComments span
{
color:#57585b
}

#mostPopularTitle h2,
.documentPreviewBoxItem h3 a
{
color:#344586;
}

#searchLabel label,
#bsiSubjectsList h2
{
color:#f6d856
}

#mainContent h1,
#mainContent p,
#bsiSubjectsList ul li a
{
color:#fff;
}

/* Colour Palette - end - */

/* 2. Background Colours and Images - start - */

#mostPopularTitle .mptSliceLeft
{
background:#fff url('/content/images2/mostPopularLeftSlice.png') no-repeat center bottom;
}

#mostPopularTitle .mptSliceRight
{
background:url('/content/images2/mostPopularRightSlice.png') no-repeat 0px 2px;
}

#mostPopularTitle h2 
{
background:#e7e7e7 url('/content/images2/mostPopularShadowSlice.png') repeat-x 0px -16px;
}

#mostPopularTitleWrapper
{
background:#3f434c url('/content/images2/mostPopularTitleWrapperSlice.jpg') repeat-x 0px 3px;
}

.bsiSiteGuideImagesItem .bsiSiteGuideImagesItemTitle
{
background-color:#e7e7e7;
}

#searchformHome #searchField
{
background-color:#484a51;
}

#searchformHome #searchField #searchSubmit
{
background:url('/content/images2/searchSubmitBackground.gif') no-repeat center;
}

#searchformHome #searchField #searchSubmit:hover,
#searchformHome #searchField #searchSubmit:focus
{
outline: none;
}

#contentWrapper
{
background:#3f434c url('/content/images2/contentBackground.jpg') repeat-x;
}

#mostPopularWrapper 
{
background:#fff url('/content/images2/mostPopularBackground.jpg') repeat-x;	
}

#bsiSiteGuideImages .findItem
{
background:url('/content/images2/findTopSlice.png') no-repeat;	
}

#bsiSiteGuideImages .readItem
{
background:url('/content/images2/readTopSlice.png') no-repeat;	
}

#bsiSiteGuideImages .commentsItem
{
background:url('/content/images2/commentsTopSlice.png') no-repeat;	
}

#bsiSiteGuideImages .shareItem
{
background:url('/content/images2/shareTopSlice.png') no-repeat;	
}

.bsiSiteGuideImagesItem .bsiSiteGuideImagesItemSlice
{
background:url('/content/images2/FindBottomSlice.png') no-repeat;	
}

#mostPopular .documentPreviewBoxItem .documentComments a
{
background:url('/content/images2/makeCommentListItem.gif') no-repeat left center;
}

#mostPopular .documentPreviewBoxItem .documentComments span
{
background:url('/content/images2/commentListItem.gif') no-repeat left center;
}

#bsiSubjectsList ul li
{
background:url('/content/images2/subjectListItem.gif') no-repeat 5px 7px;
}

#additionalContent div 
{
color: #FFFFFF;
}

#additionalContent > div 
{
font-size: 1.2em;
}


div.flashMessage {
    background-color: #F8F7A9;
    border: 1px dashed #C8C709;
    margin: 10px 0;
    padding: 8px;
}

.flashWarning {
    background-color: #F8A9A9;
    border: 1px dashed #C80909;
    margin: 10px 0px;
    padding: 8px;
}

.searchHelpText
{
color: #333;
}

/* Background Colours and Images - end - */

