﻿/**  Site Colors  **/
/**  Dark Blue: #0172b8;  **/
/**  Light Blue: #ddedfd;  **/
/**  Orange: #f15c22;  **/

/*  Global Styles  */

body {
	background: url('/Style Library/2010/images/auditor_background.jpg') no-repeat top center #8C8C8C;
}

/*  Content  */

.section {
	border: 1px solid #EDEDED;
}
.section-header {
	background: url('/Style Library/2010/images/auditor_bg_section_headers.jpg') repeat-x top left;
	border-bottom: 1px solid #EDEDED;
	padding-left: 0px;
}

/*  Added to enable standard header graphics - 02/23/2011, RLP  */
#Left-nav-header{
	border-bottom: 1px solid #EDEDED;
	background-image:url('/Style Library/2010/images/header_auditor_nav.jpg')
}
#Calendar-header{
	border-bottom: 1px solid #EDEDED;
	background-image:url('/Style Library/2010/images/header_auditor_calendar.jpg')
}
#Resource-header{
	border-bottom: 1px solid #EDEDED;
	background-image:url('/Style Library/2010/images/header_auditor_resources.jpg')
}
