﻿/*
TTI Floor Care North America
Dark Blue: #596C71 
Light Blue: #B5C1C5
Red: #FF420D
Dark Grey: #DEDEDE
Light Grey: #EDEDED
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
html 
{
    background-image: -moz-radial-gradient(#FFFFFF, #CCCCCC);
    background: #CCCCCC url(../images/background/square_bg.png) repeat scroll left top;
    color: #596C71;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    position: relative;
}

body { line-height: 1; }
body > header 
{
    display: block;
    background: none repeat scroll 0 0 #596C71;
    border-bottom: 1px solid #DEDEDE;
    padding: 0 10px;
}
body > header a 
{
    color: white;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
}
body > header a.btn {
    color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    background: none repeat scroll 0 0 #FF420D;
}
body > header a.btn:hover { color: #FFFFFF; text-decoration: underline; }

body.login #container, body.signup #container { margin-left: -200px; width: 400px; }
body.login #container .col, body.signup #container .col { width: 90%; }
body.login #container a.forgot, body.signup #container a.forgot { font-size: 11px; }

::selection { background: #FF420D; color: #FFFFFF; }
::-moz-selection { background: #FF420D; color: #FFFFFF; }

ol, ul { list-style: none outside none; width: 360px; }

.error { color: #FF420D; }
a.error { color: #596C71; }
a.error:hover { text-decoration: underline; }
.success { color: #24A92E; }
.micro_field{ width: 35px !important; }
.mini_field{ width: 45px !important; }
.legal { font-size: 9px; }
a { color: #FF420D; text-decoration: none; }

a.button, #container input[type="submit"] {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 0px;
}
a.button:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 #CCCCCC;
    -webkit-box-shadow:0 2px 5px #CCCCCC;
    box-shadow: 0 1px 2px #CCCCCC;
}
#container input[type="submit"] 
{
    text-transform: uppercase;
    color: #FFFFFF;
    background: #ff420d;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#FF5525),to(#ff420d));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#FF5525),to(#ff420d));
    border: solid 1px #E64C21;
    cursor: pointer;	
}
#container input[type="submit"]:hover 
{
	color: #FFFFFF;
    border-color: #B83D1A;
    -moz-box-shadow: 0 2px 0 #CCCCCC;
    -webkit-box-shadow:0 2px 5px #CCCCCC;
    box-shadow: 0 1px 2px #CCCCCC;
}
a.red 
{
    text-transform: uppercase;
    color: #FFFFFF;
    background: #ff420d;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#FF5525),to(#ff420d));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#FF5525),to(#ff420d));
    border: solid 1px #E64C21;
}
a.red:hover {
    color: #FFFFFF;
    border-color: #B83D1A;
    -moz-box-shadow: 0 2px 0 #CCCCCC;
    -webkit-box-shadow:0 2px 5px #CCCCCC;
    box-shadow: 0 1px 2px #CCCCCC;
}

#container 
{
    background: none repeat scroll 0 0 #F6F6F6;
    border-top: 1px solid white;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.1);
    left: 50%;
    margin: auto auto auto -325px;
    overflow: hidden;
    position: absolute;
    top: 10%;
    width: 650px;
}
#container header {
    margin: 5% 5% 0 5%;
    padding-bottom: 15px;
    position: relative;
    width: 90%;
    height: 20px;
}
#container header img { position: absolute; right: 150px; top: -13px; }
#container section { margin-bottom: 20px; overflow: hidden; }
#container .col { float: left; padding: 20px 20px 0 20px; }
#container .col h2 { font-size: 30px; border-bottom: 1px solid #CCCCCC; padding-bottom: 5px; margin-bottom: 5%; }
#container .col p { line-height: 18px; padding-bottom: 15px; }
#container .loading { text-align:center; padding: 20px 20px 0 20px; min-height: 175px; }
#container .loading h2 { font-size: 30px; border-bottom: 1px solid #CCCCCC; padding-bottom: 5px; margin-bottom: 5%; }
#container .loading p { line-height: 18px; padding-bottom: 15px; }

#container label, #container #js-captcha span {
    color: #73777E;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}
#container input[type="text"], #container input[type="password"], #container select, #container textarea {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 7px 10px;
    width: 340px;
    color: #333333;
    border: 1px solid #BFBFBF;
}
#container input:hover, #container input:focus  { border-color: #596C71; }
#logInButton { float: right; margin-bottom: 25px; height: 34px; margin-top: 20px; text-align: right; width: 100%; }