/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: none;
	margin:0 0 0 0 ;
	padding: 0 0 0 0 ;
	text-align: center;
	background: #e6e6e6;
	left:50%;
    right:50%;
    
}

table img
{
	margin: 0px 10px 10px 10px;
}

table
{
	font-size: .8em;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;	
	/*line-height:16px;*/
	color: #000;
	
}

a img
{
	border: 0;
}

a
{
	color:#000;
	text-decoration:none;
}

a:hover
{   color: #01389d; 
    text-decoration:none; 
}



a:active { 
	color:#01389d;
    text-decoration:none; 
	}

a:focus { 
	color:#01389d;
	background: transparent;
    text-decoration:none; 
	}

.clear {
	clear: both;
	} 

.float_left {
	float: left;
	}

.float_right {
	float: right;
	}

.text_right {
	text-align:right;
	}
/* new design code neds*/
/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;	
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
/*added this line by vidya* it was .contenth:after*/
.contentheader:after, 
.container:after,
.content:after, 
.title:after,
.width_container:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	
}

.clearfix, 
.mainSpan, 
.contentheader, 
.container,
.content, 
.title_right,
.width_container
{
	display:inline-block;
	

	
}

/* Hide from IE-mac \*/
* html.clearfix,
* html.mainSpan, 
* html.contentheader, 
* html.container,
* html.content, 
* html.title_right,
* html.width_container
{
	height:1%;
	background-color:#FFFFFF; /*this is for subnav;*/
	}


.clearfix,
.mainSpan,
.contentheader,
.container,
.content,
.title_right,
.width_container
{
	display:block;
	/*background-color:#FFFFFF;*/
}
/* End hide from IE-mac \*/

/* Containing frame for the site */
.mainSpan_wrapper,
.mainSpan_wrapper_home,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review
{
	
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: FFF;
	float:center; /* preview page alignment*/
	/* vidya code ends */
}

.mainSpan_wrapper_review
{
	text-align:center;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	background: FFF;
	/* vidya code ends */
}

.mainSpan
{
	font-family: Arial, Helvetica, sans-serif;
	width: 974px;
	background: #ffffff;
	position: relative;
	margin: 0 auto;
	text-align:left;
	border: #9f9f9f solid 0px; 
	
}

.dropshadow
{
	padding-top: 18px;
	width: 674px;
	background: url(../_gfx/cmn/header_wrap.gif) 0 0 no-repeat;
}





/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/
.mainSpan_wrapper_home 
{
	width: 974px;
	margin:0 auto; /* updated by msv for Firefox center alignment*/
	 
	padding: 0;
/*	background-repeat: repeat-y;*/
}

.width_container
{
	width: 974px;
	margin:0 0 0 0;
	padding: 0;
	background-color: #000000;
}

.mainSpan_wrapper .width_container{
	width: 974px; /*subpage styles*/
	margin: 0 0 0 0 0;
	padding: 0;
	/*background-repeat: repeat-y;*/
}

.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review {

	width: 974px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}


.mainSpan_wrapper_home .content_wrapper 
{

	

}

.mainSpan_wrapper .content_wrapper 

{
	
	

}

.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
	
	
}



.mainSpan_wrapper_home .content_wrapper2 
{


}

.mainSpan_wrapper .content_wrapper2 
{
	

}
.mainSpan_wrapper_noleftnav .content_wrapper2, .mainSpan_wrapper_review .content_wrapper2
{


}










.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
}

.content iframe
{
	width: 98%;
	_width: 100%;
	_margin-left: 20px;
	border: none;
}

iframe.external_link
{
	background: none;
}



/************************************************
Header: contains search, top links, site logo 
************************************************/
/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    border:0px;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

.header
{
	width: 100%;
	/*background: #FFF;*/
	/*height: 0px;*//* this is imp to remove white space for subpage headerr*/
	
		
}

.header_left
{
	float:left;
	width:974px;
	height:0px;
	display:none;
}




.header_left a.sparkslink
{ 
	display: none;
}

.header_right /* for serarch box */
{
	float:right;
	width:465px;
}



/* Top line of links */

.header_nav
{ 
	text-align:right;
	padding: 3px;
	color: #ededed;
	font-size: 10px;	
	background: none;
	width: 563px;
	float: right;
	margin-top: 5px;
	
	
}

.header_nav a
{
	color: #ededed; 
	text-decoration:none;
	padding: 0px 4px 0px 4px;
	
	
}

.header_nav a:hover
{
	text-decoration:underline;
	
}




/************************************************
Home & Sub-Level: Top Content 
************************************************/

#top_content {
	width: 974px;
	background: #001a4b;
	margin: 0 0 0 0 ;
	/*height: 70px;*/
	height: 40px;
	position: relative;
	}
	
#top_content h1 {
	font-size: 1.4em;
	color: #fff;
	margin: 0;
	padding: 15px 0 0 17px;
	}
	
#top_content h2 {
	font-size: 1.4em;
	color: #fff;
	position: absolute;
	margin: 0;
	padding: 15px 0 0 15px;
	left: 215px;
	top: 0px;
	}
		
#top_content .top_content_hr_sub {
	border-bottom: 1px solid #fff; 
	background: url(../_gfx/services/background_sub.gif) top left repeat-y;
	height: 40px;
	}	
	/* code from new desig ends here*/

/* Container for search field and go button */
.searchbox
{ 
	position:absolute;
	top:20px;
	right:0px;
	margin:auto;
	width:100%;

}

.searchbox_textbox
{
	float:left;
	height:13px;
	padding:0px 1px 0px 1px;
	font-size:10px;
	line-height:13px;
	/*margin:auto;*/
	background-color:#fff;
	color: #000000;
	width:185px;
}

.searchbox_button
{
	float:right;	
	margin: 0 5px 0 0;	
	width:15%;

}


.quicklink 
{
    width:145px;
    height: 18px;
	font-size: 11px;
	margin: 6px 11px 0 5px;
	float: right;
}

.quicklink option 
{
    padding:2px;
}



/************************************************
Left navigation 
************************************************/
/* subpage left nav*/
.leftnav_top
{
	background-color: #000000;
	width: 200px;
	color:#FFFFFF;
	/*padding: 0;
	font-size:.8em;*/
	font-size: 16px;
	font-weight:bold;
	font-family: Arial, Helvetica, Sans-Serif;
	overflow:hidden;
	height:100%;
	padding:10px;
	
	
	
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin-bottom: 15px;

}



.leftnav
{
	background-color: #000000;
	width: 200px;
	color:#FFFFFF;
	float:left;
	padding: 3px 20px 0px 0px;
	
	/*padding: 0;
	font-size:.8em;*/
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	overflow:hidden;
	height:100%;

}

