﻿/*jtab style*/
.jtabcontainer                          { position:relative;}
.jtabcontainer .jtabscont               { position:relative; width:850px; height:80px; overflow:hidden; background-color:#fafafa;}

.jtabcontainer .tabdrop                 { position:absolute; top:0px; right:0px; width:18px; height:18px;}
.jtabcontainer .tabdrop a               { width:18px; height:18px; margin-top:6px; display:block; background:url(/images/jtab/drop.gif) no-repeat center center;}
.jtabcontainer .tabdrop a:hover         { width:16px; height:16px; border:solid 1px #eee; background-color:#fff;}
.jtabcontainer .jdrops                  { position:absolute; right:0px; top:23px; width:200px; padding:5px; border:solid 1px #999; color:#666; background-color:#fff; font-family:Arial; font-size:12px; line-height:20px;}
.jtabcontainer .jdrops a                { color:#333; font-weight:bold;}
.jtabcontainer .jdrops a.active         { color:#ff0000; font-weight:bold;}
.jtabcontainer .jdrops .path            { line-height:15px; color:#666; font-size:9px;}

.jtabcontainer .tabprev                 { position:absolute; top:30px; right:0px; width:18px; height:18px;}
.jtabcontainer .tabprev a               { width:18px; height:18px; display:block; background:url(/images/jtab/prev.gif) no-repeat center center;}
.jtabcontainer .tabprev a:hover         { width:16px; height:16px; border:solid 1px #eee; background-color:#fff;}

.jtabcontainer .tabnext                 { position:absolute; top:42px; right:0px; width:18px; height:18px;}
.jtabcontainer .tabnext a               { width:18px; height:18px; display:block; background:url(/images/jtab/next.gif) no-repeat center center;}
.jtabcontainer .tabnext a:hover         { width:16px; height:16px; border:solid 1px #eee; background-color:#fff;}

.jtabcontainer .jtabs                   { position:absolute; left:10px; top:0px; width:850px;}
.jtabcontainer .tabitem                 { float:left; position:relative; margin-right:6px; margin-top:6px; /*height:42px; */border:solid 1px #ccc; line-height:12px;padding: 3px;}
.jtabcontainer .jframes                 { position:relative; margin:10px 0px 0px 10px; height:560px;}
.jtabcontainer .loading                 { position:absolute; right:0px; top:6px; width:80px; height:22px; padding:0px 5px 0px 0px; text-align:right; border:solid 1px #999; color:#666; background: url(/images/jtab/loader.gif) no-repeat 7px 3px; background-color:#fff; font-family:Arial; font-size:12px; line-height:20px;}

.jtabcontainer .tabtitle                { width:10px; }
.jtabcontainer .tabtitle a              { width:95px; height: 21px;display:block; color:#444;  /*text-indent:5px;8*/}
.jtabcontainer .tabtitle a:hover        { color:#2775c5;}

.jtabcontainer .tabfocus a              { color:#ff0000;}

.jtabcontainer .tabclose                { position:absolute; right:10px; top:0px; width:8px;}
.jtabcontainer .tabclose a              { width:18px; height:22px; overflow:hidden; display:block; background:url(/images/jtab/close.gif) no-repeat 5px 7px;}

.jtabcontainer .jtabtips                {position:absolute; top:0px; right:0px; padding:5px 10px 5px 10px; color:#fff; background-color:#68af02; line-height:22px; display:none;}