@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* @group GLOBALS */
body
{

	background:#eeebe2 url(../img/body_bg.png) repeat-x; font-size:62.5%; font-family:Helvetica, arial, verdana, tahoma, sans-serif;
	color:#6d6d6d;

}

.clearfix:after
{
	content: ".";  display: block; height: 0; clear: both; visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

hr
{
	height:1px; border:0; border-bottom:1px solid #eae8e6; margin:14px 0;
}

/* @end */

/* @group HEADER */
#header
{
	position:relative; z-index:1000; height:87px;
}

#header h1
{
	position:absolute;
}

/* @end */

/* @group SUB-HEADER */
#sub-header
{
	height: 74px; position: relative;
}

#sub-header h2
{
	position:absolute; top:29px; left:16px; width:650px
}


/* @group SEARCH */
#sub-header form
{

	position:absolute; top:16px; right:-1px; width:326px; height:41px;
	background:url(../img/header_search_bg.gif) no-repeat;

}

#sub-header input
{

	float:left; width:228px; background:none; border:none; font-size:1.3em; color:#ffffff; margin:12px 0 0 19px;
	font-family: Helvetica, Arial, Sans-serif;

}

#sub-header .submit
{

	display:block; 
	float:right; 
	width:56px; 
	height:33px; 
	background:url(../img/header_search_btn.png)	no-repeat left top;
	border:0; 
	text-indent:-999em; 
	margin:4px 7px 0 0; 
	cursor:pointer;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}

#sub-header .submit:hover
{
	background-position:left -30px;
}

/* @end */

/* @end */

/* @group TOPMENU */
#topmenu
{
	position:absolute; top:6px; right:0; height:28px;
}

#topmenu li
{
	float:left; line-height:28px; font-size:1.2em; color:#7a7a7c;
}

#topmenu a
{
	color:#cde1b8; text-decoration:none; padding:0 5px; display:block; float:left; line-height:28px;
}

#topmenu a:hover
{
	text-decoration:underline;
}

#topmenu #my-area a
{
	width:93px; height:28px; background:url(../img/myarea_btn.gif) no-repeat; text-indent:-999em; margin-left:13px;
}

#my-area a:focus
{
	outline:none;
}

/* @end */

/* @group NAVIGATION */
#nav
{
	position:absolute; top:39px; right:-3px; height:48px;
}

#nav li
{
	float:left; position:relative;
}

#nav li a
{
	font-weight:strong; font-size:1.62em; color:#fefefe; text-decoration:none; padding:0 20px; display:block; line-height:48px;
}

#nav li.current
{
	padding-right:6px; background:url(../img/nav_li.gif) no-repeat right top;
}

#nav li:hover a
{
	color: #dbe4ce;
}

#nav li.current a
{
	padding-right:20px; background:url(../img/nav_a.gif) repeat-x left top; color: #dbe4ce;
}

#nav li.current span
{
	background:url(../img/nav_li.gif) no-repeat right top; position:absolute; top:0; right:-6px; width:6px; height:48px; display:block;
}

/* @end */

/* @group CONTAINERS */
#wrapper
{
	background:url(../img/wrapper_bg.png) no-repeat center top;
}

#container
{
	width:960px; margin:0 auto;
}

#content-wrap
{
	background:#fff url(../img/sub_content_wrap_bg.gif) no-repeat; position:relative;  /* z-index:1; */  width:960px;
	padding-bottom: 20px;
}

#content-wrap.wide
{
	background:#fff url(../img/content_wrap_wide_bg.gif) no-repeat center 4px;
}

/* @end */

/* @group CONTENT */
#content
{
	float:left; padding:31px 28px; width:580px; position:relative; margin-bottom:-30px;
}

.wide #content
{
	float:none; width:904px;
}

#content p,
#content li,
#content td
{
	font-size:1.3em; color:#747474; line-height:20px;
}


#content p *,
#content li *,
#content td *
{
	font-size:1em;
}

div.tos #tos_content
{
	border: 1px solid;
	height: 280px;
	margin: 10px auto;
	overflow: auto;
	padding: 5px;
	width: 80%;
}

div.tos #i_agree
{
	display: block;
	font-size: 2em;
	text-align: center;
	padding-bottom:20px;
}

#content p.intro
{

	font-size:1.7em; color:#7a7e84; margin-top:13px; padding-bottom:29px; border-bottom:1px solid #eae8e6; margin-bottom:18px;
	line-height: 25px;

}


#content td a
{
    background-image:url(../img/triangulo.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left: 12px;
	color:#1b73b3;
}

#content td a:hover
{
	text-decoration:none;
}

#content a
{
	color:#1b73b3;
}

#content a:hover
{
	text-decoration:none;
}


.column
{
	float:left; width:600px; margin:0 38px 35px 0;
}

.column.speaker
{
	padding-right:6px; background:url(../img/speaker_bg.gif) no-repeat left bottom;
	height: 75px;
}

.column.last
{
	margin-right:0;
}


/* HEADINGS
--------------*/
#content h3
{
	font-size:2.2em; color:#1b73b3; margin:0 0 .5em;
}

#content h4
{
	font-size:1.6em; font-weight:normal; color:#7a7e84; margin-bottom:.5em;
}

#content h5
{
	font-size:1.4em; font-weight:normal; margin-bottom:1em;
}

#content .column h4
{
	font-size:1.6em; color:#1b73b3; margin:0 0 .5em;
}

#content .speaker dt
{
	font-size:1.6em; font-weight:bold; margin-top:15px; margin-bottom:8px;color:#45494c;
}

#content .speaker dd
{
	font-size:1.2em; color:#7a7e84; font-weight:bold; margin-bottom:8px;
}

#content .speaker dd a
{
	font-weight:normal; text-decoration:none;
}

#content .speaker dd a:hover
{
	text-decoration:underline;
}

.column img
{
	float:left; margin:1px 11px 2px 0px; border:0;
}

.speaker img
{
	padding:5px; border:1px solid #efefee; background:#fff;
}

/* @end */

/* @group PAGINATION */
#alpha-paginate
{
	display:block; border-bottom:1px solid #ecebe7; margin-bottom:17px; padding-bottom:17px;
}

#alpha
{
	float:left; width:50%; color:#7a7e84;
}

#alpha span
{
	margin-right:12px;
}

#alpha a
{
	text-decoration:none; font-size:15px; color:#005ca5; font-weight:bold;
}

#alpha a.current
{
	color:#9fa1a5; background:url(../img/alpha_arrow.gif) no-repeat center bottom; padding-bottom:10px;
}


#content .pagination
{
	float:right; height:19px; margin-right:10px; margin-top: 10px;
}

#content div.pagination
{
	border-top:1px solid #f0efec; display:block; width:100%; padding-top:18px; margin-right:0;
}

#content .pagination ul
{
	float:right; margin-right:10px;
}

#content .pagination li
{
	float:left; margin:0 1px;
}

#content .pagination .active,
#content .pagination li a
{

	display:block; line-height:19px; border:1px solid #eaeaea; color:#727272; text-decoration:none; width:17px;
	background:#fcfcfc; text-align:center; font-size:12px;

}

#content .pagination .active,
#content .pagination a:hover
{
	border-color:#77a530; background:url(../img/current_page_bg.gif) repeat-x; color:#fffefe;
}

#content .pagination .next a,
#content .pagination .previous a
{
	width:auto; border:0; color:#c6c6c6;
}

#content .pagination .previous a
{
	background:url(../img/prev_paginate_btn.gif) no-repeat left -25px; padding-left:12px; margin-right:9px
}

#content .pagination .previous a:hover
{
	background-position:left 5px; color:#005ca5;
}



#content .pagination .next a:hover
{
	background-position:right 5px; color:#005ca5;
}

/* @end PAGINATION */

/* @group SIDEBAR */
#sidebar
{
	float:left; padding:30px 20px 0 30px; width:272px; margin-left:1px;
}

#sidebar p
{
	font-size:1.3em; color:#6d6d6d; line-height:20px;
}

#sidebar form
{
	margin-top:13px; font-family: Helvetica, Arial, Sans-serif;
}

#sidebar #want-to-see
{

	border:1px solid #d9d7d1; padding:5px; width:188px; height:18px; background:#fff; float:left;
	font-family: Helvetica, Arial, Sans-serif; color: #666666;font-size: 1.2em; padding-left: 7px; margin-left: -3px;

}

#sidebar .submit
{

	display:block; float:left; width:68px; height:33px; background:url(../img/submit_btn.gif) no-repeat; border:0;
	text-indent:-999em; cursor:pointer; margin-left:4px;

}

#sidebar .submit:hover
{
	background-position:left bottom;
}

#sidebar #featured
{
	margin-top:4em;
}


#sidebar h3
{
	font-size:1.8em; 
	color:#3e454a; 
	margin-bottom:1em;
}

/* @end */

/* @group SUBNAV */
#subnav
{
	margin-left:-24px;
}

#subnav li
{
	background:url(../img/subnav_li_bg.gif) no-repeat left bottom; 
	padding-bottom:1px;
}

#subnav	a
{
	display:block; line-height:36px; font-size:1.4em; color:#666; text-decoration:none; padding:0 0 0 25px;height:36px;
}

#subnav a:hover
{
	background:url(../img/subnav_hover.gif) no-repeat;
}

#subnav .current a
{
	background:url(../img/subnav_current.png) no-repeat; color: #484c50;position:relative; left:-8px; padding-left:33px; font-weight:bold;
}

/* @end */

/* @group FOOTER */
#footer
{

	background:url(../img/footer_bg.gif) no-repeat; 
	padding:90px 0 30px 27px; 
	position:relative; top:-20px; 
	width:933px;
	margin-bottom: 20px;

}

#footer .copyright
{
	float:left; width:280px; margin-right:78px;
}

#footer h3
{
	margin-bottom:8px; 
	font-size:1.2em; 
	color:#8a8a8a; 
	margin-top: 4px;
}

#footer p
{
	font-size:1.1em; 
	color:#92908c; 
	line-height:2.0em;
}

#footer a
{
	color:  #838282;
}

#footer .copyright a
{
	color:#717171;
}

#footer a:hover
{
	text-decoration:none;
}

#footer .column
{
	width:142px; 
	margin-right:0;
}

#footer .column li
{
	font-size:1.2em; 
	line-height:20px;
}

#footer .column a
{
	color:#abaaa8; 
	text-decoration:none;
}

#footer .column a:hover
{
	text-decoration:underline; 
	color:#717171;
}


/* LANGUAGES */
#language
{
	clear:both !important; 
	float:right; 
	color:#92908c; 
	margin-right:20px;
}

#language a
{

	background:url(../img/translation_picker.gif) no-repeat right center; 
	padding-right:12px; 
	margin-left:12px;
	text-decoration:none;

}

#language a:hover
{
	text-decoration:underline;
}


/* TRANSLATIONS */
#translations
{

	position:absolute; 
	right:0; 
	bottom:55px; 
	z-index:100; 
	padding-bottom:9px;
	background:url(../img/translations_bg.gif) no-repeat left bottom; 
	display:none;

}

#translations ul
{
	padding:10px 0; 
	width:155px; 
	height:252px; 
	overflow-y:scroll; 
	background:#fff; 
	border:1px solid #dfdedc; 
	border-bottom:0
}

#translations li a
{
	display:block; 
	line-height:24px; 
	font-size:1.1em; 
	text-decoration:none; 
	padding:0 14px;
}

#translations li.selected a,
#translations li a:hover
{
	background:#e4f1fb; color:#1b73b3;
}

/* @end */

#content p {
	margin-bottom: 20px;
}

#sIFR_replacement_3 { margin-top: 27px; }
#stay-in-touch-twitter { 
							  display:block; width:178px; height:30px; background:url(../img/twitter_btn.gif) no-repeat; text-indent:-999em; 
							  z-index:500; cursor:pointer !important; margin-top: 15px;
}
#stay-in-touch-twitter:hover { background:url(../img/twitter_btn.gif) no-repeat 0 -30px; }
#google {
	background: url(../img/google.gif); 
	width: 50px; 
	height: 44px; 
	float: left; }
	
	#facebook {
	background: url(../img/facebook.gif); 
	width: 50px; 
	height: 44px; 
	float: left; }
	
	#my_space {
	background: url(../img/my_space.gif); 
	width: 50px; 
	height: 44px; 
	float: left; }
	
