/* BODY */
body.scroll{
margin-top: 2px;
margin-left:2px;
margin-right:2px;
scrollbar-track-color: white;
scrollbar-3dlight-color: white;
scrollbar-shadow-color: white;
scrollbar-face-color: #E9E9EF;
scrollbar-highlight-color:white;
scrollbar-darkshadow-color:lavender;
scrollbar-arrow-color:#37386D;}

/* HEADER */
.h1, h1{ font:bold 22px tahoma; color:#4A4B80}
.h2, h2{ font:bold 17px tahoma; color:#4A4B80}
.h{color: #37386D}

/* LINK */
a, a:link, a:visited, a:active{ font:12px tahoma; color: #4A4B80; text-decoration: none;}
a:hover{ color: #37386D; text-decoration: underline; }

a.sm, a.sm:link, a.sm:visited, a.sm:active{ font:12px tahoma;color: black; text-decoration: none;}
a.sm:hover{ color: #FE5E1D; text-decoration: underline; }

a.pa, a.pa:link, a.pa:visited, a.pa:active{ font:12px tahoma;color: #FE5E1D; text-decoration: none;}
a.pa:hover{ color: #FE5E1D; text-decoration: underline; }

/* BORDER */
#border{border:1px solid #4A4B80}

.noborder{border:none}

/* FORM ELEMENTS */
input{ font:12px tahoma; border: 1px solid gray; }
input.signup{ width:75%; }
input.butCode{background:white;width:45px;border:1px outset white;font-size:12px}
textarea{ border: 1px solid gray; font:12px tahoma; width:75%; }
select, select.sel{ font: 12px tahoma; }
input.bluebut{ background:url('..\img\but.gif') bottom right; color:#4A4B80; font:bold 12px tahoma;  border:1px outset white;}
.noborder{border:none}

/* FONT */
.date{font:12px tahoma; color:666666 }
.small{ font:12px tahoma;}
.sm{font:12px tahoma}
.alert{font:bold 12px tahoma; color: red; }
.orange{color:#FE5E1D}
.topic{ line-height: 18px; font:12px tahoma}
p.err{width:90%; text-align:center;background:#E9E9EF; font:12px tahoma} 

/* LIST ITEM */
li{ list-style-position: inside; }

/* HORIZONTAL BAR */
hr.navy{ color: navy; }
hr{height:1px; color:silver}

/* TABLE */
table{ border-collapse: collapse; }
td.header{ background: url('..\img\but.jpg') repeat-x TOP; font:bold 12px tahoma; border:1px solid #9192B7}
td.header2{ background: url('..\img\header.jpg') repeat-x bottom; font:bold 12px tahoma;color:black; border:1px solid #9192B7}
td.greeny,table.border{border:1px solid #9192B7; font:12px tahoma; padding-left:3px}

/* VieBoard CODE */
code{ font: 12px courier; }
.keyword{ font:12px courier; color: blue; }
font.asptag{ background: yellow; font:bolder 12px tahoma;}
blockquote{ background:FAFAFA;border-bottom: 1px dashed silver; border-top: 1px dashed silver;}
blockquote.no{ border:none;background:white;}
tt{ font:13px; }

/* BACKGROUND */
.bgon{background: rgb(255,215,0); cursor:hand; font-weight:bold}
.bgoff{background: #FEFFDA; cursor:hand}
#on, .on{background: #FAFAFA}
#blue, .blue{background:#E9E9EF}
.bg{ background:#DFECF9; font:bold 12px tahoma; color:MidNightBlue}
.borderbg{border:1px solid #E9E9EF}