* {
	margin: 0;
	padding: 0;
}

body,html	{
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
}
body, td	{
	font-family:Arial;
	font-size:12px;
	color:#5E6A71;
}
h1	{
	color: #5E6A71;
	font-size:40px;
	margin:0px;
	padding:0px;
	margin-bottom:24px;
}
h2	{
	color: #D52B1E;
	font-size:20px;
	margin:0px;
	padding:0px;
}

a	{
	color: #D52B1E;
	text-decoration: none;
	font-weight: bold;
}

a img	{
	border: 0;
}

.error	{
	display: block;
	color: #D52B1E;
	font-size: 10px;
	margin-left: 150px;
	clear:both;
}

.mainError	{
	display: block;
	color: #D52B1E;
}

div.mainMenu a, div.footerMenu a 	{
	text-decoration:none;
	color:black;
	font-weight: normal;
}

div.mainMenu a:hover, div.footerMenu a:hover 	{
	background-color:white;
	color: #D52B1E;
	font-weight: normal;
}

.reg_form label	{
	width: 11em;
	float: left;
	text-align: right;
	margin-right: 1.5em;
	display: block;
}
div#canceldiv	{
	background-color: #EEEEEF;
	margin-top: 4px;
	margin-left: 4px;
}
div#canceldiv a	{
	color: #D52B1E;
}

#mainlevellogin, #mainlevelfooter	{
	float: left;
	margin: 0;
	padding: 0;
}

#mainlevellogin li, #mainlevelfooter li	{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 4px;
	padding-left: 4px;
	border-left: 1px solid white;
}

.formIndent	{
	margin-left: 150px;
	display:block;
	clear:both;
}

div.submenu	{
	display: none;
	position: absolute;
	background-color: white;
	z-index: 2;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	min-width: 139px;
	white-space: nowrap;
	border-right: 2px solid #CDCDCD;
	border-bottom: 2px solid #CDCDCD;
	border-top: 1px solid #FAFAFA;	
}

div.submenu	a {
	font-size: 11px;
	color: #5E6A71;
	display: block;
	margin-right: 8px;
	font-weight: normal;
}

div.submenu	a:hover {
	color: #D6291F;
	font-weight: normal;
}

#mainlevelmainLinks a  {
	padding-right: 8px;
	padding-left: 8px;
	border-left: 1px solid white;
	font-weight: normal;
}

#mainlevelmainLinks a.hasChildren  {
	padding-right: 22px;
	background-image: url(/images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: normal;
}

#mainlevelmainLinks a.hasChildren:hover  {
	background-image: url(/images/arrow_red.gif);
	font-weight: normal;
}
.search	{
	float:left;
}
.search	input {
	font-size:11px;
	width:80px;
	border:1px solid white;
	background-color: #D52B1E;
	color: white;
	margin-left: 8px;
	margin-top: 4px;
}

#homeContent	{
	font-size: 14px;
}

#homeContent h1	{
	font-size: 28px;
	margin:0;
	color: white;
}

/* ATHLETES START */

.athleteImageTD	{
	width: 96px;
	background-color: #E1EDF4;
}

.athleteTD	{
	background-color: #E1EDF4;
}

/* RIBBON START */

li {
    list-style: none;
}

#slideshow {
    margin: 0;
    width: 1016px;
    height: 68px;
    border: 0px solid red;
}

#slideshow_wrapper {
    /* relative to catch the children */
    position: relative;
	/* overflow: scroll; */
	/* change asked by the client -- breaks compatily with no-js browsers/users */
	overflow: hidden;
	width: 926px;
	height: 51px;
	border: 0px solid red;
	top: 9px;
}

#slideshow_set {
	position: absolute;
	border: 0px solid red;
	left: 0px;
}

#slideshow_set li {
	float: left;
	height: 51px;
	width: 98px;
	margin-right: 16px;
}

img {
	border: 0;
}

#navigation {
    position: absolute;
    z-index: 10;
}

#previous_left {
	left: 0;
	top: 0;
	background: url(/images/blank.gif) no-repeat;
}

#next_right {
	left: 996px;
	top: 0;
	background: url(/images/blank.gif) no-repeat;
}

#previous_left, #next_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 20px;
    height: 68px;
    width: 0px !important; /* for most browsers */
    width /**/: 20px; /* for IE5.5's bad box model */
}

#scroll_left {
	left: 20px;
	top: 0;
	background: url(/images/blank.gif) no-repeat;
}

#scroll_right {
	left: 971px;
	top: 0;
	background: url(/images/blank.gif) no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 25px;
    height: 68px;
    width: 0px !important; /* for most browsers */
    width /**/: 25px; /* for IE5.5's bad box model */
}

#pngBg	{
	height:68px;
	width:100%;
	background-image:url(/images/mainpage_image.jpg);
}

#overlayDiv	{
	position: absolute;
	background-color: white;
	width: 98px;
	height: 67px;
	z-index: 20;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
	font-size: 10px;
	overflow: hidden;
	
}

#overlayDiv span	{
	display: block;
	padding: 16px 8px;
	font-size: 10px;
	width: 82px;
	height: 35px;
	color: black;
}

#thumbSelected	{
	position: absolute;
	z-index: 40;
	width: 94px;
	height: 47px;
	border: 2px solid #D52B1E;
}
