* {
  margin: 0;
  padding: 0;
  color:#1A1A1A;
}
html {min-height: 100%;}
body {
  width: 100%;
  margin: auto;
  font-size: 11px;
  font-family: 'Trebuchet Ms', Helvetica, serif;
}

.clear {
  clear: both;
}

img {
  border: 0;
}

.infos-contest {
  margin: 0 0 30px 0;
}
a {
    color:#1A1A1A;
}
a:hover {
    color:#1A1A1A;
}
a:visited {
    color:#1A1A1A;
}

ul.error_list li {
    list-style-type: none;
    color: #F00;
    font-weight: bold;
    padding-bottom:5px;
}

#top {
    margin-bottom:20px;
    background: #f2f5f8;
    border-bottom:#ccc solid 1px;
    height:20px;
}

#top .search {
    position:absolute;
    top: 0;
    left: 50%;
    margin-left:-480px;
}
#top .search form {
    background:#ccc;
    padding: 2px 3px;
}
#top .search input[type="text"] {
    font-size: 10px;
    padding:2px 5px;
    border:0;
    width:100px;
}
#top .search input[type="submit"] {
    font-size: 10px;
    padding:1px 5px 1px;
    background:#eee;
    border:0;
    cursor: pointer;
    width:75px;
}
#top .search input[type="submit"]:hover {
    background: #E36203;
    color: #fff;
}

#top .search #result {
    background:#eee;
    padding: 5px;
    text-align: left;
}
#top .search #result .result-media {
    padding: 5px;
    background: #f2f5f8;
    border-bottom:3px solid #eee;
}
#top .search #result .result-media .image {
    float: left;
    width: 48px;
    margin: 0 10px 0 0;
}
#top .search #result .result-media .content {
    float: left;
    color:#333;
}
#top .search #result .result-media .content .mediaTitle {
    color: #E36203;
    font-weight: bold;
    font-size: 12px;
    font-family: Georgia, Times, Serif;
}
#top .search #result .result-media .content .participant {
    color: #E36203;
    font-weight: normal;
    font-size: 12px;
    font-family: Georgia, Times, Serif;
}
#top .search #result .result-media .content a.participant {
    text-decoration: none;
}
#top .search #result .result-media .content .date {
    font-weight: bold;
    color:#333;
}

#top .search #result .result-media:hover {
    background: #E36203;
    color: #fff;
}
#top .search #result .result-media:hover a {
    color: #fff;
}
#top .search #result .result-media:hover .content .mediaTitle {
    color: #fff;
}
#top .search #result .result-media:hover .content .participant {
    color: #fff;
}
#top .search #result .result-media:hover .content {
    color:#fff;
}
#top .search #result .result-media:hover .content .date {
    color:#fff;
}

#top .menu-top {
    position:absolute;
    top: 0;
    right: 50%;
    margin-right:-475px;
}
#top .menu-top a {
    display:block;
    float: left;
    color:#1A1A1A;
    text-decoration:none;
    padding:3px 8px;
}
#top .menu-top a.inline, #top .menu-top a.inline2 {
    background: #eee;
    border-right: 3px solid #f2f5f8;
    font-weight: normal;
}
#top .menu-top a.howto-btn {
    background: none;
    font-weight: bold;
    color:#125DC4;
}
#top .menu-top a.last {

}
#top .menu-top a.inline:hover, #top .menu-top a.inline2:hover {
    background: #E36203;
    color: #fff;
}
#top .menu-top a.last:hover {
    color: #E36203;
    text-decoration: underline;
}

/*********************** Flashes ******************************/

/** Normal **/
.flash {
  font-weight: bold;
}

.flash .notice {
  color: #19B501;
  padding:10px 0;
}

.flash .error {
  color: #E80118;
}

/** Global **/
.global-flash {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom:20px;
}

.global-flash .error {
  color: #E80118;
}

.global-flash .notice {
  color: #19B501;
}

.error {
  color: #E80118;
  font-weight: bold;
}


/************************************HELP*******************************************/
.label-help {
  color: #9B9B9B;
  font-weight: normal;
  font-size: 10px;
}



#contact-form h3 {
    font-size:13px;
    margin-bottom:15px;
}
#contact-form table th {
    text-align:left;
    padding:1px 5px 0 0;
    width:60px;
}
#contact-form table td {
    padding:1px;
}
#contact-form table td input {
    padding:1px;
}
#contact-form table td textarea {
    padding:1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#contact-form table td input.btn-contact {
    background:none repeat scroll 0 0 #E36203;
border:0 none;
color:#FFFFFF;
cursor:pointer;
font-size:12px;
font-weight:bold;
padding:2px 3px;
width:125px;
}
#contact-form table td input.btn-contact:hover {
    background:#333;
}
