﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body {
    background-color:#5c87b2;
    /*: #5c87b2;*/
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0em,100em;
    padding: 0;
    color: #696969;   
}
table, th, td {
         border: solid 1px #bbbbbb;
         border-collapse: collapse;
         padding: 2px;  }


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1, h2 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h3 {font-size: 1.2em;}

h4 {font-size: 1.1em;}

h5, h6 {font-size: 1em;}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#page,#top,#menu,#tabmenu {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    z-index:0;
}
#top{
    height: 30px;
    padding-top: 0px;
}
#navigation{
    position: relative;
    float: right;
    text-decoration: none;
    display: normal;
    color: #f77310;
}

ul#tabnav li{
    float: left;
    height: 25px;
    background-color: #a3dbff;
    margin: 0px 3px 0px 0px;
    border: 1px solid #11a3ff;
}
ul #tabnav{
    list-style: none;
    margin: 0px;
    padding-left: 0px;
    padding-bottom: 23px;
    border-bottom: 1px solid #11a3ff;
}
ul #tabnav a:link,ul#tabnav a:visited{
    display: block;
    color: #006eb3;
    text-decoration: none;
    padding: 5px 10px 3px 10px;
}
ul#tabnav a:hover{
    background-color: #006eb3;
    color: #ffffff;
}
body #code li.code,body #size li.demension{
    border-bottom: 1px solid #ffffff;
    color: #000;
    background-color: #ffffff;
}
    #header {
        position: relative;
        margin-bottom: 0;
        color: #000;
        padding: 0;
    }

    #main {
        padding: 30px 30px 15px 30px;
        background-color:#ffffff;
        margin-bottom: 30px;
        z-index:1;
        
      
    
        /*CSS3 properties*/
        border-radius: 4px 0 4px 4px;
        -webkit-border-radius: 4px 0 4px 4px;
        -moz-border-radius: 4px 0 4px 4px;
    }

    #footer {
        padding: 10px 0;
        text-align: center;
        line-height: normal;
        margin: 0;
        font-size: .9em;
        z-index:1;
    }

/* Site Title 
----------------------------------------------------------*/
#header .site-title {
    float: left;
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px;
    
    /*CSS3 properties*/
    text-shadow: 1px 1px 2px #111;
}

/* Login Display  
----------------------------------------------------------*/
/*以下*/
#flash{
    background-color:#5c87b2;
    left: 100px;
    top: 50px;
    width: 90%;
    position: absolute;
    text-align: center;
}
#logEntrance{
    z-index: 1;
    display: none;
    left: 550px;
    top: 380px;
    position:absolute;
}
#logView{
    border:0;
}
#logView tr td{
    border:0;
}
.UserNamePWD{
     font-size: x-large;
     color: #ffd800;
}
.RememberMe{
     font-size: medium;
     color: #f00;
}
.LogCancel{
     font-size:large;
     background-color: #0e12c5;
     color: #ffd800; 
     border-color: #000;
}
/*以上*/
#login {
    float: right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: #000;
}

    #login li {
        margin: 0;
        display: inline;
        list-style: none;
        padding-left: 5px;
    }
    
    #login a:link, #login a:visited {
        color: #fff;
        text-decoration: none;
    }

    #login a:hover
    {
        color: #fff;
        text-decoration: underline;
    }

/* Tab Menu   
----------------------------------------------------------*/
ul#choose {
    clear: both;
    border-bottom: 1px #5c87b2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#choose li {
        display: inline;
        list-style: none;

    }

        ul#choose li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            
            /*CSS3 properties*/
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
        }

        ul#choose li a:hover {
            background-color: #fff;
            text-decoration: none;
        }

        ul#choose li a:active {
            background-color: #a6e2a6;
            text-decoration: none;
        }

        ul#choose li.selected a {
            background-color: #fff;
            color: #000;       }       

/* forms   
----------------------------------------------------------*/
fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}
    fieldset legend {
        font-size: 1.1em;
        font-weight: bold;
        padding: 2px 4px 8px 4px;
    }
    
    
/*向下*/
#logEntrance ol{
    padding: 0;
        list-style: none;
}
#logEntrance ol li {
    padding-bottom: 5px;
}
#logEntrance label {
    display: block;
}
#logEntrance label.checkbox {
    display: inline;
}
    
