﻿/* GENERAL */
*
{
    outline: none;
    margin: 0px;
    padding: 0px;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFF;
}
h1
{
    font-size: 18px;
}
h2
{
    font-size: 16px;
}
h3
{
    font-size: 14px;
}
h4
{
    font-size: 13px;
}
h5
{
    font-size: 12px;
}
h6
{
    font-size: 11px;
    font-weight: bold;
}
a
{
    color: black;
    text-decoration: none;
}
a:visited
{
    color: black;
}
a:hover
{
    color: red;
}
.clickable
{
    cursor: pointer;
}


/* NAV */
#nav
{
    width: 185px;
    float: left;
    margin: 9px 9px 0 0;
    border: 0;
    padding: 0 0 0 0;
    clear: right;
    float: left;
}
div.bloc
{
    margin: 0px 0 10px 0;
    padding-bottom: 5px;
    border: 1px solid #EFEFEF;
}
div.bloc h5
{
    background-image: url(/Images/bg_title.gif);
    background-repeat: repeat-x;
    padding: 0 5px 2px 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
div.bloc h6
{
    padding: 0 5px 0 5px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 10px;
}
div.bloc a, div.bloc b
{
    padding: 0 5px 0 5px;
}
div.bloc table
{
    padding: 0 5px 0 3px;
}
div.bloc input, div.bloc textarea, div.bloc select
{
    margin: 5px 5px 5px 5px;
}
input, textarea, select
{
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 2px 2px 2px 2px;
}
input.button
{
    background-color: #EFEFEF;
    width: auto;
}
input.dateInput
{
    width: 60px;
}
.ratelink
{
    clear:left;
}

/* CONTENT */
#middle
{
    width: 1000px;
    margin: 0px;
    padding: 0px;
}
#content
{
    width: 490px;
    float: left;
    margin: 9px 9px 9px 0;
    border: 0;
    padding: 0 0 0 0;
}
#home
{
    width: 690px;
    float: left;
    margin: 9px 9px 9px 0;
    border: 0;
    padding: 0 0 0 0;
}
.homeCatTitle
{
    background-color: #FF3300;
    clear: both;
    height: 25px;
    margin-left: 20px;
    width: 660px;
}
.homeCatTitleLeft
{
    color: white;
    float: left;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 6px;
}
.homeCatTitleRight
{
    color: white;
    float: right;
    font-weight: bold;
    margin-right: 30px;
    margin-top: 6px;
    background: url(/images/whiteArrow.jpg) left center no-repeat;
    padding-left: 20px;
}
.homeCatKeywords
{
background-color:#FFFFFF;
border:2px solid #FF3300;
margin-bottom:10px;
width:656px;
}
.homeCatKeywords .homeCatTitleLeft
{
    color:Black;
}
.homeCatKeywords .homeCatTitleRight
{
    margin-top:2px;
    background:none;
}
.homeList
{
    clear: both;
    margin-bottom: 5px;
    margin-left: 25px;
    margin-top: 2px;
}
.homeListItems
{
    float: left;
    margin-right: 20px;
    width: 165px;
}
.homeListItems ul
{
    list-style-type: none;
}
.homeListItems ul li
{
    background: url(/images/homeBullet.gif) left center no-repeat;
    padding-left: 10px;
    margin-left: -10px;
}
.homeListPicto
{
    float: left;
    width: 100px;
    height: 100px;
}
#keywordsInput
{
    width: 165px;
}
div.center
{
    text-align: center;
    float: left;
}
div.event
{
    float: right;
    width: 100%;
}
div.marginTopBottom
{
    margin: 10px 0 10px 0;
}
div.marginBottom
{
    margin: 0 0 10px 0;
}
div.marginTop
{
    margin: 10px 0 0 0px;
}
#navbar, #navbarBottom
{
    background-image: url(/Images/bg_title.gif);
    background-repeat: repeat-x;
    padding: 0 5px 2px 5px;
    margin-bottom: 4px;
    border: 1px solid #EFEFEF;
    text-align: center;
    height: 21px;
    float: left;
    width: 100%;
}
#pages
{
    float: left;
    height: 21px;
    width: 250px;
    margin-left: 20px;
}
#pages a img
{
    margin-bottom:-2px;
    border:none;
}
#combos
{
    float: right;
    height: 21px;
}
#combos select
{
    margin-right: 20px;
}
#content table td
{
    /*padding: 5px;*/
    padding-bottom: 5px;
    vertical-align: top;
}
#content table td h5
{
    margin-bottom: 4px;
}
#content table.details td h5
{
    margin: 5px 0 5px 15px;
}
#content table.odd
{
    background-image: url(/Images/bg_light.gif);
    background-repeat: repeat-x;
    width: 100%; /*padding: 5px 0 5px 0;*/
    border: solid 1px #EFEFEF;
}
#content table.even
{
    background-image: url(/Images/bg_light.gif);
    background-repeat: repeat-x;
    width: 100%;
    padding: 5px 0 5px 0;
    border: solid 1px #EFEFEF;
}
#content table.odd_event
{
    background-color: #EFEFEF;
    width: 100%;
    padding: 5px 0 5px 0;
    border: solid 1px #EFEFEF;
}
#content table.even_event
{
    background-color: #EFEFEF;
    width: 100%;
    padding: 5px 0 5px 0;
    border: solid 1px #EFEFEF;
}
#content h4.odd
{
    background-color: #F9F9F9;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
#content h4.even
{
    background-color: #EFEFEF;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
#content table.details
{
    border: 1px solid #EFEFEF;
}
#content table.details p
{
    margin-top: 5px;
}
#content table.details ul
{
    margin-left: 10px;
    margin-top: 5px;
}
#content table.details li
{
    margin-left: 20px;
    padding: 5px 0 5px 0;
}
#content table.details li.dateList
{
    list-style-type: none;
    padding: 0;
    margin-left: 30px;
}
#content table.details li.datePassed
{
    text-decoration: line-through;
}
#content table.details td h4
{
    margin-top: 10px;
}
#content hr.separator
{
    border-top: medium none;
    border-bottom: 1px dashed #CCCCCC;
}
img.wallPic
{
    margin: 0pt 1px 2px 1px;
    border: none;
    width: 120px;
    height: 160px;
}
#backtosearch
{
    clear: right;
    text-align: right;
    width:150px;
}

#footerFullListLinks
{
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
    background: #FF3300 url(/Images/allResults.jpg) no-repeat scroll left top;
    height: 16px;
    padding-left: 80px;
}
#selection
{
    border-bottom: 1px solid;
    clear: left;
    color: #FF3300;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
#headerBarControl,#randomEventDetailsSummaryList #selection
{
    background: #FF3300 none repeat scroll 0 0;
    color: #FFFFFF;
    font: bold 13px Georgia,Verdana,sans-serif;
    height: 18px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 2px;
}
#randomEventDetailsSummaryList
{
clear:both;
float:left;
margin-top:20px;
width:100%;
}

#eventDetails
{
  float:left;
width:100%;
clear:both;
}
#footerTodaysLinks
{
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
}

#content h4.odd
{
    clear: left;
}

#randomEventDetailsSummaryList #navbar, #randomEventDetailsSummaryList #navbarBottom
{
    margin-top: 15px;
}
#eventSummaryList
{
    float: right;
    width:100%;
}

#sharelink
{
    clear:left;
float:left;
width:100%;
margin-top:60px;
background-color:#F1F2E7;
}
#sharelink p
{
    float:left;
}
#sharelink a
{
    float:right;
    margin-left:5px;
}
/* COLONNE DROITE */
#right
{
    clear: right;
    float: left;
    margin: 9px 0 0 0;
}
#HyperLinkContributor.rightbloc img
{
        margin: 0 0 9px 0;
    padding-bottom: 9px;
}
div.rightbloc
{
    border: 1px solid #EFEFEF;
    width: 300px;
    margin: 0 0 9px 0;
    padding-bottom: 9px;
}
div.rightbloc h5
{
    background-image: url(/Images/bg_title.gif);
    background-repeat: repeat-x;
    padding: 0 5px 2px 5px;
    margin-bottom: 5px;
}
div.rightbloc a
{
    margin: 0;
}
div.rightbloc ul
{
    margin-left: 15px;
    margin-top: 15px;
}
div.rightbloc h6
{
    margin: 5px 0 0 0;
    font-size: 12px;
}
div.gmap
{
    padding-bottom: 0;
}
div.gmap h5
{
    margin-bottom: 0;
}

#pub
{
    width: 300px;
    margin: 0 0 9px 0;
    border: 1px solid #EFEFEF;
}
#pub h5
{
    background-image: url(/Images/bg_title.gif);
    background-repeat: repeat-x;
    padding: 0 5px 2px 5px;
}

img.allocine
{
    margin-right: 5px;
}

#map span
{
    display: none;
}

img.cinemaLinksPic
{
    width: 60px;
    margin: 7px 0px 2px 9px;
    border: none;
    height: 80px;
}
/* #rightbloc li{ margin-left:20px; padding-bottom:5px;} */


/* FOOTER */
#footer
{
    clear: both;
}

/* HEADER */
#header
{
    clear: both;
}

/* LEADERBOARD*/
#leaderboard
{
    clear: both;
}




/* GMAPS */
#marker_window
{
    width: 150px;
}
#marker_window_contents
{
    background-color: #FFF;
}
#marker_window_close
{
    background: transparent url(/Images/gmaps/window_close.png) no-repeat scroll left top;
    cursor: pointer;
    height: 14px;
    width: 14px;
}
* html #marker_window_close
{
    background-image: none;
}
#marker_window_beak
{
    width: 8px;
    height: 12px;
    margin: 0 0 0 8px;
    background: transparent url(/Images/gmaps/window_beak.png) top left no-repeat scroll;
}
* html #marker_window_beak
{
    /* Alpha transparencies hack for IE */
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/gmaps/window_beak.png', sizingMethod='image');
        width: 10px;
}

#marker_window_tl
{
    background: transparent url(/Images/gmaps/window_tl.png) no-repeat scroll left top;
    height: 10px;
    width: 10px;
}
* html #marker_window_tl
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/gmaps/window_tl.png', sizingMethod='image');
        width: 10px;
}
#marker_window_bl
{
    background: transparent url(/Images/gmaps/window_bl.png) no-repeat scroll left bottom;
    height: 10px;
    width: 10px;
}
* html #marker_window_bl
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/gmaps/window_bl.png', sizingMethod='image');
    padding: 0 0 2px 0;
        width: 10px;
}
#marker_window_tr
{
    background: transparent url(/Images/gmaps/window_tr.png) no-repeat scroll right top;
    height: 10px;
    width: 10px;
}
* html #marker_window_tr
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/gmaps/window_tr.png', sizingMethod='image');
        width: 10px;
}

#marker_window_br
{
    background: transparent url(/Images/gmaps/window_br.png) no-repeat scroll right bottom;
    height: 10px;
    width: 10px;
}
* html #marker_window_br
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/gmaps/window_br.png', sizingMethod='image');
    padding: 0 0 2px 0;
        width: 10px;
}