#sidebar div.twitter{
	width:184px;
	margin-left:60px;
}
#sidebar div.twitter h3 { 
	vertical-align: bottom; 
	margin-bottom: 0px !important; 
	}

#sidebar p.twitter { clear: both; }

#content h4 {
	margin-bottom: 10px;
}
#content ol, #content ul {
	margin-bottom: 25px;
}
#content ol li, #content ul li {
	margin-bottom: 15px;
}

#tos_content ol {
	list-style-type: decimal;
	list-style-position: inside;
}

#tos_content ol p {
	margin-left: 25px;
}

#tos_content ol.nested_1 {
	list-style-type: lower-latin;
	margin-left: 25px;
}

#tos_content ol.nested_2 {
	list-style-type: lower-roman;
	margin-left: 25px;
}

#learning_center_faq .column {
	margin-bottom: 15px;
}

#learning_center_faq .column ul li {
	margin-bottom: 0;
}

#learning_center_faq a.more_faqs{
	color:#666;
	text-decoration: none;
	font-size: 10px;
}
/* @override http://videoteaching.benoterodesign.com/_css/home.css */

/* @override http://videoteaching.benoterodesign.com/_css/home.css */

/* @group HEADER */
#sub-header                     { height: 94px;}
/* @end */

/* @group SUBHEADER */
#signup							{ 
								  position:absolute; top: 20px; right:8px; display:block; width:276px; height:55px; 
								  background:url(../img/home_signup_btn.png) no-repeat; text-indent:-999em; 
								}
