
/*
.tableBeige 
{
	color: inherit;
	background-color: #DCC697;
}

.tableBlue 
{
	color: inherit;
	background-color: #d9e2f5;
}
*/

/*
 * #Table definitioner  - se i content.css
 */

/*
.tdBeige 
{
	color: inherit;
	background-color: #f0f0ec;
}

.tdBlue 
{
	color: inherit;
	background-color: #d9e2f5;
}


.tdMarine
{
        color: white;
        background-color: #002946;
}


.tdRed
{
        color: white;
        background-color: #760700;
}


.tdOrange
{
        color: white;
        background-color: #D26E10;
}


.tdGreyBlue
{
        color: white;
        background-color: #7389A2;
}
*/


.tdRight 
{
	text-align: right;
}

.tdCenter 
{
	text-align: center;
}

.tdSmallFont 
{
	font-size: 10px;
}

.tdSmallFont p
{
        font-size: 10px;
}


.tdBeigeRight 
{
	text-align: right;
	color: inherit;
	background-color: #f0f0ec;
}

.tdBeigeCenter 
{
	text-align: center;
	color: inherit;
	background-color: #f0f0ec;
}


.tdBlueRight 
{
	text-align: right;
	color: inherit;
	background-color: #d9e2f5;
}

.tdBlueCenter 
{
	text-align: center;
	color: inherit;
	background-color: #d9e2f5;
}

/*
.tdMarineRight
{
        text-align: right;
        color: white;
        background-color: #002946;
}

.tdMarineCenter
{
        text-align: center;
        color: white;
        background-color: #002946;
}


.tdRedRight
{
        text-align: right;
        color: white;
        background-color: #80000;
}

.tdRedCenter
{
        text-align: center;
        color: white;
        background-color: #760700;
}


.tdOrangeRight
{
        text-align: right;
        color: white;
        background-color: #D26E10;
}

.tdOrangeCenter
{
        text-align: center;
        color: white;
        background-color: D26E10;
}


.tdGreyBlueRight
{
        text-align: right;
        color: white;
        background-color: #7389A2;
}

.tdGreyBlueCenter
{
        text-align: center;
        color: white;
        background-color: #7389A2;
}
*/

