body {
       font-family: Verdana, Helvetica, Arial, sans-serif;
       font-size:12px;
background-color:#790e16;
background-image: url('images/tile.jpg');
background-repeat:repeat-y;
background-position:top center;
}

.pageBG {
background-image: url('images/bg.jpg');
background-repeat:no-repeat;
background-position:top center;

}

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

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

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

p {
	font-size: 12px;
}

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

#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:180px;
}

.sideNav_item {
height:30px;
}

.sideNav_selected {
background-color:white;
opacity:0.45;
filter:alpha(opacity=45);
height:30px;
line-height:30px;
font-size:15px;
text-align:center;
font-family:Times, serif;
}

.sideNav_unselected a {
display:block;
height:30px;
line-height:30px;
text-align:center;
font-size:15px;
font-family:Times, serif;
}


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


a.navigation_link { 
display:block; width:100%;
height:30;
line-height:30px;
font-family:Times, serif;
font-size:15px;
}

td.navigation_link { 
}

td.navigation_selected { 
}

a.navigation_selected {
color:black;
background-color:white;
opacity:0.45;
filter:alpha(opacity=45);
}

td.navigation_selected { 
/* background-color:#c79f6f;  */
}


.formField_label { 
font-size:12px;
 }

