

.modyt_button, .modyt_button:link, .modyt_button:visited{
    background-image: url('../../components/button.jpg');
    color:#FFFFFF;
    border:solid 1px #BBBBBB;
    cursor: pointer;
}

.modyt_button:hover
{
    background-image: url('../../components/button_hover.jpg');
    color:#000000;
}


#modyt_main
{
    padding-top:15px;
}

#modyt_searchbar
{
     background-color: #94B4CD;
     padding: 5px;
     padding-right: 15px;
     margin-bottom: 10px;
     height: 35px;
     *height: 25px;
}

#yt_search
{
    width: 200px;
    text-align: left;
}

#modyt_movie
{
    float: left;;
    padding-bottom: 20px;
}
#modyt_col2
{
    float: left;
    margin-left: 10px;
    width: 275px;
}
#modyt_specs
{
    width: 275px;
    background-color:#E0E9EF;
    border: solid 1px #CCCCCC;
}
.mody_padding
{
    padding:15px;
}
.yt_moreless:link, .yt_moreless:visited
{
    color:#0000EE;
    border-bottom: dotted 1px #000000;
    text-decoration: none; 
}

.yt_moreless:hover
{
    color:#000000;
    border-bottom: solid 1px #000000;
}


.modyt_keywords
{
    border-top: dotted 1px #005BA6;
    padding-top: 5px;
}
    
.modyt_keywords a:link, .modyt_keywords a:visited
{
   text-decoration: none;
   color:#0000EE; 
}
    
.modyt_keywords a:hover
{
   text-decoration: underline;
   color:#000000; 
}


.modyt_catheader
{
   background-color: #005BA6;
   color: #FFFFFF;
   font-size: 14px;
   padding: 5px 0 5px 0; 
}
#modyt_categories
{
    float: right;
    width: 180px;
}
#modyt_categories a
{
    text-decoration: none;
    display:table;
    font-size: 14px;
    width:100%;
    border-bottom: dotted 1px #BBBBBB;
    padding: 4px 0 4px 0;
    color: #005BA6
}
#modyt_categories a:hover
{
    background-color:#EFF9FF;
}

#modyt_categories a.selected
{
    text-decoration: none;
    display:table;
    font-size: 14px;
    width:100%;
    border-bottom: dotted 1px #BBBBBB;
    padding: 4px 0 4px 0;
    color: #FFFFFF;
    background-color:#999999;
}
#modyt_categories a.selected:hover
{
    background-color:#EFF9FF;
    color:#000000;
}

#modyt_add_buttons
{
    float:left;
    padding-top: 2px;
}

#add_yt_movie, #add_my_movie
{
    margin-top:35px;
    position: absolute;
    background-color: #94B4CD;
    padding: 10px;     
}

#add_my_movie { margin-left: 164px; }

#modyt_addmovie form
{
    margin:0; padding:0;
}

#yt_adddiv
{
    padding:10px;
}
.yt_addform input , .yt_addform select
{
    background-color: #EEEEEE;
    border:dotted 1px #BBBBBB;
    width:460px;
    padding:3px;    
}
.yt_addform textarea
{
    background-color: #EEEEEE;
    border:dotted 1px #BBBBBB;
    width:460px; 
    height: 70px;
    padding:3px;    
}

/* LIJST MET FILMS PER CATEGORIE */

#modyt_catlist
{
    width: 750px; 
    float:left;
}

.modyt_catlist
{
    width: 131px;
    float:left;
    margin-right: 10px;
    height: 200px;
    padding: 3px;
}
.modyt_catlist_hover
{
    width: 131px;
    float:left;
    margin-right: 10px;
    background-color: #D1E2EF;
    height: 200px;
    padding: 3px;   
}

.modyt_catlist img , .modyt_catlist_hover img
{
    border: double;
    border-color: BBBBBB;
}

.modyt_catlist a , .modyt_catlist_hover a
{
    text-decoration: none;
    color: #0000EE;
}

.modyt_catlist a:hover , .modyt_catlist_hover a:hover
{
    text-decoration: underline;
}

.yt_catlistTitle
{
    font-size:12px;
    font-weight:bold;
    color: #0000EE;
}

/*  SEARCH RESULTS */


/* DIV OM ALLE RESULTATEN */
#modyt_searchresults
{
    float: left;
    padding-bottom: 20px;
    width: 755px;
    clear:both;
}

/* DIV PER RESULTAAT */
.modyt_search_results
{
    clear:both;
    border-bottom: solid 1px #BBBBBB;
    padding-top: 10px;  
    padding-bottom: 10px;  
}
.mody_search_results_hover
{
    clear:both;
    border-bottom: solid 1px #BBBBBB;
    padding-top: 10px; 
    padding-bottom: 10px; 
    background-color: #D1E2EF; 
}

.yt_search_left, .yt_search_right
{
    float:left;
}

.modyt_search_results  img, .mody_search_results_hover   img
{
    border:double;
    border-color: #BBBBBB;
    margin-left: 15px;   
    margin-right: 15px;   
}

.modyt_search_results a, .mody_search_results_hover a
{
    color:#0033CC;
    text-decoration: none;
}

.modyt_search_results a:hover,  .mody_search_results_hover a:hover 
{
    text-decoration: underline;
}

a.yt_searchTitle
{
    color: #000000;
    font-weight:bold;
    font-size: 14px;
}
.yt_searchDescription
{
    
}

.yt_searchTags
{
    font-size: 11px;
}

.yt_searchViewcount
{
    font-style: italic;
    font-size:11px;
    color: #666666;
}

.yt_searchAuthor
{
    font-weight: normal;
    font-size:11px;
}



/*  RELATED VIDEOS */

#modyt_related_header
{
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}
#modyt_related
{
    margin-top: 10px;
    height:283px;
    overflow:auto;
    width: 275px;
    border: solid 1px #BBBBBB;
    margin-bottom: 50px;
}
.modyt_imgwrapper
{
    width:90px;
    height: 60px;
    overflow:hidden;    
    border:double;
    border-color: #BBBBBB;
    float: left;    
    margin-right: 10px; 
    margin-bottom: 10px;
}

.modyt_related_item
{
    font-size:11px;
    line-height: 15px;
    clear: both;
    color: #666666;
}
.modyt_related_item img
{
    margin-top:-10px;
    border:0;
}

.modyt_related_item a
{
    color:#0033CC;
    text-decoration: none;
    font-weight: bold;
}

.modyt_related_item a:hover
{
    text-decoration: underline;
}

.yt_author
{
    font-weight: normal;
    font-size:10px;
}
