﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: White;
    margin: 0px;
    background: #007CBF;
    padding: 0px;
}

div#title
{
    position:absolute;
    top: 0px;
    height: 50px;
    left: 0px;
    right: 0px;
}

div#title div
{
    text-align: center;
    font-size: 24pt;
    padding: 5px;
    font-weight: bold;
}

div#banner
{
    position:absolute;
    top: 50px;
    height: 71px;
    left: 0px;
    right: 0px;
    background: #606060;
}

div#banner div
{
    margin-top: 1px;
    margin-bottom: 1px;
    height: 69px;
    background: #202030;
}

div#banner div a div
{
    margin-top: 1px;
    margin-bottom: 1px;
    height: 67px;
    background: white;
    vertical-align: middle;
    background-image: url('images/veranda-veranco-logo.png');
    background-position: left;
    background-repeat: no-repeat;
}

div#sidebar
{
    position:absolute;
    top: 151px;
    left: 10px;
    width: 180px;
    bottom: 0px;
    overflow: hidden;
}

div#main
{
    position: absolute;
    top: 151px;
    bottom: 20px;
    left: 220px;
    right: 0px;
    background: White;
    color: Black;
}

div#footer
{
    position: absolute;
    bottom: 0px;
    left: 220px;
    right: 0px;
    height: 20px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #10A0FF; 
    color: #FFFFFF; 
    font-size: 11pt;
    vertical-align: middle;
}

div#footer a
{
    color:White;
}

div#shadowt
{
    position: absolute;
    top: 121px;
    left: 240px;
    height: 30px;
    right: 0px;
    background-image: url('images/shadowt.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

div#shadowl
{
    position: absolute;
    top: 171px;
    left: 200px;
    width: 20px;
    bottom: 0px;
    background-image: url('images/shadowl.png');
    background-repeat: repeat-y;
}

div#shadowtl
{
    position: absolute;
    top: 131px;
    left: 200px;
    width: 40px;
    height: 40px;
    background-image: url('images/shadowtl.png');
    background-repeat: no-repeat;
}

div#menu
{
    position: absolute;
    top: 131px;
    left: 230px;
    height: 30px;
    right: 0px;
    font-weight: bold;
    padding-bottom: 16px;
    padding-top: 0px;
    padding-left: 2px;
}

div#menu a
{
    display:inline-block;
    padding-top: 0px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
    vertical-align: top;
    color: White;
}

div#menu a#partenaire
{
    color: #F80;
}

div#menu a:hover
{
    padding-top: 10px;
    background-image: url('./images/menu.png');
    background-repeat: repeat-x;
    color: White;
}

div#menu a#partenaire:hover
{
    background-color: White;
    background-image: none;
    color: Red;
}
div#menu a#partenaire.current
{
    padding-top: 10px;
    background-image: url('./images/menu.png');
    background-repeat: repeat-x;
    color: White;
}

div#menu a:active
{
    padding-top: 10px;
    background-image: url('./images/menu.png');
    background-repeat: repeat-x;
    color: White;
}

div#menu a.current
{
    padding-top: 10px;
    background-image: url('./images/menu.png');
    background-repeat: repeat-x;
    color: White;
}

div.background
{
    position: absolute;
    left: 0px; 
    right: 0px; 
    top: 0px; 
    bottom: 0px; 
    background-repeat: no-repeat;
}

div.text
{
    padding: 14px 8px 8px 8px;
    overflow: scroll;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

div.text a
{
    color: #007CBF;
}

a
{
    color:White;
    text-decoration: none;
}

a:hover
{
    color:White;
    text-decoration: none;
}

a:visited
{
    color:White;
    text-decoration: none;
}

div.silverlightcontent
{
    display: none;
}

div.silverlightcontainer
{
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

p.eventtitle
{
    font-size: 11pt;
    margin: 0px 0px 0px 2px;
    font-variant: small-caps;
    border-top: solid 1px yellow;
}

div#sidebar a + p.eventtitle
{
    border-top: 0px;
}

p.eventdescription
{
    color: Yellow;
    margin: 0px 0px 0px 12px;
    font-size: 10pt;
}

a.button
{
    display: block;
    background-image: url(images/buttonup.png);
    background-position:left top;
    background-repeat: no-repeat;
    height: 35px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-weight: bold;
    margin: 0px;
    text-decoration: none;
    color: White;
}

a.button:hover
{
    background-image: url(images/buttondown.png);
}

a.button:active
{
    background-image: url(images/buttondown.png);
}

.submenu
{
    font-weight: bold;
    padding: 5px;
}

.submenu a
{
    display: block;
    background-image: url(images/buttonup2.png);
    background-position:left top;
    background-repeat: no-repeat;
    height: 52px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    font-weight: bold;
    margin: 0px;
    text-decoration: none;
    color: White;
    vertical-align:middle;
}

.submenu a:hover
{
    background-image: url(images/buttondown2.png);
}

.submenu a:visited
{
    color: White;
}

.submenu a:active
{
    color: White;
    background-image: url(images/buttondown2.png);
}

.submenu a.current
{
    color: White;
    background-image: url(images/buttondown2.png);
}

a.button2
{
}

a.button2:hover
{
}

a.button2:active
{
}

img
{
    border: none;
}

a:visited
{
    color: inherit;
}
a:hover
{
    color: inherit;
}
a:active
{
    color: inherit;
}

h1
{
    font-size: 16pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #007CBF;
    padding: 0px 0px 10px 0px;
    margin-bottom: 5px;
    font-weight: bold;
}

h2
{
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #007CBF;
    margin: 1px 0px 8px;
    padding: 0px 0px 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #007CBF;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 5px;
    padding: 5px;
    border: 0px;
    background-color: #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 12pt;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    background-color: #CCC;
    color: Blue;
}

select
{
    width: 300px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

input[type="text"] 
{
    width: 300px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

input[type="password"] 
{
    width: 300px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

textarea
{
    width: 300px;
    height: 100px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
/* TABLE
----------------------------------------------------------*/

table
{
    border-style: none;
    border-collapse: collapse;
}

table td 
{
  padding: 5px;
  border: solid 1px #DDD;
  vertical-align: top;
}

table.noborder td
{
    border: none;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #007CBF;
  color: White;
  border: solid 1px #108CCF;
}

/* VIDEOLIST  
----------------------------------------------------------*/

div#videolist span
{
    display: inline-block;
    margin: 5px;
    padding: 3px;
    border: solid 1px #007CBF;
    background: #007CBF;
    color: White;
    font-weight: bold;
}

div#videolist span a
{
    display: block;
    margin: 3px 0px 0px 0px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

iframe.silverlight
{
    visibility:hidden;
    height:0;
    width:0;
    border:0px;
}

.floatright
{
    float: right;
}

.floatleft
{
    float: left;
}