.bgwhite {  background-color: #FFFFFF}
.bggreylt {  background-color: #E0E0E0}
.bggrey {  background-color: #CCCCCC}
.bggreymid {  background-color: #999999}
.bggreydk {  background-color: #666666}
.bg_blue { background-color: #6699CC}
.bg_bluelt { background-color: #CCFFFF}

.border {border: 1px solid #666666}
.border_lt {border: 1px solid #AAAAAA}
.border_dk {border: 1px solid #333333}
.border_bottom_dk {border-bottom: 1px solid #333333}
.border_top {border-top: 1px solid #333333}
.border_bottom {border-bottom: 1px solid #333333}
.border_right {border-right: 1px solid #333333}
.border_left {border-left: 1px solid #333333}

.border_dotted_top_white {border-top: 1px dotted #ffffff}
.border_dotted_bottom_white {border-bottom: 1px dotted #ffffff}
.border_dotted_right_white {border-right: 1px dotted #ffffff}
.border_dotted_left_white {border-left: 1px dotted #ffffff}

.border_dotted_top {border-top: 1px dotted #cccccc}
.border_dotted_bottom {border-bottom: 1px dotted #cccccc}
.border_dotted_right {border-right: 1px dotted #cccccc}
.border_dotted_left {border-left: 1px dotted #cccccc}

.border_top_white { border-top: 1px solid #FFFFFF}
.border_bottom_white { border-bottom: 1px solid #FFFFFF}
.border_right_white { border-right: 1px solid #FFFFFF}
.border_left_white { border-left: 1px solid #FFFFFF}

.border_groove {border: 2px groove}

.padding{padding:4px}
.padding_right{padding-right:4px}
.padding_left{padding-left:4px}
.padding_top{padding-top:4px}
.padding_bottom{padding-bottom:4px}

.padding_left_indent{padding-left:15px}

.hand {cursor:hand}

.scrollBarFlat {
	scrollbar-track-color: #f0f0f0;
	scrollbar-face-color: #cccccc;		
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #f0f0f0;
	scrollbar-darkshadow-color: #f0f0f0;
	scrollbar-highlight-color: #e0e0e0;
	scrollbar-shadow-color: #999999;
 }
