/**
 * EventList.css
 *
 * Formatterer terminlisten.
 */

/*
.nryf 					{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #303030;
						width: 100%;
						border-collapse: collapse;
						border-bottom: 1px solid #303030;
}

.nryf th  				{
						line-height: 14px;
						padding: 2px 2px 2px 3px;
						background-color: #303030;
						color: #fff;
						text-align: left;
						padding-left: 6px;
						font-weight: bold;
						font-size: 12px;	
						border: 1px solid #303030;
}

.nryf td 				{
						line-height: 16px;
						padding: 2px 5px 2px 5px;
						vertical-align: middle;
						border-left: 1px solid #303030;
						border-right: 1px solid #303030;
}

.nryfodd 				{
						background-color: #EDEAE6;
}

.nryfeven 				{
						background-color: #CAC6C3;
}

td .cancelInfo 			{	
						color: #F62817;	
						font-weight: bold;
						text-align:	center;
}

#el_center				{
						text-align: center;
}

#el_date				{
						text-align: right;
						width: 80px;
}

#el_proposition			{
						text-align: center;
						width: 75px;
}

#el_entry				{
						text-align: center;
						width: 75px;
}

#el_result				{
						text-align: center;
						width: 75px;
}
*/

.attachmentContainer {
	/*border: 1px solid #A4A4A4;
	background-color: #303030;*/
	display: none;
	font-style: italic;
}


.list .attachmentContainer td {
	padding-right: 0px;
}


.attachment, .attachmentDisabled {
	/*float: right;*/
}


.result, .resultDisabled, .declaration, .declarationDisabled, .attachment, .attachmentDisabled {
	margin-left: -1px;
}


.attachment:hover {
	cursor: pointer;
}





/**
 * Formatterer filteret til terminlisten
 */
/*
.filterEventList		{
						width: 189px;
						margin-left: 4px;
						margin-right: 1px;
						background-color: lime;
}
*/

