/************************************************************
*  TAG STYLES
************************************************************/

body, div, span, label, tr, td, th, input, h1, h2, h3, h4, h5, a {
/* font-family: verdana,sans-serif,arial,helvetica;*/
 color: black;

}

body {
/* font-size: 12px; */
 color: black;
 background-color: #ffffff;
}

a {
/* font-size: 12px; */
 color: #039;
}

a:hover {
 text-decoration: underline;
}	

 
table {
 margin: 0px;
 padding: 0px;
 font-size: 12px;
}

form {
 margin: 0px;
 padding: 0px;
 display: inline;
}

img {
 border: 0px;
}

h1 {
 font-size: 24px;
 color: black;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 5px;
}

h2 {
 font-size: 20px;
 color: black;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
}

h3 {
 font-size: 16px;
 color: #aaaaaa;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #cccccc;
}

/************************************************************
* LAYOUT
* Used in template: header.tpl
************************************************************/

.lore_splash_header {
 color: black;
 font-size: 16px;
 font-weight: bold;
 padding: 5px;
 text-align: left;
}

.lore_top_buttons {
 padding: 5px;
 text-align: right;
}

.lore_option_tab {
 background-color: #FF9900;
 color: #000;
 font-size: 10px;
 padding: 10px;
 text-align: center;
 border:1px solid #444F49;
}

.lore_left_panel {
 background-color: #f2f5f3;
 padding: 0px;
 margin-left: 10px;
 border-right: 1px solid rgb(153, 153, 153);
 border-left: 1px solid rgb(153, 153, 153);
 border-bottom: 1px solid rgb(153, 153, 153);
 left:50%;
 margin-left:-450px;
}

.lore_content {
 padding: 10px;
 background-color: white;
}

/************************************************************
* COMMON
************************************************************/

.lore_normal_font {
 font-size: 14px;
 font-weight: normal;
}

.lore_small_font {
 font-size: 11px;
 font-weight: normal;
}

.lore_button {
 border: 1px solid black;
 background-color: #678;
 color: white;
 font-size: 10px;
}

.lore_content_box {
 background-color: white;
 margin-left: 5px;
 margin-right: 5px;
}

/************************************************************
* BREADCRUMB
* Used in template: header.tpl
************************************************************/

.lore_breadcrumb {
 background-color: #f2f5f3;
 font-size: 10px;
 font-weight: normal;
 text-align: left;
 padding: 3px;
 padding-left: 10px;
 text-align: right;
}

.lore_breadcrumb_current {
 font-weight: bold;
}

/************************************************************
*  LINKS
************************************************************/

.lore_normal_link {
 font-weight: bold;
 font-size: 12px;
 color: #4f99ff;
 text-decoration: none;
}

.lore_normal_link:hover {
 text-decoration: underline;
}

.lore_small_link {
 font-size: 10px;
 color: #039;
 text-decoration: none;
}

.lore_small_link:hover {
 text-decoration: underline;
}

.lore_dark_link {
 font-size: 10px;
 color: black;
 text-decoration: none;
}

.lore_dark_link:hover {
 text-decoration: none;
}

.lore_light_link {
 font-size: 10px;
 color: white;
 text-decoration: none;
}

.lore_light_link:hover {
 text-decoration: none;
}

.lore_glossary_term_link {
 font-size: 12px;
 font-weight: bold;
 cursor: help;
 border-bottom: 1px dotted;
 text-decoration: none;
}

.lore_glossary_term_link:hover {
 text-decoration: none;
}

/************************************************************
* GLOSSARY TERM POP-UP
* Used in template: glossary_term.tpl
************************************************************/

.lore_glossary_term_popup {
 padding: 5px;
 border: 1px dotted #dddddd;
 background-color: #f5f5f5;
}

.lore_glossary_term_popup_caption {
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 5px;
}

.lore_glossary_term_popup_definition {
 font-size: 10px;
 padding: 0px;
}

/************************************************************
* CATEGORY TREE
* Used in template: category_tree.tpl
************************************************************/

div.lore_category_tree_base a {
 display: block;
 text-decoration: none;
 font-size: 11px;
 background-color: #d5dbd8;
 color: #fff;
 padding: 4px;
 margin: 0px;
 border-bottom: 1px solid white;
}

div.lore_category_tree_category a {
 display: block;
 text-decoration: none;
 font-size: 11px;
 background-color: #f2f5f3;
 color: black;
 padding: 4px;
 margin: 0px;
 border-bottom: 1px solid white;
}

div.lore_category_tree_category a:hover {
 display: block;
 text-decoration: none;
 font-size: 11px;
 background-color: #d5dbd8;
 color: black;
 padding: 4px;
 border-bottom: 1px solid white;
}

