/* 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: #dfdfdf;
}

.tr_norm {
 	background-color: #fafafa;
}	 	

.tableRollOverEffect{
	background-color: #7FFF7F;
}

/* Table used for OUTLINE of all content in AmpJuke */
.ampjuke_outline_table {
	border: 1px solid #000000;
	padding: 2px solid #0000;
	border-spacing: 0px;
}	
/* Table used for menu-items to the left */
.ampjuke_menu_table {	
	border-spacing: 10px;
	border-width: 10px;
	font-family: Verdana, Samanata, sans-serif, FreeSerif;;
	font-size: 70%;
}	 
.ampjuke_now_playing {	
	border-spacing: 10px;
	border: 1px solid #afafaf;
	border-width: 1px;
	font-family: Verdana, Samanata, sans-serif, FreeSerif;;
	font-size: 90%;
}	 

/* "Dummy" table used for holding content (headline, actions, content, pagenumbers), to the right of the menu: */
.ampjuke_main_content_table {
 	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10px;
	background-color: #fafafa;
}	
/* Table used for HEADLINES - top of page/content */
.ampjuke_headline_table {
 	width: 100%;	
	border: 1px solid #000000;
	border-spacing: 2px;
	border-collapse: collapse;
	font-family: Verdana, Samanata, sans-serif, FreeSerif;;
	font-weight: bold;
	font-size: 12px;
}	 
/* Table used for ACTIONS - items just below the headline */
.ampjuke_actions_table {
 	width: 100%;
 	border: 0px;
 	border-spacing: 0px;
 	border-collapse: collapse;
 	font-family: Verdana, Samanata, sans-serif, FreeSerif;;
 	font-size: 11px;
 	background-color: #EDECE9;
}
/* Table used for CONTENTS */
.ampjuke_content_table {
 	width: 100%;
 	border: 1px dotted #abcdef;
	border-spacing: 1px;
	font-family: Verdana, Samanata, sans-serif, FreeSerif;;
	font-size: 10px;
}	 
/* Table used for controlling how PAGENUMBERS should look like */
.ampjuke_pagenumber_table {
 	width: 100%;
 	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Verdana, Samanata, sans-serif, FreeSerif;;
	font-size: 10px;
	background-color: #EDECE9;	
}	
/* This setting controls how totals (f.ex. for albums) is displayed */
.totals {
 	font-family: Verdana, Samanata, sans-serif, FreeSerif;;
 	font-size: 10px;
 	font-weight: bold;
 	color: #0000;
}
/* Table setting for covers */
.cover_table {
 	width: 100%;
 	border: 1px dashed #abcdef;
 	border-spacing: 1px;
 	font-family: Arial, Saab, sans-serif, FreeSerif;
 	font-size: 10px;
} 	
/* text-input fields: */
.tfield { 
	font-family: Verdana, Samanata, sans-serif, FreeSerif;;
	font-size: 10px;
	border-width: 1px;
	border-color: blue;
}

/* Link settings */
a:link {
	color: blue;
	text-decoration: none;
}		
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}

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

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

/* Quiz: The "quiz" is used when registering new users: */
.quiz {
	font-family: 'Josefin Sans Std Light',Verdana, Samanata, sans-serif, FreeSerif; 
/*	font-family: Verdana, Samanata, sans-serif, FreeSerif; */
	font-size: 14px;
}	
