﻿/* Default Browser Changes */

    a:active { 
      outline:none;
    }

    :focus {
      -moz-outline-style:none;
    }



/* Homepage Elements */

    .homepage_workshop_details {
        font-size:9px;
        line-height:10px;
    }



/* CTE About > Bios */

    div.cteBios div {
        height:125px;
    }



/* General */

    .notification {
        background-color:#fff8a9;
        padding:4px;
        
        border:2px solid #f9e459;
    }

    .stepList li:before {
        content: "Step ";
    }
    
    #centerCol form .textField{
        width: 265px;
        height:18px;
        margin:0 0 10px 0;
    }
    
    .hidden {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }
