@media screen, projection
{
ul.tabs {
border-bottom:1px solid #aaa;
height:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 !important;
padding:0;
font-weight:bold;
}
ul.tabs li {
float:left;
list-style-image:none !important;
margin:0 !important;
padding:0;
text-indent:0;
}
ul.tabs a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../gfx/css/blue.png) no-repeat scroll -247px 0;
color:#333333;
display:block;
font-size:11px;
height:30px;
line-height:25px;
margin:0;
padding:0;
position:relative;
text-align:center;
text-decoration:none;
top:1px;
width:174px;
}
ul.tabs a:active {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}
ul.tabs a:hover {
background-position:-247px -31px;
color:#FFFFFF;
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
background-position:-247px -62px;
color:#000000 !important;
cursor:default !important;
}


/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -553px 0; width:81px; }
ul.tabs a.w1:hover 	{ background-position: -553px -31px; }
ul.tabs a.w1.current { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }




div.panes div.pane {
display:none;
}

.tabs{
 
}

div.panes {
    padding:0;
    margin:0;
}

.innerPane, .innerPane1 {
    margin-top:15px;
}

.innerPane div, .innerPane1 div{
    height: auto;
}

.innerPane div div, .innerPane1 div div {
    margin:0px 0px 10px 0px;
    height:auto;
    
}

 ul.innerClick a.current, ul.innerClick1 a.current {
    color: red;
}
}
