

.pagelet td{
  font-size:12px;
}



.airportContent .sideNav_group a:hover{
  background-color:#146526;
}

.moorelandContent .sideNav_group a:hover{
  background-color:#802408;
}



.contentBox{
  border:1px solid #009835;
}

#leftColumn{
  width:232px;
}

#middleColumn{
  width:298px;
}

#rightColumn{
  width:185px;
}

.box{
  border:1px solid #009835;
  background-color:#258241;
}

.box h1,
.box p{
  color:white;
  padding:0 16px;
}

.navigation{
  margin:16px 0;
}

.navigation *{
  color:#258241;
}

.spoton_footer *{
  font-size:12px;
}

#categoryMultirow{
  width:625px;
}

.airportContent{
  background:url('images/menu-background.png') repeat-y top left;
}

.airportContent .categoryBox1{
  background:url('images/box-background.png') repeat-y top left;
  margin-bottom:5px;
}

.airportContent .categoryBox2{
  background:url('images/box-top-and-bottom.png') no-repeat top left;
}

.airportContent .categoryBox3{
  background:url('images/box-top-and-bottom.png') no-repeat bottom left;
}

.moorelandContent{
  background:url('images/menu-background-red.png') repeat-y top left;
}

.moorelandContent .categoryBox1{
  background:url('images/box-background-red.png') repeat-y top left;
  margin-bottom:5px;
}

.moorelandContent .categoryBox2{
  background:url('images/box-top-and-bottom-red.png') no-repeat top left;
}

.moorelandContent .categoryBox3{
  background:url('images/box-top-and-bottom-red.png') no-repeat bottom left;
}

.categoryBox{
  padding:10px;
}

#leftOfTwoColumns,
#rightOfTwoColumns{
  width:310px;
}


/* default rules follow */

body {
       font-family: Verdana, Helvetica, Arial, sans-serif;
       font-size:12px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

.editableText {
position:relative;
z-index:20;
}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
z-index:999;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
z-index:998;
background-color:black;
color:white;
opacity:0.2;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
font-size:10px;
}

.sideNav_group {
width:125px;
padding-top:5px;
}

.sideNav_item {
font-size:12px;
}

.sideNav_selected {
padding:0 5px;
color:white;
}

.sideNav_item a {
display:block;
width:115px;
padding:5px;
color:white;
}

.sideNav_item a:hover{
  color:white;
}

a {
font-size:12px;
text-decoration:none;
color:#333333;
}

a:hover { 
color:black; }

a.navigation_link { 
display:block; width:100% }

td.navigation_link { 
background-color:#eeeeee; }

a.navigation_selected { color:black }

td.navigation_selected { 
background-color:rgb(255,204,102); 
}


.formField_label { 
font-size:12px;
 }

.spoton_footer {
font-size:12px;
color:#606060;
}