.leftnav a
{
	display:block;
	/*padding: 6px 6px 6px 15px;*/
	padding:3px 0 3px 15px; 
	line-height: 15px;/*dropdown on left nav space*/
	color: #ffffff;
	/* background-color:#011B4C; */
	text-decoration:none;
	
}

/*.leftnav a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	/*color: #ffc000;
	 //background: #011B4C; 
        background-color:Black;
	text-decoration:none;*/
.leftnav a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover, .leftnav_node_haschildren a:active ,.leftnav_node_haschildren a:focus 
{
color: #EEC60E;
/*background: #011B4C; */
background-colorlack;
text-decoration:none;
}

.leftnav_node_wrapper
{
	/*border-bottom:0px solid #035584;*/
	/*background: #011B4C; */
	height:100%;
}

.leftnav a span{
	padding-left: 15px;
	background: url(sfgtv_files/images/arrow_right_child.gif) no-repeat 0px 4px;
	display: block;
}


.leftnav_node_wrapper .leftnav_node a
{
	color: #fff;
}

.leftnav_node_wrapper a span
{

	background: url(_gfx/nav/circle_right_child.gif) no-repeat 0px 4px;

	display: block;
}

.leftnav_node_wrapper_root
{
	border-top: 0px solid #4698c8;
	border-bottom:0px solid #035584;
	
}

.leftnav_node_haschildren
{
}

.leftnav_node_wrapper_root .leftnav_node_haschildren
{
	 background-color: #000000; 
	

}

.leftnav_node_haschildren a span,
.leftnav_node_wrapper_root .leftnav_node_haschildren a span
{
	border-bottom: none !important;
	color:#ffc000;
	padding-left: 11px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 6px;
	font-weight:bold;
	/* by me font-size:x-large;*/
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a span
{
	color:#ffc000;
	background: url(_gfx/nav/arrow_right_current.gif) no-repeat 0px 4px;
	font-weight:bold;
		
}

.leftnav_node_iscurrent a span
{
	color:#ffc000;
	background: url(_gfx/nav/circle_right_down.gif) no-repeat 0px 4px;
	font-weight:bold;
		
}



/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
/* Page content container */

 /************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
.contentheader img {
margin: 0;
padding: 0;
float: left;
}

.contentheader_texts {
/*font-size: 1.1em;*/
color: #fff;
padding: 20px 25px 0 280px;
align: top;
} 


.mainSpan_wrapper .container
{ 
	width: 754px; /* subpage right side adjustment by msv*/
	float:left;
	background-color: #ffffff;
	
	/*overflow: hidden;*/
   
}

.contentheader
{

	/*display:inline-table;*/
	width: 754px;

	/*background: url(_gfx/int/contentheader_bg.gif) top left no-repeat;
	background:#001a4b;*/
	background-color: #011b4c;
}
/* newly added today 05/26*/
 .contentheader a {
color: #eec60e;
font-weight: bold;
text-decoration: none;
text-transform: none;
border:none;
}

.contentheader a:hover {
color:#BDD9EF;
background: transparent;
}

.contentheader a:focus {
color: #BDD9EF;
background: eec60e;
}

.contentheader a:active {
color: #eec60e;
background: transparent;
border:none;
}
/* 5/26 code end */
.contentheader_banner
{
	display:inline-table;
	background: none;
	
}

.image_banner
{
	display: block;
}

.breadcrumb_wrapper
{
	padding: 41px 3px 0px 15px;
	font-size:10px;
	background: none;
	color: #006cac;
	
}

.contentheader_banner .breadcrumb_wrapper
{
	padding: 0px 3px 0px 15px;	
	font-size:10px;
	background: none;
	color: #006cac;
	background: #d5eaff url(_gfx/int/title_bg.gif) top right repeat-y;
	
}

