body
{
    font-family: arial, sans-serif;
}

input
{
	display: block;
}

a > img
{
	border: none;
}

div.content_body{
	margin-left:20px;
}

h1 {
	padding-top:12px;
	padding-bottom:5px;
}

ul{
	padding-left:30px;
}

ol#tasklist{
	padding-left:30px;
    line-height:30px;
    list-style-type: decimal;
}

li > img
{
	position: relative;
	top: 5px;
}

li > img.itemCommand
{
	display:none;
}

li:hover > img.itemCommand
{
	display:inline;
	margin-left: 5px;
	margin-right: 5px;
}

.prompt{
    font-weight: bold;
    font-size: large;
    margin: 10px 0 20px 30px;
    display:inline-block;
}

.Cell
{
    height: 20px;
    width: 400px;
    overflow: hidden;
    display: inline;
    margin-right: 10px;
}

.Extender
{
    border: dashed 1px grey;
}

.header_left
{
    margin: 5px 0 0 5px;
    float: left;
}

.header_right
{
    margin: 5px 5px 0 0;
    float: right;
}

.content_body
{
    clear: both;
}

img.saving
{
	display:inline;
}
