﻿/* 
    NOTE: Manitowoc requested their shade of red (#B7111C) but their website and logo uses #ED1C24.
    Our telematics pages use #BB1C24 as the header color.

*/

body { font: 13px/1.2 'Verdana', 'Roboto', 'Tahoma', sans-serif; }
h1 { font-family: 'Verdana', 'Roboto Slab', 'Tahoma', sans-serif; }
hgroup h3 { font-family: 'Verdana', 'Roboto Slab', 'Tahoma', sans-serif; }
.SiteHeader a { font: 1.2em 'Verdana', 'Roboto Slab', 'Tahoma', sans-serif; }
.InputGroup .SectionHeader div.SectionLabel { font-family: 'Roboto Condensed', 'Tahoma', sans-serif; }
.RelatedItems .ItemLabel { font-family: 'Roboto Condensed', 'Tahoma', sans-serif; }



.SiteHeaderBG { background: url('../Images/CraneStar_logo.png') no-repeat right top #FFFFFF; border-bottom: 1px solid #AAAAAA; padding-bottom: 3px; }

.SiteHeader a, .SiteHeader a:link, .SiteHeader a:visited { color: #444444; }
.SiteHeader a.Login, .SiteHeader a.Signup { background: #666666; border-color: #666666; color: #EEE; display: none; }
    .SiteHeader a.Login:hover, .SiteHeader a.Signup:hover { background-color: #777777; color: #EEE; }

.Toolbar { background: #DDDDDD; }
input.TxtQuickSearch { background-color: #EEEEEE; }

a:link, a:visited  { color: #ED1C24; }

.InfoBox, .InfoBox2 { background-color: #E5E5E5; border: 1px solid #E0E0E0; color: #585858; }
    .InfoBox h3, .InfoBox2 h3 { color: #686868; }

.ContentHeader { border-top: 5px solid #ED1C2A; border-bottom: 5px solid #ED1C2A; }
.PageHeader.Telematics { background: #BC121E; }
.PageHeader.TeleAsset { background: #BC121E; }

/*     Buttons    */
input[type=button], input[type=submit] { background: #ED1C2A; color: #FFFFFF; border-color: #B7111C; }
    input[type=button]:hover, input[type=submit]:hover { background: #BC121E; }
input[type=button].aspNetDisabled, input[type=submit].aspNetDisabled { border-color: #909090; }
