<?php

include("_variables.php");

header('Content-type: text/css');
?>

body {
background: none;
color: #222222;
font-size: 10pt;
width:640px;
margin:0 auto;
font-family: "Segoe UI", "Lucida Grande", "Tahoma", Arial, sans-serif;
line-height: 18px;
}

#wrap {
margin:0 auto;
padding: 6px;
text-align:left;
background:none;
border:none;
}

#header {
display:none;
}

#content {
clear:both;
}

#main {
clear: right;
padding: 0px;
margin: 0 0 5px 0;
}

#sidebar {
display:none;
}

#footer {
clear:both;
padding: 8px 5px 4px 5px;
}

.tdicon, .iconbox, .titleinput, .newnoteform {
display:none;
}

.notetitle {
height:24px;
padding:5px 3px;
line-height:22px;
}

.notebody {
background:none;
margin:none;
}

.check {
float:left;
margin-right:5px;
}

p {
margin:10px 0;
}