#marker_window_b
{
    background: #FFFFFF url(/Images/gmaps/window_b.png) repeat-x scroll left bottom;
    height: 10px;
        width: 10px;
}
#marker_window_t
{
    background: #FFFFFF url(/Images/gmaps/window_t.png) repeat-x scroll left top;
    height: 10px;
        width: 10px;
}
#marker_window_r
{
    background: #FFFFFF url(/Images/gmaps/window_r.png) repeat-y scroll right top;
    width: 10px;
}
#marker_window_l
{
    background: #FFFFFF url(/Images/gmaps/window_l.png) repeat-y scroll left top;
    width: 10px;
}

div.event div.summary div.itembar
{
    background: #c3c2ab none repeat scroll 0 0;
    color: White;
    font-size: 11px;
    margin-bottom: 3px;
    height: 15px;
}
div.event div.summary div.itembar div.itemcat
{
    float: left;
}
div.event div.summary div.itembar div.itemrate
{
    float: right;
}
div.itembar div.itemrate .emptyRatingStar 
{
    background-color:#C3C2AB;
}
div.event div.summary h4 a,div.event div.summary h4
{
    color: #FF3300;
    font-size: 10px;
}

td.category
{
    padding-right: 5px;
}
div.picto
{
    width: 70px;
    height: 96px;
    background: #c3c2ab none repeat scroll 0 0;
    display: table-cell;
    vertical-align: middle;
}


/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(/Images/Rating/FilledStar.png);
    width:13px;
    height:13px;
}

.emptyRatingStar
{
    background-image: url(/Images/Rating/EmptyStar.png);
    width:13px;
    height:13px;
}

.savedRatingStar
{
    background-image: url(/Images/Rating/SavedStar.png);
    width:13px;
    height:13px;
}

.ratelink .filledRatingStar, .ratelink .emptyRatingStar
{
    cursor:pointer;
}
.itemrate .filledRatingStar, .itemrate .emptyRatingStar
{
    cursor:default;
}







