/* my account */  .tabs { font-weight: bold; cursor: hand; cursor: pointer; height: 36px; text-align: center; width: 160px; border: 0px; background-image: url('../../images/newsite/inactivetab.gif'); background-repeat: no-repeat; background-position: bottom left; border-bottom: 1px solid #406495; }  .tabs a, .tabs a:link, .tabs a:visited { color: #79a1c5; }  .tabs a:hover { color: #c46619; }  .tab_active { cursor: hand; cursor: pointer; border: 0px; font-weight: bold; height: 38px; text-align: center; width: 160px; background-image: url('../../images/newsite/activetab.gif'); background-repeat: no-repeat; background-position: bottom left; }  .tab_active a, .tab_active a:link, .tab_active a:visited { color: #213562; }  .tab_active a:hover { color: #c46619; }  #myaccount_content { text-align: center; border-left: 1px solid #406495; border-right: 1px solid #406495; border-bottom: 1px solid #406495; padding: 10px; background-color: #fafafa; height: 333px; }  #myaccount_content a, #myaccount_content a:link, #myaccount_content a:visited { color: #213562; font-weight: bold; text-decoration: none; }  #myaccount_content a:hover { color: #c46619; }  /* training class videos */  .videos-left { float: left; text-align: center; padding: 10px; padding-top: 6px; width: 100px; height: 100px; } .videos-right { text-align: left; } .watch_thumb { opacity:0.5; filter:alpha(opacity=50); } .watch_thumb:hover { opacity:1; filter:alpha(opacity=100); } .expires_text { color:green; margin-top:14px; font-size:11px; font-weight:bold; } .expired_text { color: red; font-size:11px; font-weight: bold; } .play_overlay { width:100px; height:57px; margin-top:-57px; margin-bottom: -13px; background-image: url('../../images/newsite/play_overlay.png'); cursor:pointer; } #myaccount_content .video_right a { color: #c46619; } #myaccount_content .video_right a:hover { color: #79a1c5; }