﻿.global_siteSpecific{} /* W3C CSS validator likes CSS files to start with a class instead of comments */

/**
 * Design 3 - Site Specific CSS
 * Last Updated: September 20, 2010
 *
 * NEW UTMB GRAY (Color 1)
 * PMS Cool Gray 10
 * C 38, M 29, Y 20, K 58
 * R 97, G 99, B 101
 * HTML #616365
 *
 * NEW UTMB RED (Color 2)
 * PMS 1788
 * C 0, M 88, Y 80, K 0
 * R 234, G 40, B 57
 * HTML #EA2839 
*/



/*=====================================================[ NEW jQuery Dynamic PHOTO & CAPTION w/ WRAPPERS ] ===========================================================*/


.photoWrapperLeft {float:left;margin-right:18px;margin-bottom:12px;}
.photoWrapperLeft img {background:#fff;padding:2px;border:1px solid #ccc;}
.photoWrapperLeft .photoWrapperCaption {font-size:80%;margin-top:1px;background:#eee;}  
.photoWrapperLeft .photoWrapperCaption span {display:block;padding:8px;}
.photoWrapperLeft .photoWrapperCaption a {text-decoration:none;}  
.photoWrapperLeft .photoWrapperCaption a:hover {text-decoration:underline;}

.photoWrapperRight {float:right;margin-left:18px;margin-bottom:12px;}
.photoWrapperRight img {background:#fff;padding:2px;border:1px solid #ccc;}
.photoWrapperRight .photoWrapperCaption {font-size:80%;margin-top:1px;background:#eee;}  
.photoWrapperRight .photoWrapperCaption span {display:block;padding:8px;}
.photoWrapperRight .photoWrapperCaption a {text-decoration:none;}  
.photoWrapperRight .photoWrapperCaption a:hover {text-decoration:underline;}



/*=====================================================[ OLD ] ===========================================================*/


/* Update your templates */
a.btn_tem_update
{
    display:block;
    height:44px;
    background:#fff top left no-repeat url(images/devnet/btn_tem_update.png); 
    border:1px solid #ccc;
}
    a.btn_tem_update:hover
    {
        background:#616365 bottom left no-repeat url(images/devnet/btn_tem_update.png);
        color:#fff;
    }


/* Download and get started */
a.btn_tem_download
{
    display:block;
    height:44px;
    background:#fff top left no-repeat url(images/devnet/btn_tem_download.png); 
    border:1px solid #ccc;
}
    a.btn_tem_download:hover
    {
        background:#616365 bottom left no-repeat url(images/devnet/btn_tem_download.png);
        color:#fff;
    }


/* Add components */
a.btn_tem_components
{
    display:block;
    height:44px;
    background:#fff top left no-repeat url(images/devnet/btn_tem_components.png); 
    border:1px solid #ccc;
}
    a.btn_tem_components:hover
    {
        background:#616365 bottom left no-repeat url(images/devnet/btn_tem_components.png);
        color:#fff;
    }

    
    
/* Download Button Bkgd */
a.btn_file_download
{
    display:block;
    height:50px;
    background:#fff top left no-repeat url(images/devnet/btn_bkgd_download.png); 
    border:1px solid #ccc;
    
}
    a.btn_file_download span.title
    {
        top:8px;
        padding-left:53px;
        position:relative;
        font-size:1.35em;
        color:#616365; /*utmb gray*/
        font-family:Georgia, Times New Roman, Times, serif;
        text-decoration:none;
    }
        a.btn_file_download span.title span
        {
            font-size:.8em;
        }
        
    a.btn_file_download span.build
    {
        top:5px;
        padding-left:53px;
        position:relative;
        font-size:0.75em;
        color:#999;
        font-family:Trebuchet, Arial, Helvetica, sans-serif;
        text-decoration:none;
    }
    
    a.btn_file_download:hover
    {
        background:#616365 bottom left no-repeat url(images/devnet/btn_bkgd_download.png);
        color:#fff;
        text-decoration:none !important;
    }
    
    a.btn_file_download:hover span.title
    {
        color:#fff;
        text-decoration:none !important;
    }
    
    a.btn_file_download:hover span.build
    {
        color:#fff;
        text-decoration:none !important;
    }