/*

File name: /external/ninernet_ribbon.css
Website: NinerNet Communications | www.niner.net
Created by Craig Hartnett of NinerNet Communications at http://www.niner.net
Copyright (c) 1996-2008 NinerNet Communications. All rights reserved.
Version 1.0.0, Monday, June 23, 2008.

Recent Revision History:

	2008:06:23 (3.3.0)	-	File created based on code removed from min_external_subsite.css.

To Do:

	* Nothing in particular.

Notes:

	* Some nice CSS courtesy of BlueRobot.com.

*/


#ninernet_ribbon {
	margin: 0px 0px 10px 0px;
	background-image: url("ribbon_slice.jpg");
	padding: 0px 0px 0px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 16px; /* 14px + 0px + 2px = 16px */
	border-style: solid;
	border-color: black;
	border-width: 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	background-color: #eee;
	cursor: pointer;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 50px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#ninernet_ribbon {height: 163px;}

#left_title {
	position: absolute;
	top: 14px;
	left: 10px;
	line-height: 30px;
	font-size: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	}

#right_title {
	text-align: right;
	position: absolute;
	top: 14px;
	right: 10px;
	line-height: 30px;
	font-size: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	}
