
td
{
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    font-weight: normal
}

.indent      { text-indent: 24 px; color: #663300; font-style: italic }
blockquote {margin-bottom: 0px}
.menuNormal  { background-color: #663300; cursor : hand; color:#FFFFFF }
.menuHover { background-color: #FFCC00; cursor : hand; color:#663300 }
.menuSelected  { background-color: #CC6600; cursor : default; color:#FFFFFF }

.SubTitle    { color: #663300; font-size: 1em; font-weight: bold }

body,.ProjectNull 
	{
		background-color: #CC6600
	}

li,ul,ol {margin-top: 3px; margin-bottom: 3px; margin-left: 11px}

.ProjectHeader {color: #FFFFFF; font-size: 14px; background-color: #663300}
.ProjectMain { background-color: #FFE3BB}

.ChecklistCell {border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; 
               border-bottom: 1px solid #663300; padding-top: 8px; padding-bottom: 2px}

.Checker {width: 24px; height: 24px}

.Inset {padding:4px; border:2px dashed #663300; background-color: #FFCC00; font-size: 0.75em}

.pictureFrame {border: 2px solid #663300}

.LinkButton
{
	cursor: hand;
	font-size: 11px;
	border:1px solid black;
	padding-top: 1px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	/*font-weight: bold;*/
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CC6600,endColorStr=#663300);
	height: 9px;
	color: #ffffff;
	background-color: #CC6600;
	text-decoration: none;
}

:hover.LinkButton
{
	/*background-color: #4B78CC;*/
	background-color: #0964a2;
	color: white;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#004ba9,endColorStr=#002a55);
}

p            { margin-top: 6px; margin-bottom: 0px }

select {font-family: Verdana; font-size: 11px}