@CHARSET "utf-8";

.panelContentContainer {
	height: 100%;
	/*
	border: solid;
	border-color: #817f88;
	border-width: thin;
	*/
	border-style: none;
	font-family : sans-serif;
	font-style : normal;
	font-size : medium;
	font-weight : normal;
	clear: left;
}



.panelHeaders {
	border: solid;
	border-color: #817f88;
	border-width: thin;
	border-bottom-style: none;
	color : grey;
	font-weight : nomal;
	font-size: 10px;
	/*
	background-image:url("http://www.fe-brain.com/test/img/panelHeaderBack.png");
	*/
	float: left;
	/*display: inline;*/
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-top: 0.3em;
	padding-top: 0px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	width: 48%;
	height: 30px;
}

.panelSelected{
	padding-top: 0px;
	color : #0051ff;
	border: solid;
	border-color: #817f88;
	border-width: thin;
	border-bottom-style: none;
	/*
	background: url("http://www.fe-brain.com/test/img/panelHeaderBack.png") #E0E8FA repeat-x scroll center left;
	*/
	font-weight : bold;
	cursor: auto;
	margin-top: 1px;
	/*
	margin-bottom: -1px;
	*/
	height: 40px;
}

.panelSelected > #worker_head{
	/*
	background-color: #817f88;
	*/
	color : #e33b00;
	font-size: 15px;
	font-weight: bold;
	/*
	border: none;
	*/
	/*
	background: url("http://www.fe-brain.com/test/img/panelHeaderBack.png") #E0E8FA repeat-x scroll center left;
	*/
}

.panelSelected > #company_head{
	/*
	background-color: #817f88;
	*/
	color: #0051ff;
	font-size: 15px;
	font-weight: bold;
	/*
	border: none;
	*/
	/*
	background: url("http://www.fe-brain.com/test/img/panelHeaderBack.png") #E0E8FA repeat-x scroll center left;
	*/
}


.panelContents {
	/*
	border: none;
	*/
	height: 100%;
	font : inherit;
    overflow: visible;
    margin-left: 0px 0px 0px 0px;
}

.panelContents > #panelTop{
	background-color: #fafad2;
}

.panelContents > #panelSecond{
	background-color: #f2ffd0;
}