html
{
height: 100%;

}

body
{
background-color:#FEF3DB;
height: 100%;
overflow: hidden;
}


.accordion dd.permvisible
{
display: block;
visibility: visible;
margin-left:-4px;
}
#outerwrapper
{
height: 100%;
overflow: hidden;
}
#content
{
	position: relative;
	left: 50%;
	margin-left: -371px;
	width: 742px;
	height: 100%;
	background-color: #FFFFFF;

}

#logo
{
	background-image: url("images/logo.gif");
	width: 222px;
	height: 274px;
	background-color: #A6CE39;

}

#leftBar
{
	display: inline;
	float:left;
}

#rightBar
{
	float: right;
	width:519px;
}

#header
{
	width: 519px;
	height: 274px;
	background-image: url("images/header.jpg");
}

.spacer
{
	height: 1px;
	background-color: white;
	font-size: 1px;
}

#smallbar
{
	width: 222px;
	height: 31px;
	background-color: #92278F;
}

#headerbar
{
	position: relative;
	width: 519px;
	height: 31px;
	float:right;
	height: 31px;
	background-color: #92278F;
}

#headertext
{
	position: relative;
	width: 510px;
	top: 6px;
	background-color: #92278F;
	text-align: right;
	color: white;
}

.fullRow
{
	width: 100%;
}

.whiteText
{
	color: white;
}

#sidebar
{
	width: 222px;
	background-color: #92278F;
	float: left;
	overflow:auto;
}

.stackTable
{

}

.gwt-StackPanelItem
{
	color: white;
	cursor: pointer;
	border-bottom-color: white;
	border-bottom-style: inset;
	border-bottom-width: 1px;
	padding:4px;
}
.smallPadding
{
	padding: 5px;
}

#page
{
	text-align: left;
	width: 500px;
	float: right;
	overflow: auto;
}

.accordion-title
{
padding: 4px;
color: white;
border-bottom-color: white;
border-bottom-style: inset;
border-bottom-width: 1px;
}

.accordion-content
{

	color: white;
}
.accordion-content-selected
{

border-bottom-color: white;
border-bottom-style: inset;
border-bottom-width: 1px;

}

.accordion-title-selected
{

}

.accordion
{
width:100%

}


/* accordion */

.accordion h3{

	color: white;

}

.accordion dt {

padding-left: 4px;
	color: #fff;

	font-weight: bold;

}

.accordion dt.selected {

}
.accordion h3:over {

	text-decoration: underline;

	cursor: pointer;

	cursor: hand;


}

.accordion h3:hover {

	text-decoration: underline;

	cursor: pointer;

	cursor: hand;

}

dt:hover {

	text-decoration: underline;

	cursor: pointer;

	cursor: hand;

}

.accordion dd {

	display: none;

	padding: 4px;

	overflow: hidden;

}

.accordion dd.open {
	display: block;

}

.accordion dd.getHeight {

	display: block;
}


a.whiteheader:visited
{
	padding-left: 4px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.whiteheader:active
{
	padding-left: 4px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


a.whiteheader
{
	padding-left: 4px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.whiteheader:hover
{
	padding-left: 4px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

a.white
{
	color: white;
	text-decoration: none;
    display: block;
}

a.white:visited
{
	color: white;
	text-decoration: none;
	cursor: hand;
}

a.white:hover
{
	color: white;
	text-decoration: underline;
	cursor: hand;
}

p a.white{
   margin-left: 10px;
}
