/*---------------------------------------------------------------------------------------------------------
//	Table list
//-------------------------------------------------------------------------------------------------------*/
table.home-main
{
}

table.home-intro
{

}

#home-animation
{
	width:					388px;
	height:					236px;
	overflow:				hidden;
	margin:					4px 0px 4px 6px;
	background-color:		white;

}

#home-main-text
{
	margin:				17px 10px 18px 24px;
}

img.preload
{
	display:				none;
}

table.members
{
	width:					222px;
}

#members-login
{
	background-color:		#f2ecdd;
	border:					1px solid #d9d9d9;
	width:					222px;

	background-image:		url(/images/bg-home-login.gif);
	background-repeat:		repeat-x;
	background-position:	bottom left;

	font-family:			Lucida Grande, Arial, Helvetica, san serif;
	font-size:				11px;
 	color:					#666666;
	
}

#members-login label
{
	font-family:			Lucida Grande, Arial, Helvetica, san serif;
	font-size:				11px;
 	color:					#666666;
	margin-left:			16px;
	margin-top:				3px;
	display:				block;
	margin-bottom:			0px;
	padding-bottom:			0px;
}

#members-login input.loginfield
{
	margin-left:			16px;
	width:					136px;

	margin-top:				0px;
	padding-top:			0px;
}

table#home-widgets
{
	margin-left:			135px;
	padding:				0px;
	margin-top:				17px;
}

table#home-widgets td
{
	width:					222px;
	padding-right:			25px;
}

.home-widget
{
	border:					1px solid #d9d9d9;
	padding:				15px;
	font-size:				11px;
	font-family:			Lucida Grande, Arial, Helvetica, san-serif;
	line-height:			14px;
	min-height:				110px;
	color:					#666666;
}


/*---------------------------------------------------------------------------------------------------------
//	Banner Slideshow styles
//-------------------------------------------------------------------------------------------------------*/

/* container for slides */
.banner-images,
.banner-video {
	position:				relative;	
	cursor:					pointer;

	width:					623px;
	height:					280px;
	margin-left:			33px;
	margin-top:				2px;
	background-color:		#f7f7f7;
	border:					1px solid #d9d9d9;
	padding:				0px;
}

/* single slide */
.banner-images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	overflow: hidden;
	padding: 20px;
	width: 583px;;
}

/* tabs (those little circles below slides) */
.banner-tabs {
	clear:both;
	margin-left:330px;
}

/* single tab */
.banner-tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;	
}

/* mouseover state */
.banner-tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.banner-tabs a.current {
	background-position:0 -16px;     
} 	

/*---------------------------------------------------------------------------------------------------------
//	Did You KNow? Slideshow styles
//-------------------------------------------------------------------------------------------------------*/

/* container for slides */
.images {
	b/ackground:#fff url(/img/global/gradient/h300.png) repeat-x;
	border:1px solid #d9d9d9;
	position:relative;	
	height:150px;
	background-color: #f2ecdd;
	width:600px;
	float:left;	
	margin:15px;
	margin-bottom:5px;
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:35px 30px 15px 15px;
	height:106px;
	font-size:11px;
	line-height: 14px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:290px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	b/ackground:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

#side-content
{
	margin-top: 20px;
}

/*
table.homemain th,
table.homemain td
{
	padding:				0.5em 1.0em;
	text-align:				left;
	font-family:			Lucida Grande, Arial, Helvetica, san serif;
	font-size:				11px;
	line-height:			15px;
 	color:					#111111;
}

table.homemain th
{
	vertical-align:			bottom;
	font-weight:			bold;
	font-size:				11px;
}

table.homemain td
{
	vertical-align:			top;
	font-size:				11px;
}
*/