﻿@import 'social24gray.css';
@import 'transtar_custom.css';

.transtar {}
.transtar .logo {display:inline-block}
.transtar .logo img {width:150px;height:60px;vertical-align:text-bottom}
.transtar .logo.bg {background:#fff url(../images/transtarLogo.png) no-repeat 0 0;width:150px;height:60px}
.textsize8 {font-size:.8em}
.centerText {text-align:center}
.leftText {text-align:left}
.clear {clear:both}
.colors.tgreen {color: green}
.colors.tred {color:red}
.colors.tblue {color:blue}
.colors.tblue2 {color:#428bca}
.colors.torange {color:orange}
.colors.tblack {color:black}
.colors.twhite {color:white}
.colors.tgray {color:gray}
.colors.bgreen {background-color: green}
.colors.bred {background-color:red}
.colors.bblue {background-color:blue}
.colors.bblue2 {background-color:#428bca}
.colors.borange {background-color:orange}
.colors.byellow {background-color:yellow}
.colors.bgray {background-color:gray}
.pT10 {padding-top:10px}
.dropdown-header-ts {
    color: #428bca;
    font-size: larger;
    font-weight: bold;
}

/*auto append icon of file type*/
a[href*=".pdf"]::after {content: url('../images/icons/pdf.gif');}
a[href*=".zip"]::after {content: url('../images/icons/zip.gif');}
a[href*=".xls"]::after {content: url('../images/icons/xls.gif');}
a[href*=".xlsx"]::after {content: url('../images/icons/xls.gif');}
a[href*=".doc"]::after {content: url('../images/icons/doc.gif');}
a[href*=".docx"]::after {content: url('../images/icons/doc.gif');}

.nav > li.nav-header > a {
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.thumbs, .thumbs div {padding:0;margin:0}
.thumbs p {text-align: center;font-size:.85em}
.thumbs p img {display:block;padding:0;margin:0 auto;width:95px;height:65px;border-radius:3px}
/*.thumbs p img,.indexmap {border:2px solid white}
.thumbs p img:hover,.indexmap:hover {border:2px solid #5a5a5a}*/
.thumbs p.leftText {text-align:left}

.nav-pills-custom > li > a:hover {
        background-color: #444;
    }

