body {
	color: #CCCCCC;
	background-color: #210033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

a {
	text-decoration: none;
	text-overflow: ellipsis;
	color: #FFFFFF;
}

#menubar
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px; /* Text held .5em in from edge of div */
	border-bottom: 1px solid gray;
	width: 99%;
}

#menubar_right {
	float: right;
	margin: 0;
	padding: 0;
}

#loginform {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#loginform INPUT, #menubar_right TEXTAREA, #menubar_right SELECT,  #menubar_right LABEL, #menubar_right OPTION {
	font-size: 10px;
	margin: 0;
	padding: 1px;
}

#notice {
    display: inline;
    color: red;
}

#add_panel {
	position: absolute;
	background-color: #210033;
	top: 35px;
	left: 35px;
	width: 300px;
	margin: 5px;
	z-index: 1000;
}

#add_panel a {
	display: block;
	padding: 5px 0px 0px 19px;
	margin: 3px 0px 2px 12px;
	vertical-align: middle;
	background-image: none;
}

#add_panel a:hover {
	background-color: #412053;
}

#content {
	position: absolute;
	top: 27px;
	left: 0px;
	width: 100%;
	margin-top: 5px;
	height: 100%;
}

#lhs {
	/* Default positions */
	width:33.33%;
	left: 0px;
}

#rhs {
	/* Default positions */
	left: 33.33%;
	width:33.33%;
}

#mid {
	/* Default positions */
	left: 66.66%;
	width:33.34%;
}

.column {
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: 0px;
	z-index: 1;
	position: absolute;
}

.panel {
	margin: .5em;
	padding: 0; 
	top: 0px;
	z-index: 1;
	clear: both;
}

.paneltitle {
	background-color: #9900EC;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
	overflow: hidden;
	display: block;
	float: left;
}

.titlecontrols {
	background-color: #9900EC;
	float: right;
	display: block;
}

.titlecontrol {
	background-color: #9900EC;
	display: inline;
}

.titlebar {
	background-color: #9900EC;
	color: #FFFFFF;
	text-decoration: none;
}

.panelheader {
	clear: both;
}

.panelbody {
	clear: both;
	z-index: 1;
	min-height: 165px;
	width: 100%;
	overflow: hidden;
}

.makeScroll {
	height: 165px;
}

.doubleHeight {
	height: 330px;
}

.scroll-innerBox{
}

.scroll-track{
   height:10px;
   width:10px;
   background:black;
}
.scroll-handle{
	border: 1px solid black;
   height:10px;
   width:10px;
   background:#5B207B;
   cursor:pointer;
}

.splitpane-divider {
/*
	border: 1px solid black;
	background:#5B207B;
*/
}

.rosterUser {
	cursor: pointer;
}

/*  MENU STYLES  */

.menu {
	width: 180px;
	background-color: #9900EC;
	color: #FFFFFF;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.menu a {
	display: block;
	margin: 0 2px;
	padding: 5px 15px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: default;
	outline: none;
}

.menu a:hover {
	background-color: #210033;
}

.menu a.disabled {
	color: #CCCCCC;
}
.menu a.disabled:hover {
	background-color: #9900EC;
	color: #CCCCCC;
}

.menu span {
	text-decoration: underline;
}

.separator {
	height: 1px;
	border-bottom: 1px solid #fff;
	background: #999;
	margin: 4px 4px;
	overflow: hidden;
	padding: 0;
}