div.lore_category_tree_current_category a {
 display: block;
 text-decoration: none;
 font-size: 11px;
 font-weight: bold;
 background-color: #353e39;
 color: #fff;
 padding: 4px;
 margin: 0px;
 border-bottom: 1px solid white;
}

div.lore_category_tree_current_category a:hover {
 display: block;
 text-decoration: none;
 font-size: 11px;
 font-weight: bold;
 background-color: #353e39;
 color: #fff;
 padding: 4px;
 margin: 0px;
 border-bottom: 1px solid white;
}

/************************************************************
* CATEGORY LISTING
* Used in template: categories.tpl
************************************************************/

.lore_category {
 padding: 5px
}

/************************************************************
* ARTICLE PAGE
* Used in template: article.tpl
************************************************************/

.lore_article_info_box {
 font-size: 9px;
 background-color: #ffffff;
 border: 1px dotted #cccccc;
 text-align: left;
 margin-bottom: 3px;
 padding: 5px
}

.lore_article_info_box_label {
 background-color: #f0f0f0;
 font-size: 10px;
 padding: 3px;
 text-align: right;
}

.lore_article_info_box_data {
 font-size: 10px;
 padding: 3px;
 text-align: left;
}

.lore_article_content {
 background-color: #ffffff;
 padding: 5px;
 padding-left: 15px;
 font-size: 12px
}

.lore_article_admin_options {
 padding: 5px;
 font-size: 10px;
 font-weight: bold;
 background-color: #f0f0f0;
 border: 1px dotted #abc;
}

.lore_article_comments {
 margin-top: 10px;
 margin-left: 25px;
 margin-right: 25px;
}

.lore_article_comment {
 font-size: 10px;
 margin: 10px;
 text-align: left;
}

.lore_article_comment_header {
 font-size: 10px;
 font-weight: normal;
 padding: 3px;
 background-color: #fafafa;
 border: 1px dotted #cccccc
}

.lore_article_comment_content {
 font-size: 10px;
 font-weight: normal;
 padding: 10px;
 text-align: left;
}

/************************************************************
* ARTICLE LISTINGS
* Used in templates: articles.tpl, article_short.tpl
************************************************************/

.lore_article {
 margin-bottom: 5px;
}

.lore_article_featured {
 margin-bottom: 5px;
}

.lore_article_preview_font {
 color: #404040;
 font-size: 11px;
}

.lore_article_details_font {
 color: #999999;
 font-size: 10px;
}

/************************************************************
* FORMS
* Used in templates: contact_form.tpl, email_article.tpl,
*                    comment.tpl
************************************************************/

.lore_form_table {
 background-color: white;
 border: 0;
 margin-left: 30px
}

.lore_form_field_info {
 font-size: 12px;
 padding: 3px;
 margin: 3px;
 background-color: #f5f5f5;
 border: 1px dotted #aaaaaa
}

.lore_form_field {
 font-size: 10px;
 padding: 3px;
 margin: 3px;
}

.lore_form_buttons {
 font-size: 10px;
 padding: 3px;
 margin: 3px;
 text-align: center
}

.lore_input {
 font-size: 9px;
 font-family: verdana,sans-serif;
 color: black;
 background-color: #dddddd;
 border: 1px solid black;
}

.lore_form_error {
 color: red;
}

/************************************************************
*  PROGRAM MESSAGE/ERROR
************************************************************/

.lore_message {
 font-size: 12px;
 text-align: center;
 border: 1px dotted #cccccc;
 padding: 3px;
 margin: 10px
}

.lore_error_message {
 margin: 25px;
}

/************************************************************
* PRINTER-FRIENDLY ARTICLE
* Used in template: article_print.tpl
************************************************************/

.print_article_header {
 font-size: 18px;
 font-weight: bold;
 background-color: #f5f5f5;
 border: 1px dotted #bbbbbb;
 padding: 5px;
 margin: 5px;
}

.print_article_box {
 font-size: 12px;
 background-color: white;
 padding: 5px;
 margin: 5px;
}


/***********************************************************
* MAKRKETCIRCLE STYLE HEADER
* used in html_header.tpl
***********************************************************/

body {
	background-color: #2d2d2d;
	text-align:left;
	min-width:900px;
	padding:0px;
	margin:0px;
	font: 10px "Helvetica", Arial, Geneva;
	}


/*----------------DIV STYLES----------------------*/

.main {
	width:868px;
	margin:auto;
	}

.content_box_padded {
	width:				868px;
	margin-left: 		0px;
	padding-bottom:		6px;
	padding-top:		16px;
	background-color:	white;
}

.content_left_824 {
	text-align:			left;
	width: 				824px;
	padding:12px 24px 4px 24px; 
	font: 11px "Lucida Grande", Arial, Geneva;
	line-height:13pt;
	color:#444F49;
}


