/********************************************
* SimonMed
* Developed by I-ology
* http://www.i-ology.com
*
* Created 05/26/2009- BD
*
* Patient Check-in Style Definitions
********************************************/

.headings {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #0066CC;    
}


/*******************************************
* Titles & Headers
*******************************************/

#ttl-patient-checkin,
#ttl-prepare-exam,
#ttl-patient-history,
#ttl-film-release,
#ttl-request-films,
#ttl-release-comp-films {
    height: 23px;
    display: block;
    margin: 48px 0 24px 40px;
    text-indent: -9999px;
}

#ttl-patient-checkin {
    width: 193px;
    background: url(/images/ttl_patient_checkin.gif) top left no-repeat;
}
#ttl-prepare-exam {
    width: 200px;
    background: url(/images/ttl_prepare_exam.gif) top left no-repeat;
}
#ttl-patient-history {
    width: 238px;
    background: url(/images/ttl_patient_history.gif) top left no-repeat;
}
#ttl-film-release {
    width: 216px;
    background: url(/images/ttl_film_release.gif) top left no-repeat;
}

#ttl-request-films {
    width: 213px;
    background: url(/images/ttl_request_films.gif) top left no-repeat;
}

#ttl-release-comp-films 
{
	width: 349px;
    background: url(/images/ttl_release_films.gif) top left no-repeat;
}

/*******************************************
* Promos
*******************************************/

a#promo-client-billpay {
    width: 195px;
    height: 67px;
    margin-bottom: 30px;
    display: block;
    text-indent: -9999px;
    background: url(/images/promo_client_billpay.gif) top left no-repeat;
}

a:hover#promo-client-billpay {
    background-position: bottom left;
}

/*******************************************
* Subnavigation
*******************************************/

a#prepare-exam {
    background: url(/images/subnav_prepare_exam.gif) top left no-repeat;
}
a#patient-history {
    background: url(/images/subnav_patient_history_form.gif) top left no-repeat;
}
a#film-release {
    background: url(/images/subnav_film_release.gif) top left no-repeat;
}
a#release-comp-films {
    background: url(/images/subnav_release_films.gif) top left no-repeat;
}
a#request-film {
    background: url(/images/subnav_film_request.gif) top left no-repeat;
}

a:hover#prepare-exam, body.prepare-exam-on #prepare-exam,
a:hover#patient-history, body.patient-history-on #patient-history,
a:hover#film-release, body.film-release-on #film-release,
a:hover#request-film, body.film-request-on #request-film,
a:hover#release-comp-films, body.release-comp-films-on #release-comp-films {
    background-position: bottom left;
}