/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
html
{
	background-color:		#CCCCCC;
}

body
{
	width:					950px;
	margin:					0px auto;
	
	background-color:		#FFFFFF;

	/*	Default text styles	----------------------------*/
	font-family:			verdana,"Lucida Grande","Trebuchet MS",arial,sans serif;
	color:					black;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					rgb(59,121,166);
}

a:hover
{
	color:					rgb(119,119,119);
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	text-align:				center;
}

#logo a,
#logo a:hover
{
	color:					white;
}

table#body
{
	border-collapse:		collapse;
	width:					910px;
	margin:					10px auto;
}

col#col-left
{
	width:					175px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
}

#main-content
{
	width:					auto;

	min-height:				717px;
	height: 				auto !important;
	height:					717px;

	padding-left:			30px;
	padding-right:			218px;

	background:				url('/images/bg-content.jpg') 10px 0px no-repeat;

	position:				relative;
}

/* #companyList only on Co-Investors Page */

	#companyList
	{
		padding-left:	10px;
		margin-left:	0px;  
		list-style-type: none;

		list-style-type: none;

		position: absolute;
		bottom:0px
		left: 0px;
		width: 650px;
	}

	#companyList li 
	{
		float:		left;
		width:		177px;
		margin-left:	10px;
		font-size: 	11px;
		line-height:	17px;
	}


/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 50px;
	border-top:				1px solid rgb(204,204,204);
	padding:				0em 1em;
	line-height:			2.0em;

	font-size:				0.7em;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	width:					100%;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}




/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 24px 14px;
	padding:				10px 0 0 0;

	font-weight:			bold;
	font-size:				15px;

	color:					#555555;
}

h1 a,h1 a:hover
{
	color:					#555555;
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					0em;
	padding:				0px;
	
	font-weight:			bold;
	font-size:				14px;
	color:					#666666;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-weight:			bold;
	font-size:				0.70em;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0px 0px 18px 0px;
	padding:				0px;
	line-height:			18px;
	font-size:				12px;
}

blockquote
{
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				20px;
}

#rightsidebar
{
	position:				absolute;
	right:					20px;
	top:					55px;

	width:					175px;
}

.sidebar
{
	line-height:			16px;
	font-size:				11px;

	width:					175px;

	background:				url('/images/bg-sidebarbox.gif') top left no-repeat;

	padding:				0px;
	margin:					0px;
}

.sidebarinner
{
	padding:				10px 15px 5px 15px;

	min-height:				80px;
	height:					auto !important;
	height:					80px;
}

.sidebarbottom
{
	background:				url('/images/bg-sidebarboxbottom.gif') top left no-repeat;
	width:					175px;
	height:					6px;
}

#opencontent
{
	/*position:				absolute;*/
	/*top:					240px;*/

	margin-bottom:			20px;
}

.slideshow_slide
{
	display: 	none;
}

#slide_1
{
	display: 	block;
}


/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;

	font-weight:			bold;
	font-size:				0.70em;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	font-size:				0.70em;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
	font-size:				0.68em;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;

	font-size:				11px;

	border-bottom:			1px solid rgb(238,238,238);
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

img.thumb
{
	float:					left;
	margin:					0 20px 20px 0;
}