.breadcrumb{
	margin-bottom: -18px;
	
	
}
.breadcrumb a
{ 
	color: #006cac;
	text-decoration: none;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

.printer_friendly, .forward_link, .rss{
    font-size:10px;
    float:right;
  
    height:20px;
    text-align:left;
    color:#FFFFFF;
}

.printer_friendly{width:50px;}
.forward_link{width:60px;}
.rss{width:45px;}

.printer_friendly a, .forward_link a, .rss a{
    display:block;
    padding-left:20px;
    text-decoration:none;
    color:#FFFFFF;
}

.printer_friendly a
{
	background: url(_gfx/int/print.gif) 0 0 no-repeat;

	}
.forward_link a{background:url(_gfx/int/email.gif) 0 0 no-repeat;}
.rss a{background:url(_gfx/int/rss.gif) 0 0 no-repeat;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	text-decoration:none;
	color:#FFFFFF;
}

.title
{

	
	width:100%;
	/*margin: 24px 0px 0px 0px;*/
	background-color:#011B4C;
	padding-top: 8px;
	padding-bottom: 4px;
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	vertical-align:middle;}

.contentheader_banner .title
{
	
/*	border-bottom: 3px solid #eee9ca;*/
	
border-bottom: 3px solid #ffffff;
	width:100%;
	margin: 28px 0px 5px 0px;
	background-color:#011b4c;
	
}

.title_right
{
	text-align:right;
	height:20px;
	padding:0px 5px 0px 0px;
	margin: 10px 10px 0px 0;
	float: right;
	width: 30%;
	color:#FFFFFF;
	background-color:#011b4c;
	
}

.title_left{
	float: left;
	width: 30.5%;
	background-color:#011b4c;
	color:#FFFFFF;
}
.title_middle 
{
	float: left;
	width: 30%;
	background-color:#011b4c;
	color:#FFFFFF;
	border-left: solid 1px #BDD9EF;
	height:100%;
}	

.title_middle img
{
	padding-top: 8px;
	padding-left: 10px;
}


.font_size_lbl
{
	font-weight:bold;
	float: right;
	width: 58px;
	margin: 0 0 0 5px;
	color: #ffffff;
	
}
.text_lbl
{
	font-weight:bold;
	float: right;
	width: 0px;
	margin: 0 0 0 5px;
	color: #ffffff;

}
.text_lbl a 
{
	
	width:17px;
	height:36px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.text_lbl a:hover {width:17px;background-position:0px -19px;}
	


.font_size_down
{
	
}
.font_size_down a{
	/*background: url(sfgtv_files/sfgov/size-.gif) no-repeat top right;*/
	background: url(sfgtv_files/images/size-.gif) no-repeat top right;
	width: 17px;
	height:17px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	
	}
	#font_size_down a:hover {width:17px;background-position:0px -19px;}
.font_size_up
{
	
}
.font_size_up a{
	
	background:url(sfgtv_files/images/sizeplus.gif) no-repeat top right;
	width: 17px;
	height:17px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	}
	
	#font_size_up a:hover {width:17px;background-position:0px -19px;}
/* Accessbility tool bar */
.text_only
{
	font-weight:bold;
	float: right;
	width: 45px;
	margin: 0 0 0 5px;
	color: #ffffff;
	
}
.text_only a{background:url(sfgtv_files/images/textonly.gif) no-repeat;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px; 
	}




.contentheader h1,
.contentheader_banner h1
{
    padding:0px 15px 3px 15px;
    margin:0px 0px 0px 0px;
	float: left;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#011b4c;
	line-height: 24px;
	white-space: nowrap;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:5px 0px 0px 15px;
    margin:0px 0px 10px 0px;
	float: left;
    width:560px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight: bold;
	color: #01639b;
}


.content
{
min-height:300px;
}
/************************************************
Content: main content area
************************************************/
.fix_intheight{ float: right; width: 0px; height: 300px;
	
	background-color:#FFFFFF;
		}

/* Content: padding should be on content class NOT container */
.mainSpan_wrapper .content,
.mainSpan_wrapper_noleftnav .content,
.mainSpan_wrapper_review .content
{ 
	/*padding: 5px 15px 25px 15px;*/
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	/*background-color:#FFFFFF;*/

	
	/*overflow: hidden;*/
}

.mainSpan_wrapper .content textarea,
.mainSpan_wrapper_noleftnav .content textarea,
.mainSpan_wrapper_review .content textarea
{
		width:674px;
		background-color:#FFFFFF;
		
}

.mainSpan_wrapper .content ul,
.mainSpan_wrapper_noleftnav .content ul,
.mainSpan_wrapper_review .content ul
{
	padding:0px;
	margin:8px 0 10px 20px;
	
}

.mainSpan_wrapper .content ul li,
.mainSpan_wrapper_noleftnav .content ul li,
.mainSpan_wrapper_review .content ul li
{
	padding: 2px 0px;
	/*background-color:#FFFFFF;*/
	list-style-position:inside;
}

.content h2 {
   	padding:0px 15px 3px 0;
    margin:0;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight:bold;
	color: #8e0c3a;
	line-height: 20px;
	clear:both;
}

.downloadmessage
{
	clear: left;
	background: #fff url(_gfx/int/download_bg.gif) top center repeat-x;
	border:solid 1px #00639c;
	text-align:center;
	width: 85%;
	margin: 10px auto;
	padding: 0;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 2px;
}

.downloadmessage p
{
	color: #4b4638;
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.last_updated
{
	background: url(_gfx/cmn/updated.gif) top center no-repeat;
	width: 90%;	
    color:#aba28f;
    font-size:9px;
	margin: 20px auto 0px auto;
    text-align:right;
    display: none;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

 #maincontent .img_wrapper {
float: right;

}

#maincontent .content_img {
padding: 30px 250px 0 0;}

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .container
{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:950px;
}

.mainSpan_wrapper_noleftnav .contentheader
{
	background: url(_gfx/int/contentheader_noleftbg.gif) top left no-repeat;
	
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper
{
	padding: 41px 3px 15px 15px;	
	font-size:10px;
	background: none;
	color: #006cac;
}

.mainSpan_wrapper_noleftnav .title
{
/*	background: #fefeff url(_gfx/int/title_noleftbg.gif) top right no-repeat;*/
	overflow:auto;
	width:100%;
	margin:4px 0px 10px 0px;
}

.mainSpan_wrapper_noleftnav .title_left
{
	float:left;
	width:60%;
}

.mainSpan_wrapper_noleftnav .title_right
{
	
	float:right;
	width:210px;
	padding:0px 10px 0px 0px;
	
}

.mainSpan_wrapper_noleftnav .fix_intheight{ float: right; width: 0px; height: 300px;}

.mainSpan_wrapper_noleftnav .content
{
	width:730px;
	padding: 10px 0px 10px 20px;
    background-color:#ffffff;
    /*border-top:5px solid #2a6477;*/
}

/* Homepage */
.mainSpan_wrapper_home .container
{
	
	width:974px;
	padding:0;
	margin:auto;
	background-color: #ffffff;
}

.mainSpan_wrapper_home .fix_intheight{ display: none;}

.mainSpan_wrapper_home .contentheader
{
    display:none;
    
   
   
    
}

.mainSpan_wrapper_home .content
{
	padding:0;
	margin:0;
}

.mainSpan_wrapper_home .content ul
{
	padding:0px;
	margin:0;
}

.mainSpan_wrapper_home .content ul li
{
	padding: 0px 0px;
}

/* Review and error pages */
.mainSpan_wrapper_review .container
{

	width: 974px;
    background-color:#ffffff;
	margin: 0;
	padding: 0 0 10px 0;
	float: center;
	}
	
.mainSpan_wrapper_review .fix_intheight{ display: none;}

.mainSpan_wrapper_review .contentheader
{
	display:none;
	
}

.mainSpan_wrapper_review .content{ padding: 0;}

.mainSpan_wrapper_review .component_title_review
{
	margin: 0px;
	/*background-color:#011b4c;*/
	

	width: 730px;
	border-bottom: solid 3px #C5E3FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
    padding:50px 15px 3px 15px;
	color: #01507f;
	line-height: 24px;
	
}

.mainSpan_wrapper_review .component_title_review h1
{
    padding:50px 15px 3px 15px;
    margin:0px 0px 0px 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:lem;
	font-weight:bold;
	color: #01507f;
	
	line-height: 24px;
}

.mainSpan_wrapper_review .component_title, 
.mainSpan_wrapper_review .component_subtitle, 
.mainSpan_wrapper_review .component_listitem
{
	margin-left: 20px;
}

.mainSpan_wrapper_review .content > div
{
	padding-left: 15px;
}

.mainSpan_wrapper_review .component_content
{
	width: 720px;
    padding: 0px 0px;
	margin: 0 20px;
    background-color:#ffffff;
}

/* Hide review title for all except for review */
.mainSpan_wrapper .component_title_review,
.mainSpan_wrapper_noleftnav .component_title_review,
.mainSpan_wrapper_home .component_title_review
{
	display:none;
	
}


/************************************************
Footer
************************************************/
.mainSpan_wrapper_home .footer_wrapper
{
	clear: both;

	width: 974px;
	height: 48px;
	
	background: #FFFFF;
	margin: 0 auto;
	text-align: center;
}

.mainSpan_wrapper .footer_wrapper, .mainSpan_wrapper_noleftnav .footer_wrapper, .mainSpan_wrapper_review  .footer_wrapper
{
	clear: both;
	
	width: 974px;
	height: 30px;
	
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
}

.mainSpan_wrapper_home .footer, .mainSpan_wrapper .footer
{

	width: 974px;
	margin: 0 auto;
	height: 30px;
	padding: 18px 0 0 0;
	color:White

}

.mainSpan_wrapper_noleftnav .footer, .mainSpan_wrapper_review  .footer
{
	/*
	width: 950px;
	margin: 0 auto;
	height: 30px;
	padding: 18px 0 0 0;
	color:#ededed;
		
	background: url(_gfx/cmn/footer_noleftnav.gif) top no-repeat;*/
}

.mainSpan_wrapper_home .footer,
.mainSpan_wrapper_noleftnav .footer,
.mainSpan_wrapper_review .footer
{
	/*background: url(_gfx/cmn/footer_noleftnav.gif) top no-repeat;*/
}

.footer a
{
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer a, .footer p
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:10px;
	line-height: 13px;
	color: #ededed;
	margin: 5px 0 0 0;
}




/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
/*todya */
.depthome_left
{
    padding:0px;
	float:left;
	width:360px;
	margin-bottom:15px;
}

.depthome_right
{
    padding:0px;
	float:right;
	margin: 1px 0;
	width:190px;
}



/************************************************
Homepage
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 

.home_boxes
{
	position: absolute;
	z-index: 1;
	margin: 0px 0px 0px 200px;
}


.home_columns
{
	padding: 0;
	width:674px;
	height:auto;
	height:200px;
	/*background: url(../_gfx/home/columns_bg.jpg) top no-repeat;*/
	position:relative;
}

.home_left
{
	width:300px;
	background-color:#001a4b;
	float:left;
	padding:0 0 0 0;
	margin-top: 0 0 0 0;
	line-height: 14px;
	/*border-bottom: #8e0c3a dotted 1px;*/
}

/* Adjust the leftbar on homepage*/
.leftadjust
{
	height:50px;
	background-color:#001a4b;
}

.home_left .box_title
{
	display: none;
}

/* .home_right
{
	position: absolute; left: 31%; 
    border-top:collapse;    
	width:300px;
	float:left;
	padding:0px 0 0px 0px;

	;	
} 
*/

.home_right_links
{
	width: 206px;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	list-style: none;
}

.home_right_links ul, .home_right_links li{
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.home_right_links img
{
	border:0;
}
.depthome_left
{
    padding:0px;
	float:left;
	width:360px;
	margin-bottom: 15px;
}

.depthome_right
{
    padding:0px;
	float:right;
	margin: 15px 0;
	width:190px;
}


.home_columns
{ 
	padding: 0;
	margin: 0;
	width:100%;
	height:auto;
	background: #FFF url(_gfx/home/background_home.gif) top left repeat-y;
	min-height:260px;
	
}

.home_left
{
	display: inline;
	width:300px;
	height:auto;
	float:left;
	background-color:#001a4b;
	/*padding:0px 10px 0 10px;*/
	padding:0 0 0 0;
	background: #001A4B;

	
}

.home_right 
{
	
	width:674px; /* for adjusting prg to left*/
	border:0;
	/* position: absolute; left: 31%; */
    border-top:0;
    margin-right: auto; 
    margin-left: -2px; 
    margin-top: none; 
    padding: 0px; 
    float:right;
	background:#bdd9ef;/*prgsch back ground*/
	height: 50%;
}
.home_middle
{
	display: inline;
	width: 674px;
	/*height:185px;*/   
	height: auto;
	float: left;
	margin-top: 0px;
	margin-bottom:0px;
}

.home_bottom
{
	display: inline;
	width:674px;
	/*height:185px;*/
	height: auto;
	float:left;
	margin-top: 0px;
	margin-bottom:0px;

}



/************************************************
Home boxes
************************************************/
.home_events .box_bottomlink,
.home_news .box_bottomlink,
.home_eventsnew .box_bottomlink
{
	float: left;
}

.home_events .box_bottomlink a img,
.home_news .box_bottomlink a img,
.home_eventsnew .box_bottomlink a img
{
	/*border:2px, solid;*/
	border: none;
}

.home_events .box_list,
.home_eventsnew .box_list
{
	/*height: 160px;*/
	height:auto; /* to fix height of prg sche*/
	
}

.home_events .box_item,
.home_eventsnew .box_item
{
	clear: both;
	width:674px;
	
	padding: 0 0 0px 0;
	display:block;
	
}

.home_events .box_list,
.home_eventsnew .box_list,
.home_news .box_list
{
	padding-left: 0px;
	overflow:hidden;
	font-weight:normal;
	color:#464749;
    font-size:11px;
	line-height: 13px !important;
	/*margin-bottom: 0;
	margin-top: 0;*/
	height:auto;
}



.home_events .box_title
.home_eventsnew .box_title
{
	display:block;
	width: 674px;
	position:relative;
	padding:0;
	height: 64px;
/*	margin-top: -20px;*/
	/*text-align:left;*/
	text-indent: -4000px; 
	
	
	
}
	


.home_events .box_title
{	
	background: url(sfgtv_files/images/watch_sfgtv.gif) 0 0 no-repeat;
	height:65px;
}


.home_eventsnew .box_title
{
	background: url(sfgtv_files/images/watch_sfgtv2.gif) 0 0 no-repeat;
	height:65px;
}


.home_events .box_item_title,
.home_eventsnew .box_item_title
{
	/*
    font-size:11px;
	float: left;
	color:#001a4b;
	padding: 0;
	margin:0;
	width: 525px;
	text-align:left;
	display: block;*/
	width: 530px;
	background: #bdd9ef;
	color: #001a4b;
	padding: 3px 0 3px 10px;
	float:left;

	
	}


.home_events .box_item_date,
.home_eventsnew .box_item_date
{

	width: 120px;
	background: #677693;
	color: #FFF;
	text-align: center;
	padding: 3px 0 3px 0;
	
	
	
}


.home_events .box_bottomlink a,
.home_eventsnew .box_bottomlink a,
.home_news .box_bottomlink a
{
	display: block;
	width: 674px;
	position: relative;
	padding: 0;
	height: 37px;
	text-align: left;
	text-indent: -4000px;
}

.home_events .box_bottomlink a
{
	
 	background: url(sfgtv_files/images/comingup_sfgtv.gif) 0 0 no-repeat;
 }
 

 .home_eventsnew .box_bottomlink a
{
	
 	background: url(sfgtv_files/images/comingup_sfgtv2.gif) 0 0 no-repeat;
 }
 
/************************************************
Forms
************************************************/
.form
{
	height:auto;
	
}

.form_in_tab
{
	padding:15px 0 10px 10px;
}

.form div
{
	width:auto;
	margin-top:8px;
	margin-bottom:8px;
	clear: both;
	width:100%;
}

.form textarea
{
	width:200px;
	height:150px;
}

.form_label
{
	padding-top:3px;
	font-weight: bold;
	height:20px;
	float: left;
	width: 150px;
	text-align: left;
	vertical-align:middle;
}

.form_field
{
	height:20px;
	float: right;
	width: 550px;
	text-align: left;
	vertical-align:middle;
}

legend
{
	font-weight: bold;
	color:#625C4D;
}

fieldset
{
	border:solid 1px #c2bca6;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #082956 url(_gfx/int/form_button.gif) top repeat-x;
	font-family:Tahoma;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #fafafa;
	border: 1px solid #031b37;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	vertical-align: top;
	border:0;
	cursor: pointer;
}

.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	background-image: url(_gfx/back_arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.backbutton a
{
}

.radeditor div
{
	margin-top:0;
	margin-bottom:0;
}



/************************************************
Search
************************************************/
.search
{
	border-bottom:1px solid #b2d2e9;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
}

.search .paging span.linkpage
{
	margin: 2px;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	border-top:0px;
	background-color:#f4f9fd;
	text-decoration:none;
	background-image:url(_gfx/cmn/search_link_bg.gif);
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background:#ffffff;
	border-top:1px solid #b2d2e9;
	
}


.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.search_result_alternate
{
	background-color:#f4f9fc;
}

.search_result_title
{
	font-weight:bold;
	font-size:12px;
}

.search_result_location
{}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis
{
	padding:0;
	/*display:none;*/
}

.search_result_synopsis span.term1,
.search_result_synopsis span.term2,
.search_result_synopsis span.term3
{
	color: #000;
	font-weight: bold;
}

.search_result_synopsis span.term1
{
	background-color: #FFFF66;
}

.search_result_synopsis span.term2
{
	background-color: #A0FFFF;
}

.search_result_synopsis span.term3
{
	background-color: #99FF99;
}


.search_result_synopsis_highlight
{
	background-color:#fcffcc;
	/*display:none;*/
}

.search_result_info
{
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field
{}

.advanced_search
{
	margin-bottom:10px;
	text-align:center;
}

.advanced_search label
{
	font-weight:bold;
}

.advanced_search_textbox
{	
    width:120px;
}

.autosuggestion div
{
	padding: 0 0 20px 12px;
}

.autosuggestion div span.best_alternative
{
	color: #ff3333;
}

.autosuggestion a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}



/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:10px;
	padding:0px 10px 6px 10px;
}

.search_features
{
	padding: 10px 15px 10px 15px;
	background-color: #F2FBFA;
	border-top: solid 1px #B2D2E9;
	border-bottom: solid 1px #B2D2E9;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 220px;
	border: solid 1px #BDD0D7;
	line-height:13px;
}

.adsearch_button
{
	position: absolute;
	margin: -23px 0px 0px 293px;
	_margin: -30px 0px 0px 293px;
}

.sort_container
{
	float: left;
}

div.sort_items
{
	border-top: dashed 1px #C1CCD2;
	border-bottom: dashed 1px #C1CCD2;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0 0 0 18px;
	background-image: url(_gfx/cmn/searchbullet.jpg);
	background-repeat: no-repeat;
}

div.sort_items span.item a
{
	display: inline-block;
	height: 15px;
	font-weight: bold;
	color: #6C655D;
}

.sort_container,
.sort_container_inline
{
	font-weight: bold;
	overflow: hidden;
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: left;
	width: 145px;
	margin-top: -1px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.sort_container br.clear
{
	display:none;
}

.sort_container_inline br.clear
{
	clear: both;
}

.search_features a.advanced_search_link
{
	position: absolute;
	margin: -30px  0 0 630px;
	font-size: 10px;
}


/************************************************
Google Search
************************************************/
.gs-result, .gs-webResult
{
	border-bottom:1px solid #b2d2e9;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.gs-visibleUrl-long { display:block; }
.gs-visibleUrl-short { display:none; }
table.gsc-branding { display:none; }
td.gsc-branding-text { display:none; }
div.gsc-branding-text { display:none; }
td.gsc-branding-img { display:none; }
a.gsc-branding-clickable { display:none; }
.gsc-keeper{ display:none; }
.gsc-result div.gs-watermark { display: none; }
.gsc-resultsHeader { display: none; }



/************************************************
Lists, including DataGrid classes
************************************************/
.alphabetpicker a
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 10px 10px 10px 0px;
}

.filter select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.timing
{
}

.listtable
{
	width:550px;
	border:1px solid #00639c !important;
	background-color:#fbfdff;
	border-collapse:separate;
	margin: 10px 0;
}


.listtable th
{
	background-color: #00639c;
	padding:4px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #000000;
	text-transform:uppercase;
	border:0px;
}

.listtable_header a
{
	color:#000000;
	width:100%;
}

.listtable td
{
	border:0;
	border-top:1px solid #c3bfa7;
	
	margin:0;
	color:#000000;
	
}

.listtable tr:hover
{
	background-color:#edf8ff;
}

.listtable_buttoncolumn
{
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input
{
	background-image: url(sfgtv_files/images/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #949494 #828282 #c2c2c2;
}

.listtable_checkboxcolumn
{
	padding:0px;
	width:1px;
}

.listtable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on
{
	background-color:#e4f1ff;
	
}

.listtable_row_off
{
	background-color:#ffffff;
}


.listtableblue
{
	width:550px;
	border:1px solid #001A4B !important;
/*	background-color:#fbfdff;*/
   /* background-color:#001A4B;*/
	border-collapse:separate;
	margin: 10px 0 20px 10px;
	padding-bottom: 10px;
	color:#000000;
}

.listtableblue th
{
	/*background-color: #00639c;*/
	background-color:#001A4B;
	padding:4px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}



.listtableblue_header a
{
	color:#ffffff;
}

.listtableblue td
{
	border:0;
/*	border-top:1px solid #c3bfa7;*/
	padding:4px;
	margin:0;
	color:#FFFFFF;
	width
}

.listtableblue tr:hover
{
	background-color:#edf8ff;
	color:#FFFFFF;
}

.listtableblue_buttoncolumn
{
	width: 70px;
	font-size: 9px;
	color:#BDD9EF;
}

.listtableblue_buttoncolumn input
{
	background-image: url(sfgtv_files/images/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #949494 #828282 #c2c2c2;
}

.listtableblue_checkboxcolumn
{
	padding:0px;
	width:1px;
}

.listtableblue_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtableblue_row_on
{
	background-color:#e4f1ff;
}

.listtableblue_row_off
{
	background-color:#677693;
}


.listtableyellow
{
	width:550px;
	/*border:1px solid #ffff00 !important;*/
	border:1px solid #001A4B !important;
	background-color:#e5cs135;
	border-collapse:separate;
	margin: 10px 0 20px 10px;
	padding-bottom: 10px;
}

.listtableyellow th
{
	/*background-color: #ffff55;*/
	background-color:#EEC60E;
	padding:4px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #000000;
	text-transform:uppercase;
	border:0px;
}

.listtableyellow_header a
{
	color:#ffffff;
}

.listtableyellow td
{
	border:0;
	
	padding:4px;
	margin:0;
	
}

.listtableyellow tr:hover
{
	background-color:#edf8ff;
}

.listtableyellow_buttoncolumn
{
	width: 70px;
	font-size: 9px;
}

.listtableyellow_buttoncolumn input
{
	background-image: url(sfgtv_files/images/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #949494 #828282 #c2c2c2;
}

.listtableyellow_checkboxcolumn
{
	padding:0px;
	width:1px;
}

.listtableyellow_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtableyellow_row_on
{
	background-color:#e4f1ff;
}

.listtableyellow_row_off
{
	background-color:#ffffff;
}

.listtablenew
{
	width:100%;
	/*border:0px;	*/
	background-color:#FFFFFF;
	margin: 0px 0 0 0;
	border: solid 1px #ffffff;
	border-collapse: collapse;
}


.listtablenew th
{
	background-color:#ffffff;
	padding:0px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #000000;
	text-transform:uppercase;
	/*border:0px;*/
}


.listtablenew td
{
	padding:4px;
	margin:0;
	background-color:#ffffff;
	color:#000000;
	border: solid 1px gray !important;
	/*min-width: 25px;*/

}



/************************************************
Lists without table grid, like News
************************************************/
.listcomponent
{
	border:solid 0px #ffffff;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px;
	padding:4px 4px 10px 0;
	margin:0px;
}

.listcomponent img {margin: 0;}



/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #007799;
	border-collapse: separate;
}

.righttable th
{
	background-color: #007799;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	height:20px;
	font-size:9px;
}

.righttable_header a
{
	color:#ffffff;
}

.righttable td
{
    border:0;	
	border-top:1px solid #dadada;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover
{
	background-color:#fffcee;
}

.righttable_buttoncolumn
{
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2;
}

.righttable_checkboxcolumn
{
	padding:0;
	width:1px;
}

.righttable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.righttable_row_on
{
	background-color:#e4f1ff;
}

.righttable_row_off
{
	background-color:#ffffff;
}



/*************************************************
Component detail 
*************************************************/
.component_title
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 2px 0px;
    width:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	color: #01639b;
	
}

.component_subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 2px 0px;
    width:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight: normal;
	color: #01639b;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px;
	width:400px;
}

.component_listitem div
{
	padding: 0 0 4px;
	width:550px;
	display:block;
	float:left;
}

.component_listitem_header
{
	font-weight: bold;
	width:100px;
	vertical-align: top;
	display:block;
	float:left;
}

.component_listitem_content
{
	width:300px;
	vertical-align: top;
	display:block;
	float:left;
}

.component_content p
{
	font-size: 11px;
	line-height: 20px;
}



/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:5px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
    width:180px;
}

.calendar_wrapper
{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:720px;
}

.calendar
{
	width:100%;
	border: 1px solid #fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.calendar_dayheader
{
	height: 1px;
	color: #fff;
	background-color: #00639c;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0px;
	text-transform: uppercase;
	border: 1px solid #00639c;
}

.calendar_selector
{
	color:#ffffff;
	background-color:#efdC9e;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 10px 0px 12px 0px;
	background-color:#ffffff;
	font-family: Verdana, Arial,Helvetica,san-serif;
	font-size: 22px;
	font-weight: bold;
	color: #001c3e;
	width:60%;
}

td.calendar_nextprev
{
	width:200px !important;
}

.calendar_nextprev a
{
    font-size:10px;
	color:#001c3e !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-family: Arial, Helvetica, san-serif;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	padding: 3px 3px 3px 3px;	
	width: 95px;
	height:100px;
	border: 1px solid #00639c;
}

.calendar_day a,
.calendar_today a,
.calendar_weekendday a,
.calendar_selectedday a,
.calendar_othermonthday  a
{
	color: #01507f;
	padding: 0 5px 8px 5px;
	margin:0px 0;
}

.calendar_day,
.calendar_weekendday
{
	background: #fff;
	color:#42566e;
}

.calendar_othermonthday
{
	background:#dcdcdc;
	color:#646d79;
}

.calendar_today
{
    background: #d7ebfe;
	color:#001c3e;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#999999;
}

.calendar_eventtime
{
	color:#666666;
	font-size:10px;		
	font-weight: normal;	
	line-height:11px;
	margin:0px 0 0 0;
	padding: 0px 0 0 0 !important;
}

.calendar_eventlink
{
	font-size:10px;		
	font-weight: normal;
	line-height:11px;
	display:block;
	padding:0px 0 0px 0;
	margin:0px 0 ;
}

.calendar_allinone .listtable
{
	width:720px;
}

.outlookcalendar
{
}





/*********Additional SFGTV code **********/
#home_left_mid,#home_left_mid a {color: #FFF;  /* border-bottom:#ffcc66 solid 1px; */}
#home_left_nav,#home_left_mid, {background-color:#001A4B; }
#home_left_nav
{
	background-color:#001a4b;
	width: 300px;
	float:left;
	padding: 0;
	font-size:.8em;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
}	
#home_left_nav a
{
	display:block;
	padding: 3px 3px 3px 7px;
	line-height: 15px;
	color: #fff;
	text-decoration:none;
 	background-image:url(../_gfx/nav/fc_nav_arrow.gif) no-repeat;
}
#home_left_nav h1 
    {
	
   /* margin:-25px 10px 10px 10px;
	float: left;
	font-weight: bold; 
	font-size:16px;
	font-weight: normal;
	color: #FFF;
	line-height: 24px;
	}*/
   font-size: 1.8em;
	margin: 0;
	padding: 5px 0 0 10px;}
	
#home_left_mid 
{
	margin: 0 0 20px 10px;
	padding: 0 0 0 0;
	
	}
	
	
#home_left_mid p  
{
	color:#FFF; 
	background-color:#001a4b;
    font-weight: bold; 
	text-transform:uppercase;
	font-weight: bold; 
	margin:0 0 0 0;
	padding:17px 0 0 0;
    
}
#home_left_mid a  
{
	font-weight: bold; 
	color:#FFF;
	font-size: 1.4em;
	text-decoration: none;
	text-transform: none;
	padding: 5px 0 0px 0;

	}
	
	
#home_left_mid a:hover {
	color:#eec60e;
	background: transparent;
	}
#home_left_mid a:focus {
	color: #eec60e;
	background: transparent;
	/*color: #000;
	background: #efc710;*/
	}
#home_left_mid a:active {
	color: #eec60e;
	background: transparent;
	border:none;
	}
	
#home_leftnav_mid_image {
    height: 170px;
	text-align:center;
	clear:both;
	}
	
#home_left_bottom {
	
	 background: #011b4c URL(sfgtv_files/images/buy_dvd.jpg) no-repeat;
	 background-position: left;
	 /*margin: 0;*/
	 margin: 10px 0 0;
	 padding: 10px 0 0 0;
	 margin-top: 25px;
	 padding: 5px 0 0;
	 border:none;
	 } 
	 
#home_left_bottom h2 {
     color:#eec60e;
     /*padding: 20px 5px 5px 110px;*/
	 padding: 0 5px 5px 110px;
	 font-family: Arial, Helvetica, san-serif;
	 font-size: 1.8em;
	 font-weight: bold;
	 margin:0;
	 }
