body {
  margin: 0px;
  background: #FFF;  
}

/*Simple elements*/

table {
  padding: 0px;
  width: 100%;
}

.black {
  color: #000;
}

td {
  padding: 0px;
  vertical-align: middle;
}

div {
  text-align: left;
}

form {
  margin: 0px;
  padding: 0px;
}

div.main-container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 920px;
}

td.txt-field {
  font: 14px /10px Arial;
  padding-right: 8px;
}

td.input-field {
  padding-bottom: 6px;   
}

span.field-tip {
  font: 10px /10px Arial;
}

td.input-field input {
  padding: 0px;
  width: 200px;
}

div.error {
  color: #F00;
  font: 12px /12px Verdana;
  padding-bottom: 4px;
}

span.wrong {
  color: #F00;
  font: 16px /16px Verdana;
}

div.block {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

div.block-data {
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 11px;
  padding-bottom: 11px;
}

hr {
  margin: 0px;
  padding: 0px;
}

div.gray-box {
  background: #E8E8E6;
  height: 7px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font: 1px /1px Verdana;
}

/*Top-menu*/

div.top-menu {
}

table.top-menu {
 
}

td.icon {
  text-align: center;
  width: 46px;
  height: 23px;
}

td.icon-text {
  text-align: center;
  width: 46px;
  font: 10px /11px Verdana;
  color: #36393E;
}

div.help-ico {
  background: url('help.gif') no-repeat center center;
  height: 23px;
  width: 46px;
}

div.home-ico {
  background: url('home.gif') no-repeat center center;
  height: 23px;
  width: 46px;
}

div.profile-ico {
  background: url('profile.gif') no-repeat center center;
  height: 23px;
  width: 46px;
}

/*Text styles*/

a {
  color: #0059D1;
  text-decoration: none;
  cursor: pointer;
}

a.top-men {
  font: bold 10px /12px Verdana;
  cursor: pointer;
}

div.unit-orange {
  font: 16px /16px Verdana;
  margin-bottom: 6px;  
  color: #C96300;
}

a.addpic-link {
  font: 16px /16px Verdana;
  margin-bottom: 6px;  
  color: #C96300;
}

a.addpic-link:hover {
  text-decoration: underline;
}

a.top-men:hover {
  color: #176BDB;
}

a.under-pic:hover {
  text-decoration: underline;
}

div.text {
  font: 12px /14px Verdana;
  color: #000;
}

div.news-line {
  font: 10px /12px Verdana;
  color: #616161;
}

div.top-line {
  font: 10px /10px Verdana;
  color: #616161;
  padding-left: 10px; 
}

div.top-pics-block {
  font: 13px /13px Verdana;
  color: #616161;
  padding-left: 6px; 
}

div.welcome {
  font: 24px /24px Verdana;
  color: #5C5C5B;
  margin-bottom: 12px;
}

div.intro {
  font: 14px /14px Verdana;
  color: #000;
  margin-bottom: 6px;
}

div.unit {
  font: 16px /16px Verdana;
  color: #0059D1;
  margin-bottom: 6px; 
}

div.status {
  color: #C96300;
  font: 12px /14px Verdana;
  padding-top: 6px;
  padding-bottom: 6px;
}

a.active-tab {
  text-decoration: none;
  cursor: default;
  color: #D86D00;
  font: bold 16px /16px Comic Sans MS;
}

a.tip {
  font: bold 13px /13px Comic Sans MS;
  color: #2C6100;
}

a.tip:hover {
  text-decoration: underline;
}

a.tip-orange {
  font: bold 13px /13px Comic Sans MS;
  color: #C96300;
}

a.tip-orange:hover {
  text-decoration: underline;
}

a.catlist {
  color: #0059D1;
  font: 12px /14px Verdana;
  text-decoration: none;
}

a.pop {
  font: 10px /14px Verdana;
}

a.catlist:hover {
  text-decoration: underline;  
}

a.tab {
  text-decoration: none;
  color: #646462;
  font: 14px /14px Tahoma;
  cursor: pointer;
}

a.tab:hover {
  color: #D86D00;
}

a.tab-link {
  text-decoration: none;
  color: #547B21;
  font: 14px /14px Tahoma;
  padding-left: 5px;
  padding-right: 5px;  
  cursor: pointer;
}

a.tab-link:hover {
  color: #646462;
}

a.active-tab-link {
  text-decoration: none;
  cursor: default;
  color: #646462;
  font: 14px /14px Tahoma;
  padding-left: 5px;
  padding-right: 5px;  
}

a.in-field {
  color: #3C3C3C;
  font: 12px /12px Verdana;
}

a.in-field:hover {
  text-decoration: underline;
}

a.ico-link {
  cursor: pointer;
  color: #36393E;
}

a.ico-link:hover {
  text-decoration: underline;
}

a.closewin {
  font: 10px /12px Verdana; 
  cursor: pointer;
}

a.closewin:hover {
  text-decoration: underline;
  cursor: pointer;
}

/*Orange block*/

div.orange {
  background: #FFE9CB;
}

div.cor_tl_orange {
  background: top left url('cor_tl_orange.gif') no-repeat;
}

div.cor_tr_orange {
  background: top right url('cor_tr_orange.gif') no-repeat;
}

div.cor_bl_orange {
  background: bottom left url('cor_bl_orange.gif') no-repeat;
}

div.cor_br_orange {
  background: bottom right url('cor_br_orange.gif') no-repeat;
}

div.gra_l_orange {
  background: top left url('gra_l_orange.gif') repeat-y;
}

div.gra_r_orange {
  background: top right url('gra_r_orange.gif') repeat-y;
}

div.gra_t_orange {
  background: top left url('gra_t_orange.gif') repeat-x;
}

div.gra_b_orange {
  background: bottom left url('gra_b_orange.gif') repeat-x;
}

/*Orange block in viewpic*/

div.orange_ {
  background: #FFE9CB;
}

div.cor_tl_orange_ {
  background: top left url('cor_tl_orange_.gif') no-repeat;
}

div.cor_tr_orange_ {
  background: top right url('cor_tr_orange_.gif') no-repeat;
}

div.cor_bl_orange_ {
  background: bottom left url('cor_bl_orange_.gif') no-repeat;
}

div.cor_br_orange_ {
  background: bottom right url('cor_br_orange_.gif') no-repeat;
}

div.gra_l_orange_ {
  background: url('sidedot_orange_.gif') left top repeat-y;
}

div.gra_r_orange_ {
  background: url('sidedot_orange_.gif') right top repeat-y;
}

div.gra_t_orange_ {
  background: url('sidedot_orange_.gif') left top repeat-x;
}

div.gra_b_orange_ {
  background: url('sidedot_orange_.gif') left bottom repeat-x;
}

/*Green block*/

div.green {
  background: #E9F4E5;
}

div.cor_tl_green {
  background: top left url('cor_tl_green.gif') no-repeat;
}

div.cor_tr_green {
  background: top right url('cor_tr_green.gif') no-repeat;
}

div.cor_bl_green {
  background: bottom left url('cor_bl_green.gif') no-repeat;
}

div.cor_br_green {
  background: bottom right url('cor_br_green.gif') no-repeat;
}

/*Forms*/

input.status {
  margin: 0px;
  padding: 0px;
  height: 18px;
  width: 100px;
  border: 1px solid #DCD7D1;
}

select.status {
  margin: 0px;
  padding: 0px;
  height: 18px;
  width: 100px;
  border: 1px solid #DCD7D1;
}

#search-button {
  width: 20px;
  height: 16px;
  background: url('search.gif') no-repeat 4px 0px;
  cursor: pointer;
  position: static;
}