#header {
	position:relative;
	width:900px;
	height:130px;
	margin:0 auto;
	text-align:left;
	background:url(/images/v11/header_bg.gif);
}


#body .content {
	position:relative;
	top:0px;
	background:url(/images/v11/body_bg10.gif);
	width: 840px;
	padding:30px;
	margin:0 auto;
	text-align:left;
}


#footer {
	position:relative;
	top:0px;
	background: #444F49 url(images/v11/body_bottom.gif) no-repeat;
	width: 900px;
	margin:0 auto;
	text-align:center;
}

.breadcrumbs {
	position:absolute;
	right:25px;
	bottom:+1.5em;
	z-index:1;
}

/*------------------FOOTER STYLES----------------------*/


#newfooter {
	position:relative;
	top:0px;
	padding: 30px;
	width: 868px;
	text-align:center;
	margin:0 auto;
	color:#ffffff;
}
#newfooter a:link, #newfooter a:visited {
	text-decoration:none;
	color:#999;
	padding-left:10px;
	padding-right:10px;
	line-height:1.75em;
}
#newfooter a:hover, #newfooter a:active {
	text-decoration:underline;
	color:#888;
}



/*------------------TEXT STYLES----------------------*/

body {
	font: 11px "Lucida Grande", Arial, Geneva;
	line-height:13pt;
	color:#444F49;
}

.breadcrumbs {
	font-size:9px;
	color:#fff;
	}


#footer {
	font-size:9px;
	color:#999;
}

#footer .copyright {
	font-size:9px;
}

.sidepanel {
	font-size:11px;
	color:#444F49;
}
.sidepanel .sidebarbox_right {
	line-height:11px;
}
.sidebarbox_right strong {
	color:#000;
	font-size:13px;
	border-bottom:1px solid #444F49;
	margin-left:-2px;
	line-height:15px;
}


.sidepanel td.sidebartitle {
	font-size:13px;
	color: #FFFFFF;
}

.sidepanel td ol {
	margin-left:-40px;
}

.sidepanel td strong {
	color:#444F49;
}


.sidepanel td ul.indent li {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin-top:-1px;
	line-height:2em;
	list-style-position: inside;
	list-style-image: url(images/littlearrow.gif);
	font-size:9px;
}

.sidepanel td ul.indent li.odd {
	list-style-image: url(images/littlearrow_blue.gif);
}
.sidepanel p {
	margin-top:-1px;
}

#body blockquote {
	border: 1px dotted #ccc;
	background:#f6f6f6;
	padding-left:30px;
	margin-right:60px;
}

.content {
	font-size:11px;
	line-height:13px;
}

.content h1.underline {
	margin-right:30px;
}

.content h1 {
	color: #5d6d65;
	border-bottom:1px solid #444F49;
	padding-bottom:15px;
	
	}
.content h1.odd {
width:820px;
}
.content h2 {
	color:#666;
	font-size:17px;
	line-height:21px;
}

.content h2.underline {
	color:#666;
	margin-bottom:-0.75em;
	border-bottom:1px solid #444F49;
	margin-right:30px;
}

.content h3 {
	color:#5d6d65;
	font-size:15px;
	line-height:17px;
}

.content h3.underline {
	border-bottom:1px solid #999;
	padding-bottom:5px;
}

.content p {
	padding-right:30px;
	text-align:left;
}

.content p.even {
	margin-top:-.05em;
	padding-left:20px;
	padding-right:30px;
}

.content table.border {
	border:1px solid #bbb;
}
.content table.border img {
	border:0px solid #333;
	}
	
.content td p.even {
	padding:0;
	margin-top:0;
}

.content td p {
	padding-right:10px;
}

.content td.paneltop {
	padding-left:10px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	color:#999;
}


.content td.panelmiddle {
	padding-left:10px;
	padding-right:10px;
	border-left:1px dotted #ccc;
}
.content td.panelmiddle li{
	margin-left:-15px;
	}

.content td p.odd {
	font-size:10px;
	color:#aaa;
	text-align:right;
	margin-top:-1.5em;
}

.content table.features li {
	font-size:9px;
	margin-left:-30px;
}

.content h6 {
	font-weight:lighter;
	font-size:10px;
	color:#666;
}

.content strong {
	color:#333;
}
/*--------------------LINKS-----------------------------*/

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#999;
	padding-left:10px;
	padding-right:10px;
	line-height:1.75em;
}

#footer a:hover, #footer a:active {
	text-decoration:underline;
	color:#888;
}

.content a:link, .content a:visited {
	text-decoration:none;
	color: #005AD7;
}
.content a:hover, .content a:active {
	text-decoration:underline;
	color: #669999;
}

.sidepanel a:link, .sidepanel a:visited {
	text-decoration:none;
	color:#444F49;
	font-weight:bold;
}

