body{
	width: 100%;
	padding: 0;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
	font-size:.8em;
	margin: 0;
	background: #787878;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

/*
a:link { text-decoration: none; color: #000; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 10px; font-weight: bold }
a:visited { text-decoration: none; color: #B8BDC5; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 10px; font-weight: bold }
a:active { text-decoration: none; color: #930; font-weight: bold }
a:hover { text-decoration: none; color: #FFF; text-decoration:none; background: #9C0063; font-weight: bold }
*/
a.note:link, a.note:visited, a.note:active, a.note:hover { text-decoration: none; color: #99b; font-weight: normal }
a.marginalia:link { text-decoration: none; color: #adb2ba }
a.marginalia:visited { text-decoration: none; color: #adb2ba }
a.marginalia:active { text-decoration: none; color: #99b }
a.marginalia:hover { text-decoration: none; color: #667 }
.data { COLOR: #465463; FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 10px; FONT-WEIGHT: normal; TEXT-DECORATION: none }
b { font-weight: bold }
.aText { font-size: 10px trebuchet ms, verdana, sans-serif; color: #222; font-weight: bold; line-height: 9pt }
.bText { font-size: 10px verdana, helvetica neue, helvetica, arial, geneva; color: #222; font-weight: bold; line-height: 8pt }
.cText { text-decoration: none; color: #000; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 8pt; }
/* .cText { text-decoration: none; color: #000; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 10px; } */

.dText { font-size: 10px trebuchet ms, verdana, sans-serif; color: #222; line-height: 9pt }
.eText { font-size: 10px trebuchet ms, verdana, sans-serif; color: #222; font-weight: bold; line-height: 11px }
.fText { font-size: 10px trebuchet ms, verdana, sans-serif; color: #222; line-height: 10px }
.gText { font-size: 10px trebuchet ms, verdana, sans-serif; color: #fff; line-height: 10px }
.hText { font-size: 10px trebuchet ms, verdana, sans-serif; color: #adb2ba; line-height: 11px }
.kText { font-size: 10px; color: #222; line-height: 11px }
.lText { font-size: 10px trebuchet ms, verdana, sans-serif; color: #ffffff; font-weight: bold; line-height: 11px }
.formtext { font-family: Verdana; font-size: 10pt; border-style: dotted; background-color: #FFFFFF; border-color: #999999; border-width: 1 }
.aFormtext { font-family: Verdana; font-size: 10pt; color: #ffffff; border-style: solid; background-color: #f7931e; border-color: #000000; border-width: 1 }
.cFormtext { font-family: Verdana; font-size: 10pt; color: #000000; border-style: solid; background-color: #EFEFEF; border-color: #000000; border-width: 1 }
/* .formtext { font-family: Verdana; font-size: 8pt; border-style: dotted; background-color: #FFFFFF; border-color: #999999; border-width: 1 } */

.moreDifficultThanNecessary { position: absolute; visibility: hidden; z-index: 200 }
.fucknotecolor { background-color: #b8bdc5 }
.fucklistcolor { background-color: #54626a }
.divider { background-color: #222 }

.sidebar.link { text-decoration: none; color: #FFF; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 10px; font-weight: bold }
.sidebar.visited { text-decoration: none; color: #B8BDC5; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 10px; font-weight: bold }
.sidebar.active { text-decoration: none; color: #930; font-weight: bold }
.sidebar.hover { text-decoration: none; color: #000; text-decoration:none; background: #CCFF33; font-weight: bold }

code {
    font-size:    1em;
}

/* extra rules for even and odd rows */
.even {
    background:    #eee;
}

.odd {

}

.toolBar {
    background:            ButtonFace;
    border-style:        solid;
    border-width:        1px;
    border-left-color:    ButtonHighlight;
    border-right-color:    ButtonShadow;
    border-top-color:    ButtonHighlight;
    border-bottom-color:ButtonShadow;
}

.menuBottom {
    top:        17px;
    height:        1px;
    width:        100%;
    background:    buttonshadow;
    overflow:    hidden;
}

.buttonRow button {
    width:            150px;
    font-size:            Caption;
    font-weight:    normal !important;
}

.datePicker {
-moz-user-focus: normal;
}

.Checkbox, .CheckboxChecked {display:block;width:100%;height:20px;}
.Checkbox {background:url('../images/CheckboxUnchecked.gif') no-repeat center center;}
.CheckboxChecked {background:url('../images/CheckboxChecked.gif') no-repeat center center;}	

.CheckboxStar, .CheckboxCheckedStar {display:block;width:100%;height:20px;}
.CheckboxStar {background:url('../images/CheckboxUncheckedB.gif') no-repeat center center;}
.CheckboxCheckedStar {background:url('../images/CheckboxCheckedB.gif') no-repeat center center;}	

.CheckboxOrb, .CheckboxCheckedOrb {display:block;width:100%;height:20px;}
.CheckboxOrb {background:url('../images/CheckboxUncheckedA.gif') no-repeat center center;}
.CheckboxCheckedOrb {background:url('../images/CheckboxCheckedA.gif') no-repeat center center;}	

.Radiobox, .RadioboxChecked {display:block;width:100%;height:20px;}
.Radiobox {background:url('../images/RadioboxUnchecked.gif') no-repeat center center;}
.RadioboxChecked {background:url('../images/RadioboxChecked.gif') no-repeat center center;}

.RadioboxStar, .RadioboxCheckedStar {display:block;width:100%;height:20px;}
.RadioboxStar {background:url('../images/CheckboxUncheckedB.gif') no-repeat center center;}
.RadioboxCheckedStar {background:url('../images/CheckboxCheckedB.gif') no-repeat center center;}	

.RadioboxOrb, .RadioboxCheckedOrb {display:block;width:100%;height:20px;}
.RadioboxOrb {background:url('../images/CheckboxUncheckedA.gif') no-repeat center center;}
.RadioboxCheckedOrb {background:url('../images/CheckboxCheckedA.gif') no-repeat center center;}

.RadioboxBigOrb, .RadioboxCheckedBigOrb {display:block;width:100%;height:30px;}
.RadioboxBigOrb {background:url('../images/CheckboxUncheckedC.gif') no-repeat center center;}
.RadioboxCheckedBigOrb {background:url('../images/CheckboxCheckedC.gif') no-repeat center center;}	

.InputHidden {display:none;}
