
/* Stock Footage Page-specific Styles */
.sf_title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: lighter;
  color: #e47830;	
}

span.menu {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px; 
    font-weight: bold; 
    color: #015991;  
    text-decoration: none;
    letter-spacing : 0px;
    cursor: pointer;
}

span.menu:hover {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:  #EF7A2C;
    text-decoration: none;
    letter-spacing : 0px;
}

table.footage_results {
    border:1px solid #A1A1A1;
    width: 750px;
    font-family:Tahoma,Verdana,Arial;
    font-size:12px;
}

td.footage_results {
    border-top: solid 1px #a1a1a1;
}

.results_nav {
    font-family: Tahoma,Verdana,Arial;
    font-size: 12px;
    font-weight: bold;
    color: #e47830;	
    line-height: 20px;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 3px;
    cursor: pointer;
}

.results_nav_inactive {
    font-family: Tahoma,Verdana,Arial;
    font-size: 12px;
    font-weight: lighter;
    color: #e47830;	
    text-decoration: none;
    letter-spacing: 0px;
    padding: 3px;
    cursor: default;
}

.results_nav_current {
    font-family: Tahoma,Verdana,Arial;
    font-size: 12px;
    font-weight: bold;
    color: #015991;  
    text-decoration: none;
    border: solid 2px #015991;  
    padding: 3px;
    letter-spacing: 0px;
    cursor: default;
}

.error {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 23px;
    font-weight: normal;
    color: #e47830;	
    line-height: 25px;
}

table.bin_select {
    width: 98%;
    margin-top:10px; 
    border: 1px solid #919191; 
    border-collapse: collapse;
}

table.bin_select td {
    padding: 3px;
    border: 1px solid #919191; 
    border-collapse: collapse;
}

/* Liz added */
h1 {
	color: #e47830;
	font-family: georgia, "times new roman", times, serif;
	font-size: 20;
	font-weight: normal;
}

.text {	color: #484848;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

/* End of Stock Footage Styles */