

html, body, div, table, span, ul, li
{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	font-size: 1.0em;
    line-height: 1;
	font-family: "Eras Medium ITC", "Segoe UI", "Lucida Sans", Helvetica, sans-serif;
    color: black;
	background-color: #e6e6e6;
}

.turf
{
  margin: 8px;
  padding: 8px;
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
}

.recordable
{
  margin-top: 4px;
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
}

.recordable_index
{
	color: white;
	background-color: #52a9d4;
	font-size: .75em;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 4px;
}

.title
{
  font-size: 1.5em;
}

.subnote
{
  font-size: .70em;
}

.notice
{
  color: yellow;
}

.warning
{
  color: red;
}

.message
{
  color: green;
}

#flash
{
  border: 1px solid black;
  width: 100%;
  text-align: center;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

.textual ul
{
	margin-left: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.main_content
{
  position: relative;				/* Want to allow subelements to be positioned relative to this element */
}

.header
{
  width: 100%;
  border-bottom: 3px solid #52a9d4;
  background-color: #ffffff;
}

.top_banner, .bottom_banner
{ 
  font-size: 18px;
  font-variant: small-caps;
  text-decoration: none;
  clear: both;
}

.top_banner_right
{
  display: block;
  font-size: 12px;
  color: #808080;
  padding-right: 10px;
  padding-top: 10px;
}

.bottom_banner
{
  width: 100%;
  background-color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-top: 3px solid #cccccc;
}


.menu
{
  display: block;
  color: #075795;
}

.menu a, .menu a:hover
{
  padding: 0px 2px 0px 2px;
  color: #0080aa;
  text-decoration: none;
}

.menu a:hover
{
  background: none;
  text-decoration: underline;
}

.redbox_title {
	font-size: 16px;
	background-color: #CCCCFF;
	border: 3px solid #ffffff;
}


/***** Start: tabbed menu in route assembly *****/

.panel {
	clear: both;
	display: none;
	background-color: #ffffff;
	border: 1px solid black;
}

.panel.active-tab-body {
	display: block;
}

.tabs {
	margin-top: 4px;
	font-size: 10px;
	height: 8px;
	list-style: none;
}

.tabs li {
	float: left;
}

.tabs a {
	float: left;
	padding: 3px 8px;
	margin-left: 6px;
	background-color: #DCDCDC;
	text-decoration: none;
	color: #999999;
}

.tabs a.active-tab {
	background-color: #6060ff;
	color: #eeeeee;
}

.inplaceeditor-empty {
    font-style: italic;
    color: #999;
}

/***** End: tabbed menu in route assembly *****/

.digg_pagination {
  /* self-clearing method: */ }
  .digg_pagination a, .digg_pagination span {
    padding: .2em .5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination span.disabled {
    color: #999;
    border: 1px solid #DDD; }
  .digg_pagination span.current {
    font-weight: bold;
    background: #2E6AB1;
    color: white;
    border: 1px solid #2E6AB1; }
  .digg_pagination a {
    text-decoration: none;
    color: #105CB6;
    border: 1px solid #9AAFE5; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #003;
      border-color: #003; }
  .digg_pagination .page_info {
    background: #2E6AB1;
    color: white;
    padding: .4em .6em;
    width: 22em;
    margin-bottom: .3em;
    text-align: center; }
    .digg_pagination .page_info b {
      color: #003;
      background: #6aa6ed;
      padding: .1em .25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child+html .digg_pagination {
    overflow: hidden; }

#RB_overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

#RB_redbox {
  width: 100%;
  position: absolute;
  top: 0px;
}

#RB_loading {
  position: relative;
  top: 200px;
  z-index: 101;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  background: #666 url(../images/redbox_spinner.gif) no-repeat center center;
  border: 2px solid black;
}

#RB_window {
  z-index: 102;
  background-color: #FFFFFF;
  display: block;
  text-align: left;
  overflow: hidden;
  margin: 20px auto 0 auto;
  position: absolute;  
}


.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
	background: url("/images/alt_star.gif") top left repeat-x;
}

.star-rating {
	position:relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a,
.star-rating .current-rating {
	position:absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}

.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}

.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}

.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

.inline-rating {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}

.small-star {
	width: 50px;
	height: 10px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating {
	background-image: url("/images/star_small.gif");
	line-height: 10px;
	height: 10px;
}






.static-rating,
.static-rating a:hover,
.static-rating a:active,
.static-rating a:focus,
.static-rating .current-rating {
	background: url("/images/star_small.gif") top left repeat-x;
}

.static-rating {
	position:relative;
	width: 50px;
	height: 10px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.static-rating li {
	display: inline;
}

.static-rating a,
.static-rating .current-rating {
	position:absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 10px;
	line-height: 10px;
	outline: none;
	overflow: hidden;
	border: none;
}

.static-rating .current-rating {
	z-index: 1;
	background-position: left bottom;
}
