/* tabs.css:   stili per tabs e barra del titolo di TroviLavoro.it */


/*  barra titolo verde */
.titologreen_left
{
    width:                  10px;
    height:                 40px;
    background-image:       url("../images/titlebars/green_left.jpg");
    background-position:    left top;
    background-repeat:      no-repeat;
}

.titologreen_center
{
    height:                 40px;
    color:                  #fff;
    background-image:       url("../images/titlebars/green_center.jpg");
    background-position:    left top;
    background-repeat:      repeat-x;
}


.titologreen_right
{
    width:                  10px;
    height:                 40px;
    background-image:       url("../images/titlebars/green_right.jpg");
    background-position:    right top;
    background-repeat:      no-repeat;
}

/*  barra titolo arancio */
.titoloorange_left
{
    width:                  10px;
    height:                 40px;
    background-image:       url("../images/titlebars/orange_left.jpg");
    background-position:    left top;
    background-repeat:      no-repeat;
}

.titoloorange_center
{
    height:                 40px;
    background-image:       url("../images/titlebars/orange_center.jpg");
    background-position:    left top;
    background-repeat:      repeat-x;
}

.titoloorange_right
{
    width:                  10px;
    height:                 40px;
    background-image:       url("../images/titlebars/orange_right.jpg");
    background-position:    right top;
    background-repeat:      no-repeat;
}


/*  tab arancio */
.orangeTab_left
{
    width:                  10px;
    height:                 40px;
    background-image:       url("../images/tabs/orange/tab_left.jpg");
    background-position:    left top;
    background-repeat:      no-repeat;
}

.orangeTab_center
{
    width:                  89px;
    height:                 40px;
    background-image:       url("../images/tabs/orange/tab_center.jpg");
    background-position:    left top;
    background-repeat:      repeat-x;
    text-align:             center;
}

.orangeTab_right
{
    width:                  10px;
    height:                 40px;
    background-image:       url("../images/tabs/orange/tab_right.jpg");
    background-position:    right top;
    background-repeat:      no-repeat;
}


/*  tab verde */
.greenTab_left
{
    width:                  10px;
    height:                 40px;
    background-image:       url("../images/tabs/green/tab_left.jpg");
    background-position:    left top;
    background-repeat:      no-repeat;
}

.greenTab_center
{
    width:                  89px;
    height:                 40px;
    background-image:       url("../images/tabs/green/tab_center.jpg");
    background-position:    left top;
    background-repeat:      repeat-x;
    text-align:             center;
}

.greenTab_right
{
    width:                  10px;
    height:                 40px;
    background-image:       url("../images/tabs/green/tab_right.jpg");
    background-position:    right top;
    background-repeat:      no-repeat;
}

/* bottom del tab arancio  */
.orange_BottomLeft
{
    width:                  10px;
    height:                 10px;
    background-image:       url("../images/tabs/orange/tab_bottomleft.jpg");
    background-position:    left top;
    background-repeat:      no-repeat;
}

.orange_BottomRight
{
    width:                  10px;
    height:                 10px;
    background-image:       url("../images/tabs/orange/tab_bottomright.jpg");
    background-position:    right top;
    background-repeat:      no-repeat;
}

/* bottom del tab verde  */
.green_BottomLeft
{
    width:                  10px;
    height:                 10px;
    background-image:       url("../images/tabs/green/tab_bottomleft.jpg");
    background-position:    left top;
    background-repeat:      no-repeat;
}

.green_BottomRight
{
    width:                  10px;
    height:                 10px;
    background-image:       url("../images/tabs/green/tab_bottomright.jpg");
    background-position:    right top;
    background-repeat:      no-repeat;
}

/*  sfondo del tab arancio  */
.tabBg_arancio
{
    background-image:       url("../images/tabs/orange/bg.jpg");
    background-position:    right top;
    background-repeat:      repeat;
}

/*  sfondo del tab verde  */
.tabBg_verde
{
    background-image:       url("../images/tabs/green/bg.jpg");
    background-position:    right top;
    background-repeat:      repeat;
}


/*  box arancio */
.box_arancio_TopLeft
{
    width:                  20px;
    height:                 20px;
    background-image:       url("../images/tabs/orange/box_topleft.jpg");
    background-position:    left top;
    background-repeat:      no-repeat;
    text-align:             center;
}

.box_arancio_TopCenter
{
    height:                 20px;
    background-image:       url("../images/tabs/orange/box_topcenter.jpg");
    background-position:    left top;
    background-repeat:      repeat-x;
    text-align:             center;
}