#home_left_bottom p {
     color: #FFFFFF;
     padding: 0 15px 5px 110px;
     text-decoration: none;
     font-weight: normal;
     margin:0;
	 font-size: 1.2em;
	 line-height: 1.4em;
      }
	  
	  /*buy dvd link styles*/
	  
#home_left_bottom a {
     color:#FFFFFF;
}
      
 #home_left_bottom a:hover {
	color:#eec60e;
	background: transparent;
	}
#home_left_bottom a:focus {
	color: #eec60e;
	background: transparent;
	/*color: #000;
	background: #efc710;*/
	}
#home_left_bottom a:active {
	color: #eec60e;
	background: transparent;
	border:none;
	}
	  
/* left nav 4 image box */
#left_nav_four_box {
	width: 300px;
	background: #001A4B;
	}
ul#box_four {
    list-style: none;
    margin: 0;
    padding: 0;}
ul#box_four li {
    float: left;
    margin: 0;
    padding: 0;}
ul#box_four li a {
    color: #fff;
    display: block;
    padding: 80px 5px 15px;
    text-align: center;
    text-decoration: none;
    width: 140px;}
ul#box_four li a strong:hover, ul#box_four li a:active strong, ul#box_four li a:focus strong{
	color:#eec60e;}
ul li#wpub a {background: transparent url(sfgtv_files/images/district_sf.jpg) no-repeat top center;}
ul li#wcon a {background: transparent url(sfgtv_files/images/building_sf.jpg) no-repeat top center;}
ul li#wshr a {background: transparent url(sfgtv_files/images/main_stage.jpg) no-repeat top center;}
ul li#wpst a {background: transparent url(sfgtv_files/images/city_focus.jpg) no-repeat top center;}
ul#box_four li a strong {
    color: #FFF;
    display: block;
    font-size: 1em;
    font-weight: bold;}
 
 
 /* Video On Demand */
