
body, html {
font-family: Tahoma,Arial;
padding: 0;
margin: 0;
width: 100%;
background: #fff;
text-align: center;          
}

h1 {
    padding: 11px 0 16px 0;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
}
h2 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
h3 {
    padding: 0 0 4px 0;
    margin: 0;
    color: #339933;
    font: bold 12px Tahoma;
}
a {
    color: #0066cc;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

table {
    border: 0;
    border-collapse: collapse;
}
form, img, div, td, th {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
body, html, td{
    font-size: 12px;
}
input, textarea, select {
    font-family: inherit;
    font-size: 12px;
}

p {
    padding: 0 0 17px 0;
    margin: 0;
    background: transparent;
}
p, font, span {
    font-family: inherit;
    font-size: inherit;
    line-height: 160%;
}

small {
    font-size: 11px;
}
p small {
    line-height: 110%;
}

.line {
    clear: both;
    height: 7px;
    font-size: 1px;
    background: #25a917 url('/images/line.gif') repeat-x 0 0;
}
.br {
    clear: both;
    font-size: 1px;
    height: 10px;
    line-height: 1px;
    margin: 0;
}

/*   the basic layout blocks   */
#wrapper {
    width: 776px;
    margin: 0 auto;
    text-align: left;
}
#head {
    height: 88px;
    font-size: 11px;
    font-family: Tahoma;
}
#head #logo {
    height: 88px;
    width: 326px;
}
#head #reg {
    color: #F00;
    font-weight: bold;
}
#head #logo img {
    float: left;
}
#head #logo p {
    padding: 50px 0 0 20px;
/*    //padding-left: 17px;*/
    float: left;
    line-height: 1.2em;
    color: #000000;
}
.icon_sign {
    float: right;
    margin: 50px 2px 0 0;
    padding: 0 0 5px 30px;
    background: transparent url('/images/icon_sign.gif') no-repeat 0 0;
    color: #666666;  
    line-height: 105%;
}
.signoff {
    float:  right;
    width:  440px;
    height: 25px;
    margin: 12px 2px 0 0;
    padding:0;
}

.signoff span{
  font-size: 11px;
  font-family: Verdana;
  white-space:nowrap;
  color: #666666;
  margin: 0;
  padding:0;
}

.signoff div.giftscount{
  white-space:nowrap;
  margin-bottom: 5px;
}

.signoff div.giftscount a{
  font-size: 11px;
  font-family: Tahoma;
  color: #2F8602;
  letter-spacing: 1px;
}

.signoff div.giftscount img{
    margin-bottom: -4px;
}

/* main navigation box */
ul#nav {
    background: #35b128 url('/images/nav_bg.gif') repeat-x 0 0;
    height: 40px;
    font: bold 12px Tahoma;
    padding: 0 18px;
    margin: 0;
    list-style: none;
}
ul#nav li {
    float: left;
    height: 40px;
    padding: 0;
    margin: 0;
    background: none;
    /*background: transparent url('/images/nav_br.gif') no-repeat 100% 12px;*/
}
#nav img {
    margin: 12px 0 0 0;
}
#nav, #nav a, #nav a:hover {
    color: #fff;
}
#nav p {
    padding: 8px 8px 13px 8px;
}
#nav li.active {
    background: transparent url('/images/nav_active_left.gif') no-repeat 0 0;
    position: relative;
    left: -2px;
    margin-right: -4px;
}
#nav li.active p {
    background: transparent url('/images/nav_active_right.gif') no-repeat 100% 0;
    padding: 8px 10px 13px 10px;
}
/* /main navigation box */

#foot {
    font-family: Tahoma;
    font-size: 11px;
    padding: 8px 2px 50px 2px;
    color: #000;
}
#foot p {
    padding: 0 0 4px 0;
}
#content {
    width: 765px;
/*    padding: 0 10px 40px 10px;*/
     padding-top: 0px;
     padding-right: 6px;
     padding-bottom: 7px;
     padding-left: 6px;
}

/*   /the basic layout blocks   */

/* tabs*/
.tabs ul {
    background: none;
    height: 27px;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    bottom: -2px;
}

.tabs li {
    float: left;
    height: 27px;
    padding: 0;
    margin: 0 5px 0 0;
    background: transparent url('/images/tab_left.gif') no-repeat 0 0;
    font-weight: bold;
}

.tabs .link{
    float: right;
    padding: 0;
    margin-bottom:-15px;
    position: relative;  
    clear: none;     
    background: none;   
    bottom: 18px;         
}

