/* 
    Document   : newtheme
    Created on : Nov 22, 2012, 12:40:56 PM
    Author     : intouch
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#topcolor {
    /*background: #444;*/
    background: #333;
    height:85px;
    width:100%;
    margin-left:0;
    margin-top:-15px;
}

#limelight {
    z-index: -10; width:100%; 
    margin-left:0;  
    height:40px; 
    background: #ffd3a8; /* Old browsers */
background: -moz-linear-gradient(top, #ffd3a8 0%, #ffa73d 50%, #ff7c00 51%, #ff9e44 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd3a8), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff9e44)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffd3a8 0%,#ffa73d 50%,#ff7c00 51%,#ff9e44 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffd3a8 0%,#ffa73d 50%,#ff7c00 51%,#ff9e44 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffd3a8 0%,#ffa73d 50%,#ff7c00 51%,#ff9e44 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffd3a8 0%,#ffa73d 50%,#ff7c00 51%,#ff9e44 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd3a8', endColorstr='#ff9e44',GradientType=0 ); /* IE6-9 */
}

#tablebox {
    background: white; 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 4px 20px 4px #888888;
    border:solid 2px #000 ;
    padding:10px 10px 20px 10px;
}
#banner {
    /*height:150px;background-color:#0d0d0d;background-image:url(../images/TyzerLogo.png);*/
    height:150px;background-color:rgb(0,0,0);background-image:url(../images/TyzerLogo.png);
    /*background-repeat:no-repeat; 
    /*border:solid 4px #FFA970;
    margin-top:-100px;
    background-size:50.9%;*/
    background-repeat:no-repeat; 
    border:solid 4px #FFA970;
    margin-top:-100px;
    /*background-size:99.9%;*/    
    background-size:45%;
    background-position: 5% 20%;
}

#imagebackground {
    background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f2f6f8 0%, #b5c6d0 26%, #d8e1e7 39%, #d8e1e7 61%, #b5c6d0 74%, #e0eff9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f2f6f8), color-stop(26%,#b5c6d0), color-stop(39%,#d8e1e7), color-stop(61%,#d8e1e7), color-stop(74%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #f2f6f8 0%,#b5c6d0 26%,#d8e1e7 39%,#d8e1e7 61%,#b5c6d0 74%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #f2f6f8 0%,#b5c6d0 26%,#d8e1e7 39%,#d8e1e7 61%,#b5c6d0 74%,#e0eff9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #f2f6f8 0%,#b5c6d0 26%,#d8e1e7 39%,#d8e1e7 61%,#b5c6d0 74%,#e0eff9 100%); /* IE10+ */
background: linear-gradient(135deg, #f2f6f8 0%,#b5c6d0 26%,#d8e1e7 39%,#d8e1e7 61%,#b5c6d0 74%,#e0eff9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding-bottom: 10px; padding-left:10px;margin-right:10px;
}