﻿.roundedpanel
{
    padding:2px 2px 2px 2px;
    border:0px;
    background-color:#FFF;
    
}
.roundedpanel_topleft 
{
    position:absolute;
    left:0px;
    top:0px;
    height:7px;
    width:7px;
    padding:0px;
    border:0px;
    background: transparent url('images/sprite_content_area.png') repeat-x -3px -122px;
}
.roundedpanel_topright 
{
    position:absolute;
    right:0px;
    top:0px;
    height:7px;
    width:7px;
    padding:0px;
    border:0px;
    background: transparent url('images/sprite_content_area.png') repeat-x -21px -122px;

}
.roundedpanel_bottomleft
{
    position:absolute;
    left:0px;
    bottom:0px;    
    height:7px;
    width:7px;
    padding:0px;
    border:0px;
    background: transparent url('images/sprite_content_area.png') repeat-x -3px -140px;

}
.roundedpanel_bottomright
{
    position:absolute;
    right:0px;
    bottom:0px;
    height:7px;
    width:7px;
    padding:0px;
    border:0px;
    background: transparent url('images/sprite_content_area.png') repeat-x -21px -140px;

}
.roundedpanel_left
{
    position:absolute;
    left:0px;
    top:7px;
    bottom:7px;
    padding:0px;
    width:3px;
    background: #E9EAEB url('images/home_1pixel_white_hor.png') repeat-y 0px 0px;
}
.roundedpanel_right
{
    position:absolute;
    right:0px;
    top:7px;
    bottom:7px;
    width:3px;
    background: #E9EAEB url('images/home_1pixel_white_hor.png') repeat-y -22px 0px;
}
.roundedpanel_top
{
    position:absolute;
    left:7px;
    right:7px;
    top:0px;
    height:3px;
    background: #E9EAEB url('images/home_1pixel_verts.png') repeat-x 0px -41px;
}
.roundedpanel_bottom
{
    position:absolute;
    bottom:0px;
    height:3px;
    left:7px;
    right:7px;
    background: #E9EAEB url('images/home_1pixel_verts.png') repeat-x 0px -63px;
}

.roundedpanel_outer
{
    position:relative;
    background-color: #E9EAEB;
    padding: 1px;
    margin:3px 1.5px 3px 1.5px;
}

.disabledbutton_text
{
    display:inline-block;
    border:0px;
    padding-left:10px;
    padding-right:10px;
    background: transparent url('images/interior_1pixel_verts.png') repeat-x 0px -147px;
    height:20px;
    color:#FFF;
    text-align:center;
    line-height:20px;
    vertical-align:middle;
    cursor:default;
    font-size:small;
}
.disabledbutton_left
{
    display:inline-block;
    border:0px;
    height:20px;
    width:9px;
    background: transparent url('images/sprite_content_area.png') repeat-x -70px -64px;
    vertical-align:middle;
    cursor:default;
}
.disabledbutton_right
{
    display:inline-block;
    height:20px;
    width:10px;
    background: transparent url('images/sprite_content_area.png') repeat-x -89px -64px;
    vertical-align:middle;
    cursor:default;
}

.lightbutton_text
{
    display:inline-block;
    border:0px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:2px;
    background: transparent url('images/interior_1pixel_verts.png') repeat-x 0px -174px;
    height:20px;
    color:#FFF;
    text-align:center;
    line-height:20px;
    vertical-align:middle;
    font-size:small;
}
.lightbutton_left
{
    display:inline-block;
    border:0px;
    height:22px;
    width:9px;
    background: transparent url('images/sprite_content_area.png') repeat-x -70px -89px;
    vertical-align:middle;
}
.lightbutton_right
{
    display:inline-block;
    height:22px;
    width:11px;
    background: transparent url('images/sprite_content_area.png') repeat-x -88px -89px;
    vertical-align:middle;
}
.lightbutton_text.hoverbutton
{
    background: transparent url('images/interior_1pixel_verts.png') repeat-x 0px -203px;
    cursor:pointer;
}
.lightbutton_left.hoverbutton
{
    background: transparent url('images/sprite_content_area.png') repeat-x -70px -116px;
    cursor:pointer;
}
.lightbutton_right.hoverbutton
{
    background: transparent url('images/sprite_content_area.png') repeat-x -88px -116px;
    cursor:pointer;
}
.darkbutton_text
{
    display:inline-block;
    border:0px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:2px;
    background: transparent url('images/interior_1pixel_verts.png') repeat-x 0px -232px;
    height:20px;
    color:#FFF;
    text-align:center;
    line-height:20px;
    vertical-align:middle;
    font-size:small;
}
.darkbutton_left
{
    display:inline-block;
    border:0px;
    height:22px;
    width:9px;
    background: transparent url('images/sprite_content_area.png') repeat-x -70px -144px;
    vertical-align:middle;
}
.darkbutton_right
{
    display:inline-block;
    height:22px;
    width:11px;
    background: transparent url('images/sprite_content_area.png') repeat-x -88px -144px;
    vertical-align:middle;
}
.darkbutton_text.hoverbutton
{
    background: transparent url('images/interior_1pixel_verts.png') repeat-x 0px -261px;
}
.darkbutton_left.hoverbutton
{
    background: transparent url('images/sprite_content_area.png') repeat-x -70px -171px;
}
.darkbutton_right.hoverbutton
{
    background: transparent url('images/sprite_content_area.png') repeat-x -88px -171px;
}

