﻿A.TL
{
	text-decoration: none;
	color: #333333;
}
A.TL:hover
{
	color: black;
	text-decoration: underline;
}

IMG.TPic1
{
	border-style: solid; 	border-color: grey;	border-width: 1px; 
	padding-left: 4px; 	padding-right: 4px; 	padding-top: 1px; 	padding-bottom: 1px;
	background-color: yellow;
}

IMG.TPic
{
	border-style: solid; 	border-color: grey;	border-width: 2px; 
	padding-left: 1px; 	padding-right: 1px; 	padding-top: 1px; 	padding-bottom: 1px;
	background-color: transparent;
	filter:alpha(opacity=70);	-moz-opacity:0.70;	opacity:0.70; 
	
}

IMG.TPic:hover
{
	border-style: solid; 	border-color: red;	border-width: 2px; 
	padding-left: 1px; 	padding-right: 1px; 	padding-top: 1px; 	padding-bottom: 1px;
	filter:alpha(opacity=100);	-moz-opacity:1;	opacity:1; 
}
.carousel-list
{
	padding: 0px;
	margin: 0px;
	text-indent: 0px;

}
.carousel-list li { 
	margin:0px;
	width:134px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	/*height:93px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */ */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
	color: white;
	list-style: none outside;
}

.carousel-list li:hover { 

}

.carousel-list li a { 
	display:block;
	border:1px solid #aaaaaa;
	outline:none;
	background-color:gray;
	color: white;
	font-weight: bold;
}

.carousel-list li a:hover { 
	border: 1px solid blue; 
	background-color:blue;
}

.carousel-list li img { 
	border:1px solid #999;
	display:block; 
}

Table.border1Table {
	width: 95%;
	background-color: #BBBBBB;
	border: 0;
}
.stripGreyBoldsm {
	color:		#000000;
	font-weight: bold;
	font-family: arial;
	background-color: #EEEEEE;
	font-size: 8pt;
	text-align: center;
}
.orangeTD {
	background-color: #2A5588;
	color: #000080;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}

.greyTD {
	background-color: #EEEEEE;
	color: #000000;
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
}
.whiteTD {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
}
.blueTD {
	background-color: #3A6EA5;
	color: #FFFFFF;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}
.smallText {
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}
.smallBoldText {
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
/* Texts */
.normalText {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}

.MenuItem {
	width: 70px;	
}


.MenuItem A
{
	font-family: Arial;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	width: 70px;
	text-align: center;
}

.MenuItem A:hover
{
	background-color: #dddddd;
	color: #555555;
}

#reg{
        background:url(../images/regbuttonbg.gif) 0 8px no-repeat;
        float:center;
        width:207px;
        padding:8px 0 0 0;
        height:37px}
        #reg a{
            display:block;
            height:34px;
            overflow:hidden;
            padding:3px 0 0 16px}
        #reg a:hover{
            background:url(../images/regbuttonbghover.gif)}