@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../graphics/backgroundTile.gif);
	background-repeat: repeat-x;
	background-color: #e8fcff;
	background-position: top;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: #FFFFFF url(../graphics/form-back.gif) repeat-x left top;
}

.dataCell {
	border-bottom: 1px solid #cccccc;
}

.headerColor {
	background-color: #cccccc;
	padding: 5px;
	color: black;	
}
.header {
	background-image: url(../graphics/half_header2.jpg);
	background-repeat: no-repeat;
}

.calendar-top-left {
	background-image: url(graphics/calendar_corner_top_left.gif);
	background-repeat: no-repeat;
	
}
.calendar-top-border {
	background-image: url(graphics/calendar_border_top.gif);
	background-repeat: repeat-x;
}
.calendar-top-right {
	background-image: url(graphics/calendar_corner_top_right.gif);
	background-repeat: no-repeat;
	
}
.calendar-border-left {
	background-image: url(graphics/calendar_border_left.gif);
	background-repeat: repeat-y;
}
.calendar-border-right {
	background-image: url(graphics/calendar_border_right.gif);
	background-repeat: repeat-y;
	
}
.calendar-bottom {
	background-image: url(graphics/border_bottom.gif);
	background-repeat: repeat-x;
}
.calendar-bottom-right {
	background-image: url(../graphics/calendar_corner_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.calendarHeader {
	background-image: url(../graphics/calendarHeaderBackground.gif);
	background-repeat: repeat-x;
	padding: 4px;
}
.top {
	background-image: url(../graphics/border_top.gif);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.bottom {
	background-image: url(graphics/border_bottom.gif);
}
.border-left {
	background-image: url(graphics/border_left.gif);
	background-repeat: repeat-y;
	background-color: white;
}
.border-right {
	background-image: url(graphics/border_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: white;
}
#tweet {
	width: 190px;
	font-size: 13px;
}
#tweet p {
	margin: 0;
	padding: 0.5em;
}
#tweet p.odd {
	background-color: #ddd;
	/*background-image: url(graphics/tabTop.jpg);
	background-repeat: repeat-x;
	color: white;*/
}

.dailyCalendarHeader {
	background-image: url(../graphics/calendar_title.gif);
	background-repeat: no-repeat;
	height: 42px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding-left: 50px;
}


.blueBackgroundLink {
	color: white;
	text-decoration: none;
}
.blueBackgroundLink a:link {
	text-decoration: none;
}
.blueBackgroundLink a:visited {
	text-decoration: none;
	color: white;
}
.blueBackgroundLink a:hover {
	text-decoration: underline;
	color: yellow;
}

.blueBackgroundLink a:active {
	text-decoration: underline;
	color: yellow;
}

.adLink {
	color: #3b5998;
	text-decoration: none;
}
.adLink a:link {
	text-decoration: none;
}
.adLink a:visited {
	text-decoration: none;	
}
.adLink a:hover {
	text-decoration: underline;
	color: black;
}
.adLink a:active {
	text-decoration: underline;
	color: black;
}

.footerLink {
	color: #666666;
	text-decoration: none;
}
.footerLink a:link {
	text-decoration: none;
}
.footerLink a:visited {
	text-decoration: none;	
}
.footerLink a:hover {
	text-decoration: underline;
	color: black;
}

.footerLink a:active {
	text-decoration: underline;
	color: black;
}

.tabcontent{
	display:none;
	font-family: arial;
}