#logEntrance input[type="text"], input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 800px;
}
/*以上*/
        fieldset ol {
            padding: 0;
            list-style: none;
        }
        fieldset ol li {
            padding-bottom: 5px;
        }
    
    fieldset label {
        display: block;
    }
    
    fieldset label.checkbox {
        display: inline;
    }
    
    fieldset input[type="text"], input[type="password"] {
        border: 1px solid #ccc;
        padding: 2px;
        font-size: 1.2em;
        color: #444;
        width: 800px;
    }
    .input {
        border: 1px solid #ccc;
        padding: 2px;
        font-size: 1.2em;
        color: Red;
        width: 800px;
    }

    fieldset input[type="submit"] {
        font-size: 1.1em;
        padding: 5px;
    }
    /*-------------------------------*/
    fieldset input[type="button"] {
        font-size: 1.1em;
        padding: 5px;
    }
    
 /* Information and errors  
----------------------------------------------------------*/  
.message {
    clear: both;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 15px;
    
    /*CSS3 properties*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    -moz-box-shadow: 2px 2px 5px #888;
}

.info {
    background: #bde5f8;
    color: #00529b;
}

.error {
    background: #ffe4e4;
    color: #be3e16;
}

.success {
    background: #dff2bf;
    color: #4f8a10;
}

input[type="text"].error-field, input[type="password"].error-field { 
    border: solid 1px #be3e16; 
    background-color: #ffe4e4;
}

.validation-error {
    display: inline;
    color:Red;
    font-weight: bold;
    font-size: 1.1em;
}
    .validation-error:before {
        content: "»";
    }
    /*
    2011-07-22
    ---------------------------------------------
    */
/*this entry*/
#menu ul li {    
    float: left;/*使无序列表的条目从左到右*/
    font: 15px Adobe Heiti Std;
    list-style: none;
    width:135px;/*添加了此条后， 解决了IE下下拉菜单消失的问题*/
    border:1px solid green;
    margin:0px;    
}
#menu ul li a {    
    display: block;
    margin: 1px 1px 1px 1px;
    padding: 5px 5px;
    background-color:#5c87b2;    
    text-decoration: none;
    text-align: center;
    color:Black;/*定义字体的颜色 */
}
 
#menu  a:hover {color:red; text-decoration:none; font-weight:bold;}

#menu ul ul {    
    position: absolute; 
    margin:0px;
    padding: 2px 2px 2px 5px;     
    background-color:Orange;
}
#menu ul ul li {       
     list-style: none;
     float: none;     
     border:1px solid Lime;  
     margin:1px;
}    
 #menu ul ul li a {    
    position: relative;
    text-decoration: none;
    text-align:left ;      
    padding: 5px 5px;
    background-color:Orange;    
} 

#clear{ clear:both; font-size:1px; visibility: hidden; }

/*#Layout{
     width:100%;
}*/

#Layout a img{
    border:0;
}
#Layout ul li a:hover{
    border:1;
    border-bottom-color: #ffffff;
    border-color:#888;
    border-width:1px;
    border-style:solid;
}
/*#Layout ul{
    margin: 0;
    padding: 0;
}*/
#Layout ul li{
    margin-left: 0px;
    border-left: none;
    list-style-type:none;
    list-style-position:inside;
    display:-moz-grid;
    float:left;
}
#Layout ul ul {    
    position: absolute; 
    margin:0px;
    padding:10px;     
}
#Layout ul li ul li{
    margin-left:0;
    border-left: none;
    list-style-type:none;
    list-style-position:inside;
    display:inline;
    width: 105px;
    height: 105px;
}
#Layout ul li ul li a img{
    width: 100px;
    height: 100px;
}
#dvSecondary ul li a:hover{
    border:1;
    border-color:#eb7530;
    border-width:1px;
    border-style:solid;
}
#dvSecondary ul{
    border: 1.5px solid #888;
    background-color: #ffffff;
    margin: 2px;
    padding: 5px;
}
#dvCarTypeSet ul li,#dvSingleCarType ul li{
    list-style-type:none;
    list-style-position:inside;
    float:left;
}
#dvCarTypeSet ul li a img,#dvSingleCarType ul li a img{
    border: 0;
}
#dvCarTypeSet ul li a:hover{
    border: 1;
    border-width: 1.5px;
    border-color: #e66d1d;
    border-style:solid;
}
#dvCarTypeSet img{
    width: 200px;
    height: 200px;
}
#tbOption{
    border-color: #ffffff;
}
#tbOption tr td{
    border-bottom:0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

#dvCarTypeDetails a img{
    border:0;
    border-color: #CCC;
    cursor: crosshair;
    height: 100px;
    width: 150px;
}
#dvCarTypeDetails a:hover{
    border:1;
    border-width:1px;
    border-color:#2648cc;
    border-style:solid;
}

/*
---------------------------------------
*/

#QryType td{
padding:5px 10px 5px 10px;    
}
#QryType tr td{
    border-color: #ffffff;
}
#QryType{
    border-color: #ffffff;
}

#GraphInfo {border-collapse:collapse;text-align: center;}
#GraphInfo td{border:1px solid #000;}
#GraphInfo th{border:2px solid #003;}