html,
body {
  background-color: #e5e5e5;
}

h1 {
  margin: 0px;

  padding-top: 10px;
  padding-bottom: 10px;

  border-top: 1px dotted #b2b2b2;
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 10px;

  font-size: 170%;
  font-weight: normal;
}

h2 {
  margin: 0px;

  padding-top: 10px;
  padding-bottom: 10px;
  /*border-top: 1px dotted #b2b2b2;*/

  font-size: 130%;
  font-weight: bold;
}

div#message-list {

  width: 70%;
}

.news-content {
  display: block;
  width: 70%;
}

#head {
  background: url("../i/design/topbg.gif") right top repeat-x;
}

td#head-idea {
  background-image: url("../i/design/ideabg.gif");
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 68px;
  vertical-align: bottom;
}

img#midfolders{
  margin-top: 14px;
}
 
td#midfolders{
}

#addon {
  margin-top: 30px;
}
 
#now {
  float: left;

  font-size: 170%;
  background-image: url("../i/design/scob1.gif");
  background-repeat: no-repeat;

  padding-top: 20px;
  padding-left: 17px;
  padding-bottom: 15px;
  margin-left: 23px;  
}

#scob {
  background-image: url("../i/design/scob2.gif");
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
}

img#name {
  float: right;
  margin-right: 20px;
}

#logo {
}

div.login { 
  float: right;
  margin-top: 30px;
  padding-right: 40px;
}


span#login-label {
  color: white;
  padding-right: 10px;
  font-size: 85%;
  font-family: Tahoma, Arial, MS Sans Serif, Verdana;
  margin-bottom: 5px;
  display: block;
}


input#login {
  border: 0px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  height: 14px;
  font-size: 85%;
  width: 80px;
}


span#password-label {
  color: white;
  padding-right: 10px;
  font-size: 85%;
  font-family: Tahoma, Arial;
  /*margin-bottom: 10px;*/
  display: block;
}

a#password-label:link,
a#password-label:visited {
  color: white;
}

a#password-label:hover {
  color: black;
}


input#password {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
  height: 14px;
  font-size: 85%;
  width: 80px;
}


input#login-submit {
  background-color: black;
  color: white;
  border: 0px;
  font-size: 85%;
  font-family: Tahoma, Arial;
  height: 16px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}


span.required {
  color: #e78309;
}

span#new-login,
a#new-login {
  font-size: 85%;
  font-family: Tahoma, Arial;
}


span#new-login,
a#new-login:link,
a#new-login:visited {
  color: white;
}

#welcome {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  color: white;
  font-size: 110%;
  font-weight: bold;
}

table#page {
  width: 100%;
}

div#menu {
  float: left;
  padding-left: 18px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 160px;
}

td#menu-area {
  width: 200px;
}

div#content {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
}


div#calendar {
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: center;
  color: #aaaaaa;
  font-size: 95%;
}

#calendar a:link,
#calendar a:visited {
  text-decoration: none;
}

#calendar a:hover {
  text-decoration: underline;
}


#calendar-table {
}

#calendar-month,
#calendar-year,
#calendar-header {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#calendar-month,
#calendar-year {
  color: black;
  font-size: 120%;
  font-weight: bold;
}

a#calendar-month:link,
a#calendar-month:visited,
a#calendar-year:link,
a#calendar-year:visited {
  text-decoration: none;
}

a#calendar-month:hover,
a#calendar-year:hover {
  color: #e78309;
  text-decoration: underline;
}

#calendar-header {
  color: white;
  background-color: #ea820c;
  font-size: 110%;
  font-weight: bold;
  padding: 4px 0px;
}

.calendar-week-rest,
.calendar-week {
  color: white;
  font-weight: bold;
  font-size: 105%;
  padding: 1px;
  background-color: #bdbdbd;
}

.calendar-week-rest {
  color: #e78309;
}

.calendar-arrow-left {
  float: left;
  margin: 2px 5px;
}

.calendar-arrow-right {
  float: right;
  margin: 2px 5px;
}

.calendar-select,
.calendar-now,
.calendar-rest,
.calendar-day {
  font-family: Arial;
  background-color: #d7d7d7;
  padding: 1px;
  font-size: 95%;
}

.calendar-select a:link,
.calendar-select a:visited,
.calendar-select {
  color: white;
  background-color: #ea820c;
}

.calendar-select a:hover {
  color: white;
  text-decoration: underline;
}

.calendar-now {
  background-color: white;
}

.calendar-rest,
.calendar-rest span,
.calendar-rest a:link,
.calendar-rest a:visited {
  font-family: Arial;
  background-color: #d7d7d7;
  color: #e78309;
  padding: 1px;
}

.calendar-head-left {
  float: left;
}

.calendar-head-right {
  float: right;
}



div#menuline {
  background:url("../i/design/line.gif") #e5e5e5 right bottom repeat-x;
}


div.menutext {
  padding-left: 10px;
  padding-top: 10px;
}

ul#section-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;

  padding-top: 20px;
  padding-left: 24px;

  color: #b1b1b1;
}

#section-menu li {
  padding-bottom: 6px;
}

