/*------------------------------------------------------------------
[Master Stylesheet]
Project:           WEB - GPS车辆查询系统
Version:           1.1
Last time:         2009-11-10
Design:            Gogo

——————————————————————-*/

/* width:100px; white-space:nowrap; text-overflow:ellipsis; overflow: hidden; */
/* word-break:break-all; word-warp:warp; */
/* !important */
/*  word-spacing:10px */

/* 全局CSS定义 */
html,body {text-align:center;font-family: Arial, Helvetica, sans-serif; margin:0px; padding:0px; background: #ffffff; font-size:12px; color:#000000;height:100%;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border:0; }
li { list-style-type:none}
h1,h2,h3,h4,h5,h6 {margin:0; padding:0; font-size:12px; font-weight:normal;}
table,td,tr,th{font-size:12px;}
table{ margin:0 auto;}
img{vertical-align:top; border:0px}

/* 其他属性 */
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;}
.border { border:#CCCCCC 1px solid}
.left { text-align:left}
.center { text-align:center}
.right { text-align:right}
.floatL { float:left}
.floatR { float:right}
.clear { clear:both; height:1px; overflow:hidden}

/* 链接颜色 */
a:link {color: #000; text-decoration:none;}
a:visited {color: #000000;text-decoration:none;}
a:hover {color: #ff6600; text-decoration:underline;}
a:active {color: #bc2931;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cred,a.cred:link,a.cred:visited { color:#ff0000}


/* 页头*/
.header { height:94px; position: absolute; width:100%}
.webtitle { height:93px; border:#cf7200 1px solid; background:url(../images/gps_car_search/bg_title.gif) repeat-x; text-align:left}


/* 主体*/
.wrap {height:100%;min-height:100%; background:#ffffff;}

.webbody { height:594px; background:url(../images/gps_car_search/bg_main.gif) repeat-x 0px 93px; text-align:center;}
.loginbox { width:563px; height:294px; background:url(../images/gps_car_search/bg_login.gif) no-repeat; margin:auto;}
.loginrow { color:#666666; text-align:left; height:40px; padding-left:250px}
.logininput { width:160px; height:20px; border:#999999 1px solid}
.logininput2 { width:80px; height:20px; border:#999999 1px solid}

.navbox { height:32px; background:url(../images/gps_car_search/nav_bg.gif) repeat-x}
.navUl { margin:0px; padding:0px; list-style-type:none}
.navUl li { float:left}

.mainbox { background:#006633;}

.maintable {padding-top:125px}
.menu_table { margin:5px;}
.menu_tt {height:22px; background:url(../images/gps_car_search/bg_tt.gif) repeat-x; text-align:left}

.list_nb { width:23px; height:20px; background:url(../images/gps_car_search/bg_nb.gif) no-repeat; text-align:center;}
.car_name { text-align:left; color:#0000ff}

tr .trlist {background-color:expression((this.sectionRowIndex%2==0)?"#ffffff":"#fafafa")}

.carlist { border:#CCCCCC 1px solid; margin:5px; background:#f1f1f1; text-align: center; padding:5px}
.tjsite { border:#CCCCCC 1px solid; margin:5px; background:#f1f1f1; text-align: center; padding:5px}

.carsite { border:#CCCCCC 1px solid; margin:5px; background:#f1f1f1; text-align: left; padding:5px}
.xxmx { text-align:left; padding:5px}

/* 页脚*/
.footer { background:url(../images/gps_car_search/bottomline.gif) repeat-x top; height:9px; overflow:hidden;}