.tabs, .tabs a, .tabs a:hover {
    color: #000;
    text-decoration: none;
}
.tabs p {
    padding: 6px 10px 7px 10px;
    background: transparent url('/images/tab_right.gif') no-repeat 100% 0;
    line-height: normal;
}
.tabs li.active {
    background: transparent url('/images/tab_left_active.gif') no-repeat 0 0;
}
.tabs li.active p {
    background: transparent url('/images/tab_right_active.gif') no-repeat 100% 0;
}
.tabs li.yellow {
    background: transparent url('/images/tab_left_yellow.gif') no-repeat 0 0;
}
.tabs li.yellow p {
    background: transparent url('/images/tab_right_yellow.gif') no-repeat 100% 0;
}
.tabs .line {
    border: 1px solid #46ce31;
    background: #a5f275;
    height: 8px;
    margin: 0;
    clear: both;
    line-height: 1px;
    font-size: 1px;
}
.tabs .line div {
    border-top: 1px solid #d5f9be;
    height: 8px;
}
/* /tabs */

/* forms */
.field, .field2, .search select {
    background: #fffff9;
    border: 1px solid #bcbdb9;
    width: 280px;
    height: 15px;
/*    line-height: 20px;*/
/*    padding: 3px;*/
/*    //padding: 0 3px;*/
    margin: 0 15px 0 0;
}
/*
.field, .field2 {
    height: 19px;
    padding: 1px 3px;
    line-height: 14px;
}
*/

.field {
    background:#fffff9;
}
.field2 {
    background:#fffff9 url('/images/poweredby_ysearch-14.png') no-repeat center right;
}
.search {
    clear: both;
    padding: 0 0 16px 0;
}
.search form {
    background: #fffdc1 url('/images/bg_search.gif') repeat-x 0 0;
    border: 1px solid #ffc10e;
    padding: 10px;
}
.search, .search ul, .search td, .search th, .search .tabs, .search input {
    font-size: 11px;
}
.search .tabs ul {
    height: 26px;
    bottom: -1px;
}
.search .tabs li {
    height: 26px;
    padding: 0;
    margin: 0 4px 0 0;
    background: #fffed2 url('/images/tab_left_search.gif') no-repeat 0 0;
    font-weight: normal;
}
.search .tabs li p {
    background: transparent url('/images/tab_right_search.gif') no-repeat 100% 0;
    line-height: normal;
}
.search .tabs li.active {
    height: 26px;
    padding: 0;
    margin: 0 4px 0 0;
    background: #fffed2 url('/images/tab_left_search_active.gif') no-repeat 0 0;
}
.search .tabs li.active p {
    background: transparent url('/images/tab_right_search_active.gif') no-repeat 100% 0;
}
.search select {
    width: 160px;
    height: 17px;
    font-size: 11px;
}
.tabs li.title, .tabs li.title p {
    background: none !important;
}
.tabs li.title p {
    padding-left: 0;
}
.search .tabs .clear {
    margin: 0;
/*    //margin: 0 0 -1px 0;*/
}
form .button {
    margin-left:10px;
}
form .button div {
    height: 23px;
    background: transparent url('/images/btn_left.gif') no-repeat 0 0;
    font-family: Tahoma;
    font-size: 11px;
}
.button input {
    padding: 0;
    margin: 0;
    width: auto;
    text-align: center;
    height: 23px;
    border: none;
    background: transparent url('/images/btn_right.gif') no-repeat 100% 0;
    cursor: pointer;
/*    //cursor: hand;*/
}
.search .button input {
    width: 88px;
}
/* /forms */

/* pagination */
.pagination {
    text-align: center;
    padding: 0 0 5px 0;
}
.pagination  table {
    margin: 0 auto;
    width: auto;
}
.pagination td {
    font-size: 16px;
    color: #cccccc;
    vertical-align: middle;
    padding: 8px 6px;
    font-weight: bold;
}

/* /pagination */


table.list th {
    background: #eafde5;
    font-weight: normal;
/*    padding: 6px 8px 9px 8px;*/
    padding: 5px 0px 8px 0px;
    text-align: left;
    white-space: nowrap;
}

table.list th a{
    white-space: nowrap;
}

table.list th img {
    margin: 0 0 0 4px;
}
table.list td {
/*    padding: 1px 8px 5px 8px;*/
    padding: 3px 0px 5px 0px;
    text-align: left;
}
table.list td.status, table.list th.status {
    padding: 0 10px 0 10px;
} 
table.list th.points {
    padding: 0 2px 0 10px;
}
table.list td.points {
    padding: 0 2px 0 14px;
}
table.list div.location {
    width:243px;
    overflow:hidden;
}
table.list div.nick {
    width:243px;
    overflow:hidden;
}
table.list div.nick a{
    font-weight:bold;
}
table.list td.rate {
    white-space:nowrap;
}
tr.even td {
    background-color: #f0f0f0;
}
table.list td.friends img {
    margin: 2px 2px -4px 0;
}

table.ad td {
    background: #f2f2f2;
    font-size: 11px;
    width: 25%;
    padding: 6px 10px 9px 10px;
}
table.ad td h5 {
    font-size: 11px;
    font-weight: normal;
}

.hili {
background-color:#FFFF00;
}

p.msg {
    font-size: 18px;
}
