@charset "utf-8";
body {
	background-color: #FFBF2B;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../Images/bgYellow.gif);
	background-position: center;
}
.borderB {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.borderLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;
}
.borderLBR {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#ContactUs {
	background-color: #F5F2F6;
	border: 1px solid #CCCCCC;
}

.contactUsBox {
	width: 180px;
	border: 1px solid #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ContactUsPadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 8px;
}

.copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

.footLink {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.footLink:link {
	text-decoration: none;
	color: #333333;
}
.footLink:visited {
	text-decoration: none;
	color: #333333;
}
.footLink:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.footLink:active {
	text-decoration: none;
	color: #FFFFFF;
}
.iconLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.iconLink:link {
	text-decoration: none;
	color: #333333;
}
.iconLink:visited {
	text-decoration: none;
	color: #333333;
}
.iconLink:hover {
	text-decoration: none;
	color: #FF9900;
}
.iconLink:active {
	text-decoration: none;
	color: #FF9933;
}
.newsContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}

.titile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFDD95;
}
.trafficQuestion {
	font-size: 14px;
	color: #D8302D;
}

#tableMain, #tableSearch {
	background-color: #FFDD95;
}
  /**
   * Set a very small font size for the control and constrain
   * it's width to 225px
   *
   * Note: the page has a single FeedControl that
   * is drawn in the <div> element whose id is "feedControl".
   */
#feedControl {
    font-size: 10px;
    width : 180px;
}

  /**
   * Suppress everything except for title
   */
  #feedControl .gf-snippet,
  #feedControl .gf-author,
  #feedControl .gf-spacer,
  #feedControl .gf-relativePublishedDate {
    display : none;
  }
#feedControl .gf-title{
}

#feedControl .gf-title:link,  #feedControl .gf-title:visited {
	color: #0054A6;
}
#feedControl .gf-title:hover {
	color: #FF9900;
}
#feedControl .gf-title:active {
	color: #FF9900;
}
.adDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	line-height: 15pt;
}
.adPadding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}
.adPadding:hover {
	color: #FF9900;
	text-decoration: none;
}
.showLocation {
	color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-color: #FFBF2B;
	background-color: #F8FFEE;
	border-style: bold;
}
.newsCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	padding: 5px;
}
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	text-align: left;
	display: block;
}
.searchBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 20px;
	width: 500px;
	padding-left: 5px;
}
.searchTableBox {
	border: 2px solid #5CA3C7;
}
.searchRadioButton {
	font-family: Tahoma;
	font-size: 12px;
	color: #5CA3C7;
}
.Gateway {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000000;
}
.Gateway:link {
	text-decoration: none;
	color: #000000;
}
.Gateway:visited {
	text-decoration: none;
	color: #FF9900;
}
.Gateway:hover {
	text-decoration: none;
	color: #FF9900;
}
.Gateway:active {
	text-decoration: none;
	color: #FF9933;
}
#videoListContent {
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #f0f0f0;
	SCROLLBAR-SHADOW-COLOR: #c5c5c5;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #efefef;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	vertical-align: top;
	height: 320px;
	width: 210px;
	overflow: auto;
}
