/**
 * Frontpage.css
 *
 * Styler elementer som vises på forsiden (Main.php)
 */

.frontPage							{
									width: 100%;
									line-height: 1.5em;
}


.frontPage td						{
									vertical-align: top;
}

#slideShowContainer					{
									height: 164px;
									margin-left: 2px;
}



.frontPage img						{
         							float: left;
}

#horseHead							{
									margin-right: 0px;
									margin-bottom: 0px;
									margin-top: 25px;
									float: right;
									border: none;
}


.frontPage #readMore				{
									float: right;
									vertical-align: bottom;
}


.frontPage #results					{
									width: 200px;
}


#news {
	margin-right: 20px;
	margin-top: -20px;
}


#news th {
	border-bottom: 1px solid #A4A4A4;
	text-align: left;
	padding-top: 15px;
}


#news td {
	padding-top: 5px;
	padding-bottom: 20px;
}


#news img {
	margin-right: 10px;
}


.newsRight							{
									width: 245px;
									float: right;
									margin-left: 10px;
}

p									{
									font-size: 12px;
									color: #404040;
}

.newsLeft p							{
									margin-right: 20px;
}


.newsOld th							{
									border: 1px solid #A4A4A4;
									background-color: #EAEAEA;
									padding: 3px;
									font-weight: bold;
									font-size: 12px;
}


.newsOld #image						{
									float: right;
									width: 280px;
									position: relative;
									top: 5px;
									right: 5px;
}


.newsOld p							{
									margin: 10px;
}


#newsText							{
									
}




/**
 * Formattering av resultatinformasjonen til høyre i bildet
 ***********************************************************************************************************/


#resultInfo							{
									width: 250px;
									float: right;
									background: url(../pics/resultInfoBg.png);
									line-height: 1em;
									font-family: arial;
}


#resultInfoHeader {
	height: 21px;
}


#resultInfoFooter {
	height: 10px;
}


#resultInfo a						{
									color: #303030;
									float: left;
									text-indent: 10px;
}


#resultInfo th						{
									border-top: 1px solid #A4A4A4;
									vertical-align: middle;
									padding: 3px;
									font-size: 11px;
}


#resultInfo #space					{
									height: 8px;
									border-bottom: 1px dotted #A4A4A4;
}



.latestResults						{
									width: 240px;
									margin: 5px;
									font-size: 10px;
									color: #EAEAEA;
}



.latestResults #row					{
									border-bottom: 1px dotted #A4A4A4;
									vertical-align: middle;
									padding: 3px;
}


.latestResults #list				{
									padding-left: 10px;
}



