/*	
	modification_date	20081009
	index_header css stylesheet definitions
	karl-martin magritzer
*/

/*	
	BEGIN
	Application Header
	Place of Menu Tab Control [menu]
*/	
	
table.application_header {
	width: 800px;
	height: 40px;				/* 2px filler, 19px 1st row menu, 19px 2nd row menu	*/
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid white;
}
tr.application_header_filler {
	height: 1px;
}	
tr.tab_control {
	height: 19px;
}	
td.menu_tab_family {
	background-color: #003366;
	border-right: 1px solid white;
	border-top: 1px solid white;
	width: 100px;
}
td.menu_tab_friends {
	background-color: CornflowerBlue;
	border-right: 1px solid white;
	border-top: 1px solid white;
	color: white;
	width: 100px;
}
td.menu_tab_guestbook {
	background-color: SkyBlue;
	border-right: 1px solid white;
	border-top: 1px solid white;
	color: white;
	width: 100px;
}
td.menu_tab_personal {
	background-color: SteelBlue;
	border-right: 1px solid white;
	color: white;
	width: 100px;
}
td.menu_tab_login {
	background-color: LightBlue;
	border-right: 1px solid white;
	color: white;
	width: 100px;
}
td.menu_tab_messages {
	background-color: #333366;
	border-right: 1px solid white;
	color: white;
	width: 100px;
}
td.menu_tab_filler {
	width: 20px;
}

/*	
	END
	Application Header
	~~~~~~~~~~~~~~~~~~
*/	