#section-menu a:link,
#section-menu a:visited {
  color: #b1b1b1;
}

#section-menu a:hover {
  color: #e78309;
}

#section-menu span {
  color: #e78309;
}

ul#base-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;

  padding-left: 14px;
  padding-bottom: 15px;

  color: #b1b1b1;
  font-family: Arial;
  font-size: 110%;
  font-weight: bold;
}

#base-menu li {
  width: 126px;

  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;

  background-image: url("../i/design/menu.gif");
  background-repeat: no-repeat;
  background-position: center bottom;
}

#base-menu a:link,
#base-menu a:visited {
  color: #b1b1b1;
  text-decoration: none;
}

#base-menu a:hover {
  color: #e78309;
  text-decoration: underline;
}


.top-comment {
  margin: 0px;

  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
  padding-bottom: 0px;

  font-family: Arial;
  color: #b1b1b1;
  font-size: 100%;
  font-weight: bold;
}

ul#top-comment {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-left: 25px;

  list-style-image: url("../i/design/arrowright.gif");

  font-size: 100%;
  color: #e78309;
}

#top-comment li {
  padding-bottom: 10px;
}

#top-comment a:link,
#top-comment a:visited {
  color: #b1b1b1;
}

#top-comment a:hover {
  color: #e78309;
}

.comment {
  margin-top: 15px;
  padding-left: 22px;
  padding-bottom: 3px;

  font-size: 110%;
  background-image: url("../i/design/arrowright.gif");
  background-repeat: no-repeat;
}

#type-view {
  float: right;

  margin: 0px;
  padding: 0px;
  list-style: none;

  width: 150px;

  color: #b1b1b1;
  font-size: 90%;
}

#type-view li {
  float: right;
  padding-left: 5px;
}

#type-view span,
#type-view a:link,
#type-view a:visited {
  color: #b1b1b1;
}

#type-view a:hover {
  color: #e78309;
  text-decoration: underline;
}

#path-navigator {
  color: #b1b1b1;
  padding-bottom: 10px;
  font-size: 90%;
}

#path-navigator a:link,
#path-navigator a:visited {
  color: #b1b1b1;
}

#path-navigator a:hover {
  color: #e78309;
}


div#bodytext {
  color: #b1b1b1;
  padding-bottom: 15px;
}

table#bodytable {
  border-bottom: 1px dotted #b2b2b2;
  padding:0;
  margin:0;
}


td.discussiontable {
  border-top: 1px dotted #b2b2b2;
}


td#discussiontable1 {
  border-bottom: 1px dotted #b2b2b2;
  font-size:70%;
}




div#bodyline {
  background: url("../i/design/points.gif") #e5e5e5 right center repeat-x;
}


#header {
  color: #e78309;
  font-weight: normal;
  font-size: 165%;
  font-family: Arial;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}


#news-list {
}

.news-item {
  padding-bottom: 10px;
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 10px;
}

img.news-img,
div.preview {
  padding-right: 20px;
}

div.news-link {
  display: block;
  color: #e78309;
  padding-bottom: 4px;
}

a.news-link:link,
a.news-link:visited {

  padding-left: 17px;

  background-image: url("../i/design/arrowright.gif");
  background-repeat: no-repeat;
  background-position: left 2px;

  font-weight: bold;
  text-decoration: none;
}

a.news-link:hover {
  background-image: url("../i/design/arrowright.gif");
  background-repeat: no-repeat;
  background-position: left 2px;

  text-decoration: underline;
}

a.news-description:link,
a.news-description:visited {
  color: black;
  text-decoration: none;
}

a.news-description:hover {
  /*color: black;
  text-decoration: underline;*/
}

.news-list-date {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  border-top: 1px dotted #b2b2b2;
  padding-top: 10px;
  margin-bottom: 5px;
  font-weight: normal;
}

.news-list-month,
.news-list-groupe {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
}

#news-list-caption {
  padding-bottom: 10px;
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 10px;
}

div.work {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

div.full-work {
  text-align: center;
}

table.vote {
  width: 100px;
}

div.vote {
  padding-bottom: 20px;
  text-align: center;
}

span.rating-label,
span.rating {
  /*display: block;*/
  font-size: 140%;
  font-weight: bold;
  color: #e78309;
}

span.rating {
  padding-right: 10px;
  text-align: right;
}

a.vote-yes:link,
a.vote-yes:visited {
  padding-left: 15px;
  padding-right: 15px;

  background-image: url("../i/design/arrowup.gif");
  background-repeat: no-repeat;
  background-position: left 2px;

  color: #b1b1b1;
  font-size: 100%;
  text-decoration: none;
}

a.vote-no:link,
a.vote-no:visited {
  padding-left: 15px;

  background-image: url("../i/design/arrowdown.gif");
  background-repeat: no-repeat;
  background-position: left 2px;

  color: #b1b1b1;
  font-size: 100%;
  text-decoration: none;
}

a.vote-yes:hover,
a.vote-no:hover {
  color: #e78309;
  text-decoration: underline;
}


ul#bodymenu {
  clear: both;

  margin: 0px;
  padding: 0px;
  list-style: none;

  padding-top: 15px;
  padding-left: 215px;
  padding-bottom: 5px;
}

