@charset "utf-8";

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,sam,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead{ margin:0; padding:0;  }

/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background:#FFF;
	min-width:0px;
}
img a,img{ border:0px;}
.stockinter{
	padding: 8px 12px 0 12px;
	height:auto;
	border-top:1px solid #cfcfcf;
}
.form_container
{
    padding: 18px 7px 0px 12px;
}
.form_container h2
{
    font-size: 18px;
    font-weight:normal;
}
.form_header {
    font-size: 24px;
    margin: 10px 0;
}
.form_comments
{
    line-height:1.5;
    font-size:12px;
    color:Gray;
}
.form_comments_2
{
    line-height:1.5;
    font-size:12px;
    color:Black;
}

.session_header
{
    background: url("/theme/images/dotsHorizontal.gif") repeat-x scroll left bottom #F4F4F4;
    font-weight:bold;
    font-size:14px;
    padding:5px;    
}
.mod_l_tab{
	clear:both;
	width:100%;
	height:31px;
	padding-top:0px;
	}
.mod_l_tab ul.indent {
    height: 31px;
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}
.mod_l_tab ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:31px;
	}
.mod_l_tab li{
	float:left;
	padding:0;
	margin:0;
	}
.mod_l_tab a{
	text-decoration:none;
	color:#000;
	float:left;
	background:url(/theme/images/module_tab_bg_left.gif) no-repeat scroll 0 -31px transparent;
	padding: 0px 4px 0px 7px;
	margin: px 0 px 0px;
	}
.mod_l_tab a span{
	text-decoration:none;
	color:#333;
	float:left;
	background:url(/theme/images/module_tab_bg_right.gif) no-repeat scroll 100% -31px transparent;
	padding: 8px 13px 8px 7px;
	cursor:pointer;
	}	
.mod_l_tab a.current{
	background:url(/theme/images/module_tab_current_bg_left.gif) no-repeat scroll 0 0px transparent;
	color:#014D91;
	font-weight:bold;
	height:32px;
	}	
.mod_l_tab a.current span{
	background:url(/theme/images/module_tab_current_bg_right.gif) no-repeat scroll 100% 0px transparent;
	color:#014D91;
	font-weight:bold;
	height:32px;
	cursor:pointer;
	}
.mod_l_tab a:hover span{
	color:#014D91;
	}	
.news_title
{
    font-size:18px; 
    font-weight:normal; 
    padding-bottom:7px;
    line-height:1.2;
}
.news_source
{
    padding-bottom:5px; 
    font-weight:bold;
    color:Gray;
    font-size:11px;
}
.news_date
{
    font-weight:normal;
    color:Gray;
    font-size:11px;
}
img.news_image
{
    border: 1px solid #CCC;
    margin-right: 10px; 
    margin-bottom: 7px;
    padding:2px;
}
.news_content
{
    font-family:Arial; 
    font-size:14px; 
    line-height:1.6;    
}
.news_content_container
{
    padding-top:10px;
    padding-bottom:10px;
    padding-right:5px;
}
	
	
