/*-----------------------------------------------------------------------------

Basic typography for browsers. This file imports the other CSS files. 

-----------------------------------------------------------------------------*/

@import url("layout.css");
@import url("general.css");
@import url("font.css");
@import url("border.css");
@import url("forms.css");
@import url("schedule.css");

/* =General Typography
-----------------------------------------------------------------------------*/

#body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #000;
	background-color: #fff;
	background-image: url('');
	font-size: 12px;
	color: #000000;
	line-height: 140%;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.contentwrap
{
	width: 590px;
	overflow: auto;
}

.contentwrapsmall
{
	width: 420px;
	overflow: auto;
}

div, form, img, ul, ol, li, dl, dt, dd, hr
{
	margin: 0;
	padding: 0;
	border: 0;
}

hr
{
	padding: 0px 0;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

table, td, tr, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.news_story a
{
    color:#800000 !important;
}

a:link, a:visited, a:hover, a:active
{
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:hover
{
	text-decoration: none;
}


li
{
	list-style: none;
}


.blogPost p
{
	padding: 0px 0px 10px 0px;
}

.blogPost h2
{
	margin: 10px 0px;
}

.blogPost hr
{
	margin: 20px 0px;
	border-bottom: #999 1px solid;
}
input.checkbox
{
	height: 13px;
	width: 13px;
}
span.checkbox input
{
	height: 13px;
	width: 13px;
}
div.promo input.long
{
	margin: 0px;
	padding: 0px;
	width: 204px;
	height: 14px;
}

/*--tab--*/
.RadTabStrip_tab li a
{
	background-color: #d8e1e5;
	margin-left: 1px;
	color: #006699;
}
.RadTabStrip_tab li.frist a
{
	margin-left: 0px;
}
.innerWrap
{
	margin-top: -4px;
}
.RadTabStrip_tab ul
{
	height: 30px;
}

.taboff
{
	height: 30px;
	width: 86px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: middle;
}

.tabon
{
	height: 30px;
	width: 86px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
}

div#dailyScheduleDaysContainer li a
{
	margin-left: 1px;
}

div#dailyScheduleDaysContainer li.first a
{
	margin-left: 0px;
	margin-right: -4px;
}

div#dailyScheduleDaysContainer li.last a
{
	margin: 0px 0px 0px 2px;
}

.show
{
	display: block;
}
.hidden
{
	display: none;
}
.checkbox input
{
	width: 18px;
	margin-right: 10px;
	border: 0;
}

.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
  /*
   * In Internet Explorer, The"border-style: dashed" will never be
   * rendered unless "(width * 5) >= border-width" is true.
   * Since "width" is set to "0", the "dashed-border" remains
   * invisible to the user, which renders the border just like how
   * "border-color: transparent" renders.
   */
  border-style: dashed;
  border-color: transparent;
  border-width: 0.53em;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 100px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
}

.arrow-n {
  border-bottom-width: 1em;
  border-bottom-style: solid;
  border-bottom-color: #666;
  bottom: 0.25em;
}

.arrow-e {
  border-left-width: 1em;
  border-left-style: solid;
  border-left-color: #666;
  left: 0.25em;
}
                    
.arrow-s {
  border-top-width: 1em;
  border-top-style: solid;
  border-top-color: #666;
  top: 0.25em;
}

.arrow-w {
  border-right-width: 1em;
  border-right-style: solid;
  border-right-color: #666;
  right: 0.25em;
}

.hoverdiv:hover {
background:#eee;
}

/*--tab--*/

div.grey-line-div {
	font-weight:normal;
	padding:.5em;
	margin:25px 0 10px 0;
	border-bottom:1px solid #ccc;
}



