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

h1 {
	color: #f8b857;
	font-size: 16px;
	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: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:120px;
margin-top:20px;
}

.sideNav_item {
background-color:#ffffff;
font-size:14px;
}
.sideNav_selected {
display:block;
color:#ffffff;
font-weight: bold;
text-decoration:underline;
background-color:#FAAE40;
font-size:14px;
margin-bottom:1px;
text-align: center;
height:20px;
}

.sideNav_item a {
	display:block;
	width:120px;
	height:20px;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	background-color:#FAAE40;
	margin-bottom:1px;
	text-align: center;
}

.sideNav_item a:hover {
	color:#ffffff;
	text-decoration:underline;
}

a {
font-size:12px;
text-decoration:underline;
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;
 }

/* Styling of navs */

/*Top_row_nav */

td.top_row_nav_unselected{
	background-image: url(images/top_nav_bg.jpg);
}

td.top_row_nav_unselected a{
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	font-size: 14px;
}


td.top_row_nav_unselected a:hover{
	color: #ffffff;
	font-weight: bold;
}

.top_row_nav_link a{
	display:block;
	width:120px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
        text-decoration:none;
}

.top_row_nav_link a:hover{
	text-decoration:underline;
}

td.bottom_row_nav_unselected{
	background-image: url(images/bottom_nav_bg.jpg);
}

td.bottom_row_nav_unselected a{
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
}

td.bottom_row_nav_unselected a:hover{
	color: #ffffff;
}

.bottom_row_nav_link a{
	display:block;
	width:120px;
	color: #67666B;
	font-weight: bold;
	font-size: 14px;
        text-decoration:none;
}

.bottom_row_nav_link a:hover{
	text-decoration:underline;
}


td.top_row_nav_left{
	background-image: url(images/top_nav_bg.jpg);
}

td.top_row_nav_right{
	background-image: url(images/top_nav_bg.jpg);
}

td.top_row_nav_selected{
	background-image: url(images/top_nav_bg.jpg);
}

.bottom_row_nav_link a{
	display:block;
	width:120px;
	color: #ffffff;
}

.bottom_row_nav_link a:hover{
	text-decoration:underline;
}

td.bottom_row_nav_left{
	background-image: url(images/bottom_nav_bg.jpg);
}

td.bottom_row_nav_right{
	background-image: url(images/bottom_nav_bg.jpg);
}

td.bottom_row_nav_selected{
	background-image: url(images/bottom_nav_bg.jpg);
}

/* */

.pagearea {
	background-image: url(images/page_bg.gif);
}

.top_right_home {
	background-color:#ffffff;
	font-weight: bold;
	font-size: 14px;
}
.top_right_home a{
	display:block;
	width:120px;
	color: #9E9E9E;
}

.top_right_home a:hover{
	color: #858585;
	text-decoration:underline;
}
