/*  your sites custom CSS goes into this file */


/* link */
a         { color: #068FDD;}
a:visited { color: #068FDD; }
a:hover   { color: #E51110; }
a img     { border: 0; }

div#ind_msglist a:visited,
div#msg_respons a:visited {
    color: #068FDD;
}

/* global header */
div#glob_header h2 {
    color: #E51110;
}


/* message display */
/* profile display */
div#glob_wrapbbs div#msg_wrap,
div#glob_wrapbbs div.msg_headln,
div#glob_wrapbbs div.msg_userln,
div#glob_wrapbbs div.msg_prev,
div#glob_wrapbbs div.msg_text,
div#glob_wrapbbs div.msg_image,
div#glob_wrapbbs div.msg_link,
div#glob_wrapbbs div.prof_userln,
div#glob_wrapbbs div#prof_poster,
div#glob_wrapbbs div#prof_text,
div#glob_wrapbbs div#prof_image,
div#glob_wrapbbs div#prof_link  {
    background-color: transparent;
    border-width: 0px;
}

div#glob_wrapbbs div.msg_headln {
    color: #068FDD;
}
div#glob_wrapbbs div.msg_delete {
    background-color: transparent;
    text-align: center;
    margin-top: 8px;
}



/* formatting codes */
input.helpline {
    display:none;
}
/* fix IE screwing up postform */
button.fbt {
    float:left;
}
/* limit width of uploaded images */
img.refimg {
    max-width: 100%;
}
.red {
    color: #E51110;
}
.green {
    color: green;
}
.blue {
    color: #068FDD;
}
.highlight_yellow {
    background-color: yellow;
    font-weight: bold;
}
.textredlinklarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E51110;
	text-decoration: underline;
}
a:visited.textredlinklarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E51110;
	text-decoration: underline;
}
a:hover.textredlinklarge {
	color: #000000;
	text-decoration: underline;
}

/* End of File */