/**
 * ListFormat.css
 *
 * Formatterer visning av lister.
 */


/**
 * Generell formattering av alle lister
 */

/*
.list, .list2 								{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									letter-spacing: 0em;
									line-height: 1em;
									color: #303030;
									width: 100%;
									border-bottom: 1px solid #303030;
}
/*
.list th, .list2 th					{
									line-height: 14px;
									padding: 2px 2px 2px 3px;
									background-color: #303030;
									color: #F0F0F0;
									text-align: left;
									padding-left: 6px;
									font-weight: bold;
									font-size: 12px;	
									border: 1px solid #303030;
}*/
/*
.list th {
	background: url("../pics/th_bg.png") no-repeat left top;
	line-height: 18px;
	color: #F0F0F0;
	border: 1px solid #303030;
	text-align: left;
	font-weight: bold;
	padding: 2px 2px 2px 3px;
}

.list td, .list2 td					{
									line-height: 16px;
									padding: 2px 5px 2px 5px;
									vertical-align: middle;
									border-left: 1px solid #A4A4A4;
									border-right: 1px solid #A4A4A4;
									word-wrap: break-word;
}

.list img, .list2 img				{
									vertical-align: middle;
}

.list2 {
    border-bottom: 1px solid #A4A4A4;
    font-size: 10px;
}

.list2 td {
    border-left: 1px solid #A4A4A4;
	border-right: 1px solid #A4A4A4;
}

.list2 th {
    background-color: #A4A4A4;
    border: 1px solid #A4A4A4;
}
*/
.listodd 							{
									background-color: #D7D7D7;
}

.listeven 							{
									background-color: #EAEAEA;
}

.listred 							{
									/*background-color: #FFCC99;*/
									background-color: #FFF1DD;
}

.listred td {
	border-top: 1px solid #CC4040;
	border-bottom: 1px solid #CC4040;
}

.listgreen							{
									/*background-color: #CCFF99;*/
									background-color: #E9FFD3;
}

.listgreen td {
	border-top: 1px solid #3F7F62;
	border-bottom: 1px solid #3F7F62;
}


.tableHeading						{
									border-left: 1px solid #303030;
									margin-bottom: 0px;
}

.tdHeading							{
									background-color: #303030;
									color: #F0F0F0;
									font-weight: bold;
									font-size: 12px;
									font-family: Arial, Helvetica, sans-serif;
									padding-left: 4px;
									width: 100px;
}

.tdCurve							{
									background-color: #303030;
									background-image: url("../pics/curve.png");
									padding: 0px;
									line-height: 20px;
						
}

#list_general						{																		
									vertical-align: top;
}


#list_center						{
									text-align: center;
}

#list_date							{
									text-align: right;
									width: 80px;
									vertical-align: top;
}

#border_top							{
									border-top: 1px solid #303030;
}



/**
 * Formattering av terminliste
 */

#el_cancel							{	
									color: #CC4040;	
									font-weight: bold;
									text-align:	center;
									vertical-align: top;
}


#el_move 	 						{	
									color: #3F7F62;	
									font-weight: bold;
									text-align:	center;
									vertical-align: top;
}

#el_proposition						{
									text-align: center;
									width: 50px;
									vertical-align: top;
}

#el_entry							{
									text-align: center;
									width: 50px;
									vertical-align: top;
}

#el_result							{
									text-align: center;
									width: 50px;
									vertical-align: top;
}




/**
 * Formattering av liste over stevner
 */

#listResults						{
									width: 100%;
									vertical-align: top;
									font-size: 0.9em;
}


#lr_header							{
									font-family: verdana;
									font-size: 12px;
									padding-left: 6px;
}

#lr_compShortName					{
									width: 100px;
									text-align: left;
									vertical-align: top;
}

#lr_compName						{
									text-align: left;
									vertical-align: top;
									padding-left: 5px;
}

#lr_compJudgementString				{
									width: 80px;
									text-align: left;
									vertical-align: top;
									padding-left: 15px;
}

#lr_compRankingName					{
									width: 150px;
									text-align: left;
									vertical-align: top;
									padding-left: 15px;
}

#lr_showRL							{
									width: 150px;
									text-align: right;
									vertical-align: top;
}

#compHeader							{
									width: 100%;
									font-size: 12px;
}



/**
 * Formattering av liste over hesteresultater
 */

.horseResults						{
									width: 100%;
}

.horseResults a						{
									color: #303030;
}

.horseResults h4					{
									height: 1px;
}

.horseInfo th						{
									height: 22px;
									text-align: left;
}

.horseInfo td						{
									padding-left: 5px;
}



/**
 * Formattering av liste over rytterresultater
 */

.riderResults						{
									width: 100%;
									padding: 0px;
									margin: 0px;
}

.riderResults a						{
									color: #303030;
}

.riderResults h4					{
									height: 1px;
}

.riderInfo th						{
									height: 22px;
									text-align: left;
}

#sortString							{
									text-align: right;
									padding-right: 25px;
}



/**
 * Formattering av liste over ekvipasjeresultater
 */

.equestrianResult					{
									width: 100%;
}

.equestrianResult a					{
									color: #303030;
}

.equestrianResult h4				{
									height: 1px;
}

.equestrianResult h4:hover			{
									color: #7F3300;
}

.equestrianResultHeader				{
									width: 100%;
}

.equestrianResultHeader td			{
									width: 50%;
									vertical-align: text-top;
}


#backLink							{
									height: 30px;
									vertical-align: bottom;
}

#backLink a							{
									color: #7F3300;
									text-decoration: none;
}

#backLink a:hover					{
									text-decoration: underline;
									cursor: pointer;
}

#qualification a:hover				{
									color: #7F3300;
									text-decoration: underline;
									cursor: pointer;
}



