

#leftColumn{
  width:321px;
}

#rightColumn{
  width:321px;
}

.navigation{
  width:120px;
  height:160px;
  background-color:#0092C7;
  padding:10px 0;
}

.navigation a,
.navigation a:hover{
  padding:5px;
  color:white;
}

* html .navigation td{
  padding:0; /* Internet Explorer fix */
}

.keyline {
  padding:2px;
  border: solid 1px #cccccc;
}

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

.sideNav_group {
  width:120px;
  padding-top:20px;
}

.sideNav_item{
  font-size:12px;
}
.sideNav_selected{
  background-color:#0092C7;
  color:white;
  padding:5px;
}

.sideNav_item a,
.sideNav_item a:hover{
  color:white;
  display:block;
  width:110px;
  padding:5px;
}

p{
  line-height:16px;
}

h1{
  font-size:24px;
  color:#0092C7;
  font-weight:normal;
}

h2{
  font-size:18px;
  color:#0092C7;
  font-weight:normal;
}

h3{
  font-size:18px;
  color:#636466;
  font-weight:bold;
  font-style:italic;
}

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




/* default rules follow */

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

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;
}

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

a:hover { 
color:black; }

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

a.navigation_selected {
background-color:#636466;
}

.formField_label { 
font-size:12px;
 }

