@charset "utf-8";
/* CSS Document */
img {
	border: 0px;
}
a {
	outline: none;
}
h1 {
	display: block;
	margin: 0 0 5px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #c1c1c1;
}
h2 {
	display: block;
	font-weight:100;
	margin: 0 0 10px 0;
	font-size: 0.7em;
	color: #c1c1c1;
}
h3 {
	font-weight: bold;
	font-size: 1.5em;
	color: #c1c1c1;
}
h4 {
	margin: 6px 3px 1px 3px;
	font-size: 0.9em;
	font-weight: bold;
	color: #6e6e6e;
}
a:link {
	color: #c1c1c1;
	text-decoration: underline;
}
a:visited {
	color: #c1c1c1;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #fff;
	text-decoration: none;
}
li {
	margin: 0 0 3px -10px;
}
body {
	background: black;

	background-image:;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6F6F6F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#header {
	width: 720px;
	background: #1c1c1c;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#header-preview {
	width: 720px;
	background: #2c2c2c;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#content {
	width: 680px;
	background-image: url(../images/RUSHWORKS_LiVE-CAL-backdrop.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px;
	background-color: #6e6e6e;
}
#content-preview {
	width: 680px;
	background: #6e6e6e;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px;
}
#footer {
	width: 720px;
	background: #6e6e6e;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#leftColumn {
	margin: 0px;
	width: 340px;
	float: left;
}
#rightColumn {
	margin: 0px;
	border: 1px;
	width: 320px;
	float: right;
}
#grid {
	padding-top: 360px;
	vertical-align: bottom;
}
#grid-preview {
	padding-top: 10px;
	vertical-align: bottom;
}
#schedule {
	height: 250px;
	overflow: auto;
}
#schedule-preview {
	height: 500px;
	overflow: auto;
}
table.schedule {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
	color: #c1c1c1;
	margin: 1em auto;
	border-top: 1px solid #b6c8ef;
	border-right: 1px solid #b6c8ef;
	border-collapse: collapse;
}
table.schedule td {
	background-image: url(../images/RUSHWORKS-tableBG.gif);
	background-repeat: repeat-x;
	background-color: #00072c;
	border-bottom: 1px solid #b6c8ef;
	border-left: 1px solid #b6c8ef;
	padding: .3em 1em;
	text-align: center;
}
.customerLinks {
	font-weight: bold;
}
#cliptitle {
	background-image: url(../../images/mediaplayer_titlebar.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 320px;
	float: right;
	padding-top: 3px;
	overflow: hidden;
}
.Calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
	width: 250px;
	height: 200px;
	margin: 0 45px 0px 45px;
}
.VideoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
}
.customerLink {
	display: block;
	margin: 0 0 5px 10px;
	font-size: 1em;
	font-weight: bold;
}
.customerLinkDescription {
	display: block;
	font-weight:100;
	margin: 0 0 10px 25px;
	font-size: 0.8em;
}