#vid_on_dem {
    background-color: #bdd9ef;
    color: #001a4b;
    padding:0 0 15px 0;
    margin-left:-2px;
	float:left;
	font-size: 14px;
	width:675px;
}

#vid_on_dem h1 {
	font-size: 1.8em;
	font-weight: bold; 
	padding: 20px 0 20px 0px;
	margin:0;
	
}
	
#vid_on_dem p {
	/*font-size: 1.15em;*/
	
	line-height: 1.4em;
	color:#001a4b;
	padding: 5px 0 0px 15px;
	margin: 0px;
	font-size: 14px;
	white-space:normal;
}
	
#vid_on_dem a {
	/*font-size: 1em;
	text-decoration: none;*/
	color: #001A4B;
	}
	
#vid_on_dem td {
    padding: 0px;
	}

	
#vid_on_dem ul li
{
	list-style-image: url(_gfx/vod/vod_arrow.gif);
	list-style-position:inside;
	vertical-align:text-top;
	color: #001A4B;
	font-size: 14px;
	padding-bottom: -5px;
	margin-left: -10px;
}

ul#vod {
	/*font-size: 1.15em;*/
	font-weight: bold;
	list-style-type: square;}
ul#vod li{
	/*font-size: 1.15em;*/
	/*font-size: 2em;*/
	font-family: Arial, Helvetica, Sans-Serif;	
	font-weight: bold;
	list-style-type: square;
	list-style-position:inside;
	line-height: 1.3em;
	color: #001a4b;
	
	}
