
.adverts {
          cursor: pointer;
          font-weight: bold;
          padding:5px;
          border:1px gray solid;
}
.banner_list td {
          padding-bottom: 5px;
          width: 200px;
}

/* logo table */
#table_logo {
  width: 100%;
  border: 1px solid #cecece;
}

.invisible {
          display: none;
}
p {
          padding: 0px;
	margin: 0px;
}
.nav_cen{
          background: url('/img/nav_piks.jpg');
          padding-bottom: 10px;
          font-size: 15px;
}
a {
          color: black;
          text-decoration: underline;
}
body {
          font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
          font-size: 11px;
          color: black;
          margin: 0px;
          padding: 0px;
          background: #FFFFFF;
}
.img_new {
	vertical-align: top;
}
.img_form{
          width:400px;
}
.link{
          text-decoration: underline;
          cursor: pointer;
}
.section td{
          padding-bottom:5px;
}
.section_banner td{
          padding-bottom:15px;
}
.hand{
          cursor: pointer;
}
.auth input{
          width:100px;
}
img {
          border: 0px;
}
.button{
          cursor: pointer;
          font-weight: bold;
          text-align: center;
          padding:5px;
          vertical-align: baseline;
          border:1px orange solid;
}
.button:hover{
          background: orange;
}
.deactive{
          color: #A0A0A0;
}
.active{
          background: white;
}
.gray_link{
          text-decoration: underline;
          cursor: pointer;
          color: gray;
}
.admin_links{
          font-size:10px;
          text-decoration: none;
}
.text_red{
          color: red;
}
.font_red{
          font-weight: bold;
          color: red;
}
.logo{
          background: url('/img/logo_piks.jpg');
          background-repeat: repeat-x;
          width:50%;
}
.bold{
          font-weight: bold;
}
.rules{
          background: url('/img/nav_piks.jpg');
          font-size:12px;
          font-weight: bold;
          color: red;
          padding-bottom: 10px;
}
.orange{
          background: orange;
          height:5px;
          font-size:4px;
}
.green{
          background: green;
          height:5px;
}
.green_text {
          color: green;
}
.red{
          background: red;
          height:5px;
}
.orange_border{
          border: 1px orange solid;
}
.text {
          padding: 5px;
}
.title {
          font-weight: bold;
          background: #FFFFFF;
          background: url('/img/rubr/grad_yellow.jpg') scroll;
          background-repeat: repeat-x;
          border: 1px orange solid;
          padding: 5px;
}
.grad_orange{
          background: #FFFFFF;
          background: url('/img/rubr/grad_yellow.jpg') scroll;
          background-repeat: repeat-x;
          border: 1px orange solid;
          width: 100%;
}

#grad_orange_input {
  width: 30px;
}

.message{
          background: #FFFFFF;
          background: url('/img/rubr/grad_green.jpg') scroll;
          background-repeat: repeat-x;
          border: 1px green solid;
          font-weight: bold;
          color: green;
          padding: 5px;
          text-align: center;
}
.error{
          background: #FFFFFF;
          background: url('/img/rubr/grad_red.jpg') scroll;
          background-repeat: repeat-x;
          border: 1px red solid;
          color: red;
          font-weight: bold;
          padding: 5px;
          text-align: center;
}
.grad_blue{
          background: #FFFFFF;
          background: url('/img/rubr/grad_blue.jpg') scroll;
          background-repeat: repeat-x;
          border: 1px blue solid;
}
.grad_green{
          background: #FFFFFF;
          background: url('/img/rubr/grad_green.jpg');
          background-repeat: repeat-x;
          border: 1px green solid;
}
.grad_gray{
          background: rgb(238,238,238);
          border: 1px gray solid;
}
.search{
          background: red url('/img/search.jpg');
          background-repeat: no-repeat;
          background-position: right top;
          height:25px;
          width:157px;
          text-align: center;
          color:#FFFFFF;
          font-size:14px;
          font-weight: bold;
}
.gray{
          color: #CFCFCF;
}
.add{
          background: red url('/img/add.jpg');
          background-repeat: no-repeat;
          background-position: left top;
          height:25px;
          width:167px;
          text-align: center;
          color:#FFFFFF;
          font-size:14px;
          font-weight: bold;
}