/* COMMON */
body, td     { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
body         { margin: 0px; padding: 0px; background-color: #CDCECF; }
a            { color: #072343; text-decoration: underline; }
a:hover      { text-decoration: underline; }
h1, h2, h3   { font-size: 14px; color: #072343; margin-right: 10px; }
b 		 { color: #A03D00; }

/* BASE LAYOUT */
td.center-column {width: 800px; height: 100%; background-color: #ffffff; }

/* HEADER */
table.header-row { margin-top: 0px; }
td.header-row    { color: white; background-color: #072343;  height: 95px; width: 800px; }
table.header-row { color: white; background-color: #072343;  height: 85px; width: 800px; }
table.header-row td.title{text-align: left; color: white; background-color: #072343;  height: 95px; width: 800px; vertical-align: middle; }


/* MENU */
table.menu { margin: 0px; margin-top: 4px; }
td.menu { background-color: #072343; text-align: center; padding-top: 4px; white-space: nowrap;}
td.menu div.item { color: white;  height: 20px; background-color: #728295; display: inline; border: 1px solid #a0a0a0; margin-right: 1px; padding: 3px; }
td.menu div.item a { margin: 0px; padding: 0px; color: white; text-decoration: none; font-weight: bold; font-size: 12px; }
td.menu div.selected { background-color: #A03D00; border: 1px solid #7C7C7C;  } 



/* LEFT COLUMN */
td.left-content { width: 151px; padding: 10px; }

/* CENTER COLUMN */
td.center-content {  border-left: 1px dotted #072343; border-right: 1px dotted #072343; padding: 10px;}

/* RIGHT COLUMN */
td.right-content { width: 171px; padding: 10px; }

/* NEWS */
td.news { padding-top: 20px; padding-right: 6px;  margin: 0px;}
td.news h1   { margin:0px; padding: 0px; padding-bottom: 5px; border-bottom: 1px solid #072343; }
p.News-item   { padding-bottom: 5px; border-bottom: 1px dotted #072343; }
a.title	  { font-weight: bold; color: #0B3726; margin-left: 10px;}
span.ingres   { display: block; margin-bottom: 0px;  margin-top: 5px;}
span.date     { display: inline; color: black; margin: 4px; }
p.News-item {
	clear: both;
}
p.index1 span.ingres img,
p.index2 span.ingres img {
	float: left;
	width: 120px;
	vertical-align: top;
	margin-right: 10px;
	border: 1px solid black;
}
p.index3,
p.index4,
p.index5 {
	margin: 2px;
	border: 1px solid black;
	background-color: #a0a0a0;
}

p.index3 span.ingres img,
p.index4 span.ingres img,
p.index5 span.ingres img {
	display: none;
}


/* SCOREBOARD */
table.scoreboard {
	color: white;
	border: 1px dotted #072343;
	margin-top: 10px;
}
table.scoreboard td {
	border: 1px solid white;
	padding: 5px;
	font-weight: bold; 
	font-size: 10px; 
	
}
table.scoreboard td.class-title,
table.scoreboard td.boat-title,
table.scoreboard td.time-title {
	white-space: nowrap;
	color: white;
	color: #728295;
	text-decoration: underline;
}



table.scoreboard td.class {	
	white-space: nowrap;
	color: #A03D00;
}
table.scoreboard td.boat {	
	color: black;
	background-color: white;  
}
table.scoreboard td.time {	
	color: a0a0a0;
	background-color: white;  
}



/* DAYS LEFT COUNTER */
div.race-counter {
      line-height: 20px;
      text-align: center;
	white-space: nowrap;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color: #A03D00;
      border: 1px solid #a0a0a0;
	padding: 2px;
}
div.race-counter span.days {
	font-size: 14px;
	font-weight: normal;
}


/* FOOTER */
td.footer { background-color: #072343; color: white; padding-left: 10px; height: 20px;}

/* OTHER */
.small   { font-size: 10px }
.hl      { color: #FE150D }
.bold    { font-weight: bold }
.big     { font-weight: bold; font-size: 14px }

