/* PCP w620 0.31 *//* PCP w2000 1.0 */

body {
	font-size: 6px;
	background-color:#fff;
	margin: 1px;
	padding: 0;
	top: 0;
	height: 100%;
}

p {
	margin: 2px;
}

h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 19px;
}

#title {
	position: absolute;
	width: 155px;
	height: 31px;
	left: 233px;
	top: 3px;
	line-height: 25px;
	color: #630;
	background-image: url("pcp.php?percent=31&img=/rl_logo.png");
}

#title:hover {
	color: #515;
}

#main-menu {
	position: absolute;
	border: solid 1px;
	border-color: #520;
	width: 561px;
	height: 17px;
	left: 31px;
	top: 47px;
	background-color: #fff;
}

#main-menu:hover {
	border-color: #616;
}

h2 {
	text-align: center;
	line-height: 11px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-family: Arial, Garuda, sans-serif;
	text-decoration: none;
}

.menu {
	width: 74px;
	height: 11px;
	border: solid 1px;
	border-color: #fff;
	position: absolute;
	top: 2px;
	color: #520;
}

.menu-inactive {
	color: #db9;
}

.menu:hover {
	color: #616;
	border-color: #616;
}

.menu-selected {
	color: #616;
	border-color: #616;
}

.menu-selected:hover {
	color: #818;
	border-color: #818
}

#menu-computer {
	left: 2px;
}

#menu-audial-visual {
	left: 122px;
}

#menu-textual {
	left: 242px;
}

#menu-physical {
	left: 362px;
}

#menu-theoretical {
	left: 482px;
}

.sub-menu {
	position: absolute;
	width: 496px;
	height: 11px;
	left: 64px;
	top: 68px;
	background-color: #404;
	display: none;
}

#active-sub-menu {
	display: block;
}

h3 {
	text-align: center;
	line-height: 6px;
	margin: 0;
	padding: 0;
	font-size: 6px;
	font-family: Arial, Garuda, sans-serif;
	color: #fff;
	text-decoration: none;
}

.sub-menu-item {
	width: 53px;
	height: 7px;
	border: solid 1px;
	border-color: #fff;
	position: absolute;
	top: 2px;
	background-color: #520;
}

.sub-menu-inactive {
	background-color: #db9;
}

.sub-menu-item:hover {
	background-color: #707;
}

.sub-menu-selected {
	background-color: #505;
}

.sub-menu-1{
	left: 2px;
}

.sub-menu-2{
	left: 57px;
}

.sub-menu-3{
	left: 113px;
}

.sub-menu-4{
	left: 169px;
}

.sub-menu-5{
	left: 225px;
}

.sub-menu-6{
	left: 281px;
}

.sub-menu-7{
	left: 504px;
}

.sub-menu-8{
	left: 587px;
}

.sub-menu-9{
	left: 671px;
}

#left-pane {
	position: absolute;
	top: 84px;
	left: 31px;
	width: 186px;
	bottom: 6px;
	border: solid 1px;
	border-color: #520;
	padding-top: 3px;
	overflow: auto;
}

h4 {
	text-align: center;
	line-height: 8px;
	margin: 3px;
	padding: 0;
	font-size: 8px;
	font-family: Arial, Garuda, sans-serif;
	color: #000;
	text-decoration: none;
}

#right-pane {
	position: absolute;
	top: 84px;
	left: 223px;
	width: 369px;
	bottom: 6px;
	border: solid 1px;
	border-color: #520;
	padding-top: 3px;
	padding-left: 2px;
	overflow: auto;
	font-size: 8px;
}

.idea-stage {
	padding-top: 12px;
	font-size: 8px;
	font-weight: bold;
}

.idea-level {
	font-size: 8px;
	font-weight: bold;
}

.idea-updated {
	font-size: 6px;
}

.idea-data {
	white-space: pre-wrap;
	padding-left: 6px;
}

.linkbutton {
	border: 0;
	background-color: #FFF;
	color: #00F;
	text-decoration: underline;
	cursor: pointer;
	font-size: 5px;
}

#loginbox {
	position: absolute;
	top: 3px;
	left: 31px;
	border: solid 1px;
	padding: 2px;
}

td {
	margin: 0;
	padding: 0;
}

input {
	font-size: 6px;
}

.submit {
	border: solid 1px;
	margin: 0;
}

#level-word {
	display: inline;
	font-size: 6px;
}

#level-num {
	display: inline;
	font-size: 11px;
}

.barGraph {
	border: 1px solid #000;
	height: 31px;
	width: 60px;
	position: absolute;
	left: 532px;
	top: 6px;
	margin: 0;
	padding: 0;
}
	
.bgbar {
	border: 1px solid #000;
	border-bottom: none;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-top: 100%;
	width: 6px;
}

.bg-idea {
	left: 3px;
}
.bg-concept {
	left: 12px;
}
.bg-feasibility {
	left: 22px;
}
.bg-planning {
	left: 31px;
}
.bg-development {
	left: 40px;
}
.bg-creation {
	left: 50px;
}

.bg-idea.inactive {
	background-color: #999;
}
.bg-concept.inactive {
	background-color: #a99;
}
.bg-feasibility.inactive {
	background-color: #ba9;
}
.bg-planning.inactive {
	background-color: #b9b;
}
.bg-development.inactive {
	background-color: #a9a;
}
.bg-creation.inactive {
	background-color: #979;
}

.bg-idea.active {
	background-color: #555;
}
.bg-concept.active {
	background-color: #a90;
}
.bg-feasibility.active {
	background-color: #530;
}
.bg-planning.active {
	background-color: #b5b;
}
.bg-development.active {
	background-color: #939;
}
.bg-creation.active {
	background-color: #505;
}

.bg-line {
	position: absolute;
	left: 3px;
	width: 54px;
	border-top: 1px solid #000;
}

.bgtxt {
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	color: #fff;
}