/*Logo*/

div.top {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
}

td.logo {
  width: 311px;
  height: 91px;
  background: url('logo.gif') no-repeat;
}

div.tab-links {
  padding-left: 1px;
  color: #646462;
}

/*Middle*/
table.middle {
  margin-top: 30px;
}

td.center-block {
  vertical-align: top;
  padding-top: 2px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 10px;
}

/*Columns*/
td.side-column {
  width: 161px;
  vertical-align: top;
  
}

div.head {
  width: 161px;
  height: 19px;
  background: url('head.gif');
  color: #2C6100;
  font: bold 12px /12px Tahoma;
  text-align: center;
  padding-top: 7px;
}

div.column-block {
  margin-right: 2px;
  border-right: 1px solid #D5D5D3;
  margin-left: 2px;
  border-left: 1px solid #D5D5D3;
  border-bottom: 1px solid #D5D5D3; 
  padding: 6px;
  padding-top: 12px;
  padding-bottom: 12px;  
  font: 12px /12px Verdana;
}

div.column-container {
  margin-bottom: 17px;
}

/*Thumbs*/

table.img-list {
  padding-left: 0px;
}

table.img-list td {
  padding-bottom: 4px;
  width: 25%;
}

table.img-list-top {
  width: 100%;
}

table.img-list-top td {
  padding-bottom: 4px;
  width: 50%;
}


