/* Copyright by Hotelplan Internationl Travel Organization, 8031 Zurich, Switzerland */
body
{
	background-image: 		url(../images/common/bg1a.jpg);
	background-repeat:		repeat-x;
	background-attachment: 	fixed;
	margin-top:				5px;
	background-color:		#CCDEEA;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	scrollbar-base-color: 	#CCDEEA;
}

h1
{
	font-size: 				24px;
	color: 					#006699;
	font-style: 			italic;
}
h2
{
	font-size: 				24px;
	font-style:				italic;
	color: 					green;
	text-decoration:		underline;
}

tr, td, p 		{ font-size: 8pt; text-align:left;}
.td2 			{ font-size: 7pt;background-color:white;}

/*Links*/
a				{font-size:8pt; font-weight:bold; text-decoration:none;}
a:link			{color: #1861ad;}
a:visited		{color: #1861ad;}
a:active		{color: #1861ad;}
a:hover			{color: #ff6600;}

a.nm			{font-size:8pt; color:#1861ad; font-weight:bold; text-decoration:none;}
a.nm:link		{color: #1861ad;}
a.nm:visited	{color: #1861ad;}
a.nm:active		{color: #1861ad;}
a.nm:hover		{color: #ffffff;}

a.nav, .nav2	{font-size:8pt; color:#ffff99; font-weight:bold; text-decoration:none;}
a.nav:link		{color: #ffff99;}
a.nav:visited	{color: #ffff99;}
a.nav:active	{color: #ffff99;}
a.nav:hover		{color: #ffffff;}


/*classes*/
.important 		{font-weight:bold;}
.importantNote	{color:#FF0000; font-weight:bold; text-decoration:underline;}
.notice 		{color:	gray;}
.look			{font-weight:bold;color:#996600;text-decoration:underline;}
.sep 			{color: #ffff99;}

.title 
{
	color:				#006699;
	font-size:			24px;
	font-weight: 		bold;
	text-transform: 	uppercase;
}

.lines
{
	border-style:		solid;
	border-width:		2px;
	border-color:		#CC9966;
}

.bg {
	background-color:	#CC9966;
}
.linelight
{
	border-style:		solid;
	border-width:		1px;
	border-color:		#cc9966;
}

.live 	{color:#FF6600; font-weight:bold;}
.sport 	{color:green; font-weight:bold;}

.enter
{
	background-color:	#ffff99;
	font-size:			9pt;
	color:				#006699;
	border: 1px solid #006699;
	margin: 1px;
}
.img {
	font-weight: bolder;
	color: #009900;
}

li 		{list-style-image: url(../images/common/star.gif);}

a.disabeld	{background-color:#f5f5f5; border:1px solid #d5d5d5;color:#d5d5d5;color:#d5d5d5; font-weight:100;}
