﻿/*Template wich can be use for the container */
/*The class MainMenu is default*/
.templateTable
{
	font-family:Tahoma;
	color:#FFFFFF;
	width:100%;
	text-align:center;
	
}
.templateTable TD
{
	text-align:center;
	
}
.templateTable A
{
	font-size:12px;	
	background-image:url(images/50_perc_transparent.png);
	padding:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.templateTable A:hover
{
	background-color:#FFFFFF;
	background-image:url(images/50_perc_transparent.png);
	text-decoration:underline;
}

.templateH1
{
	font-size:24px;
	color:#2491dd;
	padding-bottom:40px;
}

/*The name of the CSS Class can be entered in the TopMenuItem field 'CSS Class"*/
.normalCell
{

	font-size:13px;
}
.normalCell A
{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
.normalCell A:hover
{
	color:#2491dd;
	text-decoration:underline;
}


/*Default Logout Cell Class, cannot be override*/
.logoutCell
{
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
}
.logoutCell A
{
	font-weight:bold;
	font-size:12px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
.logoutCell A:hover
{
	color:#2491dd;
	text-decoration:underline;
}

/*Default Basket Cell Class, cannot be override*/
.basketCell
{
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
}
.basketCell A
{
	font-weight:bold;
	width:250px;
	font-size:12px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
.basketCell A:hover
{
	color:#2491dd;
	text-decoration:underline;
}