div.listing {
  color: #555;
  font: 12px /12px Arial;
}

div.listing a {
  color: #2C446B;
}

div.img-note {
  width: 130px;
  color: #555;
  font: 10px /10px Tahoma;
}

img.thumb {
  cursor: pointer;
}

img.view {
  border: 1px solid #2C6100;
}

/*Copyright*/

div.copyright {
  border-top: 1px solid #B1B1B1;
  z-index: 1;
  height: 30px;
  font: 10px /10px Verdana;
  color: #3C3C3C;
  padding-top: 8px;
  text-align: right;
}

a.copyright {
  font: 10px /10px Verdana;
}

a.copyright:hover {
  text-decoration: underline;
}

/*Viewpic*/

div.viewpic-container {
  position: relative;
  z-index: 2; 
  left: -14px;
  top: 23px;
}

div.info-box-container {
  width: 234px;
  font: 1px /1px Verdana;
  height: 100%;  
}

div.info-box-head {
  height: 12px;
  background: url('infoboxhead.gif') no-repeat;
}

div.info-box-del {
  font: 1px /1px Verdana;
  margin-left: 1px;
  height: 8px;
  width: 215px;
  margin-top: 3px;
  margin-bottom: 4px;
  background: url('infoboxdel.gif') no-repeat;
}

div.info-box-foot {
  background: url('infoboxfoot.gif') left bottom no-repeat;
  padding-bottom: 9px;
  z-index: 2;
}

div.info-box {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 4px;
  background: #E9F4E5;
  border-right: 1px solid #AABBAB;
  border-left: 1px solid #AABBAB;
  height: 100%;
}

div.prating {
  text-align: center;
  font: bold 29px /29px Bookman Old Style;
  color: #DF882F;
}

div.vrating {
  text-align: center;
  font: bold 29px /29px Bookman Old Style;
  color: #67932B;
}

div.rating-name {
  text-align: center;
  font: 10px /10px Tahoma;
  color: #000;
}

div.info-box-field {
  font: 12px /14px Verdana;
  color: #3C3C3C;
  margin-bottom: 12px;
}

span.click-tag {
  cursor: pointer;
}

textarea.viewpic-tag-input {
  width: 210px; height: 60px;
  border: 1px solid #939492;
}

td.del {
  height: 4px;
  background: url('del.gif');
  font: 1px /1px Verdana;
}

td.msg {
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 0px;
  padding-right: 4px;
}

/*Contests*/

td.table-fields {
  background: #EEE;
  color: #555;
  font: 14px /16px Tahoma;
  padding: 1px;
}

td.table-item {
  color: #000;
  font: 14px /16px Tahoma;
  padding: 1px;
}

a.table-item:hover {
  text-decoration: underline;
}

/*Login*/

a.forgot {
  font: 10px /10px Verdana;
}

a.logout {
  font-weight: bold;
  color: #C96300;
}

a.logout:hover {
  text-decoration: underline;
}

/*Listing*/

div.listing {
  color: #333;
  font: 12px /12px Arial;
}

div.listing a {
  color: #555;
  font: 12px /12px Arial;
}

div.listing a:hover {
  text-decoration: underline;
}

/*Cloud*/
a.cloud1 {
  color: #365AE0;
  text-decoration: none;
  font: 12px /12px Verdana;
}

a.cloud1:hover {
  color: #898989;
}

a.cloud2 {
  color: #2A4BC8;
  text-decoration: none;
  font: 13px /13px Verdana;
}

a.cloud2:hover {
  color: #898989;
}

a.cloud3 {
  color: #1B3BAF;
  text-decoration: none;
  font: 14px /14px Verdana;
}

a.cloud3:hover {
  color: #898989;
}

a.cloud4 {
  color: #172F89;
  text-decoration: none;
  font: 16px /16px Verdana;
}

a.cloud4:hover {
  color: #898989;
}

a.cloud5 {
  color: #1D358F;
  text-decoration: none;
  font: 18px /18px Verdana;
}

a.cloud5:hover {
  color: #898989;
}

/*News*/

div.news_art {
  background-color: #EEE;
  margin-bottom: 4px;
  font: 12px /14px Tahoma;
}

div.news_time {
 font-weight: bold;
}

/*Payments*/

div.intro a:hover{
  text-decoration: underline;
}