#signup:hover					{ background-position:left bottom; }
#signup:focus					{ outline:none; }
#tagline						{ position:absolute; top: 37px; left:10px; font-size:2.3em; color:#efead8; width:650px; }
/* @end */

/* @group FEATURED */
#publicidad_pagada				{ 
								  float:left; background:url(../img/featured_sermons_bg.gif) no-repeat; padding:17px 21px 13px; width:276px; 
								  height:283px; position:relative; 
								}
#publicidad_pagada h3			{ font-size:1.6em; color:#ffffff; margin-bottom:16px; }
#publicidad_pagada ul			{ 
								  position:absolute; top:14px; right:14px; width:42px; height:21px; 
								  background:url(../img/featured_controls.gif) no-repeat left bottom; 
								}
#publicidad_pagada li			{ float:left; }
#publicidad_pagada li a			{ 
								  display:block; width:21px; height:21px; background:url(../img/featured_controls.gif) no-repeat; 
								  text-indent:-999em; 
								}
#publicidad_pagada #prev			{ background-position:left bottom; }
#publicidad_pagada #prev:hover	{ background-position:0 1px; }
#publicidad_pagada #next			{ background-position:right bottom; }
#publicidad_pagada #next:hover	{ background-position:right 1px; }

.sermon							{ display:block; margin-bottom:4px; }
.sermon a						{ position:relative; display:block; }
.sermon img						{ float:left; border:0; margin-right:9px; }
.sermon span					{ 
								  position:absolute; left:-999em; width:31px; height:31px;
								  background:url(../img/featured_video_hover.png) no-repeat; text-indent:-999em;
								}
