
#header {
	background-color: #215de9;
	border-top: 1px solid #0d40b7;
	border-bottom: 1px solid #0d40b7;
	background: -moz-linear-gradient(0% 100% 90deg,#1051ea,#497bf1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#497bf1), to(#1051ea));
	background: -ms-linear-gradient(top, #497bf1 0%,#1051ea 100%);
	background: linear-gradient(top, #497bf1 0%,#1051ea 100%);
	background: -o-linear-gradient(top, #497bf1 0%,#1051ea 100%);
	filter: progidDXImageTransform.Microsoft.gradient(startColorstr='#497bf1', endColorstr='#1051ea',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px #749dfe;
	box-shadow: inset 0px 1px 0px 0px #749dfe;
}

div.contentBar.blueContentBar {
	background: #eff3fd;
	background: -moz-linear-gradient(top,  #eff3fd 0%, #e9effb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff3fd), color-stop(100%,#e9effb));
	background: -webkit-linear-gradient(top,  #eff3fd 0%,#e9effb 100%);
	background: -o-linear-gradient(top,  #eff3fd 0%,#e9effb 100%);
	background: -ms-linear-gradient(top,  #eff3fd 0%,#e9effb 100%);
	background: linear-gradient(to bottom,  #eff3fd 0%,#e9effb 100%);
	filter: progidDXImageTransform.Microsoft.gradient( startColorstr='#eff3fd', endColorstr='#e9effb',GradientType=0 );
}

.contentBoxHeader {
	background-color: #215de9;
	border-bottom: 1px solid #0031a4;
	background: -moz-linear-gradient(0% 100% 90deg, #1051ea, #497bf1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#497bf1), to(#1051ea));
	background: -ms-linear-gradient(top, #497bf1 0%,#1051ea 100%);
	background: linear-gradient(top, #497bf1 0%,#1051ea 100%);
	background: -o-linear-gradient(top, #497bf1 0%,#1051ea 100%);
	box-shadow: inset 0 1px 0 #749dfe;
	border: 1px solid #0d40b7;
}

div.fancySearchbox .btnSubmit {
	border: 1px solid #0d40b7;
	background: #497bf1 url('/sas/v2/images/search-icon-white.png') no-repeat center center;
	background: url('/sas/v2/images/search-icon-white.png') no-repeat center center, -moz-linear-gradient(top,  #497bf1 0%, #1051ea 100%);
	background: url('/sas/v2/images/search-icon-white.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#497bf1), color-stop(100%,#1051ea));
	background: url('/sas/v2/images/search-icon-white.png') no-repeat center center, -webkit-linear-gradient(top,  #497bf1 0%,#1051ea 100%);
	background: url('/sas/v2/images/search-icon-white.png') no-repeat center center, -o-linear-gradient(top,  #497bf1 0%,#1051ea 100%);
	background: url('/sas/v2/images/search-icon-white.png') no-repeat center center, -ms-linear-gradient(top,  #497bf1 0%,#1051ea 100%);
	background: url('/sas/v2/images/search-icon-white.png') no-repeat center center, linear-gradient(to bottom,  #497bf1 0%,#1051ea 100%);
	filter: progidDXImageTransform.Microsoft.gradient( startColorstr='#497bf1', endColorstr='#1051ea',GradientType=0 );
	box-shadow: inset 0px 1px 0px 0px #749dfe;
}

div.calendarEvent .eventTitle a {
	color: #1c5aec;
	text-shadow: 0 1px 0 #ffffff;
}

.notificationsColor {
	color: #205dec !important;
}

.userColor {
	color: #0bb925;
}

.creativeColor {
	color: #f14223;
}

.categoryColor {
	color: #f14223;
}

.projectColor {
	color: #0bb925;
}

.meetingColor {
	color: #0bb925;
}

.priorityColor {
	color: #0bb925;
}

.deadlineColor {
	color: #f14223;
}

.approvalColor {
	color: #b723f1;
}

.assetColor {
	color: #b723f1;
}

.fileColor {
	color: #f14223;
}

.noteColor {
	color: #f1cf23;
}

.historyColor {
	color: #2391f1;
}

.groupColor {
	color: #0bb925;
}

.calendarSubHeader .dayOfWeek {
	color: #4075f0;
}

.fileRow .fileLinkContainer a {
	color: #1052ec;
}

#logoSeperator {
	border-right: 1px solid #4477f8;
	border-left: 1px solid #164dce;
}

.btnBlue {
	color: #ffffff;
	background: #497bf1;
	background: -moz-linear-gradient(top,  #497bf1 0%, #1051ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#497bf1), color-stop(100%,#1051ea));
	background: -webkit-linear-gradient(top,  #497bf1 0%,#1051ea 100%);
	background: -o-linear-gradient(top,  #497bf1 0%,#1051ea 100%);
	background: -ms-linear-gradient(top,  #497bf1 0%,#1051ea 100%);
	background: linear-gradient(to bottom,  #497bf1 0%,#1051ea 100%);
	filter: progidDXImageTransform.Microsoft.gradient( startColorstr='#497bf1', endColorstr='#1051ea',GradientType=0 );
	box-shadow: inset 0px 1px 0px 0px #749dfe;
	border: 1px solid #0d40b7;
	text-shadow: 0 1px 0 #0f4ad5;
}

#btnLogin {
	background: #497bf1 url('/sas/v2/images/icon-login.png') no-repeat 10px 9px;
	background: url('/sas/v2/images/icon-login.png') no-repeat 10px 9px, -moz-linear-gradient(top,  #497bf1 0%, #1051ea 100%);
	background: url('/sas/v2/images/icon-login.png') no-repeat 10px 9px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#497bf1), color-stop(100%,#1051ea));
	background: url('/sas/v2/images/icon-login.png') no-repeat 10px 9px, -webkit-linear-gradient(top,  #497bf1 0%,#1051ea 100%);
	background: url('/sas/v2/images/icon-login.png') no-repeat 10px 9px, -o-linear-gradient(top,  #497bf1 0%,#1051ea 100%);
	background: url('/sas/v2/images/icon-login.png') no-repeat 10px 9px, -ms-linear-gradient(top,  #497bf1 0%,#1051ea 100%);
	background: url('/sas/v2/images/icon-login.png') no-repeat 10px 9px, linear-gradient(to bottom,  #497bf1 0%,#1051ea 100%);
	filter: progidDXImageTransform.Microsoft.gradient( startColorstr='#497bf1', endColorstr='#1051ea',GradientType=0 );
}

.meetingRowTitle a {
	color: #1052ec;
}

.categoryRowTitle a {
	color: #1052ec;
}

table.ui-datepicker-calendar th {
	color: #4075f0;
}

.ui-slider {
	background: -moz-linear-gradient(0% 100% 90deg,#1051ea,#497bf1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#497bf1), to(#1051ea));
	background: -ms-linear-gradient(top, #497bf1 0%,#1051ea 100%);
	background: linear-gradient(top, #497bf1 0%,#1051ea 100%);
	background: -o-linear-gradient(top, #497bf1 0%,#1051ea 100%);
	filter: progidDXImageTransform.Microsoft.gradient(startColorstr='#497bf1', endColorstr='#1051ea',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px #749dfe;
	box-shadow: inset 0px 1px 0px 0px #749dfe;
}

.upcomingCalendarBox div.item a {
	color: #1c5aec;
}

.noteRow .contentColumn .unreadIndicatorIcon {
	background: #2d67ed;
}

.addFilesBtn {
	border: 1px solid #1058aa;
	background: #83bbfb;
	background: -moz-linear-gradient(top,  #83bbfb 0%, #339af5 3%, #1a70f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83bbfb), color-stop(3%,#339af5), color-stop(100%,#1a70f0));
	background: -webkit-linear-gradient(top,  #83bbfb 0%,#339af5 3%,#1a70f0 100%);
	background: -o-linear-gradient(top,  #83bbfb 0%,#339af5 3%,#1a70f0 100%);
	background: -ms-linear-gradient(top,  #83bbfb 0%,#339af5 3%,#1a70f0 100%);
	background: linear-gradient(to bottom,  #83bbfb 0%,#339af5 3%,#1a70f0 100%);
	filter: progidDXImageTransform.Microsoft.gradient( startColorstr='#83bbfb', endColorstr='#1a70f0',GradientType=0 );
}

.progress {
	background: #83bbfb;
	background: -moz-linear-gradient(top,  #83bbfb 0%, #3299f4 3%, #1a70f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83bbfb), color-stop(3%,#3299f4), color-stop(100%,#1a70f0));
	background: -webkit-linear-gradient(top,  #83bbfb 0%,#3299f4 3%,#1a70f0 100%);
	background: -o-linear-gradient(top,  #83bbfb 0%,#3299f4 3%,#1a70f0 100%);
	background: -ms-linear-gradient(top,  #83bbfb 0%,#3299f4 3%,#1a70f0 100%);
	background: linear-gradient(to bottom,  #83bbfb 0%,#3299f4 3%,#1a70f0 100%);
	filter: progidDXImageTransform.Microsoft.gradient( startColorstr='#83bbfb', endColorstr='#1a70f0',GradientType=0 );
	border: 1px solid #1058aa;
}

.fileInfo.selected {
	border: 1px solid #0f68cd;
	background: #5ca6fa;
	background: -moz-linear-gradient(top,  #5ca6fa 0%, #2883f2 3%, #2883f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ca6fa), color-stop(3%,#2883f2), color-stop(100%,#2883f2));
	background: -webkit-linear-gradient(top,  #5ca6fa 0%,#2883f2 3%,#2883f2 100%);
	background: -o-linear-gradient(top,  #5ca6fa 0%,#2883f2 3%,#2883f2 100%);
	background: -ms-linear-gradient(top,  #5ca6fa 0%,#2883f2 3%,#2883f2 100%);
	background: linear-gradient(to bottom,  #5ca6fa 0%,#2883f2 3%,#2883f2 100%);
	filter: progidDXImageTransform.Microsoft.gradient( startColorstr='#5ca6fa', endColorstr='#2883f2',GradientType=0 );
	color: #052851;
}

.meetingOverlayContent h2 {
	color: #1052ec;
}

.creativeFileInfoBox .creativeFileInfoName, .assetFileInfoBox .assetFileInfoName, .fileInfoBox .fileInfoName {
	color: #1052ec;
}

a {
	color: #1052ec;
}

div.notification a.creativeLink {
    color: #29ba6d;
}

div.notification a.assetLink {
    color: #3b6fd9;
}

div.notification a.creativeFileLink, div.notification.assetFileLink {
    color: #80e031;
}

div.notification a.meetingLink {
    color: #706767;
}

div.notification a.projectLink {
    color: #79e0c6;
}

div.notification a.userApprovalRequestLink, div.notification a.groupApprovalRequestLink {
    color: #2d65c4;
}

div.notification a.projectNoteLink, div.notification a.creativeNoteLink, div.notification a.assetNoteLink,
div.notification a.creativeFileNoteLink, div.notification a.assetFileNoteLink {
    color: #02010d;
}

.unreadNotice {
	color: #1589f5;
}

.btnBlue:hover {
	background: #497bf1;
	background: -moz-linear-gradient(top,  #5a87f2 0%, #2964ed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a87f2), color-stop(100%,#2964ed));
	background: -webkit-linear-gradient(top,  #5a87f2 0%,#2964ed 100%);
	background: -o-linear-gradient(top,  #5a87f2 0%,#2964ed 100%);
	background: -ms-linear-gradient(top,  #5a87f2 0%,#2964ed 100%);
	background: linear-gradient(to bottom,  #5a87f2 0%,#2964ed 100%);
	filter: progidDXImageTransform.Microsoft.gradient( startColorstr='#5a87f2', endColorstr='#2964ed',GradientType=0 );
}
