#sidebar {
	background:#e8e8e8;
	border-right:#1d1c1c 1px solid;
}
.navbar-inner {
	min-height: 43px;
	padding-right: 20px;
	padding-left: 20px;
	background: #990000; /* Old browsers */
	background: -moz-linear-gradient(top, #D50000 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D50000), color-stop(100%, #990000c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #D50000 0%, #990000c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #D50000 0%, #990000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #D50000 0%, #990000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4061d6 0%, #172488 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D50000', endColorstr='#990000', GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;/*border-bottom:#0c0c0c 1px solid;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
*/
}
.side-nav li a {
	background: #990000; /* Old browsers */
	background: -moz-linear-gradient(top, #BF0000 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BF0000), color-stop(100%, #990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #BF0000 0%, #990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #BF0000 0%, #990000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #BF0000 0%, #990000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0453bf 0%, #261999 100%); /* W3C */	
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BF0000', endColorstr='#990000', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	color:#eee;/*text-shadow:
	 0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);*/
}
.side-nav li a {
	border-bottom:#1d1c1c 1px solid;
}
.side-nav li a:hover {
	background: #f8f8f8;
	color:#333;
}
.side-nav li ul li a {
	background:#e8e8e8
}
.side-nav li ul li a .sidenav-icon .sidenav-link-color {
	background:#C60000;
}
.side-nav li ul li a:hover .sidenav-icon .sidenav-link-color {
	background:#FF3333;
}
.accordion-header a {
	background: #BF0000; /* Old browsers */
	background: -moz-linear-gradient(top, #BF0000 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BF0000), color-stop(100%, #990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #BF0000 0%, #990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #BF0000 0%, #990000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #BF0000 0%, #990000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #BF0000 0%, #990000 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BF0000', endColorstr='#990000', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	color:#eee;/*text-shadow:
	 0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);*/

	color:#ffffff;
}
.accordion-header a:hover {
	background: #BF0000; /* Old browsers */
	background: -moz-linear-gradient(top, #990000 0%, #BF0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BF0000), color-stop(100%, #990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #990000 0%, #BF0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #990000 0%, #BF0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #990000 0%, #BF0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #990000 0%, #BF0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#BF0000', GradientType=0 ); /* IE6-9 */
}
.cal caption {
	color: #e2e2e2;
	font-weight: bold;
	background: #333;
	background: #BF0000; /* Old browsers */
	background: -moz-linear-gradient(top, #BF0000 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BF0000), color-stop(100%, #990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #BF0000 0%, #990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #BF0000 0%, #990000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #BF0000 0%, #990000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #BF0000 0%, #990000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BF0000', endColorstr='#990000', GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #333;
	border-bottom: 1px solid #313131;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}
.cal caption {
	text-shadow: 0 -1px black;
}
.cal caption a {
	color: #e2e2e2;
}
