/* Main Stylesheet */

/* HTML elements */

html{
    margin:0;
    padding:0;
}

body{
    margin:0;
    padding:0;
    background-image: url(../../images/default/modules/content/logo.png);
    background-repeat: no-repeat;
    background-attachment:fixed;
    font-family:arial;
    font-size:11px;
    width:100%;
    color:black;
}

a{
    text-decoration:none;
    color:black;
}

a:hover{
    text-decoration:underline;
}

a img{
    border:none;
}

img.sponsor{
    padding:10px;
}

h1{
    padding:0;
    margin:0;
    margin-bottom:20px;
    font-weight:bold;
    color:#000;
    text-transform: capitalize;
    font-size:30px;
}

h2{
    padding:0;
    margin:0;
    padding-bottom:5px;
    margin-bottom:20px;
    font-weight:bold;
    color:#000;
    font-size:14px;
    border-bottom:2px solid black;
}

h2.program{
    border:none;   
}

h3{
    padding:0;
    margin:0;
    font-weight:bold;
    color:#000;
    font-size:12px;
}

h4{
    padding:0;
    margin:0;
    margin-bottom:10px;
    font-weight:bold;
    color:#999999;
    font-size:12px;
}

label{
    display:block;
    float:left;
    width:150px;
}

input[type=submit]{
    margin-left:150px;
    margin-bottom:5px;
    width:auto;
}

input{
    margin-bottom:5px;
    width:150px;
}

textarea{
    width:366px;
    font-family:arial;
    font-size:11px;
    margin-bottom:5px;
}

select{
    margin-bottom:5px;
    width:150px;
}

/* IDS */

#footer{
    position:fixed;
    bottom:10px;
    left:474px;
    width:8px;
    height:158px;
}

#menu{
    position:fixed;
    left:35px;
    top:0;
    height:50px;
    border-bottom:1px solid #000;
    width:995px;
    background-color:white;
    background-image: url(../../images/default/modules/content/header.png);
    background-repeat: no-repeat;
    z-index:1000;
}

#myslidemenu{
    position:absolute;
    left:470px;
    top:30px;
}

#content{
    position:absolute;
    left:505px;
    width:525px;
    top:80px;
}

.participant{
    margin-bottom:35px;
}

.programitem{
    margin-bottom:15px;
}

.participant span{
    color:#999;
}

span.location a{
    color:#FF5858;
}

span.location{
    color:#FF5858;
}

.participant span.url a{
    color:#999;
    font-style: italic;
}

.map{
    position:absolute;
    background-image: url(../../images/default/modules/content/plattegrond.png);
    background-repeat: no-repeat;
    width:1053px;
    height:605px;
    left:-505px;
    top:39px;
}

.jqueryslidemenu ul li a.selected{
    color:#FF5858;
}

.button{
    cursor:pointer;
}

.cmsControls{
    margin-top:5px;
    margin-bottom:5px;
    width:100%;
    float:left;
}

.cmsControls a{
    font-weight:bold;
}

.cmsControls ul{
    list-style: none;
    padding:0;
    margin:0;
}

.cmsControls ul li{
    margin:0;
    padding:0;
    float:left;
    margin-right:5px;    
}

