﻿body
{
 font-family:arial, helvetica, sans;
 font-size:12px;
/* text-shadow: 0 0 0 #000;*/
}


.small {font-size:8pt;}
.big {font-size:14px;}



img 	
{
    margin: 0;
    padding: 0;
    border: 0;
}


div#main 
{
 position:relative;
 left:66px;
}

div#header
{
 height: 177px;
 width:900px;
 overflow:hidden;
}

div#footer
{
 height: 50px;
}

.center { text-align: center;}
.justify { text-align: justify;}
.hidden { display:none;}
.bold {  font-weight:bold}

table#Directors ,table#Videos,table#Styles
{
 border-collapse:collapse;
}
table#Directors tr td  
{
 width: 166px;
 height: 72px;
 padding: 0px;
 border-style:none;
 vertical-align: top;
}


table#Videos tr td
{
 width: 112px;
 height: 69px;
 padding: 0px;
 border-style:none;
 vertical-align: top;
}

table#Styles tr td
{
 width: 112px;
 height: 90px;
 padding: 0px;
 border-style:none;
 vertical-align: top;
}

fieldset
{  
    margin: 0 0 .5em 0;
    padding: 0;
    width: 100%;
    /*font-size: .8em;*/
    border: 0 solid #ffcc00; 
    background: #eeeeee;    
}



fieldset.submit
{
    border: none;
    background: transparent;  
    text-align: center ;
}


fieldset legend
{  
    margin-left: 1em;      
    font-weight: normal;
    font-size: .9em;
    color: black;
    background-color: white;
    padding: 0 1em 0 1em;
    border: 1px solid black;
}

fieldset ol
{  
    padding: 1em 1em 1em 1em;  
    list-style: none;
}

fieldset li
{  
    /* Control leading between rows. */
    padding-bottom: .7em;
}

fieldset li:last-child
{  
    /* Control leading between rows. */
    padding-bottom: 0em;
}

fieldset ol li label
{  
    color: Black;
    float: left;
    width: 10em;        
    margin-right: 1em;
    text-align: right; 
}

fieldset ol li label.error
{  
    float:none;
    margin-left: 1em;
    width:auto;      
    text-align: left; 
}


fieldset.VideoNotSaved {
  background-color:#FFFFCC;
}

fieldset.VideoSaved {
  background-color:#eeeeee;
}

fieldset.VideoSaved a.Delete, fieldset.VideoSaved a.Save
{
color:Blue;
}

fieldset.VideoNotSaved a.Delete,fieldset.VideoNotSaved a.Save
{
color:Blue;
}

