/*@charset "utf-8";
 CSS Document */

* {
	margin:0; 
	padding:0;
} 
:-moz-any-link:focus {
	outline: none;
}

body {
	/*background-image:url(/images/page_bg.jpg); */
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-top:0px; 
}
body, div, p, input, select, textarea, blockquote, ul {
	font-family:Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}

.outer_div { 
	min-height: 768px;
	width:958px;
	margin:0 auto;
	/*background-image:url(/images/container_bg.jpg);*/
	background-image:url(/images/new_bg2.png);
	background-repeat:repeat-y;
}

.inner_div {
	/*width:670px;*/
	width:938px;
	margin:0 auto;
	border-top:1px solid #FFF;
}

.header {
	height:54px;
	width:100%;
}	

.header h1 {
	float:left;
	margin:10px 0px 0px 8px;
	background-image:url(/images/logo.png);
	background-repeat:no-repeat;
}	

.header h1 a {
	display:block;
	width:283px;
	height:32px;
	text-indent:-5555px;
}			

.header_links {
	float:right;
	width:220px;
	margin-top:20px;
}	

.header_links a {
	font-size:9px;
	color:#A3A3A3;
	font-weight:bold;
	text-decoration:underline;
	padding:2px 10px 2px 6px;
	background-image:url(/images/grey_bar.png);
	background-repeat:no-repeat;
	background-position:right;
}		

.header_links a:hover, .header_links a:active {
	color:#99ff66;
}		
.header_links .header_last {
	background-image:none;
	padding-right:0px;
}
.topmenu {
	height:27px;
	padding-left:23px;
}

.quick_search {
	white-space:nowrap;
	font-size:11px;
	color:#FFFFFF;
	float:left;
	height:20px;
}
.quick_search label {
	font-weight:bold;
	position:relative;
}		
.search_text {
	font-size:9px;
	width:114px;
	position:relative;
	top:4px;
}
.search_btn {
	border:none;
	vertical-align:middle;
}
.menu_links {
	float:right;
	color:#FFFFFF;
	margin-right:30px;
}		
.menu_links a {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 12px 2px 8px;
	background-image:url(/images/bar.png);
	background-repeat:no-repeat;
	background-position:right;
}		
.menu_links a:hover, .menu_links a:active {
	color:#99ff66;
}		
.menu_links .menu_last {
	background-image:none;
	padding-right:0px;
}
.main_columns {
	height:263px;
	width:100%;
	background-image:url(/images/features_bg_edited.jpg);
	background-repeat:no-repeat;
}	
.features {
	position:relative;
	top:70px;
}		
.features div {
	float:left;
	margin:0px 1px 0px 1px;
}			
.features div div {
	border:none;
	padding:14px 8px 10px 8px;
	font-size:10px;
}			
.features div ul {
	margin-left:20px;
}						
.features div h2 a {
	display:block;
	height:24px;
	text-indent:-5555px;
}			
.featured_index {
	width:242px;
}
.index_profiles {
	width:236px;
}		
.tools_promo {
	width:234px;
}
.sign_up {
	width:218px;
	margin-left:25px;
}	
.featured_index_text {
}
.index_profiles_text {
}		
.tools_promo_text {
	margin-left:10px;
}
.sign_up_text {
	margin-left:20px;
}	
.breadcrumb {
	height:24px;
	width:926px;
	background-image:url(/images/breadcrumb_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:10px 0px 0px 10px;
	font-size:10px;
	color:#666666;
}
.breadcrumb a {
}
.charts {
}			
#chart_menu h2 {
	float:left;
	height:45px;
}
#chart_menu #top5_link a {
	display:block;
	height:45px;
	width:930px;
	background: url(/images/tab_top_five_temp.png) 0 0 no-repeat;
	text-indent:-5555px;
}		
#chart_menu #top5_link a:hover, #chart_menu #top5_link.selected a  {
	background-position: 0 -45px;
}		
#chart_menu #sector_link a {
	display:block;
	height:45px;
	width:327px;
	background: url(/images/tab_us_sector.jpg) 0 0 no-repeat;
	text-indent:-5555px;
}		
#chart_menu #sector_link a:hover, #chart_menu #sector_link.selected a {
	background-position: 0 -45px;
}			
#chart_menu #country_link a {
	display:block;
	height:45px;
	width:299px;
	background: url(/images/tab_cntry_movers.jpg) 0 0 no-repeat;
	text-indent:-5555px;
}	
#chart_menu #country_link a:hover, #chart_menu #country_link.selected a {
	background-position: 0 -45px;
}				
.chart_content {
	height:320px;
}				
.tabcontent {
	display:none;
	margin-top:20px;
	padding:10px;
	font-size: 10px;
}
.tabcontent p {
	font-size:11px;
	padding:10px;
}		
.chart_head {
	font-size:12px;
	font-weight:bold;
}
@media print {
	.tabcontent {
		display:block!important;
	}
}

