/********************************************
* SkyMed
* Developed by I-ology
* http://www.i-ology.com
*
* Created 03/10/2009- BD
*
* Miscellaneous Style Definitions
********************************************/

/*******************************************
* Layout Definitions
*******************************************/

#rep-login2 {
    width: 301px;
    overflow: hidden;
    margin: 0 auto;
    background: url(/images/bg_login_top.gif) top left no-repeat;
}

#rep-bottom {
    width: 301px;
    margin-top: 35px;
    padding-bottom: 20px;
    overflow: hidden;
    background: url(/images/bg_login_bottom.gif) bottom left no-repeat;
}

#rep-bottom .error {
    width: 225px;
    margin-left: 45px;
}

/*******************************************
* Lists
*******************************************/

ul#sitemap-list li {
    font-size: 14px;
    margin-bottom: 5px;
}

#sitemap-list li ul.sub-list {
    margin-top: 5px;
}

#sitemap-list li ul.sub-list li {
    font-size: 12px;
    margin-bottom: 0;
}

/*******************************************
* Titles & Headers
*******************************************/

#ttl-contact-us,
#ttl-email-updates,
#ttl-rep-login,
#ttl-site-map,
#ttl-privacy-policy,
#ttl-error,
#ttl-not-found,
#ttl-thank-you,
#ttl-search-results,
#ttl-global-ets {
    height: 22px;
    display: block;
    text-indent: -9999px;
}

#ttl-contact-us {
    width: 113px;
    background: url(/images/ttl_contact_us.gif) top left no-repeat;
}
#ttl-email-updates {
    width: 147px;
    background: url(/images/ttl_email_updates.gif) top left no-repeat;
}
#ttl-rep-login {
    width: 102px;
    background: url(/images/ttl_rep_login.gif) top left no-repeat;
}
#ttl-site-map {
    width: 90px;
    background: url(/images/ttl_site_map.gif) top left no-repeat;
}
#ttl-privacy-policy {
    width: 141px;
    background: url(/images/ttl_privacy_policy.gif) top left no-repeat;
}
#ttl-global-ets {
    width: 141px;
    background: url(/images/ttl_global_ets.gif) top left no-repeat;
}
#ttl-error {
    width: 51px;
    background: url(/images/ttl_error.gif) top left no-repeat;
}
#ttl-not-found {
    width: 105px;
    background: url(/images/ttl_not_found.gif) top left no-repeat;
}
#ttl-thank-you {
    width: 105px;
    background: url(/images/ttl_thank_you.gif) top left no-repeat;
}
#ttl-search-results {
    width: 153px;
    background: url(/images/ttl_search_results.gif) top left no-repeat;
}

/*******************************************
* Forms
*******************************************/

table#rep-login-table {
    width: 230px;
    margin: 0 auto;
}

table#rep-login-table td {
    width: 230px;
    font-weight: bold;
    padding-bottom: 15px;
}

table#rep-login-table input {
    width: 225px;
}

td#email-updates input {
    width: 13px;
    height: 13px;
    float: left;
}

/*********************************
* Google Search Results
*********************************/
.gsc-results 
{
    width: 488px;
    padding: 15px 0 0 0;
}

.gsc-resultsHeader 
{
    display: none;
}

.gs-title a.gs-title, .gs-title a.gs-title b {
    font-weight: bold;
    color: #3E6CAA;
    outline: none;
}

.gs-snippet 
{
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    line-height: 1.5em;
    color: #333;
    font-size: 1em;
}

.gs-result 
{
    padding: 5px 0;
    width: 550px;
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  padding: 15px;
  margin: 15px;
  border-top: 1px solid #F0F0E5;
  border-bottom: 1px solid #F0F0E5;
  border-left: none;
  border-right: none;
  background-color: #FBFBF8;
}

#searchcontrol .gs-webResult .gs-visibleUrl-short {
    display: none;
}

#searchcontrol .gs-webResult .gs-visibleUrl-long {
    display: block;
    color: #3E6CAA;
    font-size: .9em;
    font-weight: bold;
}

.gsc-cursor-box {
    padding-top: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color: #3E6CAA;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #3E6CAA;
  font-weight: bold;
  text-decoration: none;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #3E6CAA;
  text-decoration: underline;
}

#search-container {
    margin: 0;
    padding: 0;
    width: 565px;
    height: 45px;
    overflow: hidden;
}

.search-title {
    float: left;
    width: 105px;
    margin: 0;
    padding: 0;
}

.search-form {
    float: right;
    width: 490px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.search-form input {
    margin: 0;
    padding: 0;
    float: left;
}

.search-form input#searchField {
    width: 350px;
    margin: 17px 5px;
    float: left;
    height: 16px;
    font-size: 12px;
}

#branding {
    width: 125px;
    margin: 6px 40px 0 0;
    float: right;
}


