﻿body
{
	font-size:12px;
	font-family:Arial;
	color:Black;
	margin:5px;
	
/*
	background-color:#e1f2e9; 
	background-image: url('../images/gradients/Green_1x800.png'); 
*/
	background-repeat: repeat-x;
}

a
{
	text-decoration:none;
}

/*
DESIGN ID ELEMENTS
*/

#TopCell
{
	background-image: url('../images/design/TopBanner_1032x109.png'); 
	background-position: left bottom; 
	background-repeat: no-repeat; 
	vertical-align:bottom
}

#LeftCell
{
	background-image: url('../images/design/TopBannerLeft_242x171.png'); 
	background-position: left top; 
	background-repeat: no-repeat; 
}


/*
DESIGN CLASSES
*/

.gradient20
{
	background-image: url('../images/gradients/Green_1x20.png');
    background-repeat: repeat-x;
}

.gradient450
{
	background-image: url('../images/gradients/Green_1x450.png');
	background-repeat: repeat-x;
}

.gradient500
{
	background-image: url('../images/gradients/Green_1x500.png');
    background-repeat: repeat-x;
}

.gradientGreenWhite60
{
	background-image: url('../images/gradients/GreenWhite_1x60.png');
    background-repeat: repeat-x;
}

.selectedTab
{
	background-image: url('../images/gradients/WhiteGreen_1x20.png');
    background-repeat: repeat-x;
	background-color:White;
	color:#267040;
	border-bottom-width:0px;
	border-bottom-style:none;
}

.bottomShadow
{
	background-image: url('../images/gradients/GreenWhite_1x5.png');
	background-position:top;
    background-repeat: repeat-x;
}


/*
TEXT DESIGN
*/

.TibroTextSmallHeadline
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#005222;
}

.TibroTextPrice
{
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    color:#ff0009;    
}

.TibroBorderType1
{
    border-width:1px;
    border-style:solid;
    border-color:#474747;
}