.Box
{
    border-collapse:collapse;
    border-spacing: 0px;
    border:0px;
    background-color:White;    
    text-align:left;
    margin: 2px;
}

.BoxCenter
{
    margin: 0 auto;
}

.BoxTop
{
    background-image: url(/images/box/boxTop.gif);
    background-repeat: repeat-x;
    background-color: Black;
    height: 4px;
}


.BoxWideTopRight,
.BoxTopRight
{
    background-image: url(/images/box/boxTopRight.gif);
    background-repeat: no-repeat;
    background-position:right top;    
    background-color: Black;    
}

.BoxWideTopRight
{
    background-image: url(/images/box/boxWideTopRight.gif);
}


.BoxTopLeft 
{
    background-image: url(/images/box/boxTopLeft.gif);
    background-repeat: no-repeat;
    width: 5px;
    background-position: left top;
    background-color: Black;    
}

.BoxLeft
{
    background-image: url(/images/box/boxLeft.gif);
    background-repeat: repeat-y;
    background-position: left;
    width: 5px;
}

.BoxWideRight,
.BoxRight
{
    background-image: url(/images/box/boxRight.gif);
    background-repeat: repeat-y;
    background-position:right;
    width: 3px;
}

.BoxWideRight
{
    background-image: url(/images/box/boxWideRight.gif);    
    background-color: Black;    
}

.BoxBottom
{
    background-image: url(/images/box/boxBottom.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 4px;
}

.BoxWideBottomRight,
.BoxBottomRight
{
    background-image: url(/images/box/boxBottomRight.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.BoxWideBottomRight
{
    background-image: url(/images/box/boxWideBottomRight.gif);    
    background-color: Black;
}

.BoxBottomLeft
{
    background-image: url(/images/box/boxBottomLeft.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.BoxContent
{
    padding: 10px;
    font-weight:bold;
    text-align:left;
}

.BoxContent p
{
    white-space: nowrap;
}

.Additional
{
	padding:0px;
	
}

.Additional p 
{
	white-space:normal;
}

.GenericBox
{
    border-collapse:collapse;
    border-spacing: 0px;
    border:0px;
    background-color:White;    
    text-align:left;
    margin: 2px;
}

.GenericBoxTitle
{
    color:White;
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    height:32px;
    padding-left:6px;
}

.GenericBoxTop
{
    background-image: url(/images/new/GenericBox/bgTop.gif);
    background-repeat: repeat-x;

}


.GenericBoxWideTopRight,
.GenericBoxTopRight
{
    background-image: url(/images/new/GenericBox/topRight.gif);
    background-repeat: no-repeat;
    background-position:right top;    
       
}


.GenericBoxTopLeft 
{
    background-image: url(/images/new/GenericBox/topLeft.gif);
    background-repeat: no-repeat;
    width: 3px;
    background-position: left top;
   
}

.GenericBoxLeft
{
    background-image: url(/images/new/GenericBox/leftMiddle.gif);
    background-repeat: repeat-y;
    background-position: left;
    width: 8px;
}

.GenericBoxRight
{
    background-image: url(/images/new/GenericBox/rightMiddle.gif);
    background-repeat: repeat-y;
    background-position:right;
    width: 6px;
}

.GenericBoxRightRounded
{
    background-image: url(/images/new/GenericBox/rightMiddleRounded.gif);
    background-repeat: repeat-y;
    background-position:right;
    width: 6px;
}

.GenericBoxBottom
{
    background-image: url(/images/new/GenericBox/bgBottom.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 10px;
}


.GenericBoxBottomRounded
{
    background-image: url(/images/new/GenericBox/bgBottomRounded.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 10px;
}
.GenericBoxBottomRight
{
    background-image: url(/images/new/GenericBox/rightBottom.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}


.GenericBoxBottomLeft
{
    background-image: url(/images/new/GenericBox/leftBottom.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}


.GenericBoxBottomRightRounded
{
	background:url('/images/new/genericbox/rightBottomRounded.gif');
	width:8px;
	height:8px;
}
.GenericBoxContent
{
    padding: 10px;
    font-weight:bold;
    text-align:left;

}

.GenericBoxContent p
{
    white-space: nowrap;
}