#bodymenu li {
  display: inline;
}

#bodymenu span,
#bodymenu a:link,
#bodymenu a:visited {
  color: #999999;
  padding-right: 10px;
}

#bodymenu a:hover {
  color: #e78309;
}
 
div#bottom {
  clear: both;
  background: url(../i/design/points.gif) #d1d1d1 right top repeat-x;
  color: #888888;
  margin: 0px;
  padding-left: 215px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 85%;
}

#bottom a:link,
#bottom a:visited {
  color: #888888;
}

#bottom a:hover {
  color: #e78309;
}

.contest-award-header {
  display: block;
  text-align: center;

  font-size: 160%;
  color: #e78309;
}

.contest-header {
  clear: left;
}

.contest-award {
  clear: left;

  margin: 0px;
  padding: 0px;
  list-style: none;

  height: 225px;

  padding-bottom: 10px;
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 20px;

  text-align: center;
}

.contest-award li {
  float: left;
  width: 33%;
  height: 220px;

  text-align: center;
  border-right: 1px dotted #b2b2b2;
}

.contest-award img {
  display: block;

  margin: 5px auto;

  text-align: center;
}

a.award-work-name:link,
a.award-work-name:visited {

  padding-left: 15px;

  background-image: url("../i/design/arrowright.gif");
  background-repeat: no-repeat;
  background-position: left 2px;

  font-weight: bold;
  font-size: 110%;

  text-decoration: none;
}


.contest-item {
  clear: left;

  margin: 0px;
  padding: 0px;
  list-style: none;

  font-size: 90%;
}

.contest-item li {
  float: left;
  width: 65px;
  height: 110px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.contest-item a:link,
.contest-item a:visited {
  display: block;
}

.contest-item img {
  margin-bottom: 2px;
}

.contest-work a:link,
.contest-work a:visited {
  display: block;

  text-align: center;
  text-decoration: none;
}

.contest-work a:hover {
  text-decoration: underline;
}

a.contest-work-name:link,
a.contest-work-name:visited {
  display: block;
  text-decoration: none;
}

#catalog {
  display: block;
}

.catalog-header {
  clear: left;
  border: 0px;
}

.catalog-item {
  margin: 0px;
  padding: 0px;
  list-style: none;

  font-size: 90%;
}

.catalog-item li {
  float: left;
  width: 130px;
  height: 175px;

  margin-right: 20px;
}

.catalog-item img {
  margin-bottom: 2px;
}

.catalog-item a:link,
.catalog-item a:visited {
  display: block;

  text-align: center;
  text-decoration: none;
}

.catalog-item a:hover {
  text-decoration: underline;
}

#jury {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#jury li {
  padding-bottom: 20px;
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 10px;
}

.jury-fio {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

.editor {
  display: block;

  font-size: 90%;
  margin-bottom: 10px;
}

#jury-comment {
  clear: both;

  margin: 0px;
  padding: 0px;
  list-style: none;

  width: 100%;

  background-color: #d7d7d7;
}

#jury-comment li {
  float: left;
  width: 60px;

  padding: 20px;

  background-color: #c4c4c4;

  margin-bottom: 40px;
}

#jury-comment img {
  display: block;
}

ul#rating-navigator {
  float: right;

  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;

  line-height: 40px;

  color: #b1b1b1;
  font-size: 90%;
}

#rating-navigator li {
  display: inline;
  padding-left: 5px;
}

#rating-navigator a:link,
#rating-navigator a:visited {
  color: #b1b1b1;
}

#rating-navigator span,
#rating-navigator a:hover {
  color: #e78309;
  text-decoration: underline;
}

ul#rating {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#rating li {
  width: 100%;
  display: block;
}

.rating-img {
  padding-right: 20px;
}

.rating-work {
  padding-bottom: 10px;
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 10px;
}

a.rating-link:link,
a.rating-link:visited {
  display: block;

  padding-bottom: 4px;

  font-weight: bold;
  text-decoration: none;
}

a.rating-link:hover {
  text-decoration: underline;
}

.search-cell {
  padding-right: 10px;
}

.profile-image {
  margin-right: 10px;
}

.profile-item {
  margin-bottom: 5px;
  font-size: 110%;
}

.profile-key {
}

.profile-value {
  font-weight: bold;
}

span.profile-count-message {
  display: block;

  padding-top: 10px;
  padding-bottom: 2px;
  color: #e78309;
}

.profile-count-message span {
  color: #e78309;
}

.profile-count-message a:link,
.profile-count-message a:visited {
  padding-left: 20px;

  background-image: url("../i/design/arrowright.gif");
  background-repeat: no-repeat;
  background-position: left 2px;

  font-weight: bold;
}

ul#profile-message,
ol#profile-message {
  margin: 0px;
  padding: 0px;
  list-style: none;

  margin-top: 20px;
}

#profile-message li {
  margin-bottom: 10px;
}


#page-scroller {
  clear: both;
  margin-bottom: 10px;
}

#source {
  display: block;
  margin: 10px 0px;

  font-style: italic;
}