ul#vod li a{
    text-decoration: none;
    color: #001a4b;}
ul#vod li a:hover {
	color: #003366;
	background: transparent;}
ul#vod li a:focus {
	color: #003366;
	background:  transparent;}
ul#vod li a:active {
	color: #003366;
	background: transparent;
	}
/* End Video On Demand */
	

 
 /* below is code from new design*/
 
 ************************************************
Sub-Level: Left Nav
************************************************/	

.leftnav_sub_container {
	height: 100%;
	}

.leftnav_sub {
	/*background:#000;*/
	background-color: #000000;	
	width: 210px;
	float:left;
	padding: 0;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
	clear:both;
	}

.leftnav_sub a {
	display:block;
	margin-top: 10px;
	padding: 5px 5px 0 7px;
	line-height: 15px;
	color: #fff;
	text-decoration:none;
 	background-image:url(../_gfx/nav/fc_nav_arrow.gif) no-repeat;
	}

.leftnav_sub a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover {
	color: #eec615;	
	text-decoration:none;
	background-color:black;
	}
	
.leftnav_sub a:focus,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:focus {
	color: #000;
	/*background-color:#000000;*/
	text-decoration:none;
	}

.ul_arrow {
	list-style-image:url(../_gfx/nav/fc_nav_arrow.gif);
	}
 