.sidepanel a:hover, .sidepanel a:active {
	text-decoration:none;
	color:#69a;
	font-weight:bold;
}
.sidepanel td ol a:link, .sidepanel td ol a:visited {
	font-size:9px;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
	color:#888;
	text-decoration:underline;
}
/*------------------IMAGE REPLACEMENTS-------------------*/

.logo span { display:none }

.logo {
	background:url(images/v11/mc_logo10.gif);
}

/*-----------------------ELEMENT PLACEMENTS----------------------------*/

.logo {
	position:relative;
	top:50px;
	left:30px;
	height:45px;
	width:190px;
}
.topnavbar {
	height:25px;
	position:absolute;
	top:60px;
	right:20px;
}

.sidepanel table {
	background:#F3F3F3;
}

.sidepanel .bottom {padding:0; border:0px;}

.sidepanel td {
	border-top:1px solid #C3C4C5;
	border-left:1px solid #C3C4C5;
	border-right:1px solid #C3C4C5;
	padding-left:35px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
}

.sidepanel td ul {
	margin-left:-40px;
}

img.icon {
	margin-left:-30px;
	padding-right:10px;
	margin-bottom:-10px;
}

.sidepanel td.sidebartitle {
	background:url(images/v11/sidebar_title.gif) no-repeat;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	border:0px;
}

.sidepanel td.selected_withtext, .sidepanel td.selected_notext {
	background:url(images/v11/sidebar_itemselected.gif) no-repeat top left;
	padding-left:35px;
}


td.sidebarbox_top, td.sidebarbox_left, td.sidebarbox_right, td.sidebarbox_bottom {
	padding:0; border:0;
}
td.sidebarbox_top, td.sidebarbox_bottom {
	height:8px;
	width:220px;
}
td.sidebarbox_top {	background:url(images/sidebarbox_top.gif) no-repeat;
	border:0px;
}

td.sidebarbox_bottom { background:url(images/sidebarbox_bottom.gif) no-repeat bottom;
	border:0px;
}

td.sidebarbox_left {
	width:80px;
	background:url(images/sidebarbox_bg.gif) repeat-y;
}

td.sidebarbox_left img {
	padding:0;
	}

td.sidebarbox_right {
	width:130px;
	background:url(images/sidebarbox_right.gif) right repeat-y;
	padding-right:10px;
}

tr.even, tr.odd {
	background:url(images/tablerow_line.gif) bottom repeat-x;
	line-height:1.25em;
}

.content .nosidebar {
	width:820px;
}

.content table.even td {
	padding-top:1em;
	padding-bottom:1em;
}

.content ol li {
	padding-bottom:1em;
	}


.content p.underline {
	border-bottom:1px solid #444F49;
	padding-bottom:10px;
}

/*----------------------------- index style ------------------------------->

/* Navbar style */
#topbar{
	height:128px;
	width: 960px;
}

#marketcircle_logo {
	margin-top: 31px;
	float: left;
	margin-left: 9px;
}

#nav {
	font-family: "Helvetica", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;

	margin-top: 40px;
	margin-right: 25px;

	float: right;
}

#nav li {
	display: inline;
	margin-left: 30px;
}

#nav a {
	text-decoration: none;
	color: #939393;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

#nav a:hover {
	border-bottom-color: #939393;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#nav a.selected {
	color: #ff6c00;
}


.rightalign {
	text-align: right;
	padding-right: 100px;
}

/* body style */

img{
	border:0px;
	background:none;
}

.hiddenPic {display:none;}

.main {
	width:876px;
	clear: both;
	margin:auto;
	background-color:white;
}

body {
	background-color: #ffffff;
	min-width:1008px;
	padding:0px;
	margin:0px;
	font: 10px "Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
	}
	
#bringbacktoflow{
	clear:both;
	height:20px;
}



/* Context Section */

.contentwrap{
	width:830px;
	height:100%;
	margin:auto;
	font-family: "Helvetica Neue","Helvetica";
}



.contentwrap .left{
	width:390px;
	float:left;
}

.contentwrap .right{
	width:390px;
	float:right;
}

/* Twitter style and images */

.twittericon{
	background-image: url("../images/twitter/twittericon.png");
	width:39px;
	height:36px;
	float:right;
	margin-top:-99px;
}

.twittersection{
	width:auto;
	height:111px;
	margin-top:40px;
}

.twitterbar{
	background-image: url("../images/indeximages/twitter/backgroundstrip.png");
	background-repeat: repeat-x;
	width:auto;
	height:41px;
}

.twittersection .twitterbox{
	background-image: url("../images/indeximages/twitter/twitterbackgroundbox.png");
	background-repeat: no-repeat;
	width:387px;
	height:111px;
	margin:auto;
	margin-top:-76px;
	padding-top:15px;
}

/* footer Section*/

.footer a{
	color:#767676;
	font-size:11px;
	text-decoration: none;
}