* {
    padding: 0;
    margin: 0;
}

body {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 9pt;
    color: #555555;
}

table {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 9pt;
    color: #555555;	
}

td {
	padding-right: 5px;	
}

a {
	color: #555555;
	text-decoration: none;    
}

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

.left {
    padding: 15px;
    padding-top: 25px;
    width: 150px;
    position:fixed;	
}

.right {
    padding: 15px;
    padding-top: 35px;
    padding-left: 165px;
}

.right h1 {
    font-size: 18px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
}

.header {
    position: fixed;
    width:100%;
    background-color: #DDDDDD;
    border-bottom: 1px solid #BBBBBB;
    padding-left: 165px;
}

.menu {
	list-style: none;
    padding-top: 25px;
    padding-right: 30px;
    text-decoration: none;
}

.menu .title {
    color: black;
    font-size: 14px;
}

.menu li {
	text-align: right;
	font-weight: 800;
	font-size: 10px;
	color: #555555;
}

.menu li a {
	font-weight: 800;
	color: #555555;
	text-decoration: none;
	width: 100%;
	font-size: 12px;
}

.menu li a:hover {
    text-decoration: underline;
}

h2 {
	padding-top: 10px;
	padding-bottom: 2px;
    font-size: 14px;
}

.postdate {
	font-size: 10px;
	font-weight: normal;
	color: #777777;
}

.post {
    padding-bottom: 25px;
}

.post .title {
    font-size: 14px;
    font-weight: bold;
}

.post .date {
	font-size: 10px;
	font-weight: normal;
	color: #777777;
}

.post .content {
    padding-top: 2px;
}

.mycode {
	padding-left: 5px;
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	font-family: courier;
}

.right ul {
	padding: 10px 0 10px 40px;
}

.right ol {
	padding: 10px 0 10px 40px;
}

.right li {
	margin-bottom:1px;
	list-style-type: square;
}

.inputlabel {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:bold;
	text-decoration:none;
	text-align: right;
	padding-right: 5px;
}



.stripedtable {
	border: 1px solid #D9D9D9;
	margin-bottom: 0px;
}

.stripedtable tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}

.stripedtable tbody tr {
	background: #ddd;
}

.stripedtable tbody tr th {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}


.stripedtable tbody tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
