body.a {
    background-color: rgb(160, 192, 160);
}

div.vertical_bar { 
	background-color: rgb(200, 220, 200);
	width: 100px;
	position: absolute;
	top: 5px;
	left: 20px;
	bottom: 5px;
}

div.horizontal_bar { 
	background-color: rgb(130, 150, 130);
	height: 25px;
	position: absolute;
	top: 150px;
	left: 10px;
	right: 10px;
}

div.header { 
	background-color: rgb(255, 255, 255);
	position: absolute;
	height: 100px;
	top: 0px;
	left: 120px;
	right: 20px;
}

div.content { 
	background-color: rgb(255, 255, 255);
	position: absolute;
	height: 75%;
	top: 180px;
	left: 130px;
	right: 20px;
}

div.footer{ 
	background-color: rgb(255, 255, 255);
	position: relative;
	height: 50px;
	top: 40px;
	text-align: center;
}

div.copyright { 
	background-color: rgb(255,255,255);
	position: relative;
	height: 25px;
	top: 20px;
	text-align: center;
}

div.font_12{
    font-size: 12px;
}

id.font_red{
    color: rgb(255,0,0);
}

p.n {
	padding-top: 0px;
	padding-bottom: 0px;
}

p.menu {
	padding-top: 180px;
}

p.menu_item {
	background-color: rgb(210, 240, 210);
}

p.menu_login {
	background-color: rgb(210, 240, 210);
    font-family: Arial;
	font-weight: bold;
}

p.menu_logout{
	background-color: rgb(210, 240, 210);
    font-family: Arial;
	font-weight: bold;
	font-color: red;
}

a.menu {
    text-decoration: none;
	font-size: 12px;
	color: black;
	outline: none;
}

a.menu_login{
	background-color: rgb(210, 240, 210);
    font-family: Arial;
	font-weight: bold;
	color: green;
    text-align: center;
    text-decoration: none;
}

a.menu_logout{
	background-color: rgb(210, 240, 210);
    font-family: Arial;
	font-weight: bold;
	color: red;
    text-align: center;
    text-decoration: none;
}

a.t {
    text-decoration: none;
}

a.t:link {
    text-decoration: none;
}

a.t:visited {
    text-decoration: none;
}

ul.bullet1 {
    list-style-image: url("/plant_game/images/c/bullet1.jpg");
}

ul.bullet2 {
    list-style-image: url("/plant_game/images/c/bullet2.jpg");
}

td.left_margin {
    width: 30px;
	background-color: rgb(255, 255, 255);
}

td.vertical_bar {
    width: 100px;
	background-image: url('images/c/vbar5.jpg');
    background-repeat: repeat-y;
}

td.horizontal_bar {
    height: 25px;
	background-image: url('images/c/hbar6.jpg');
    background-repeat: repeat-x;
}

td.select_bar1 {
    height: 24px;
	background-image: url('images/c/select_bar1.jpg');
    background-repeat: repeat-x;
}

td.select_bar2 {
    height: 24px;
	background-image: url('images/c/select_bar2.jpg');
    background-repeat: repeat-x;
}

td.select_bar3 {
    height: 24px;
	background-image: url('images/c/select_bar3.jpg');
    background-repeat: repeat-x;
	border: 1px green solid;
}

td.select_bar1_error {
    height: 24px;
	background-image: url('images/c/select_bar1.jpg');
    background-repeat: repeat-x;
	border: 2px red dotted;
}

td.select_bar2_error {
    height: 24px;
	background-image: url('images/c/select_bar2.jpg');
    background-repeat: repeat-x;
	border: 2px red dotted;
}

id.error_box {
    border: 2px red dotted;
}

td.header {
	background-color: rgb(255, 255, 255);
}

td.body {
	background-color: rgb(255, 255, 255);
	align: left;
	valign: top;
	text-align: left;
}

td.footer {
	background-image: url('images/c/hbar5.jpg');
    background-repeat: repeat-x;
    height: 100px;
	text-align: center;
	valign: center;
}

td.bottom {
    height: 25px;
	background-color: rgb(255, 255, 255);
}

table.menu {
    width: 80px;
    margin: 0px 0px 0px 15px;
    border: 0px;
    cellpadding: 0px;
    cellspacing: 0px;
}

td.menu_item {
    background-color: rgb(210, 240, 210);
	border-style: inset;
    text-align: center;
	font-size: 13px;
}

td.menu_login {
	background-color: rgb(210, 240, 210);
	border-style: inset;
    text-align: center;
	font-size: 14px;
}

td.menu_logout{
	background-color: rgb(210, 240, 210);
	border-style: inset;
    text-align: center;
}

div.scrollbox {
	height: 500px;
	width: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
}

