/* The following three definitions sets what happens in the "contents" on each page
tr_alt is the setting for "alternative" (every 2nd) table row.
tr_norm is the setting for the opposite...(!)
tableRollOverEffect is the setting for what happens when the user 'mouseover' a row in the table
*/
.tr_alt {
	background-color: #fafafa;
}

.tr_norm {
 	background-color: #eeeeee;
}	 	

.tableRollOverEffect{
	background-color: #c9d7c8;
}

/* Table used for OUTLINE of all content in AmpJuke */
.ampjuke_outline_table {
 	background-color: #ffffff;
	border: 1px solid #C9D7C8;
	border-spacing: 0px;
}	
/* Table used for menu-items to the left */
.ampjuke_menu_table {	
	border: 1px solid #C9D7C8;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Courier, FreeMono, sans-serif, FreeSerif;
	font-size: 14px;
	background-color: #fafafa;
	line-height: 1.3em;
	letter-spacing: 0.25em;
}	 
.ampjuke_now_playing {	
 	border: 1px solid #C9D7C8;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Courier, FreeMono, sans-serif, FreeSerif;
	font-size: 12px;
	background-color: #fafafa;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	background-color: #ffffff;
}	 
/* "Dummy" table used for holding content (headline, actions, content, pagenumbers), to the right of the menu: */
.ampjuke_main_content_table {
 	border: 2px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 16px;
}	
/* Table used for HEADLINES - top of page/content */
.ampjuke_headline_table {
 	width: 100%;	
 	border: 1px solid #C9D7C8; 	
	border-spacing: 0px;
	border-collapse: collapse;
	font-family:  Courier, Tahoma, Arial;
	font-weight: italic;
	font-size: 14px;
	padding: 10px;
}	 
/* Table used for ACTIONS - items just below the headline */
.ampjuke_actions_table {
 	width: 100%;
 	border: 1px solid #C9D7C8;
 	border-spacing: 0px;
 	font-family: Courier, FreeMono, sans-serif, FreeSerif;
 	font-size: 14px;
}
/* Table used for controlling how PAGENUMBERS should look like */
.ampjuke_pagenumber_table {
 	width: 100%;
 	border: 1px solid #C9D7C8; 	
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Courier, FreeMono, sans-serif, FreeSerif;
	font-size: 14px;
}	
/* Table used for CONTENTS */
.ampjuke_content_table {
 	width: 100%;
 	border: 1px solid #C9D7C8; 	
	border-spacing: 1px;
	font-family: Courier, FreeMono, sans-serif, FreeSerif;
	font-size: 14px;
	line-height: 1em;
	text-indent: 1em;
}	 
/* This setting controls how totals (f.ex. for albums) is displayed */
.totals {
 	font-family: Courier, FreeMono, sans-serif, FreeSerif;
 	font-size: 14px;
 	font-weight: bold;
	color: #E64F46;
}
/* Table setting for covers */
.cover_table {
 	width: 100%;
 	border-spacing: 1px;
 	font-family: Courier, Arial;
 	font-size: 14px;
} 	

/* text-input fields: */
.tfield { 
	font-family: Courier, FreeMono, sans-serif, FreeSerif;
	font-size: 14px;
	border-width: 1px;
	border-color: #C9D7C8;
}

/* Link settings */
a:link {
	color: #333333;
	text-decoration: none;
}		
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	font-weight: italic;
	text-decoration: underline;
}

/* The "note" is used for "highlighting" something. F.ex. the Admin's options in the lower left corner */
.note {
	font-family: Courier, FreeMono, sans-serif, FreeSerif;
	font-size: 14px;
	background-color: #fafafa;
}	

/* This setting controls the color of HR's: */
.hr_std {
 	width: 70%;
 	color: #c9d7c8;
} 	

tr,td {
	font-family: Courier, FreeMono, sans-serif, FreeSerif;
	font-size: 14px;
	color: #E64F46;
}		
