/* GENERAL */

* {
font-family:arial;
}

body {
margin:0px;
padding:0px;
color:#000;
text-align:center;
font-size:12px;
overflow:auto;
}

img {
display:block;
}

a img {
border:none;
}

input {
font-size:12px;
}
textarea {
font-size:12px;
}

input.error {
border-top: 1px solid red;
border-bottom: 1px solid red;
border-left: 1px solid red;
border-right: 1px solid red;
}
textarea.error {
border: 1px solid red;
}
input[type=text].error {
border: 1px solid red;
}
input[type=file].error {
border-top: 1px solid red;
border-bottom: 1px solid red;
border-left: 1px solid red;
border-right: 1px solid red;
}
label.error {
font-weight:bold;
color:red;
}

.errorblock { display: none; }

div.upload-error {
background:#ff0000;
color:#fff;
padding:8px;
}
div.upload-error a:link, 
div.upload-error a:visited {
color:#fff;
} 
div.upload-error b {
font-size:18px;
}
div.upload-error ul {
padding:0px;
margin:5px;
list-style-position:inside;
}
div.div-thanks {
background:#40E600;
color:#000;
padding:8px;
}
div.div-thanks b {
font-size:18px;
}
/* NAVI */

ul.navi {
list-style: none inside;
width:937px;
margin:0px auto;
margin-top:15px;
display:table;
}

ul.navi li {
float:left;
}

ul.navi li img {
padding-top:28px;
padding-left:10px;
padding-right:10px;
}

ul.navi li.navi-logo img {
padding:0px;
}

/* HOME PAGE */

td.content-home {
background:url('/superstylin09/images/theme/bg_h.jpg') no-repeat;
text-align:left;
}
td.content-home2 {
background:url('/superstylin09/images/theme/bg_h4.jpg') no-repeat;
text-align:left;
}
div.home-text {
display:block;
position:relative;
width:200px;
left:295px;
top:190px;
}
div.home-text2 {
display:block;
position:relative;
width:250px;
left:295px;
top:190px;
}
div.home-text b {
font-size:14px;
}

div.home-text p {
font-size:14px;
line-height:130%;
}

table.sponsors {
margin-top:20px;
}

/* ACTIVITES */

td.content-activities {
background:url('/superstylin09/images/theme/bg_a.jpg') no-repeat;
text-align:left;
}

div.activities-text {
display:table;
position:relative;
width:380px;
left:70px;
top:343px;
}

ul.list-activities {
list-style-position: outside;
padding:0px;
margin:0px;
}

ul.list-activities li {
vertical-align:top;
margin:8px 0px;
font-size:14px;
}

li.list-green {
list-style-image: url('/superstylin09/images/theme/bullet_green.gif');
}
li.list-red {
list-style-image: url('/superstylin09/images/theme/bullet_red.gif');
}
li.list-blue {
list-style-image: url('/superstylin09/images/theme/bullet_blue.gif');
}
li.list-yellow {
list-style-image: url('/superstylin09/images/theme/bullet_yellow.gif');
}

/* REGISTRATION PAGE */

td.content-registration {
background:url('/superstylin09/images/theme/bg_r4.jpg') no-repeat;
text-align:left;
}

div.registration-content {
display:block;
position:relative;
width:560px;
left:336px;
top:180px;
}

table.registration-table {
background:#40E600;
}

.registration-table td {
padding:5px 8px;
font-weight:bold;
}

div.form-note {
font-size:10px;
font-weight:normal;
}

/* FOOTER */

div.footer {
font-size:10px;
margin:0px auto;
margin-top:24px;
width:937px;
text-align:center;
display:table;
clear:both;
}
div.footer a:link, div.footer a:visited {
font-size:10px;
color:#333;
text-decoration:none;
}
div.footer a:hover {
border-bottom:#333 1px dotted;
}

/* GALLERY PAGE */

td.content-gallery {
background:url('/superstylin09/images/theme/bg_g.jpg') no-repeat;
text-align:left;
}
div.gallery-cont {
margin:8px auto;
width:300px;
display:table;
clear:both;
}
.gallery-cont a:link, .gallery-cont a:visited {
font-weight:bold;
font-size:18px;
text-decoration:none;
color:#000;
}
div.gallery-content {
display:table;
position:relative;
width:800px;
left:60px;
top:165px;
}
img.gallery-thumb {
float:left; 
margin:2px;
}
div.gallery-main-con {
position:relative;
display:table;
width:100%;
text-align:center;
height:650px;
}
img.gallery-main-con {
vertical-align:bottom;	
}
div.gallery-thumb-con {
position:relative;
display:table;
clear:both;
left:92px;
width:628px;
padding:2px;
padding:bottom:3px;
background-color:#ccc;
}
div.gallery-page {
position:relative;
display:block;
width:616px;
left:92px;
margin-top:8px;
}
.gallery-page a {
background-color:#f9f9f9;
padding: 2px 15px;
font-size:16px;
height:30px;
text-decoration:none;
color:#666;
}
.gallery-page b {
background-color:#ccc;
padding: 2px 15px;
font-size:16px;
height:30px;
}
/* VOTING PAGE */

td.content-vote {
background:url('/superstylin09/images/theme/bg_v4.jpg') no-repeat;
text-align:left;
}
div.vote-content {
display:table;
position:relative;
width:550px;
left:355px;
top:180px;
/*
background:#40E600;
padding:5px;
*/
}
table.finalist {
float:left;
margin:5px 20px;	
}
form {
display:table;	
}
span.small-red {
color:#ff0000;
font-size:10px;
}
.errorblock { display: none; }

input.error {
border:2px solid red;
color:red;
}
textarea.error {
border:2px solid red;
color:red;
}
input[type=radio].error {
border:none;	
}
label.error {
padding-left:5px;
color:red;
display:none;
}

