@import url(main.css);

* {color: #C4C4C4}

body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0;
	background-color: #454B25;
}

div.winborder {
	margin: 0 auto 0 auto;
	border: 1px solid #A67C52;
}
table.winborder {
	width: 100%;
	border: solid black;
	border-width: 1px 1px 0 0;
}
td.winborder {
	border: solid black;
	border-width: 0 0 1px 1px;
	padding: 3px;
}
th.winborder {
	border: solid black;
	border-width: 0 0 1px 1px;
	text-align: center;
	font-weight: bold;
	background-image: url(/img/cellpic1.gif);
	background-repeat: repeat-x;
	background-color: #757F40;
}
form {margin: 0}

div.loginBox {width: 430px}
.roomName {
	display: inline;
	font-weight: bold;
}

.cT {height: 100%}
.cH {
	background-image: url(/img/cellpic1.gif);
	background-repeat: repeat-x;
	background-color: #757F40;

	padding: 4px 3px 4px 5px;
	height: auto;
	color: #C4C4C4;
	border: solid black;
	border-width: 0 0 1px 0;
}
.cE, .cM {
	color: #909090;
	text-align: right;
	padding: 3px 5px 3px 3px;
	height: 100%;
}
.cM {background-color: #505B1C}
.cE {background-color: #55662C}
.cE a, .cM a {text-decoration: none; color: #dadada;}

.cE a:hover,
.cM a:hover,
.cE a:active,
.cM a:active {
	color: #e6e8fa;
}



.loginVar {
	text-align: right;
	width: 160px;
	padding-right: 5px;
	vertical-align: top;
}
.loginVal {
	padding: 2px 0 0 0;
}
.loginVal input {width: 135px}
.loginVal select {width: 140px}
.loginVal div {
	width: 135px;
	font-size: 9px;
	padding: 0;
	margin: 0;
	text-align: right !important;
	height: 10px;
}
#loginSubminBox {
	text-align: center;
	margin: 10px 0 6px 0;
}
#loginSubminBox input {width: 88px}

#lpForm {
	margin-top: 3px;
}
#lpForm div {
	text-align: center;
	margin-bottom: 5px;
}
#error {
	margin-top: 3px;
	text-align: center;
	margin-bottom: 5px;
	color: #faaaaa;
}
#recognized {
	text-align: center;
	margin-top: 3px;
}

/* w3c specs, I love you! */
.i {
	font-style: italic;
	font-family: "Georgia", sans-serif;
}
.b {font-weight: bold}
.u {text-decoration: underline}
.s {text-decoration: line-through}


/* help */
.helpOutBox {padding: 20px 0 20px 0}
.helpBox {
	width: 700px;
	margin: 0 auto 0 auto;
}
#helpList {
	margin: 0;
	padding: 20px 10px 0px 25px;
	border: #656B25 solid;
	border-width: 0 1px 0 1px;
}
#helpList li {
	margin-bottom: 15px;
}
/* cmd list */
#helpList li .commands {
	margin-top: 7px;
	margin-bottom: 7px;
}
#helpList li .commands li {
	margin-bottom: 7px;
}
/* list level 3 */
#helpList li .text {
	margin-top: 4px;
	margin-bottom: 4px;
}
#helpList li .text li {
	margin-bottom: 4px;
}
/* commands examples */
.helpBox tt {
	font: courier, monospace;
	color: #E4E4C4;
}
.helpBox .loginLink {
	display: block;
	text-align: right;
	padding-right: 7px;
}
.iconsBox {
	text-align: center;
	border: 1px solid #a08020;
	background-color: #454b25;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	padding: 5px;
}
.iconsBox img {
	padding-top: 5px;
}
