
body {
	font-family: tahoma, verdana, helvetica, sans-serif; font-weight: normal; font-size: 12px;
    padding:0px; margin: 0px; background-color: #ffffff; color: #676767;
}


#lpanel {
	position:fixed;
	top:0px;
	left:0px;
	width:75px;
	height:800px;
	border-right:1px solid;
	text-align:center;
	background:#fdeedb;
}
#rpanel {
	position:absolute;
	top:0px;
	left:75px;
	padding:10px;
	width:600px;
}
#text{
	position:relative;
	width:470px;
}
#foot{
	position:relative;
	top:40px;
	border-top: 1px solid;
	font-size:10px;
	padding:2px;
}
#editorpanel{
	position:relative;
}
#listatematow {
	position:absolute;
	top:10px;
	left:480px;
	width:200px;
	border:1px solid;
	padding:1px;
}
#edytortematow{
	position:relative;
	top:10px;
	width:470px;
	border:1px solid;
	padding:1px;
}
#compile{
	position:relative;
	top:15px;
	width:470px;
	border:1px solid;
	padding:1px;
}
.xs {
	font-size:33px;
	text-weigth:bold;
}
#boxtitle{
	font-family: tahoma, verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #284259;
	font-weight:bold;
	padding: 2px 2px 2px 5px;
	background: #D6E0E9;
	border-bottom: 1px solid;
}
#boxbottom{
	border-top: 1px solid;
	text-align:right;
}
.inp {
	margin:2px;
	padding: 2px;
	border: 1px solid;
	background: #FFFDD0;
	font-family: tahoma;
	font-size:12px;
}
.txtar {
	margin:2px;
	width:450px;
	padding: 2px;
	border: 1px solid;
	background: #FFFDD0;
	font-family: tahoma;
	font-size:12px;
}
#message_from_the_bottle{
	margin:2px;
	padding:5px;
	border:1px solid black;
	background: red;
	color: white;
	font-weight:bold;
}
.btn {
	margin:3px;
	border-style: groove;
	cursor: pointer;
}

a {
    color: #0000dd; text-decoration: none;
}

a:hover {
    color: #0000dd; text-decoration: underline;
}

.selected {
    background-color: #E7D9C9;
}

a.helper {
	cursor: help;
	color: green;
	text-decoration: none;
	border: 1px solid green;
	margin: 1px;
	padding-left: 1px;
	padding-right: 2px;
}
a.helper:hover {
	text-decoration: none;
}
.mnetpl {
        font-weight: bold;
        color: #000000;
        background: #ffffff;
        border: none;
}

.mnetpl_r {
        font-weight: bold;
        color: #ffffff;
        background: #ff0000;
}

