#Gutter hr {
	width: 175px;
	height: 0px;
	color: #aaa;
	border: 0;
	border-top: 1px solid #ddd;
}

#Gutter p, #Gutter li, #Gutter td {
	font-size: 85%;
	.font-size: 100%;
}

.GutterBox {
	border: 1px solid #ccc;
	width: 175px;
	margin: 20px 0 0 0;
}

* html .GutterBox {
	width: 175px;	
}

.GutterBox ul, .GutterBox p {
	margin-left: 10px;
	font-size: 85%;
}

.GutterBox table {
	margin-left: 10px;
}

.GutterBox td {
	font-size: 85% !important;
	padding-bottom: .5em;
	.padding-bottom: .7em;
}

#Gutter img {
	max-width: 175px;
}

* html #Gutter img {
	width: expression(document.body.clientWidth > 174 ? "175px" : "auto");
}

.GutterBox h4 {
	border-bottom: 1px solid #ccc;
	width: 163px;
	padding: 2px 2px 0px 10px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 100%;
	.font-size: 90%;
	.letter-spacing: -1px;
}

* html .GutterBox h4 {
	width: 173px;
}

.GutterBox ul li {
	padding: 0 10px;
	margin-bottom: 0.85em;
}

.GutterBox li a:link, .GutterBox li a:visited {
	color: #666;
	text-decoration: none;
	font-size: 85%;
}

.GutterBox.LightGreen, .GutterBox.LightGreen h4 {
	border-color: #7ab26e;
}

.GutterBox.LightGreen h4 {
	background-image: url('../images/light-green-bg.png');
	color: #2c842d;
}

.GutterBox.LightBlue, .GutterBox.LightBlue h4 {
	border-color: #90cfc8;
}

.GutterBox.LightBlue h4 {
	background-image: url('../images/light-blue-bg.png');
	color: #1c82c7;
}

.GutterBox.Yellow, .GutterBox.Yellow h4 {
	border-color: #ffda4b;
}

.GutterBox.Yellow h4 {
	background-image: url('../images/yellow-bg.png');
	color: #f05d19;
}

.GutterBox.Pink, .GutterBox.Pink h4 {
	border-color: #c85f9e;
}

.GutterBox.Pink h4 {
	background-image: url('../images/pink-bg.png');
	color: #a31a5e;
}

#Gutter .Buttons {
	padding-top: 5px;
}

#Gutter .Buttons li {
	margin: 10px 0;
}

.BitBox, .BitBox a:link, .BitBox a:visited,
.CalendarBox, .CalendarBox a:link, .CalendarBox a:visited,
.FormsBox, .FormsBox a:link, .FormsBox a:visited
{
	color: #fff;
	font-size: 95%;
	text-decoration: none;
}

.FormsBox li, .BitBox li {
	margin-left: 0.3em;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: .4em;
}

#Gutter ul.RegularList li {
    margin-left: 1em;
    list-style-type: disc;
    text-transform: none;
    font-weight: normal;
}

.CalendarBox table td {
	padding-right: 1em;
	padding-bottom: .4em;
}

.GutCalTime {
	padding-right: 5px;
}