/* styles for talkabout demo page */




#print_page
{
	font-family:Arial, Helvetica, sans-serif;
}

/*=========================== SAFE*/

.list_a
{
	color:#666;
}

.list_a:hover
{
	color:#999;
}

table,th,tr,td
{
	border:1px solid #333;
	border-collapse:collapse;
}

th
{
	height:22px;
	margin:0px;
	padding:0px 0px 0px 5px;
	text-align:left;
	background:#FEF6E0;
}

td
{
	height:22px;
	margin:0px;
	padding:0px 0px 0px 5px;
}

.textbox_local
{
	border:0px;
	width:466px;
	height:22px;
	margin:0px;
	padding:3px 0px 0px 5px;
	color:#666;
}

.local_no_padding
{
	padding:0px;
}

#email
{
	position:relative;
	top:-18px;
	left:111px;
	border:1px solid #ccc;
	height:16px;
	font-size:11px;
	margin:0px;
	padding:0px;
	padding-left:3px;
	width:200px;
}

#print_me
{
	position:relative;
	top:-35px;
	left:320px;
	/*float:right;*/
	margin:0px;
	padding:0px;
	margin-left:40px;
	cursor:pointer;
}


.blue_header  /* see also section_1_subheader, this is a late addition AND is also in global_style2.css */
{
	color:#00AEF0;
	font-weight:bold;
}

.textboxborders
{
	border:1px solid #7F9DB9;
	height:25px;
}

ul
{
	list-style-image:url(../../global_assets/list_dot.gif);
}



.tb_left
{
	border:1px solid #CBCBCB;
	float:left;
	margin-right:13px;
	margin-bottom:10px;
	padding-left:3px;
	width:269px;
	color:#666;
}

.tb_right
{
	border:1px solid #CBCBCB;
	margin-bottom:10px;
	padding-left:3px;
	width:270px;
	color:#666;
}

#banner_pic6
{
	background:url(assets/1.3.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px auto;
	margin-top:7px;
	width:586px;
	height:318px;
}