.leftnav_sub_node_wrapper {
	border-bottom:1px solid #fff;
	background: #000;
	}

.leftnav_sub a span {
	padding-left: 9px;
	/* background: url(../_gfx/nav/arrow_right.gif) no-repeat 0px 4px;*/
	background: url(sfgtv_files/images/arrow_yellow.gif) no-repeat 0px 4px;
	}

.leftnav_sub_node_wrapper .leftnav_node a {
	color: #fff;
	}

.leftnav_sub_node_wrapper a span {
	background: url(../_gfx/nav/arrow_right_child.gif) no-repeat 0px 4px;
	display: block;
	}

.leftnav_sub_node_wrapper_root {
	
	}

.leftnav_sub_node_haschildren {
	}

.leftnav_sub_node_wrapper_root .leftnav_node_haschildren {
	background-color: #000;
	}

.leftnav_sub_node_haschildren a span,
.leftnav_sub_node_wrapper_root .leftnav_node_haschildren a span {
	border-bottom: none !important;
	color: #fff;
	padding-left: 11px;
	background: url(../_gfx/nav/arrow_down.gif) no-repeat 0px 6px;
	font-weight:bold;
	}

.leftnav_sub_node_iscurrent a span {
	color: #ffc000;
	background: url(../_gfx/nav/arrow_right_current.gif) no-repeat 0px 4px;
	font-weight:bold;	
	}
	
.login_input {
    width: 36%;
    float: left;
    text-align: right;
    font-weight: bold;
	}
	
