/**
 * @Theme:Standard
 * @Author:Everett Myers (everett.myers@actha.us)
 * @LastUpdate:2011-04-18T16:57:50-07:00
 * @BaseCode:AF ver 2.0.0
 */ 

/* Imports */
@import url('main.css');

#obstacles ul.obstacle_list{margin:0px;padding:0px;width:1000px;display:block;overflow:hidden;}
#obstacles ul.obstacle_list li{text-align:center;list-style:none;margin:10px;padding:0px;float:left;width:120px;height:170px;cursor:pointer;font-size:16px;font-weight:bold;}
#obstacles ul.obstacle_list img{clear:right;width:120px;}
#obstacles p.copyright_statement{font-weight:bold;font-size:10px;color:#BC0000;text-align:center;padding:10px;border-top:1px solid #000;}

#obstacle_popup{height:420px;overflow:auto;}
#obstacle_popup p.description{overflow:auto;font-size:16px;margin-bottom:5px;border-bottom:1px solid #000;padding-bottom:5px;}
#obstacle_popup p.description img{float:left;margin-right:20px;height:75px;}
#obstacle_popup p.options{font-weight:bold;font-size:16px;}
#obstacle_popup ul.options{margin-bottom:5px;font-size:16px;}
#obstacle_popup ul.judgecriteria li{}
#obstacle_popup p.judgecriteria{font-weight:bold;font-size:16px;}
#obstacle_popup ul.judgecriteria{margin-bottom:5px;font-size:16px;}
#obstacle_popup ul.videos li{}
#obstacle_popup p.videos{font-weight:bold;font-size:16px;}
#obstacle_popup ul.videos{margin-bottom:5px;font-size:16px;}
#obstacle_popup ul.videos li{}