.sermon:hover span				{ left:29px; top:14px; }
.sermon h4						{ float:left; font-size:1.3em; margin:7px 0 3px; width:60% }
.sermon h4 a					{ color:#271104; text-decoration:none; }
.sermon h4 a:hover				{ color:#1d567f; text-decoration:underline; }
.sermon p						{ float:left; font-size:1.1em; color:#502208; margin-top: 2px; }
/* @end */

/* @group ROTATOR */
#rotator		{ position:relative; width:642px; height:309px; overflow:hidden; float:left; }

.info			{ 
				  position:absolute; bottom:0; z-index:1000; background:url(../img/infobanner_overlay.png) no-repeat; display:block; 
				  padding:16px 19px 21px; width:603px; height:36px;
				}
.info h4		{ font-size:2em; color:#e5e1d9; font-weight:normal; margin-bottom:6px;}
.info p			{ font-size:1.4em; color:#c6c3bd; }
.info a			{ color:#b2cf90; text-decoration:none }
.info a:hover	{ text-decoration:underline; }
.info .watch	{ 
				  position:absolute; top:20px; right:15px; width:97px; height:36px; background:url(../img/watch_btn.png) no-repeat; 
				  text-indent:-999em; 
				}
.info .watch:hover	{ background-position:left bottom }
/* @end */

/* @group ROTATOR MENU */
#rotator-menu				{ position:absolute; top:13px; right:11px; margin:0; padding:0; list-style:none; z-index: 1002;}
#rotator-menu li			{ float:left; margin-right:3px; }
#rotator-menu a				{ 
							  display:block; float:left; width:7px; height:7px; background:url(../img/rotator_menu_item.png) no-repeat; 
							  text-indent:-999em; 
							}
#rotator-menu li.current a	{ background-image:url(../img/rotator_menu_item_current.png); }						
/* @end */

/* @group MIDDLE SEARCH BAR */
#mid-search			{ 
					  display:block; padding:18px 24px 18px 25px; width:923px; height:63px; 
					  background:url(../img/midbar_bg.png) no-repeat center top; 
					  position:relative; left:-12px; margin-top:-19px; z-index:20; 
					}
#mid-search form	{ background:url(../img/search_input_bg.gif) no-repeat right center; width:610px; height:48px; float:left;}
#mid-search fieldset{ position:relative; }
#mid-search label	{ float:left; font-size:1.8em;  font-weight: bold;color:#f1dd6f; margin:13px 0 0; text-shadow: #8a7d03 1px 1px 0px; }
#mid-search #explore{ 
					  padding:7px 7px 7px 11px; width:65%; margin:9px 0 0 26px; border:0; background:none; 
					  font-family: Helvetica, Arial, Sans-serif; font-size:1.6em; color:#8c8c8c; float:left;
					}
#mid-search .submit	{ 
					  display:block; width:65px; height:37px; background:url(../img/search_btn.gif) no-repeat left top; border:0; 
					  text-indent:-999em; position:absolute; top:6px; right:8px; cursor:pointer;				
					}
#mid-search .submit:hover	{ background-position:left -37px; }

#mid-search p		{ float:right; height:37px; margin:7px 0 0;}
#mid-search a		{ 
					  display:block; padding:10px 12px; width:252px; height:14px; float:left; background:url(../img/green_btn.gif) no-repeat; 
					  font-size:1.4em; color:#d6e8c0; text-decoration:none; text-align: center;
					}
#mid-search a:hover	{ background-position:left -37px; color:#fff;padding:10px 12px;height:14px;}
/* @end */


/* @group CONTENT */
#content-wrap				{ background-image:url(../img/content_wrap_bg.gif); margin-bottom: -10px;}
#content					{ padding:27px 26px; }

#sIFR_replacement_2 { margin-top: 27px; }


#content p.intro,
#content p					{ font-size:1.4em; font-weight: lighter; color:#7e7e7a; line-height:22px; }
#content a					{ font-size:0.9em; color:#1b73b3; line-height:23px;  }
#content p.intro			{ margin:0; padding-bottom:18px;margin-top: 8px; }
.column						{ margin-right:43px; }
.column h3					{ font-size:1.5em; color:#747474; }

#tech-help h3				{ background:url(../img/tech_help_icon.gif) no-repeat 2px center; padding:11px 0 8px 35px; margin-top: 15px; margin-bottom:2px;font-size: 1.5em; color: #585b5f; }

#tech-help.column				{ margin-right:-15px; }
#faqs h3					{ background:url(../img/faqs_icon.gif) no-repeat left center; padding:11px 0 8px 35px;margin-top: 15px; margin-bottom:2px;font-size: 1.5em; color: #585b5f; }


#church-events h3			{ background:url(../img/calendar_icon.gif) no-repeat left center; padding:11px 0 8px 35px;margin-top: -10px;margin-bottom:2px;font-size: 1.5em; color: #585b5f;  }

#sermon-categories.column	{ margin-right:-15px; }
#sermon-categories h3		{ background:url(../img/sermon_category_icon.gif) no-repeat left center; padding:11px 0 8px 35px; margin-top: -10px; margin-bottom:2px;font-size: 1.5em; color: #585b5f; }
/* @end */

/* @group SIDEBAR */
#sidebar				{ float:left; padding:27px 20px 0 35px; width:272px; }

/* @end */

/* @group QUOTE */
#quote					{ background:url(../img/quote_top.gif) no-repeat; margin:40px 0 0; padding-left:37px; width:225px; }
#quote p				{ text-align:right; font-size:1.5em; line-height:23px; color:#a8a8a8; }
#quote p.author			{ 
						  background:url(../img/quote_bottom.gif) no-repeat right center; padding-right:31px; margin-top:7px; font-size:12px; 
						  color:#749267;
						}
/* @end */

@media screen and (-webkit-min-device-pixel-ratio:0){
	#mid-search	{ margin-top:-10px; }
}

img.rotate, div.text { position: absolute; }

/* @override http;//videoteaching.benoterodesign.com/_css/sifr.css */
/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
		padding: 0;
	}

	.sIFR-replaced, .sIFR-ignore {
		visibility: visible !important;
	}

	.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}

	.sIFR-replaced div.sIFR-fixfocus {
		margin: 0pt;
		padding: 0pt;
		overflow: auto;
		letter-spacing: 0px;
		float: none;
	}



@media print {
	.sIFR-flash {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}

	.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		width: auto !important;
		height: auto !important;
	}
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
	.sIFR-active #content h2,
	.sIFR-active #sub-header h2,
	.sIFR-active #sidebar h3,
	.sIFR-active #message h3,
	.sIFR-active #tagline 		{ visibility:hidden; line-height:1; margin:0; padding:0; }

	.sIFR-active #message h3,
	.sIFR-active #content h2	{ margin-bottom:1px; width:75%; }

	.sIFR-active #sidebar h3	{ margin-bottom:12px; }
	.sIFR-active #sidebar #speaker h3	{ visibility:visible; }
}

#my_destacado2 {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	line-height: 17px;
	display: inline;
	}
	
	#content my_panel_control td a {
	color: #1b73b3;
	text-decoration:underline;
	}
	
	#content my_panel_control td a:hover {
	text-decoration:none;
	}
	
	