.login_submit {
    float: left;
	margin: 0 0 0 49px;
	}
	
.f_title {
    font-size: 1.4em;
    font-weight: bold;
	color: #000;
	}
	
.f_section_title {
    font-size: 1.2em;
    font-weight: bold;
	color: #000;
	}
	
.reg_bold {
    font-size: 1em;
    font-weight: bold;
	color: #000;
	}
	
.sub_nav_sm_text {
    color: #FFF;
    font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;	
	font-weight: normal;
	text-transform:none;
	}
	
ul.sub_nav_link {
	font-weight: bold;
	text-transform: uppercase;
	}
	
ul.sub_nav_link li {
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;	
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
	}
	
ul.sub_nav_link li a {
    text-decoration: none;
    color: #FFF;
	}
	
ul.sub_nav_link li a:hover, ul.sub_nav_link li a:active {
	color:#eec615;
	background: transparent;
	}
	
ul.sub_nav_link li a:focus {
	color: #eec615;
	background: #efc710;
	}
	
ul.sub_nav_link li a strong {
    font-size: 14px;
    font-weight: bold;
	}
	
/************************************************
Sub-Level: Main Content
************************************************/	
 /************************************************
Sub-Level: Main Content
************************************************/
#maincontent h2 {
font-size: 1.3em;
font-weight: bold;
color: #000;
padding: 10px 0 0 15px;
}

#maincontent p {
/*font-size: 1.1em;*/
font-weight: normal;
line-height: 1.4em;
color: #000;
/*padding: 0 15px 0 15px;*/
padding: 15px 15px 0 15px;
margin:0;
}
/* 5/26 new code*/
#maincontent a {
color: #000;
font-weight: bold;
text-decoration: none;
text-transform: none;
border:none;
}

#maincontent a:hover {
color:#eec60e;
background: transparent;
}

#maincontent a:focus {
color: #eec60e;
background: #000;
}

#maincontent a:active {
color: #eec60e;
background: transparent;
border:none;
}
/* new code ends*/

#maincontent .lastline {
padding-bottom: 20px;
} 


	
.width_container_sub {
	width: 974px;
	margin: auto;
	padding: 0;
	background: #000;
	}
	
.container_sub {
	width: 764px;
	float: right;
	}	
	
.content_sub_header_main {
    height: 28px;
	padding: 8px 0 0 10px;
    background: #01389d;
	}

.content_sub_header_main h1 {
    font-size: 1.2em;
	color: #FFF;
	}	
		
.content_sub h1 {	
	font-size: 1.4em;
	color: #fff;
	padding: 15px 0 0 15px;
	width: 764px;
	}
	
.content_sub p {
	font-size: 1em;
	color: #fff;
	margin: 0;
	}
.pad {
padding:5px 20px 0 15px;
}	
	
#maincontent 
{
	background:#FFFFFF none repeat scroll 0 0;
	/*margin-top:12px;*/
	padding: 0;	
	background: #fff;
}
	
#maincontent dl {
	margin-bottom: 30px;
	}

#maincontent dt {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	margin: 15px 0 0 15px;
	padding-left: 15px;
	 /*background:transparent url(_gfx/cmn/arrow_black.gif) no-repeat;*/
	/*background: url(../_gfx/cmn/arrow_black.gif) no-repeat left 50%;*/
	background: url(_gfx/cmn/arrow_black.gif) 0 5px no-repeat;
	}

#maincontent dd {
	/*font-size: 1.1em;*/
	font-weight: normal;
	line-height: 1.4em;
	color: #000;
	margin: 0;
	padding: 0 20px 0 30px;
	}	

.font_size {
	float: left;
	color: #ededed;
	font-size: 10px;
	margin-top: .8em;
	margin-left: 8px;
	}

.font_size div {
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	float: left;
	margin: 0px 2px 0px 2px;
	border: solid 1px #4C8CC4;
	padding: 0 0 2px 0;
	text-align: center;
	}	
	



/**************************
        SAFARI 3 hacks
**************************/

@media screen and (-webkit-min-device-pixel-ratio:0)
{

}


/*****************************
	Firefox3 Specific  (Its sad that we need these now)
******************************/

html>/**/body .foo, x:-moz-any-link, x:default {  }


/**************************
        Created on 18th Weednesday
**************************/

/**********   Eventbox line style ************/

.borderright {
border-bottom:solid;
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
/*border-right:solid;
border-right-color:#000000;
border-right-style:solid;
border-right-width:1px;*/

}

.pading10 
{
	padding:10px;
	
}

	
#column1 {
	float:left;
	width: 50%;
}

#column2 {
	float:left;
	width: 50%;
	text-align:right;
}


/*Accessbar Styles*/
#toolbar {
	height: 20px;
	text-align: left;
	vertical-align: middle;
	margin-right: 10px;
	}

#toolbar ul {margin:0;padding-top:3px;}

#toolbar li {
    list-style: none;
    float: right;
	padding-left:5px;
	color:White;
	}

#toolbar_text a{
	background: url(sfgtv_files/images/textonly.gif) no-repeat top right;
	width: 17px;
	height:17px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	}

#toolbar_text a:hover {width:17px;background-position:0px -19px;}

#toolbar_font_sm a {
	background: url(sfgtv_files/images/size-.gif) no-repeat top right;
	width: 17px;
	height:17px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	}

#toolbar_font_sm a:hover {width:17px;background-position:0px -19px;}

#toolbar_font_lg a {
	background:url(sfgtv_files/images/sizeplus.gif) no-repeat top right;
	width: 17px;
	height:17px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	}

#toolbar_font_lg a:hover {width:17px;background-position:0px -19px;}

/************************************************
Forms
************************************************/		

#contactForm, #MRForm, #PSAForm, #VPRForm, #VFForm {
	padding: 10px 0 25px 15px;	
	}

#contactForm .input, #MRForm .input, #PSAForm .input, #VPRForm .input, #VFForm .input {
	width:550px;
	}

#contactForm textarea, #MRForm textarea, #PSAForm textarea, #VPRForm textarea, #VFForm textarea { 

	}
	
#contactForm .input,.content_holder p, .content_holder ul, .content_holder ol, .content_holder dl, .content_holder table, .content_holder textarea, .content_holder blockquote {
	-x-system-font:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	padding: 15px;
	}
	
.landheader:after{height:0;visibility:hidden;clear:both;content:".";}	
.landheader{background: #001a4b;display:block;}
.landheader img{float:left;display:inline-block;}

#psa_screen1, #psa_screen2{
	border:none;
	padding: 0;
}

#psa_screen1 legend, #psa_screen2 legend {
	color:#000;
	padding: 0;
	float: left;
	text-align: left;
}

.skipnav img{display:none;}
