/*************************************************************************
**
** Copyright (c) by jeff (jeff@bqic.de)
**
** Author:  jeff
**
** File:    $Id: box.csstt2 272 2023-03-21 12:49:50Z jeff $
**
** Purpose: the box css
**
** Created: 2022-10-27 13:54
**
** Update:  $Date: 2023-03-21 13:49:50 +0100 (Tue, 21 Mar 2023) $
**
** Notes:
**
************************************************************************/

.box_title
{
    position:            absolute;
    left:                0;
    top:                 0;
    background-image:    url(/images/box/n-title.png);
    background-position: left top;
    background-repeat:   repeat-x;
    padding-left:        10px;
    padding-right:       10px;
    padding-top:         5px;
    margin-left:         20px;
    color:               #ffd200;
    font-family:         tahoma;
    font-size:           0.8em;
}

.box_content_wrapper
{
	position:            relative;
	float:               left;
	margin:              0px;
	padding-top:         10px;
	width:               auto;
	height:              auto;
    overflow:            hidden;
    text-align:          center;
    vertical-align:      middle;
}

.box_content
{
    position:            relative;
	background-color:    ;
    background-image:    url(/images/box/n.png), url(/images/box/s.png);
    background-size:     1px 19px, 1px 15px;
    background-position: left top, left bottom;
    background-repeat:   repeat-x, repeat-x;
    border-radius:       15px;
    overflow:            hidden;
    color:               white;
    width:               100%;
    height:              auto;
}
