/* noyc style */

/* ALL output border-colors, background-colors and visited-link colors */

div#prof_list table th, 
div#glob_wrapbbs div,
div#glob_wrapbbs span,
div#glob_wrapbbs table,
div#glob_wrapbbs table th,
div#glob_wrapbbs table td,
div#ind_msglist table,
div#ind_msglist table th,
div#ind_msglist table td,
div#msg_respons table,
div#msg_respons table th,
div#msg_respons table td,
div#smpl_lst form,
div#glob_wrapbbs div.glob_navbar input,
div#glob_wrapbbs input.go_btn,
div#glob_wrapbbs select.q_sel,
div#glob_wrapbbs div.glob_navbar select { 
    border-style: solid;  
    border-width: 0px; 
    border-color: #333861;
}

body {
    margin: 0;
    background-color: white;
    padding: 0px 0;
    font-family: helvetica, verdana, sans-serif;
    font-size: .90em;
}
dl {
    padding-left:0;
    margin-left:0;
}
dd {
    padding-left:0;
    margin-left:0;
}

/* link */
a         { color: #333861; text-decoration: none; }
a:visited { color: #7733c0; text-decoration: none; }
a:hover   { text-decoration: underline; color: red;  }
a img     { border: 0;   }
h3 { font-size: 1.5em; font-weight: bold; margin: .83em 0; }
/* form */
form {
    margin: 0;
    padding: 0;
	
}
input, button, textarea, select {
    font-size: inherit;
    font-family: inherit;
	border-color: #333861;
	border-width: 1px;
}
textarea {
    width: 99%;
    margin-left: 3px;
	border-color: #333861;
	border-width: 1px;
}

/* global navbar wrapper */
div#glob_wrapbbs div.glob_navbar {
    margin: 0 1px;
    width: 100%;
    font-size: 90%;
    line-height: 1.7em;
    text-align: left;
    padding: 4px 0;
    border-width: 0px;
	background-color: #333861;
	font-family: helvetica, sans-serif;
	color: #ffffff;
	-moz-border-radius: 8px;-webkit-border-radius: 8px;
	margin-bottom: 4px;
}
/*added noyc*/
div#glob_wrapbbs div.glob_navbar  a{color: #ffffff; text-decoration: none;}
div#glob_wrapbbs div.glob_navbar  a:hover{color: #000000; background-color: #eeeeee;}
/* main navbar */
div#glob_wrapbbs div.glob_mnb {
   margin: 0px 5px 3px 5px;
   background-color: #333861; font-family: helvetica, sans-serif; color: #ffffff;
	-moz-border-radius: 8px;-webkit-border-radius: 8px;
}
/* top sub-navbar */
div#glob_wrapbbs div#nb_top div.glob_snb {
   margin: 0px 5px;
   border-width: 0px;
   background-color: #333861; font-family: helvetica, sans-serif; color: #ffffff;
}

      
/* bottom navbar */
div#glob_wrapbbs div#nb_bttm div.glob_navbar {
    margin-top: 4px;
    border-width: 0px;
    background-color: #333861; font-family: helvetica, sans-serif; color: #ffffff;
    text-align: center;}
div#glob_wrapbbs input.go_btn,
div#glob_wrapbbs div.glob_navbar input.button {
    top: 1px;
    width: 18px;
    height: 18px;
    border-width: 0px;
    border-style: solid;
    background-color: white;
    background-image: url(/webbbs/icons/bullet_blue_go.png);
    background-repeat: no-repeat;
    background-position: 1px 0px;
}
div.adm_navbar span a:before,
div.glob_navbar span a:before,
div.msg_gbnavbar span a:before,
span.teaser_mlnk a:before {
    content: ' '
}
div.adm_navbar span a:after, 
div.glob_navbar span a:after,
div.msg_gbnavbar span a:after,
span.teaser_mlnk a:after {
    content: ' '
}

div#glob_wrapbbs div.ind_paginate {
    border-bottom: 1px solid #333861;
}
div#glob_footerbbs div.glob_navbar a.hlght {
    font-weight: bold;
    margin: 4px auto;
}
hr {height: 2px; color: #cccccc;}


/* End of file */