.index_leaders {
}			
.us_sector_movers {
}			
.country_movers {
}				
.footer {
	height:45px;
	padding-top:25px;
	font-size:10px;
	/*color:#A3A3A3;*/
	color: #333333;
	text-align:center;
}
.footer a {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}		
.footer a:hover, .footer a:active {
	/*color:#99ff66;*/
	color:#66dd33;
}		
.clear {
	clear:both;
	height:0px;
}
.more_link {
	width:95%;
	height:11px;
	text-align:right;
	font-size:10px;
	font-weight:bold;
}
.more_link a {
	color:#000;
}		
/* for inner pages */
#article_abstracts {
	height:50px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}
#article_abstracts div {
	float:left;
	margin:10px;
}		
#abs_one {
	font-size:10px;
	width:30%;
}		
#abs_two {
	font-size:10px;
	width:30%;
}			
#abs_three {
	font-size:10px;
	width:30%;
}				
.abs_head {
	font-size:12px;
	font-weight:bold;
}

#index_providers {
    margin: 5px 10px 0px 10px;
}

#index_provider_left {
    float: left;
    width: 48%;
}

#index_provider_right {
    float: right;
    width: 48%;
}

h1.providers {
    color: #6ebe45;
    font-size: 14px;
}

.index_provider {
    font-size: 10px;
}

.index_provider h1 {
    font-size:12px;
    margin: 5px 0px 5px 0px;
}

/* index profile */
h1.indexprofile {
    color: #6ebe45;
    font-size: 14px;
    margin-left: 5px;
}

h2.indexprofile {
    color: Black;
    font-size: 12px;
}

h3.indexprofile {
    color: Black;
    font-size: 10px;
}

#index_profile {
    margin: 5px 10px 0px 10px;
}

.index_profile_left {
    float: left;
    width: 48%;
    margin-left: 5px;
}

.index_profile_right {
    float: right;
    width: 48%;
    margin-left: 5px;
    margin-right: 5px;
}

.index_profile_content {
    font-size: 10px;
}

ul.index_profile {
    list-style-position: outside;
    list-style-type: disc;
    line-height: 1.5em;
}

ul.index_profile li {
    margin-left: 2.0em;
}

table.index_profile {
   
}

#index_profile tr {
    background-color: #dddddd;
    line-height: 1.5em;
}

#index_profile tr td {
    font-size: 10px;
    padding: 0 10px 0 3px;
}

.disclaimer {
    font-size: 10px;
}

/* end index profile */

.left {
    float: left;
    width: 48%;
}

.right {
    float: right;
    width: 48%;
}

#indexprofileLeft {
    margin-left: 5px;
}

#indexprofileRight {
    margin-right: 5px;
}

#indexprofileContent {
    margin-right: 0px;
    margin-left: 5px;
}

/* ------------ */
/* Bretts CSS */

.standardcontent
{
    margin-top: 0px;
    padding-left: 10px;
    /*font-size: .8em;*/
    font-size: 10px;
    height: 600px;
}

.AboutPageImg
{
    float:left;
     padding-right: 10px;
}

.ListingPageImg
{
    float:right;
     padding-right: 10px;
}

.AboutPage .standardcontent
{    margin-top: 10px;
    padding-left: 10px;
    /*font-size: .8em;*/
    font-size: 10px;
    height: 600px;
}

.ContactPage .tbEmail
{
  width: 200px;
}
.ContactPage .tbSubject
{
  width: 400px;
}
.ContactPage .tbContent
{
  height: 230px;
  width: 400px;
}
.ContactPage .EmailForm
{  
 
}
.ContactPage .EmailTable
{ 
 
}

.ErrorMsg
{
  font-weight:bold;
   color:Red;
}

.SuccessMsg
{
  font-weight:bold;
   color:Green;
}


/* End of Bretts CSS */
/* ------------ */