.box_arancio_TopRight
{
    width:                  20px;
    height:                 20px;
    background-image:       url("../images/tabs/orange/box_topright.jpg");
    background-position:    right top;
    background-repeat:      repeat-x;
    text-align:             center;
}

.box_arancio_MiddleLeft
{
    width:                  20px;
    background-image:       url("../images/tabs/orange/box_middleleft.jpg");
    background-position:    left top;
    background-repeat:      repeat-y;
    text-align:             center;
}

.box_arancio_MiddleCenter
{
    background-image:       url("../images/tabs/orange/box_middlecenter.jpg");
    background-position:    left top;
    background-repeat:      repeat;
    text-align:             center;
}

.box_arancio_MiddleRight
{
    width:                  20px;
    background-image:       url("../images/tabs/orange/box_middleright.jpg");
    background-position:    right top;
    background-repeat:      repeat-y;
    text-align:             center;
}

.box_arancio_BottomLeft
{
    width:                  20px;
    height:                 20px;
    background-image:       url("../images/tabs/orange/box_bottomleft.jpg");
    background-position:    left top;
    background-repeat:      no-repeat;
    text-align:             center;
}

.box_arancio_BottomCenter
{
    height:                 20px;
    background-image:       url("../images/tabs/orange/box_bottomcenter.jpg");
    background-position:    left top;
    background-repeat:      repeat-x;
    text-align:             center;
}

.box_arancio_BottomRight
{
    width:                  20px;
    height:                 20px;
    background-image:       url("../images/tabs/orange/box_bottomright.jpg");
    background-position:    right top;
    background-repeat:      repeat-x;
    text-align:             center;
}



/*  box verde */
.box_verde_TopLeft
{
    width:                  20px;
    height:                 20px;
    background-image:       url("../images/tabs/green/box_topleft.jpg");
    background-position:    left top;
    background-repeat:      no-repeat;
    text-align:             center;
}

.box_verde_TopCenter
{
    height:                 20px;
    background-image:       url("../images/tabs/green/box_topcenter.jpg");
    background-position:    left top;
    background-repeat:      repeat-x;
    text-align:             center;
}

.box_verde_TopRight
{
    width:                  20px;
    height:                 20px;
    background-image:       url("../images/tabs/green/box_topright.jpg");
    background-position:    right top;
    background-repeat:      repeat-x;
    text-align:             center;
}

.box_verde_MiddleLeft
{
    width:                  20px;
    background-image:       url("../images/tabs/green/box_middleleft.jpg");
    background-position:    left top;
    background-repeat:      repeat-y;
    text-align:             center;
}

.box_verde_MiddleCenter
{
    background-image:       url("../images/tabs/green/box_middlecenter.jpg");
    background-position:    left top;
    background-repeat:      repeat;
    text-align:             center;
}

.box_verde_MiddleRight
{
    width:                  20px;
    background-image:       url("../images/tabs/green/box_middleright.jpg");
    background-position:    right top;
    background-repeat:      repeat-y;
    text-align:             center;
}

.box_verde_BottomLeft
{
    width:                  20px;
    height:                 20px;
    background-image:       url("../images/tabs/green/box_bottomleft.jpg");
    background-position:    left top;
    background-repeat:      no-repeat;
    text-align:             center;
}

.box_verde_BottomCenter
{
    height:                 20px;
    background-image:       url("../images/tabs/green/box_bottomcenter.jpg");
    background-position:    left top;
    background-repeat:      repeat-x;
    text-align:             center;
}

.box_verde_BottomRight
{
    width:                  20px;
    height:                 20px;
    background-image:       url("../images/tabs/green/box_bottomright.jpg");
    background-position:    right top;
    background-repeat:      repeat-x;
    text-align:             center;
}





/*  separatore */
.tabSeparator
{
    width:                  2px;
    height:                 40px;
    background-image:       url("");
    background-position:    right top;
    background-repeat:      no-repeat;
}



/*  links sui tabs */
.tabLink:link
{
    font-family:            Arial;
    font-weight:            normal;
    font-size:			    13px;
    color:				    #fff;
    text-decoration: 		none;
}

.tabLink:visited
{
    font-family:            Arial;
    font-weight:            normal;
    font-size:			    13px;
    color:				    #fff;
    text-decoration: 		none;
}

.tabLink:hover
{
    font-family:            Arial;
    font-weight:            normal;
    font-size:			    13px;
    color:				    #fff;
    text-decoration: 		none;
}