/* CSS Document */
HTML,BODY,TABLE,DIV,P,TH,TR,TD {
	FONT-FAMILY:  Arial, Verdana, Helvetica, sans-serif;
}
body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-size:12pt;
}
.wrapper {
	min-width:980px;
}
/*
* html .wrapper {
	width:expression(document.body.clientWidth > 980 ? "auto" : "980px" );
}
*/
.general_content {
	margin-left:20px;
	margin-right:20px;
	max-width:1300px;
}
/*
* html .general_content {
	width:expression(document.body.clientWidth < 1342 ? "auto" : "1300px" );
}
*/
.dj_ie6 .general_content {
    width:1320px;
}


.float_left {
	float:left;
}
.float_right{
	float:right;
}
.margin_top {
	margin-top:5px;
	clear:both;
}
.margin_top_img {
	margin-top:2px;
	*margin-top:7px;
}
.margin_left {
	margin-left:5px;
}
select {
	border:1px solid #dcd8d2;
	height:22px;
}
.float_div_left {
	display:block;
	float:left;
}
.float_div_right {
	display:block;
	float:right;
}

/** default styling; taken from dojo.css with modifications ------------------------- */
fieldset, img {	
	border: 0 none;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal; 	
	font-weight: normal;
}

q:before, q:after {
    content:"";
}

abbr, acronym {
    border:0;
}

/* paragraphs, quotes and lists */
p { 
 /** This modified from original dojo.css */
	font-size: 1em; 
	margin-top: 0.9em; 
	margin-bottom: 1.1em; 
	padding: 0px;
	margin-left: 10px;
	text-align: justify;
}

blockquote { 
	font-size: 0.916em; 
	margin-top: 3.272em; 
	margin-bottom: 3.272em; 
	line-height: 1.636em; 
	padding: 1.636em; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}

ol li, ul li { 
	font-size: 1em; 
	line-height: 1.5em; 
	margin: 0;
}

/* pre and code */
pre, code { 
	font-family: Courier, "Courier New"; 
	background-color: #efefef; 
	border: 1px solid #dddddd;
}

pre { 
	border-width: 1px 0; 
	padding: 3px;
}

/* Headings */
h1 {
	/* modified from the original in dojo.css */
	font-size: 28px;
	color: #5C564B;
	font-weight: normal;
	line-height: 1em; 
	margin-top: 0.5em;
	margin-bottom: 1em;
}

h2 { 
	font-size: 20px;
	color: #5C564B; 
	font-weight: normal; 
	line-height: 1.286em; 
	margin-top: 0.5m; 
	margin-bottom:0.643em;
}

h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold; 
	line-height: 1.5em; 
	margin-top: 0.5em; 
	margin-bottom: 0.25em;
}

a {
	/*color: #6c838e;*/
	color: #31647F;
}

a:visited {
	color: #686986;
}

a:hover {
	color: #ff8400;
}

div.main_content {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	max-width: 1300px;
	color: #000000;	
}
* html .main_content {
	width:expression(document.body.clientWidth < 1342 ? "auto" : "1300px" );
}

.main_content form {
	margin-left: 10px;	
}

div.main_content_head {
	margin-top: -60px;	
}

.logo_area_simple {
	background-image:url(../img/yfolders_logo_area.gif);
	background-repeat:repeat-x;
	height: 126px;
}

.dashboard_box {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px dashed #d8d3cc;
	border-right: 1px dashed #d8d3cc;
}

.dashboard_box h3 {
	margin-right: 5px;
	border-bottom: 2px solid #686158;
}

/* styling for the bs dropdown widget for tooltips */

.bs_dropdown_main {
	padding: 6px;
	padding-top: 10px;
}

.bs_dropdown_main .header_box {
	color: #3B352D;
	padding-bottom: 6px; 
	border-bottom: 1px solid #e5e1dc;
}

.bs_dropdown_main .header_box .title {
    font-weight: bold;
	font-size: 17px;
	margin-bottom: 3px;
}

.bs_dropdown_main .content_box {
	margin-top: 10px;
}

.bs_dropdown_main .content_box .element_label {
	width:80px;
        font-weight: bold;
	float:left;
	clear:left;
	height: 20px;
	padding:4px 0px 0px 0px;
}

.bs_dropdown_main .content_box .element_container {
	float:left;
	clear:right;
	padding:2px 0px 2px 0px;		
}

/* youtube video thumb ------------------------------------------------------ */

.youtube_videothumb {
	display:block;
	height:97px;
	margin:6px;
	position:relative;
	width:130px;
	float: left;
}
.youtube_videothumb img {
	height:97px;
	width:130px;
}
.youtube_videothumb span {
	bottom:8px;
	display:block;
	height:16px;
	left:8px;
	position:absolute;
	text-indent:-1000em;
	width:16px;
}
.youtube_videothumb:hover span {
	bottom:12px;
	left:12px;
}
.youtube_videothumb > span {
	background:transparent url(../img/video-overlay.gif) no-repeat scroll 0pt 50%;
}

/* youtube video thumb ------------------------------------------------------ */

.youtube_videothumb {
	display:block;
	height:97px;
	margin:6px;
	position:relative;
	width:130px;
}
.youtube_videothumb img {
	height:97px;
	width:130px;
}
.youtube_videothumb span {
	bottom:8px;
	display:block;
	height:16px;
	left:8px;
	position:absolute;
	text-indent:-1000em;
	width:16px;
}
.youtube_videothumb:hover span {
	bottom:12px;
	left:12px;
}
.youtube_videothumb > span {
	background:transparent url(../img/video-overlay.gif) no-repeat scroll 0pt 50%;
}

/* list with alternating colors */
.list_alt_header {
	background-color: #577f93;
	color: #ffffff;
	padding: 5px;
}
.list_alt_0 {
	background-color: #ffffff;
	padding: 5px;
}
.list_alt_1 {
	background-color: #e5e1dc;
	padding: 5px;
}

/*-------------------------------------------------- header start -------------------------------------------*/ 
.logo_area {
	background-image:url(../img/logo_area_bg.png);
	background-repeat:repeat-x;
	background-color:#dfe8ee;	
}
.logo_area_content {
	height:62px;
}
.logo {
	width:192px;
	height:62px;
	float:left;
	display:block;
	margin-left:-1px;
}
.logo_area_tabs {
	float:right;
	margin-top:10px;
	font-size:12px;
	cursor:default;
}
.logo_area_tabs ul {
	margin-top:0px;
	padding-top:0px;
}
.logo_area_tabs ul li {
	list-style:none;
	display:inline;
	color:#dacece;
	margin-left:7px;
}
.logo_area_tabs ul li a:link, .logo_area_tabs ul li a:active {
	color:#cfebfe;
	text-decoration:underline;
	cursor:pointer !important;
}
.logo_area_tabs ul li a:hover {
	color:#fbfbbd;
	text-decoration:underline;
	cursor:pointer !important;
}
.logo_area_tabs ul li a:visited {
	color:#b7b8b8 !important;
	text-decoration:underline;
	cursor:pointer !important;
}
/*-------------------------------------------------- header end -------------------------------------------*/

/*-------------------------------------------------- filterset start -------------------------------------------*/ 
.second_area {
	background-color:#dfe8ee;
	background-image:url(../img/result_tab_area_bg.png);
	_background-image:url(../img/result_tab_area_bg_ie6.gif);
	background-position:20px bottom; 
	background-repeat:no-repeat;
}
.second_area_top_space {
	height:6px;
}
.second_area_top {
	height:35px;
}
.sec_area_t_left {
	float:left;
	display:block;
}
.sec_area_t_left_l {
	float:left;
	display:block;
	width:185px;
	color:#5c564b;
	text-align:center;
	vertical-align:middle;
	font-size:28px;
}
.sec_area_t_left_r {
	float:left;
	display:block;
	margin-left:9px;
	color:#fb7444;
	font-size:25px;
	margin-top:3px;
	font-weight:bold;
}
.search_container {
	margin-right:300px;
	*margin-right:305px;
	_margin-right:300px;
	margin-left:185px;
	_margin-left:190px;
	padding: 8px 8px 8px 8px;
	background-color:none; 
	margin-top: -39px; 
	*margin-top: -40px;
}
.booleanIcon {
	width:28px;
	height:30px;
	z-index:101;
	position:absolute;
	margin-top:-25px;
	margin-left:10px;
	display:none;
	background-image: url(../img/dijits/boolean.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/dijits/boolean.png");
}
.search_input {
 	width:100%; 
	_width:98%; 
	height:24px; 
	border:2px solid #dfe8ee;
	border-left:5px solid #dfe8ee;	
	font-size:20px;
	padding-left:2px;	
	color:#fb7444;
	background-color:#dfe8ee;
}
.focused .search_input {
	border:2px solid #d3e1e8;
	border-left:5px solid #d3e1e8;	
	background-color:#fff;
	font-size:20px;
	height:24px; 	
}
.search_container_menu {
	width:250px;
	position:absolute;
	z-index:101;
	margin-top:26px;
	*margin-top:27px;	
	height:0px;
	display:none;
}
.search_container_menu .s {
	font-size:12px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:2px;
	background-repeat:repeat-y;
	background-image: url(../img/dijits/select_bg.png);
	_background-image: url(../img/dijits/select_bg.gif);
}
.search_container_menu .sb {
	height:10px;
	background-repeat:no-repeat;
	background-image: url(../img/dijits/select_b_bg.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/dijits/select_b_bg.png");	
}
.sec_area_t_right {
	float:right;
	display:block;
	vertical-align:bottom;
	margin-top:5px;
	white-space:nowrap;
}
.filter_default_button {
	background-image: url(../img/blue_button_l.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:25px;
	background-color:#547b8f;
	overflow:hidden;
	margin-left:5px;
	cursor:pointer;
}
.filter_default_button a {
	height:25px;
	background-image: url(../img/blue_button_r.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#547b8f;
	display:block;
	margin-left:2px;
	float:left;
	color:#fefefe !important;
	font-size:12px;
	text-decoration:none;
	padding:5px 10px;
	white-space:nowrap;
}
.filter_hover_button {
	background-image: url(../img/blue_hover_button_l.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:25px;
	background-color:#20475b;
	overflow:hidden;
	margin-left:5px;
	cursor:pointer;
}
.filter_hover_button a {
	height:25px;
	background-image: url(../img/blue_hover_button_r.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#20475b;
	display:block;
	margin-left:2px;
	float:left;
	color:#fefefe !important;
	font-size:12px;
	text-decoration:none;
	padding:5px 10px;
	white-space:nowrap;
}
.filter_desable_button {
	background-image: url(../img/blue_desable_button_l.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:25px;
	background-color:#919191;
	overflow:hidden;
	margin-left:5px;
	cursor:default;
}
.filter_desable_button span {
	height:25px;
	background-image: url(../img/blue_desable_button_r.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#919191;
	display:block;
	margin-left:2px;
	float:left;
	color:#e9e5e5;
	font-size:12px;
	text-decoration:none;
	padding:5px 10px;
	white-space:nowrap;
	cursor:default;
}
.fiter_area_content {
	clear:both;
	background-color:#d3e1e8;
	text-align:left;
}

.fiter_area_content select {
 	height: 22px;
}
.fiter_area_content_boxer {
	padding:5px;
	clear:both;
}
.fiter_navigation_content {
	width:180px;
	float:left;
	text-transform:capitalize;
	font-size:14px;
}
.fiter_nav_general_content {
	clear:right;
	position:relative;
	margin-left:180px;
	height:100%;
}
.fiter_nav_default {
	background-color:#FFFFFF;
	background-image:url(../img/sac_w_box_l.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:31px;
	cursor:pointer;
}
.fiter_nav_disabl {
	background-color:#e3ecf0;
	background-image:url(../img/sac_gray_box_l.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:31px;
}
.fiter_nav_add_ic {
	background-image:url(../img/blue_plus_bulit.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:15px;
	height:14px;
	display:block;
	float:left;
	margin-top:8px;
	margin-left:12px;
	_margin-left:6px;
}
.fiter_nav_ic {
	background-image:url(../img/filter_nav_icons.gif);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	display:block;
	float:left;
	margin-top:8px;
	margin-left:12px;
	_margin-left:6px;
}
.fiter_nav_box_ic {
	background-image: url(../img/filter_nav_bulit.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:15px;
	height:14px;
	display:block;
	float:left;
	margin-top:8px;
	margin-left:12px;
	_margin-left:6px;
}
.fiter_nav_default_text, .fiter_nav_active_text, .fiter_nav_disabl_text {
	float:left;
	display:block;
	margin-top:6px;
	margin-left:5px;
}
.fiter_nav_default_text a {
	font-weight:bold;
	color:#1f485d;
	text-decoration:none;
}
.fiter_nav_default_text a:hover {
	font-weight:bold;
	color:#ff4100;
	text-decoration:none;
}
.fiter_nav_default_text a:visited {
	font-weight:bold;
	color:#1f485d;
	text-decoration:none;
}
.fiter_nav_active_text a {
	font-weight:bold;
	color:#ff4100 !important;
	text-decoration:none;
}
.fiter_nav_disabl_text span {
	font-weight:bold;
	color:#6d8a98;
	cursor:default;
}
.fiter_nav_bulit_ic {
	background-image:url(../img/blue_vertical_bulit.gif);
	width:17px;
	height:12px;
	background-position:left top;
	background-repeat:no-repeat;
	margin-top:8px;
	margin-right:12px;
	_margin-right:8px;	
	float:right;
}
.fiter_nav_general_default {
	height:31px;
	clear:right;
	font-size:14px;
	color:#152831;
	font-weight:bold;
}
.fiter_condition_container {
	position:absolute;
	width:100%;	
}
.fiter_active .fiter_condition_container {
	background-image:url(../img/filter/fa_l_b.png);	
	background-position:left bottom;
	background-repeat:no-repeat;
	z-index: 999;
	margin-left:-5px;
	_margin-left:-6px;
	padding-right: -5px;
	_padding-right:-6px;	
	padding-left:5px;
	_padding-left:6px;
}
* html .fiter_active .fiter_condition_container {
	background-image:url(../img/filter/fa_l_b.gif);
	background-position:-1px bottom;			
}
.fiter_active .fa_left_top {
	background-image:url(../img/filter/fa_l_t.png);	
	background-position:left -5px;
	background-repeat:no-repeat;
	margin-left:-5px;
	_margin-left:-6px;
	padding-right: -5px;
	_padding-right:-6px;	
	padding-left:5px;
	_padding-left:6px;	
}
.fiter_active .fa_bottom {
	margin-left:5px;
	margin-right:10px;
	background-image:url(../img/filter/fa_b.png);
	background-repeat:repeat-x;	
	background-position:left bottom;
	padding-bottom:10px;			
}
* html .fiter_active .fa_bottom {
	background-image:url(../img/filter/fa_b.gif);
    margin-left:-1px;					
}
.fiter_active .fa_right_bottom {
	background-image:url(../img/filter/fa_r_b.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin-right:-5px;	
}
* html .fiter_active .fa_right_bottom {
	background-image:url(../img/filter/fa_r_b.gif);			
}
.fiter_active .fa_right_top {
	background-image:url(../img/filter/fa_r_t.gif);
	background-position:right -5px;
	background-repeat:no-repeat;
}
.fiter_condition_content_pen {
	padding:5px 0px 5px 6px;
	min-height:21px;
	vertical-align:top;
}
.fiter_active .fiter_condition_content_pen {
	background-color:#fff;
}
.fiter_condition_content_pen .filterRow {
    height: 27px;
}
.fiter_condition_content_pen .filterRow * {
    vertical-align:middle;
}
* html .fiter_active .fiter_condition_content_pen {
	margin-left:-1px;			
}
.filter_bottom_tab_area {
	height:30px; 
	clear:both; 
	display:block;  
	margin-bottom:0px;
}
.filter_add_menu {
	display:none;
	position:absolute;
	width:189px;
	z-index:999;
	margin-top:-3px;
	margin-left: -5px;
	cursor:pointer;
}
.filter_add_menu_t {
	height:1px;
	background-image:url(../img/add_f_bg.png);
	_background-image:url(../img/add_f_bg.gif);	
	clear:both;
	background-repeat:repeat-y;		
}
.filter_add_menu_c {
	background-image:url(../img/add_f_bg.png);
	_background-image:url(../img/add_f_bg.gif);	
	background-repeat:repeat-y;
	clear:both;
	padding:0px;
	_margin-top: -10px;	
}
.filter_add_menu_b {
	height:10px;
	margin-top: -1px;
	background-image:url(../img/add_f_b_bg.png);
	_background-image:url(../img/add_f_b_bg.gif);
	clear:both;
	background-position: left bottom;
	background-repeat:no-repeat;
	_margin-top: -10px;	 	
}
.filter_add_menu_item {
	background-image:url(../img/checker.gif);
	background-repeat:no-repeat;
    background-position: 15px 0px;	
	padding-left:25px;
	height:16px;
	color:#1f485d;
	font-size:12px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
.filter_add_menu_item:hover {
	background-color:#d3e1e8;
}
.filter_add_menu_title {
	margin-left: 12px;	
}
.filter_close_button {
	background-image:url(../img/filter_close.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	display:none;
	height:14px;
	width:14px;
	cursor:pointer;
}
.fiter_active .filter_close_button {
	display:block;
	z-index:1000;
}
/*-------------------------------------------------- filterset end -------------------------------------------*/ 

/*-------------------------------------------------- tabs start -------------------------------------------*/ 
.result_tab_area {
	height:42px;
	margin-top:10px;
}
.result_default_button {
	background-image: url(../img/result_default_tab_l_gr.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:42px;
	background-color:#577f93;
	overflow:hidden;
	margin-left:5px;
	cursor:pointer;
}
.result_default_button a, .result_default_button a:hover {
	height:42px;
	background-image: url(../img/result_default_tab_r_gr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#577f93;
	display:block;
	margin-left:2px;
	float:left;
	color:#fefefe !important;
	font-size:14px;
	text-decoration:none;
	padding:5px 30px 5px 8px;
	white-space:nowrap;
	font-weight:bold;
}
.result_hover_button {
	background-image: url(../img/result_hover_tab_l_gr.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:42px;
	background-color:#20465a;
	overflow:hidden;
	margin-left:5px;
	cursor:pointer;
}
.result_hover_button a {
	height:42px;
	background-image: url(../img/result_hover_tab_r_gr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#20465a;
	display:block;
	margin-left:2px;
	float:left;
	color:#ffffff /*#fefefe*/ !important;
	font-size:14px;
	text-decoration:none;
	padding:5px 30px 5px 8px;
	white-space:nowrap;
	font-weight:bold;
}
.result_current_button {
	background-image: url(../img/result_current_tab_l.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:42px;
	background-color:#ffffff;
	overflow:hidden;
	margin-left:5px;
	cursor:default;
}
.result_current_button span {
	height:42px;
	background-image: url(../img/result_current_tab_r.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	display:block;
	margin-left:2px;
	float:left;
	color:#fa4100;
	font-size:14px;
	text-decoration:none;
	padding:5px 30px 5px 8px;
	white-space:nowrap;
	cursor:default;
	font-weight:bold;
}
.result_current_button a {
	height:42px;
	background-image: url(../img/result_current_tab_r.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	display:block;
	margin-left:2px;
	float:left;
	color:#fa4100 !important;
	font-size:14px;
	text-decoration:none;
	padding:5px 30px 5px 8px;
	white-space:nowrap;
	cursor:default;
	font-weight:bold;
}
.looking {
	width:180px;
	float:left;
	color:#5c564b;
	text-align:center;
	vertical-align:middle;
	font-size:28px;
}
.result_navigation {
	background-color:#999999;
	margin-left:180px;
}
.result_bottom_spliter_line {
	height:1px; 
	clear:both; 
	*margin-top:-12px; 
	_display:none;
}
/*-------------------------------------------------- tabs end -------------------------------------------*/ 

/*-------------------------------------------------- navigation menus start -------------------------------------------*/
.result_navigation_content {
	width:180px;
	float:left;
	text-transform:capitalize;
	position:relative; 
	left:0px;
	padding-bottom:10px;
}
.result_general_content {
	 margin-left:180px;
	 padding-bottom:5px;
}
.result_bgr{
	background-color: #ffffff;
}
.result_top {
	background:url(../img/border.gif) repeat-x;
	background-position:0px 0px;
}
.result_bot {
	background:url(../img/border.gif) repeat-x;
	background-position:0px 100%;
}
.result_left {
	background:url(../img/border.gif) 0 0 repeat-y;
}
.result_right {
	background:url(../img/border.gif) 100% 0 repeat-y;
}
.result_l_top {
	background: url(../img/l_t.gif) 0 0 no-repeat;
}
.result_l_bot {
	background: url(../img/l_b.gif) 0 100% no-repeat;
}
.result_r_bot {
	background: none;
}
.result_r_top {
	background: none;
}
.result_nav_active, .result_nav_active_child {
	height:31px;
	background-color:none;
	margin-left:12px;
	border-bottom:1px solid #dbd9d7;
	cursor:pointer;
	text-align: left;
	white-space: nowrap;
}
.result_nav_active_button {
	height:100% !important;
	display:block !important;
	font-weight:bold;
	color:#ff4100 !important;
	text-decoration: none;
	background-color:#fff;
	cursor:pointer;
	white-space: nowrap;		
}
.result_nav_active a, .result_nav_active_child a {
	font-size:14px;
}
.result_nav_active_text {
	display:inline-block;
	margin-top:6px;
	margin-left:5px;
}
.result_nav_active_child_button {
	height:100% !important;
	display:block !important;
	font-weight:normal;
	color:#6e675f;
	text-decoration:none;
	font-size:12px !important;
	cursor:pointer;		
}
.nav_link_active .result_nav_active_child_button {
	font-weight:bold;
	color:#53493f;
}
.result_nav_active_child_text {
	display:inline-block;
	margin-top:8px;
	margin-left:22px;
	_margin-left:10px;
	text-decoration: none;
}
.result_nav_active_child {
	background-color: #fff;	
}
.result_nav_profile {
	background-color:#534c44;
	background-image:url(../img/profil_result_default_l_corn.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:31px;
	cursor:pointer !important;
	text-align: left;
	white-space: nowrap;	
}
.result_nav_profile a {
	font-size:14px !important;
}
.result_nav_disable {
	background-color:#ada9a2;
	background-image:url(../img/result_left_nav_disable_left_corn.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:31px;
	text-align: left;
	white-space: nowrap;		
}
.result_nav_default {
	background-color:#807971;
	background-image:url(../img/result_left_nav_default_left_corn.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:31px;
	cursor:pointer;
	text-align: left;
	white-space: nowrap;	
}
.result_nav_default_button {
	font-weight:bold;
	color:#ffffff !important;
	text-decoration:none;
	text-transform:capitalize;
	cursor:pointer;
	font-size:14px !important;
	height:100% !important;
	display:block !important;
	white-space: nowrap;	
}
.result_nav_default a {
	font-size:14px !important;	
}
.result_nav_default_text, .result_nav_disable_text {
	display:inline-block;
	margin-top:6px;
	margin-left:5px;
	font-size:14px !important;
	text-align: left;
}
.result_nav_default_text a {
	font-weight:bold;
	color:#ffffff !important;
	text-decoration:none;
	text-transform:capitalize;
}
.result_nav_disable_text span {
	font-weight:bold;
	color:#edeae7;
	text-transform:capitalize;
	cursor:default;
}
/*-------------------------------------------------- navigation menus end -------------------------------------------*/ 

/*-- result content start --*/
.result_top_white_area {
	clear:both;
	height:34px;
	background:none;
}
.results_boxer_content {
	float:left;
	width:100%;
	background-color:#e5e1dc;
}
.results_content_margins {
	padding:5px;
}
.res_r_bgr{
	background-color: #ffffff;
}
.res_r_top {
	background:url(../img/border.gif) repeat-x;
	background-position:0px 0px;
}
.res_r_bot {
	background:url(../img/border.gif) repeat-x;
	background-position:0px 100%;
}
.res_r_left {
	background:url(../img/border.gif) 0 0 repeat-y;
}
.res_r_right {
	background:url(../img/border.gif) 100% 0 repeat-y;
}
.res_r_l_top {
	background: url(../img/l_t.gif) 0 0 no-repeat;
}
.res_r_l_bot {
	background: url(../img/l_b.gif) 0 100% no-repeat;
}
.res_r_r_bot {
	background:url(../img/r_b.gif) 100% 100% no-repeat;
}
.res_r_r_top {
	background:url(../img/r_t.gif) 100% 0px no-repeat;
}
.demogr_result_general_content_header {
	padding-bottom:30px;	
}

/*-- result content start --*/

.result_general_content_boxer {
	padding:5px 5px 5px 22px;
	min-height:500px;
	text-align:left !important;
	margin-bottom:-5px;
}

* html .result_general_content_boxer {
	height:expression(document.body.clientHeight > 1000 ? "100%" : "350px" );
}
.result_general_content_boxer b {
	color: #3B352D;
	font-weight: bold;
}

.result_general_content_boxer h2 {
	color: #3B352D;
	border-bottom: 1px solid #e5e1dc;
}

.result_general_content_boxer h3 {
	color: #3B352D;
}
/* ------------------------------ content area top start ------------------------------------------------------------*/
.res_g_cont_header {
	height:22px;
	vertical-align:middle;
	padding-top:3px;
}
.res_g_cont_header_left {
	float:left;
	display:block;
}
.res_g_cont_header_right {
	float:right;
	display:block;
}
.r_g_c_head_label {
	color:#3b352d;
	font-weight:bold;
	white-space:nowrap;
	font-size:14px;
	padding-top:2px;
	margin-left:5px;
	_margin-left:2px;
}
.r_g_c_head_text {
	color:#3b352d;
	font-weight:normal;
	white-space:nowrap;
	font-size:14px !important;
	margin-top:3px;
}
.select_op_text {
	/*background-image:url(../images/input_white.gif);*/
	color:#3b352d;
	font-weight:normal;
	font-size:14px;
}
/* ------------------------------- content area top end ------------------------------------------------- */

/* ------------------------------- content area body start ---------------------------------------------- */
.res_g_cont_frame_active {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom: 10px;
	background-color:#ffffd9;
	color: #000000 !important;
}
.res_g_cont_frame_active .result_box {
	padding:5px;
}
.res_g_cont_frame_active .res_g_cont_frame_active span {
	/** this class seems to be unused **/
	color:#2a231c !important;
	font-size:16px;
	padding-top:10px;
}
.res_g_cont_frame_active .res_g_cont_fr_active_top_right_ic {
	text-align:left;
}
.res_g_cont_frame_active .res_g_cont_frame_active_sub {
	background-position:left 3px;
	background-repeat: no-repeat;
}
.res_g_cont_frame_active .res_g_cont_frame_active_sub .second_level_text {
	color:#868282;
	font-size:12px;
	margin-bottom:5px;
}
.res_g_cont_frame_active .res_g_cont_frame_active_sub_text_box {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	font-size:12px;
	text-align:left;
}
.res_g_cont_frame_active_sub_text_box a {
	color:#075c84 !important;
	font-size:12px;
	text-decoration:none;
}
.res_g_cont_frame_active_sub_text_box a:hover {
	color:#ff8400 !important;
	text-decoration: none;
}
.res_g_cont_frame_active_general_text_box {
	text-align:left;
}
.res_g_cont_frame_active .res_g_cont_frame_active_general_text_box {
	color:#000000 !important;
	font-size:12px;
	margin-right:200px;
	text-align:left;
}
.res_g_cont_frame .res_g_cont_frame_active_general_text_box span, .res_g_cont_frame_active .res_g_cont_frame_active_general_text_box span {
	color:#3b3329;
	font-size:14px;
	font-weight:bold;
}
.res_g_cont_frame {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom: 10px;
	color: #000000 !important;
}
.res_g_cont_frame .icons, .res_g_cont_frame_active .icons  {
	position:relative;
	right:5px;
	top:5px;
	float:right;
}
.res_g_cont_frame .result_box {
	padding:5px;
}
.res_g_cont_frame .res_g_cont_fr_active_top_right_ic {
	text-align:left;
}
.res_g_cont_frame .res_g_cont_fr_active_top_right_ic span{
	color:#34586a !important;
	font-weight:normal;
	font-size:16px;
	padding-top:10px;
	text-align:left;
}
.res_g_cont_frame .res_g_cont_frame_active_sub {
	background-position:left 3px;
	background-repeat: no-repeat;
}
.res_g_cont_frame .res_g_cont_frame_active_sub .second_level_text {
	color:#868282;
	font-size:12px;
	margin-bottom:5px;
}
.res_g_cont_frame .res_g_cont_frame_active_sub_text_box {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	font-size:12px;
	text-align:left;
}
.res_g_cont_frame .res_g_cont_frame_active_general_text_box {
	font-size:12px;
	margin-right:200px;
	text-align:left;
}
.res_g_cont_fr_active_top_right_ic a {
	color:#122a3d !important;
	font-weight:bold !important;
	font-size:14px;
	padding-top:10px;
	text-align:left;
	text-decoration: none !important;
}
.res_g_cont_fr_active_top_right_ic a:hover {
	color: #ff8400 !important;
	text-decoration: none !important;
}
.demogr_cont_area_info_boxer {
	text-align:left !important;
	margin-bottom:5px;
	overflow:auto;
}
.blog_search_sub_post {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog_search_sub_post a {
	color:#122a3d;
    font-weight:bold;
    font-size:11px;
    text-align:left;
    text-decoration: none;
}

.blog_search_sub_post a:hover {
	color: #ff8400;
	text-decoration: none;
}
.clear_both {
	clear:both;
	float:left;
}

.twitter_auth_content {
	color:#122a3d;
    font-weight: none;
    font-size:11px;
}

.twitter_auth_content a {
	color:#638c8e;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

/* ------------------------------- content area body end ---------------------------------------------- */

/* ---------------------------- content area bottom start ---------------------------------------------- */                                                            
.res_g_cont_footer {
	margin-bottom:20px;
	*margin-bottom:15px;
}
.res_g_cont_footer_left {
	float:left;
	display:block;
}
.res_foot_nav_float_left {
	display:block;
	float:left;
	background-color:#0000FF;
	margin-right:5px;
	height:25px;
}
.res_g_cont_footer_right {
	float:right;
	display:block;
}
.res_g_f_l_prev {
	background-image:url(../img/result_pageing_prav_l_corn.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:25px;
	background-color:#e2ded9;
	overflow:hidden;
}
.res_g_f_l_prev a {
	height:25px;
	background-image:url(../img/result_pageing_prav_r_corn.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#e2ded9;
	display:block;
	margin-left:2px;
	float:left;
	color:#797474 !important;
	font-size:12px;
	text-decoration:none;
	padding:5px 10px;
}
.res_g_f_l_current {
	background-image:url(../img/result_pageing_current_l_corn.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:25px;
	background-color:#000000;
	overflow:hidden;
	cursor:default;
}
.res_g_f_l_current span {
	height:25px;
	background-image:url(../img/result_pageing_current_r_corn.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#000000;
	display:block;
	margin-left:2px;
	float:left;
	color:#fefefe;
	font-size:12px;
	text-decoration:none;
	padding:5px 10px;
	cursor:default;
}
.res_footer_buton_hover {
	background-image: url(../img/save_result_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:25px;
	background-color:#40372d;
	overflow:hidden;
}
.bs_tab_button_container .res_footer_buton_hover {
	background-image: url(../img/save_result_left_br.gif);
}
.heartbeatsBS .bs_tab_button_container .res_footer_buton_hover {
	background-image: url(../img/heartbeat/hb_button_l_hover.gif) !important;
		background-color:#122e3c !important;
}
.res_footer_buton_hover a {
	height:25px;
	background-image: url(../img/save_result_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#40372d;
	display:block;
	margin-left:2px;
	float:left;
	color:#fefefe !important;
	font-size:12px;
	text-decoration:none;
	padding:5px 10px;
}
.bs_tab_button_container .res_footer_buton_hover a {
	background-image: url(../img/save_result_right_br.gif);
}
.heartbeatsBS .bs_tab_button_container .res_footer_buton_hover a {
	background-image: url(../img/heartbeat/hb_button_r_hover.gif) !important;
	background-color:#122e3c !important;
}
.res_g_f_l_default {
	background-image:url(../img/result_pageing_default_l_corn.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:25px;
	background-color:#726c63;
	overflow:hidden;
}
.bs_tab_button_container .res_g_f_l_default {
	background-image:url(../img/result_pageing_default_l_corn_br.gif);
}
.heartbeatsBS .bs_tab_button_container .res_g_f_l_default {
	background-image: url(../img/heartbeat/hb_button_l.gif) !important;
	background-color:#1a3e51 !important;	
}
.res_g_f_l_default a {
	height:25px;
	background-image:url(../img/result_pageing_default_r_corn.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#726c63;
	display:block;
	margin-left:2px;
	float:left;
	color:#fefefe !important;
	font-size:12px;
	text-decoration:none;
	padding:5px 10px;
}
.bs_tab_button_container .res_g_f_l_default a {
	background-image:url(../img/result_pageing_default_r_corn_br.gif);
}
.heartbeatsBS .bs_tab_button_container .res_g_f_l_default a {
	background-image: url(../img/heartbeat/hb_button_r.gif) !important;
	background-color:#1a3e51 !important;
}
.result_box {
	padding:5px;
}
/* ---------------------------- content area bottom end ---------------------------------------------- */                                                            

/* ---------------------------- footer area start ---------------------------------------------- */                                                            
.bottom_white_area {
	height:75px;
	clear:both;
	font-size:12px;
}
.bottom_white_area .copyText {
	display:inline-block;
	padding-top:24px;
}
.footer_bg {
	background-image:url(../img/footer_bg.gif);
	height:118px;
	background-repeat:repeat-x;
	background-position:left top;
}
.footer_bg *{
	font-size:11px;
}
.footer_area_tabs {
	margin-top:3px;
	font-size:12px;
	clear:both;
	cursor:default;
	padding-top:30px;
}
.footer_area_tabs ul {
	margin:0px;
	padding:0px;
}
.footer_area_tabs ul li {
	list-style:none;
	display:inline;
	color:#dacece;
	margin-right:5px;
}
.footer_area_tabs ul li a:link, .footer_area_tabs ul li a:active {
	color:#cfebfe;
	text-decoration:underline;
	cursor:pointer !important;
}
.footer_area_tabs ul li a:hover {
	color:#fbfbbd;
	text-decoration:underline;
	cursor:pointer !important;
}
.footer_area_tabs ul li a:visited {
	color:#b7b8b8 !important;
	text-decoration:underline;
	cursor:pointer !important;
}
.footer_area_padding {
	margin-top:40px;
}
.footer_copy_text {
	color:#dacece;
	font-size:11px;
	cursor:default;
	margin-top:10px;
}
/* ---------------------------- footer area end ---------------------- */                                                            

/* ---------------------------- tag clouds --------------------------- */

.tag_cloud {
	/* background-color: #ffffff; */
}

.tag_cloud span {
	padding: 3px;
}

.tag_cloud a {
	text-decoration: none;
}

.tag_cloud a:hover {
	color: #ff8400;
}


.tag_cloud .tag_style_0 {
	color: #6b6b6b;
	font-size: 0.7em;
	font-weight: 450;
}

.tag_cloud .tag_style_1 {
	color: #6b6b6b;
	font-size: 0.9em;
	font-weight: 500;
}

.tag_cloud .tag_style_2 {
	color: #bd9d9d;
	font-size: 1.0em;
	font-weight: 550;
}

.tag_cloud .tag_style_3 {
	color: #bd9d9d;
	font-size: 1.2em;
	font-weight: 600;
}

.tag_cloud .tag_style_4 {
	color: #906060;
	font-size: 1.3em;
	font-weight: 650;
}

.tag_cloud .tag_style_5 {
	color: #906060;
	font-size: 1.5em;
	font-weight: 650;
}

.tag_cloud .tag_style_6 {
	color: #650000;
	font-size: 1.6em;
	font-weight: 700;
}

.tag_cloud .tag_style_7 {
	color: #650000;
	font-size: 1.8em;
	font-weight: 700;
}

.tag_cloud .tag_style_8 {
	color: #2E0000;
	font-size: 1.9em;
	font-weight: 750;
}

.tag_cloud .tag_style_9 {
	color:  #2E0000;
	font-size: 2.1em;
	font-weight: 750;
}
/* ---------------------------- tag clouds end --------------------------- */
.profile_content_tab *{
	font-size:12px;
}
.profile_content_tab ul {
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
} 
.profile_content_tab ul li {
	list-style:none;
	display:inline;
	color: #bebdbd;
} 
.profile_content_tab ul li a {
	color:#1979a9 !important;
}
/* ---------------------------- your folder start --------------------------- */
.second_area_yfolder {
	margin-top:22px;
}
.logo_area_yfolder {
	background-image:url(../img/yfolders_logo_area.gif);
	background-repeat:repeat-x;
	height: 126px;
}
.yfolder_result_top_white_area {
	clear:both;
	height:16px;
	background:none;
}
.yfolder_table tr {
	height:32px;
	font-size:12px;
}
.yfolder_table_gray_tr {
	background-color:#ede9e5;
}
.yfolder_table_gray_header_tr {
	font-size:14px; 
	color:#786f63; 
	font-weight:bold;
}
.yfolder_table tr td img {
	margin:0px 5px 0px 5px; 
}
.yfolder_table tr td b {
	color:#534c44;
}
.yfolder_table tr td {
	color:#847b6f;
}
.yfolder_table tr td input {
	margin:0px 3px 0px 3px;
	/*background-image:url(../images/input_white.gif);*/
	*float:right;
}
.yfolder_table tr td ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	cursor:default;
	white-space:nowrap;
}
.yfolder_table tr td ul li {
	list-style:none;
	display:inline;
	margin-right:3px;
}
.yfolder_table tr td ul li a {
	color:#1979a9 !important;
	cursor:pointer !important;
}
.yfolder_sel_option_area {
	float:right;
	margin-top:10px;	
}
.yfolder_edit_text {
	color: #847b6f;
}
/* ---------------------------- your folder end --------------------------- */

/* ---------------------------- icons start --------------------------- */
.icons .content_ic { 
	float:left;
	margin-left:3px;
	cursor:pointer;
}
.blogScope .res_g_cont_frame .content_ic .dijitButtonNode,
.blogScope .res_g_cont_frame .content_ic .dijitDropDownButtonHover .dijitButtonNode,
.blogScope .res_g_cont_frame .content_ic .dijitDropDownButtonActive .dijitButtonNode {
	height:20px;
	width:20px;	
	background-image: url(../img/icons/content.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/content.png");
}
.blogScope .res_g_cont_frame_active .content_ic .dijitButtonNode,
.blogScope .res_g_cont_frame_active .content_ic .dijitDropDownButtonHover .dijitButtonNode,
.blogScope .res_g_cont_frame_active .content_ic .dijitDropDownButtonActive .dijitButtonNode {
	height:20px;
	width:20px;	
	background-image: url(../img/icons/content_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/content_on.png");
}

.icons .engagement_ic { 
	float:left;
	margin-left:3px;
	cursor:pointer;	
}
.blogScope .res_g_cont_frame .engagement_ic .dijitButtonNode,
.blogScope .res_g_cont_frame .engagement_ic .dijitDropDownButtonHover .dijitButtonNode,
.blogScope .res_g_cont_frame .engagement_ic .dijitDropDownButtonActive .dijitButtonNode  {
	height:20px;
	width:20px;	
	background-image: url(../img/icons/engagement.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/engagement.png");
}
.blogScope .res_g_cont_frame_active .engagement_ic .dijitButtonNode,
.blogScope .res_g_cont_frame_active .engagement_ic .dijitDropDownButtonHover .dijitButtonNode,
.blogScope .res_g_cont_frame_active .engagement_ic .dijitDropDownButtonActive .dijitButtonNode {
	height:20px;
	width:20px;	
	background-image: url(../img/icons/engagement_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/engagement_on.png");
}

.icons .blog_details_ic { 
	float:left;
	margin-left:3px;
	cursor:pointer;	
}
.blogScope .res_g_cont_frame .blog_details_ic .dijitButtonNode,
.blogScope .res_g_cont_frame .blog_details_ic .dijitDropDownButtonHover .dijitButtonNode,
.blogScope .res_g_cont_frame .blog_details_ic .dijitDropDownButtonActive .dijitButtonNode {
	height:20px;
	width:20px;	
	background-image: url(../img/icons/blog_details.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/blog_details.png");
}
.blogScope .res_g_cont_frame_active .blog_details_ic .dijitButtonNode,
.blogScope .res_g_cont_frame_active .blog_details_ic .dijitDropDownButtonHover .dijitButtonNode,
.blogScope .res_g_cont_frame_active .blog_details_ic .dijitDropDownButtonActive .dijitButtonNode {
	height:20px;
	width:20px;	
	background-image: url(../img/icons/blog_details_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/blog_details_on.png");
}

.bs_nav_icons {
	width:16px;
	height:16px;
	display:inline-block;
	float:left;
	margin-top:8px;
	margin-left:12px;
	_margin-left:6px;
	background-position:left top;
	background-repeat:no-repeat;
}
.bs_nav_top_style {
	margin-left:0px !important;
	_margin-left:0px !important;
}

.demographics_dark {
	background-image: url(../img/icons/demographics_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/demographics_dark.png");
	margin-top: 6px;
}
.demographics_on {
	background-image: url(../img/icons/demographics_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/demographics_on.png");
	margin-top: 6px;
}
.result_nav_profile .demographics_dark,
.demographics_white {
	background-image: url(../img/icons/demographics_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/demographics_white.png");
	margin-top: 6px;
}

.details_dark {
	background-image: url(../img/icons/details_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/details_dark.png");
	margin-top: 5px;
}
.details_on {
	background-image: url(../img/icons/details_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/details_on.png");
    margin-top: 5px;	
}
.result_nav_profile .details_dark,
.details_white {
	background-image: url(../img/icons/details_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/details_white.png");
    margin-top: 5px;	
}

.geo_dark {
	background-image: url(../img/icons/geo_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/geo_dark.png");
    margin-top: 6px;
}
.geo_on {
	background-image: url(../img/icons/geo_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/geo_on.png");
	margin-top: 6px;
}
.result_nav_profile .geo_dark,
.geo_white {
	background-image: url(../img/icons/geo_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/geo_white.png");
	margin-top: 6px;
}

.influence_dark {
	background-image: url(../img/icons/influence_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/influence_dark.png");
	margin-top: 6px;
}
.influence_on {
	background-image: url(../img/icons/influence_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/influence_on.png");
	margin-top: 6px;
}
.result_nav_profile .influence_dark,
.influence_white {
	background-image: url(../img/icons/influence_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/influence_white.png");
	margin-top: 6px;
}

.popularity_dark {
	background-image: url(../img/icons/popularity_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/popularity_dark.png");
	margin-top: 6px;
}
.popularity_on {
	background-image: url(../img/icons/popularity_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/popularity_on.png");
	margin-top: 6px;
}
.result_nav_profile .popularity_dark,
.popularity_white {
	background-image: url(../img/icons/popularity_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/popularity_white.png");
	margin-top: 6px;
}

.search_dark {
	background-image: url(../img/icons/search_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/search_dark.png");
	margin-top: 7px;
}
.search_on {
	background-image: url(../img/icons/search_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/search_on.png");
	margin-top: 7px;
}
.result_nav_profile .search_dark,
.search_white {
	background-image: url(../img/icons/search_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/search_white.png");
	margin-top: 7px;
}

.text_dark {
	background-image: url(../img/icons/text_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/text_dark.png");
	margin-top: 6px;
}
.text_on {
	background-image: url(../img/icons/text_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/text_on.png");
	margin-top: 6px;
}
.result_nav_profile .text_dark,
.text_white {
	background-image: url(../img/icons/text_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/text_white.png");
	margin-top: 6px;
}

.dashboard_dark {
	background-image: url(../img/icons/dashboard_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/dashboard_dark.png");
	margin-top: 6px;
}
.dashboard_on {
	background-image: url(../img/icons/dashboard_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/dashboard_on.png");
	margin-top: 6px;
}
.result_nav_profile .dashboard_dark,
.dashboard_white {
	background-image: url(../img/icons/dashboard_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/dashboard_white.png");
	margin-top: 6px;
}

.query_by_doc_dark {
	background-image: url(../img/icons/query_by_doc_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/query_by_doc_dark.png");
	margin-top: 7px;
}
.query_by_doc_on {
	background-image: url(../img/icons/query_by_doc_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/query_by_doc_on.png");
	margin-top: 7px;
}
.result_nav_profile .query_by_doc_dark,
.query_by_doc_white {
	background-image: url(../img/icons/query_by_doc_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/query_by_doc_white.png");
	margin-top: 7px;
}

.query_constructor_dark {
	background-image: url(../img/icons/query_constructor_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/query_constructor_dark.png");
    margin-top: 7px;	
}
.query_constructor_on {
	background-image: url(../img/icons/query_constructor_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/query_constructor_on.png");
	margin-top: 7px;
}
.result_nav_profile .query_constructor_dark,
.query_constructor_white {
	background-image: url(../img/icons/query_constructor_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/query_constructor_white.png");
	margin-top: 7px;
}

.twitter_dark {
	background-image: url(../img/icons/twitter_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/twitter_dark.png");
	margin-top: 5px;
}
.twitter_on {
	background-image: url(../img/icons/twitter_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/twitter_on.png");
	margin-top: 5px;
}
.result_nav_profile .twitter_dark,
.twitter_white {
	background-image: url(../img/icons/twitter_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/twitter_white.png");
	margin-top: 5px;
}

.video_dark{
	background-image: url(../img/icons/video_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/video_dark.png");
	margin-top: 5px;
}
.video_on {
	background-image: url(../img/icons/video_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/video_on.png");
	margin-top: 5px;
}
.result_nav_profile .video_dark,
.video_white {
	background-image: url(../img/icons/video_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/video_white.png");
	margin-top: 5px;
}

.wikipedia_dark {
	background-image: url(../img/icons/wikipedia_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/wikipedia_dark.png");
	margin-top: 6px;
}
.wikipedia_on {
	background-image: url(../img/icons/wikipedia_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/wikipedia_on.png");
	margin-top: 6px;
}
.result_nav_profile .wikipedia_dark,
.wikipedia_white {
	background-image: url(../img/icons/wikipedia_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/wikipedia_white.png");
	margin-top: 6px;
}

.news_dark {
	background-image: url(../img/icons/news_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/news_dark.png");
	width:17px;
	height:17px;
	margin-top: 6px;
}
.news_on {
	background-image: url(../img/icons/news_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/news_on.png");
	width:17px;
	height:17px;
	margin-top: 6px;	
}
.result_nav_profile .news_dark,
.news_white {
	background-image: url(../img/icons/news_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/news_white.png");
	width:17px;
	height:17px;
	margin-top: 6px;	
}

.web_dark {
	background-image: url(../img/icons/web_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/web_dark.png");
	width:17px;
	height:17px;
	margin-top: 5px;	
}
.web_on {
	background-image: url(../img/icons/web_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/web_on.png");
	width:17px;
	height:17px;
	margin-top: 5px;
}
.result_nav_profile .web_dark,
.web_white {
	background-image: url(../img/icons/web_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/web_white.png");
	width:17px;
	height:17px;
	margin-top: 5px;
}

.folder_dark {
	background-image: url(../img/icons/folder_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/folder_dark.png");
	width:16px;
	height:16px;	
}
.folder_on {
	background-image: url(../img/icons/folder_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/folder_on.png");
	width:16px;
	height:16px;	
}
.result_nav_profile .folder_dark,
.folder_white {
	background-image: url(../img/icons/folder_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/folder_white.png");
	width:16px;
	height:16px;	
}

.folder_open_dark {
	background-image: url(../img/icons/folder_open_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/folder_open_dark.png");
	width:16px;
	height:16px;	
}
.folder_open_on {
	background-image: url(../img/icons/folder_open_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/folder_open_on.png");
	width:16px;
	height:16px;	
}
.result_nav_profile .folder_open_dark,
.folder_open_white {
	background-image: url(../img/icons/folder_open_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/folder_open_white.png");
	width:16px;
	height:16px;	
}

.sentiment_dark {
	background-image: url(../img/icons/sentiment_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/sentiment_dark.png");
	width:16px;
	height:16px;
	margin-top: 5px;	
}
.sentiment_on {
	background-image: url(../img/icons/sentiment_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/sentiment_on.png");
	width:16px;
	height:16px;
    margin-top: 5px;		
}
.result_nav_profile .sentiment_dark,
.sentiment_white {
	background-image: url(../img/icons/sentiment_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/sentiment_white.png");
	width:16px;
	height:16px;
    margin-top: 5px;	
}

.msg_boards_dark {
	background-image: url(../img/icons/msg_boards_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/msg_boards_dark.png");
	width:16px;
	height:16px;
	margin-top: 5px;	
}
.msg_boards_on {
	background-image: url(../img/icons/msg_boards_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/msg_boards_on.png");
	width:16px;
	height:16px;
    margin-top: 5px;	
}
.result_nav_profile .msg_boards_dark,
.msg_boards_white {
	background-image: url(../img/icons/msg_boards_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/msg_boards_white.png");
	width:16px;
	height:16px;
	margin-top: 5px;	
}

.facebook_dark {
	background-image: url(../img/icons/facebook_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/facebook_dark.png");
	width:16px;
	height:16px;
	margin-top: 8px;	
}
.facebook_on {
	background-image: url(../img/icons/facebook_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/facebook_on.png");
	width:16px;
	height:16px;
    margin-top: 8px;		
}
.result_nav_profile .facebook_dark,
.facebook_white {
	background-image: url(../img/icons/facebook_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/facebook_white.png");
	width:16px;
	height:16px;
    margin-top: 8px;		
}

.reputation_dark {
	background-image: url(../img/icons/reputation_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/reputation_dark.png");
	width:16px;
	height:18px;
	margin-top: 5px;	
}
.reputation_on {
	background-image: url(../img/icons/reputation_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/reputation_on.png");
	width:16px;
	height:18px;
	margin-top: 5px;
}
.result_nav_profile .reputation_dark,
.reputation_white {
	background-image: url(../img/icons/reputation_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/reputation_white.png");
	width:16px;
	height:18px;
	margin-top: 5px;
}

.blog_comments_dark {
	background-image: url(../img/icons/blog_comments_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/blog_comments_dark.png");
	width:16px;
	height:16px;
	margin-top:5px;	
}
.blog_comments_on {
	background-image: url(../img/icons/blog_comments_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/blog_comments_on.png");
	width:16px;
	height:16px;
	margin-top:5px;
}
.result_nav_profile .blog_comments_dark,
.blog_comments_white {
	background-image: url(../img/icons/blog_comments_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/blog_comments_white.png");
	width:16px;
	height:16px;
	margin-top:5px;	
}

.blog_details_dark {
	background-image: url(../img/icons/blog_details_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/blog_details_dark.png");
	width:16px;
	height:16px;	
}
.blog_details_on {
	background-image: url(../img/icons/blog_details_or_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/blog_details_or_on.png");
	width:16px;
	height:16px;	
}
.result_nav_profile .blog_details_dark,
.blog_details_white {
	background-image: url(../img/icons/blog_details_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/blog_details_white.png");
	width:16px;
	height:16px;	
}

.compare_pages_dark {
	background-image: url(../img/icons/compare_pages_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/compare_pages_dark.png");
	width:16px;
	height:16px;
	margin-top: 7px;	
}
.compare_pages_on {
	background-image: url(../img/icons/compare_pages_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/compare_pages_on.png");
	width:16px;
	height:16px;
	margin-top: 7px;	
}
.result_nav_profile .compare_pages_dark,
.compare_pages_white {
	background-image: url(../img/icons/compare_pages_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/compare_pages_white.png");
	width:16px;
	height:16px;
	margin-top: 7px;	
}

.youtube_dark {
	background-image: url(../img/icons/youtube_dark.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/youtube_dark.png");
	width:16px;
	height:18px;
	margin-top: 5px;	
}
.youtube_on {
	background-image: url(../img/icons/youtube_on.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/youtube_on.png");
	width:16px;
	height:18px;
	margin-top: 5px;	
}
.result_nav_profile .youtube_dark,
.youtube_white {
	background-image: url(../img/icons/youtube_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/youtube_white.png");
	width:16px;
	height:18px;
	margin-top: 5px;
}

.flickr_dark {
    background-image: url(../img/icons/flickr_dark.png);
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/flickr_dark.png");
    width:16px;
    height:16px;
    margin-top: 6px;    
}
.flickr_on {
    background-image: url(../img/icons/flickr_on.png);
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/flickr_on.png");
    width:16px;
    height:16px;
    margin-top: 6px;    
}
.result_nav_profile .flickr_dark,
.flickr_white {
    background-image: url(../img/icons/flickr_white.png);
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/flickr_white.png");
    width:16px;
    height:16px;
    margin-top: 6px;
}
/* ---------------------------- icons end --------------------------- */

/* ---------------------------- buttons start --------------------------- */
.bsddb {
	float:left;
}
.blogScope .bsddb .dijitButtonNode {
	margin-left:5px;
	margin-top:-1px;	
	*margin-top:-3px;
}
.dj_safari .blogScope .bsddb .dijitButtonNode {
	margin-top:0;
} 
.blogScope .bs_blue_button {
	background-image: url(../img/buttons/buttons.gif);
	background-repeat:no-repeat;
	display:block;
	height:100%;
	min-height:15px;
	_height:25px;
    _margin-top:4px;	
    _float:left; 
	cursor:pointer;
}
.blogScope .bs_brown_button {
	background-image: url(../img/buttons/buttons.gif);
	background-repeat:no-repeat;
	background-position:  left -54px;	
    display:block;   
	height:100%;
	min-height:15px;
	_height:25px;
	_margin-top:4px;
    _float:left; 
	cursor:pointer;

}
.dj_ff2 .blogScope .bs_blue_button,
.dj_ff2 .blogScope .bs_brown_button {
	height:15px;
}
.blogScope .bs_blue_button .in_r {
	background-image: url(../img/buttons/buttons_r.gif);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:15px;	
	height:100%;	
	_height:16px;
    display:block;
    _float:left;
	color:#fefefe;
	font-size:12px;
	padding:5px 10px;
	white-space:nowrap;
}
.blogScope .bs_brown_button .in_r {
	background-image: url(../img/buttons/buttons_r.gif);
	background-repeat:no-repeat;
	background-position: right -54px;
	min-height:16px;	
	height:100%;	
	_height:15px;	
    display:block; 
    _float:left;
	color:#fefefe;
	font-size:12px;
	padding:5px 10px;
	white-space:nowrap;
	
}
.dj_ff2 .blogScope .bs_blue_button .in_r,
.dj_ff2 .blogScope .bs_brown_button .in_r {
	height:15px;
}
.blogScope .dijitDropDownButtonActive .bs_blue_button,
.blogScope .dijitDropDownButtonHover .bs_blue_button {
	background-position:  left -27px;	
}
.blogScope .dijitDropDownButtonActive .bs_brown_button,
.blogScope .dijitDropDownButtonHover .bs_brown_button {
	background-position:  left -81px;	
}
.blogScope .dijitDropDownButtonActive .bs_blue_button  .in_r,
.blogScope .dijitDropDownButtonHover .bs_blue_button .in_r {
	background-position: right -27px;
}
.blogScope .dijitDropDownButtonActive .bs_brown_button  .in_r,
.blogScope .dijitDropDownButtonHover .bs_brown_button .in_r {
	background-position: right -81px;
}
/* ---------------------------- buttons end --------------------------- */
a:visited.managementButtons,
a:link.managementButtons {
    color:#CFEBFE !important;
}
.projectAreaMenu {
	position:absolute;
	top:30px;
	z-index: 999;
	margin-left: 303px;
	height:0px;
	display:none;
	background-color:#68645b;
	text-align:left;
	padding: 3px 3px 5px 3px;
}
.projectAreaMenu div {
	padding: 3px 25px 5px 4px;	
}
.projectAreaMenu div:hover {
	background-color:#40372d;
}
.projectAreaMenu div a {
	color:#bebdbd !important;
}

#bsProjectAreaMenu {
    margin-left: 214px;
}

.h2Searching {
	padding-left:15px
}

/*-------------- massages classes start-------------------------------------------------------------*/

.infobox {
	margin: 10px;
}

.error_massages {
	background-color:#cf0505;
	margin:15px 0px 15px 0px;
}
.error_massages .error_content {
	padding: 6px 15px 8px 40px;
	background:url(../img/massages/error_icon.gif) 15px 6px no-repeat;
	font-size:13px;
	color:#ffffff;
	text-align:left;
}
.error_massages .error_content span.bold {
	color:#fefefe;
	font-weight:bold;
}
.error_massages .error_content a {
	color:#fbdc5e !important;
	text-decoration:underline;
}
.error_massages .error_top_boxer .l_t {
	background:url(../img/massages/error_l_t.gif) 0px 0px no-repeat;
	float:left;
	width:5px;
	height:5px;
	display:block;
}
.error_massages .error_top_boxer .r_t {
	background:url(../img/massages/error_r_t.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}
.error_massages .error_top_boxer {
	height:5px;
	_overflow:hidden;
}

.error_massages .error_bottom_boxer {
	height:5px;
	_overflow:hidden;
}
.error_massages .error_bottom_boxer .l_b {
	background:url(../img/massages/error_l_b.gif) 0px 0px no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:left;	
}
.error_massages .error_bottom_boxer .r_b {
	background:url(../img/massages/error_r_b.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}

.error_massages pre {
	background-color:#cf0505;
}


.success_massages {
	background-color:#dbf0b8;
	margin:15px 0px 15px 0px;
}
.success_massages .success_content {
	padding: 6px 15px 8px 40px;
	background:url(../img/massages/success_icon.gif) 15px 6px no-repeat;
	font-size:13px;
	color:#000000;
	text-align:left;
}
.success_massages .success_content span.bold {
	color:#83aa41;
	font-weight:bold;
}
.success_massages .success_top_boxer .l_t {
	background:url(../img/massages/success_l_t.gif) 0px 0px no-repeat;
	float:left;
	width:5px;
	height:5px;
	display:block;
}
.success_massages .success_top_boxer .r_t {
	background:url(../img/massages/success_r_t.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}
.success_massages .success_top_boxer {
	height:5px;
	_overflow:hidden;
}

.success_massages .success_bottom_boxer {
	height:5px;
	_overflow:hidden;
}
.success_massages .success_bottom_boxer .l_b {
	background:url(../img/massages/success_l_b.gif) 0px 0px no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:left;	
}
.success_massages .success_bottom_boxer .r_b {
	background:url(../img/massages/success_r_b.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}

.idea_massages {
	background-color:#e5ecf1;
	margin:15px 0px 15px 0px;
}
.idea_massages .idea_content {
	padding: 6px 15px 8px 40px;
	background:url(../img/massages/idea_lcon.gif) 15px 6px no-repeat;
	font-size:13px;
	color:#000000;
	text-align:left;
}
.idea_massages .idea_content span.bold {
	color:#6899bd;
	font-weight:bold;
}
.idea_massages .idea_top_boxer .l_t {
	background:url(../img/massages/idea_l_t.gif) 0px 0px no-repeat;
	float:left;
	width:5px;
	height:5px;
	display:block;
}
.idea_massages .idea_top_boxer .r_t {
	background:url(../img/massages/idea_r_t.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}
.idea_massages .idea_top_boxer {
	height:5px;
	_overflow:hidden;
}

.idea_massages .idea_bottom_boxer {
	height:5px;
	_overflow:hidden;
}
.idea_massages .idea_bottom_boxer .l_b {
	background:url(../img/massages/idea_l_b.gif) 0px 0px no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:left;	
}
.idea_massages .idea_bottom_boxer .r_b {
	background:url(../img/massages/idea_r_b.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}

.info_massages {
	background-color:#d3e1e8;
	margin:15px 0px 15px 0px;
}
.info_massages .info_content {
	padding: 6px 15px 8px 40px;
	background:url(../img/massages/info_lcon.gif) 15px 6px no-repeat;
	font-size:13px;
	color:#000000;
	text-align:left;
}
.info_massages .info_content span.bold {
	color:#4b8bb8;
	font-weight:bold;
}
.info_massages .info_top_boxer .l_t {
	background:url(../img/massages/info_l_t.gif) 0px 0px no-repeat;
	float:left;
	width:5px;
	height:5px;
	display:block;
}
.info_massages .info_top_boxer .r_t {
	background:url(../img/massages/info_r_t.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}
.info_massages .info_top_boxer {
	height:5px;
	_overflow:hidden;
}

.info_massages .info_bottom_boxer {
	height:5px;
	_overflow:hidden;
}
.info_massages .info_bottom_boxer .l_b {
	background:url(../img/massages/info_l_b.gif) 0px 0px no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:left;	
}
.info_massages .info_bottom_boxer .r_b {
	background:url(../img/massages/info_r_b.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}

.warning_massages {
	background-color:#faeca1;
	margin:15px 0px 15px 0px;
}
.warning_massages .warning_content {
	padding: 6px 15px 8px 40px;
	background:url(../img/massages/warning_icon.gif) 15px 6px no-repeat;
	font-size:13px;
	color:#000000;
	text-align:left;
}
.warning_massages .warning_content span.bold {
	color:#ff5a00;
	font-weight:bold;
}
.warning_massages .warning_top_boxer .l_t {
	background:url(../img/massages/warning_l_t.gif) 0px 0px no-repeat;
	float:left;
	width:5px;
	height:5px;
	display:block;
}
.warning_massages .warning_top_boxer .r_t {
	background:url(../img/massages/warning_r_t.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}
.warning_massages .warning_top_boxer {
	height:5px;
	_overflow:hidden;
}

.warning_massages .warning_bottom_boxer {
	height:5px;
	_overflow:hidden;
}
.warning_massages .warning_bottom_boxer .l_b {
	background:url(../img/massages/warning_l_b.gif) 0px 0px no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:left;	
}
.warning_massages .warning_bottom_boxer .r_b {
	background:url(../img/massages/warning_r_b.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}


.validation_massages {
	background-color:#f2df78;
	margin:15px 0px 15px 0px;
}
.validation_massages .validation_content {
	padding: 6px 15px 8px 40px;
	background:url(../img/massages/validation_lcon.gif) 15px 6px no-repeat;
	font-size:13px;
	color:#000000;
	text-align:left;
}
.validation_massages .validation_content span.bold {
	color:#fe4e00;
	font-weight:bold;
}
.validation_massages .validation_top_boxer .l_t {
	background:url(../img/massages/validation_l_t.gif) 0px 0px no-repeat;
	float:left;
	width:5px;
	height:5px;
	display:block;
}
.validation_massages .validation_top_boxer .r_t {
	background:url(../img/massages/validation_r_t.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}
.validation_massages .validation_top_boxer {
	height:5px;
	_overflow:hidden;
}

.validation_massages .validation_bottom_boxer {
	height:5px;
	_overflow:hidden;
}
.validation_massages .validation_bottom_boxer .l_b {
	background:url(../img/massages/validation_l_b.gif) 0px 0px no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:left;	
}
.validation_massages .validation_bottom_boxer .r_b {
	background:url(../img/massages/validation_r_b.gif) right top no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:right;
}

/*-------------- massages classes end  -------------------------------------------------------------*/

.a_link {
	color:#6c838e !important;
	cursor:pointer !important;
	text-decoration:underline !important;
}

.dijitDropDownButtonHover .a_link {
	color: #FF8400 !important;	
	cursor:pointer !important;
	text-decoration:underline !important;
}
/**
 * Temporary CSS file. Will be removed when the development finishes.
 */

.overflow_auto {
	overflow: auto;
}

.search_term_highlight {
	background-color: #ffff66;
}

.yellow_bg {
	background-color: #ffffcc;
}

.fineprint_gray {
	color: #888888;
}

/* basic styling for csv tables */

table.csvtable {
	border:1px solid #AAAAAA;
	margin:5px;
	padding:0;
	white-space:nowrap;
}
table.csvtable td {
	background-color:#F5F5F5;
	margin:6px;
	padding:5px;
}
table.csvtable tr.c1 td {
	background-color:#DDDDDD;
	margin:6px;
	padding:5px;
}
table.csvtable tr.header td {
	background-color:#AAAAAA;
	margin:6px;
	padding:5px;
}

/** boolean querying */

.boolean_leaf {
	margin: 15px;
	border-bottom: 1px solid #e5e1dc;
	border-top: 1px solid #e5e1dc;
	padding: 7px; 
	width: 450px;
}

.boolean_leaf .boolean_leaf_title {
	font-weight: bold;
	color: #3B352D;
}

.boolean_manual_title {
	font-weight: bold;
	color: #3B352D;
}

/** 
  * Wikipedia specific CSS;
  * we need to worry about namespace collision 
  * Source: http://en.wikipedia.org/skins-1.5/monobook/main.css?165
  **/

table.infobox {
	background-color:#F9F9F9;
	border:1px solid #AAAAAA;
	clear:right;
	color:black;
	float:right;
	margin-bottom:0.5em;
	margin-left:1em;
	padding:0.2em;
}

div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	clear: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
img.thumbborder {
	border: 1px solid #dddddd;
}
table.gallery {
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	background-color: white;
}

table.gallery tr {
	vertical-align: top;
}

table.gallery td {
	vertical-align: top;
	background-color: #f9f9f9;
	border: solid 2px white;
}
/* Keep this temporarily so that cached pages will display right */
table.gallery td.galleryheader {
    text-align: center;
	font-weight: bold;
}
table.gallery caption {
	font-weight: bold;
}

div.gallerybox {
	margin: 2px;
}

div.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #ccc;
	margin: 2px;
}

div.gallerytext {
	overflow: hidden;
	font-size: 94%;
	padding: 2px 4px;
}




/** tag cloud for sentences */

.tag_cloud_sentences {
	text-align: center;
}

.tag_cloud_sentences span {
	padding: 3px;
	margin-bottom: 5px;
	display: block;
}

.tag_cloud_sentences a {
	text-decoration: none;
}

.tag_cloud_sentences a:hover {
	color: #ff8400;
}


.tag_cloud_sentences .tag_style_0 {
	color: #7e7e4c;
	font-size: 0.9em;
	font-weight: 450;
}

.tag_cloud_sentences .tag_style_1 {
	color: #becc7e;
	font-size: 0.9em;
	font-weight: 500;
}

.tag_cloud_sentences .tag_style_2 {
	color: #becc7e;
	font-size: 1.0em;
	font-weight: 550;
}

.tag_cloud_sentences .tag_style_3 {
	color: #96bd35;
	font-size: 1.2em;
	font-weight: 600;
}

.tag_cloud_sentences .tag_style_4 {
	color: #7e7e4c;
	font-size: 1.3em;
	font-weight: 650;
}

.tag_cloud_sentences .tag_style_5 {
	color: #bdaf35;
	font-size: 1.5em;
	font-weight: 650;
}

.tag_cloud_sentences .tag_style_6 {
	color: #bdb735;
	font-size: 1.6em;
	font-weight: 700;
}

.tag_cloud_sentences .tag_style_7 {
	color: #bdaf35;
	font-size: 1.8em;
	font-weight: 700;
}

.tag_cloud_sentences .tag_style_8 {
	color: #bdb735;
	font-size: 1.9em;
	font-weight: 750;
}

.tag_cloud_sentences .tag_style_9 {
	color:  #7e7e4c;
	font-size: 2.1em;
	font-weight: 750;
}

/** end tag cloud **/

 .border_top_bottom {
 	border-top: 1px solid #E5E1DC;
 	border-bottom: 1px solid #E5E1DC;
 }


/** Old-info box style -- to be removed soon (we now have new CSS styling for the same)
http://css.dzone.com/news/css-message-boxes-different-me
*/
.info, .success, .warning, .error, .validation, .idea {
        text-align: left;
     border: 1px solid;
     margin: 10px 0px;
     padding:15px 10px 15px 30px;
     background-repeat: no-repeat;
     background-position: 10px 16px;
}
.info {
    color: #00529B;
   background-color: #BDE5F8;
    background-image: url('../img/alert/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/alert/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/alert/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/alert/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../img/alert/validation.png');
}
.idea {
       color: #5c564b;
       border-color: #e4ecf1;
    background-color: #f7f9fb;
    background-image: url('../img/alert/idea.png');
}

/** camastia studio CSS */

#cs_flashBody
{
	background-color: #ffffff;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	text-align: center;
}

#cs_noexpressUpdate
{
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-align: left;
	background-image: url(nofp_bg.gif);
	background-repeat: no-repeat;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}

/** spam tag CSS */

.spamtag_entry {
	padding: 10px;
	padding-bottom: 30px;
}

.spamtag_entry_url {
	display: block;
	font-weight: bold;
	padding-bottom: 4px;
}

.spamtag_entry_meta {
	display: block;
	color: #555555;
	padding-bottom: 4px;
}

/* User Management */
.users_table_head  {
	background-color:#404142;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:10px 7px 10px 12px;
	border:1px solid red;
}
.users_table_td {
	background-color:#FFF;
	color:#242018;
	padding:10px 30px 10px 12px;
	font-size:12px;	
}
.users_table_td .gray {
	background-color:#F2F1ED;
	font-size:12px;	
}
.users_table_td_hover {
	background-color:#E2F0F8 !important;
	color:#242018;
	padding:10px 30px 10px 12px;	
	font-size:12px;	
}

.passwordBar {
	width: 100px;
	height: 8px;
	border: 1px solid #555555;
}
.passwordBar div{
	height: 100%;
}

/* new compare  */
.blogScope .compare_box {
	background-color: #d3e1e8;
	padding: 6px;
}
.blogScope .compare_query_row {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.blogScope .compare_query_name {
	font-size: 14px;
	font-weight: bold;
	color: #1f485d;
	float: left;
	padding-top: 5px;
	padding-left: 7px;
	width: 180px;
	overflow: hidden;
}
.blogScope .compare_the_query {
	font-size: 14px;
	color: #1f485d;
	margin-left: 180px;
	padding-top: 5px;
}
.blogScope .compare_query_action_buttons {
	float: right;
}
.blogScope .all_filter_set {
	margin-left: 4px;
	height: 28px;
}
.blogScope .all_filter_set_inp {
	float: left;
	margin-top: -1px;
	*margin-top: 0px;

}
.blogScope .all_filter_set_span {
	font-size: 14px;
	padding-left: 3px;
}
.blogScope .all_cfilters_box {
	background-color: #ffffff;
	margin-top:-4px;
	*margin-top:0px;
	margin-left: 3px;
	width: 550px;
	padding: 6px;
	font-size: 14px;
}
.blogScope .cfiltersrow {
	height: 29px;
}
.blogScope .cflabel {
	display: inline-block;
	width:70px;
}
.blogScope .mqtQQuery {
	FONT-FAMILY:  Arial, Verdana, Helvetica, sans-serif;
	width: 400px;
}
.blogScope .cinput {
	border:1px solid #B3B3B3;
	width: 210px;
	*width: 208px;
}
.blogScope .cselect {
	border:1px solid #B3B3B3;
}
.blogScope .mqfieldset {
	border: 1px solid #547B8F;
	-moz-border-radius: 6px 6px 6px 6px;
	padding: 20px 0px 10px 10px;
	overflow: hidden;
	margin-bottom: -20px;
}
.blogScope .mqlegend {
	position: absolute;
	margin-top: -10px;
	margin-left: 70px;
	background-color: white;
	padding-left: 7px;
	padding-right: 6px;	
}
.blogScope .qmddbSaveQuery {
	color: #6C838E;
	text-decoration: underline;
}
.blogScope .qmddbSaveQuery:hover {
	color: #ff8400;
	text-decoration: underline;	
}
.blogScope .mw-search-results {
	line-height:1.5em;
	list-style-type:square;
	margin:0.3em 0 0 5px;
	padding:0;
}
.blogScope .mw-search-results li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:1em;
}
.blogScope .contGChart {
    display: inline-block;
    *display:inline;
    position: relative;
}
.blogScope .contGChart a *{
    cursor: pointer;
}
.blogScope .contGChart .contGChartButtons {
    position: absolute;
    right:10px;
    bottom:10px;
    z-index: 999;
    visibility: hidden;    
}
.blogScope .contGChart:hover .contGChartButtons {
    visibility:visible;
}
.blogScope .chartExportCSV {
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image:url(../img/icons/export_csv.png);
    background-repeat: no-repeat;
}
.blogScope .costomizeChart {
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image:url(../img/icons/customize_chart.png);
    background-repeat: no-repeat;    
}
.blogScope .costomizeChartFieldset { 
    border: 1px solid #aaa;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;     
    padding: 0 10px 10px 10px;
    display: inline;
    margin-bottom: 20px;
}
.blogScope .costomizeChartFieldset * {
    vertical-align: middle;
}    
.blogScope .costomizeChartFieldset legend {
    margin-bottom:6px;
    padding: 0 5px;
}
.blogScope .transparentImgBg {
    background-image:url(../img/transparent.png);
    display: inline-block;
    *display: inline;
}
.blogScope .noBold {
    font-weight: normal !important;
}

.res_blog_comment {
    color:#000000 !important;
    font-size:12px;
    margin-right:200px;
    text-align:left;
    padding-left: 22px;
    background-image:url(../img/icons/comment_icon.png);
    _background-image: none;
    background-repeat: no-repeat;
    background-position: 4px 2px;
}
#map_admin_cont {
    background-repeat: no-repeat;
    background-position:right 150px;
    background-image:url(../img/map-logo.gif);   
}
#hb_admin_cont {
    background-repeat: no-repeat;
    background-position:right 150px;
    background-image:url(../img/hb-logo.gif);
}
#maFollowersCont {
    overflow: hidden;
}
.maFollowersBlock {
    max-width: 340px;
    float: left;
    width: 32%;
    display: inline-block;
    clear: none;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}
.maFollowersBlock.notFirstFoll {
    margin-left:10px;
}
#flexpButton{
    float:right;
    margin-right:18px;
}    
.maFollowersBlockIn {
    border: 1px solid #ddd9d5; 
    height: 295px;
    overflow: auto;
    margin-top: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 18px;
}
.maFollowersItem {
    margin-left: 6px;
    clear: both;
}
.maFollowersItemText {
    font-size: 12px;
    line-height: 18px;
    color: #423526;
}
.maFollowersBlockTitle {
    font-size: 14px;
    color: #b3aea8;
    font-weight: bold;
}


.blogScope .people {
	width:314px;
	height:150px;
	background-image:url(/img/hb/people.gif);
	background-repeat:no-repeat;
	margin-left:20px;
	margin-top:30px;
}
.blogScope .bar_male {
	margin-left:100px;
	_margin-left:50px;
	width:48px;
	height:140px;
	float:left;
}
.blogScope .bar_female {
	margin-left:16px;	
	width:48px;
	height:140px;
	float:left;
}
.blogScope .bar_spacer {
	font-size:1px;
}
.blogScope .bar_num {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	height:25px;	
}
.blogScope .bar_m_t {
	background-image:url(/img/hb/man_p_bg.gif);
	background-repeat:no-repeat;
	font-size:1px;	
}
.blogScope .bar_m_b {
	background-repeat:no-repeat;
	background-image:url(/img/hb/man_p_b_bg.gif);
	height:4px;
	font-size:1px;	
}
.blogScope .bar_f_t {
	background-image:url(/img/hb/feman_p_bg.gif);
	background-repeat:no-repeat;
	font-size:1px;	
}
.blogScope .bar_f_b {
	background-repeat:no-repeat;
	background-image:url(/img/hb/feman_p_b_bg.gif);
	height:4px;
	font-size:1px;	
}
.blogScope .demographics_mentions {
	width:314px;
	position: relative;
	bottom: -7px;
}
.blogScope .demographics_mentions div {
	float: left;
	width: 157px;
	color:#828181;
}
/****************************************************************************/
/* facebook CSS
/****************************************************************************/
#map_facebook  a,
#map_facebook  a b{   
    color:#122a3d;
    font-size: 12px;
}
#map_facebook a:hover,
#map_facebook a:hover b {
    color: #ff8400;
    text-decoration: none;
    font-size: 12px;    
}   
#map_facebook .box {
    border:1px solid #e5e4e4;
    padding:14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-right:24px; 
    margin-bottom:24px;
    width: 730px; 
    font-size: 12px;    
}
#map_facebook .box_title_label {
    font-size:18px;
    padding-bottom: 10px;
}

#map_facebook .pchart {
    width:160px;
    height:167px;
    background:url(/img/hb/pchart_bg.gif) bottom left no-repeat;
}

#map_facebook .pclabel {
    margin-bottom: 22px;
}

#map_facebook .pclabel .it_l {
    float: left;    
    margin:0;
    padding:0;
    height: 48px;
    width: 19px;
    font-size: 1px;
    background-image: url(/img/hb/l_bgitem.png);
    background-repeat:repeat-y;
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/hb/l_bgitem.png"); 
}
#map_facebook .pclabel .it {
    float: left;    
    margin:0;
    padding:0;
    font-size:23px;
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;  
    height: 48px;
    line-height:40px;
    background-image: url(/img/hb/bgitem.png);
    background-repeat: repeat;
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/hb/bgitem.png", sizingMethod="scale"); 
}
#map_facebook .pclabel .it_r {
    float: left;    
    margin:0;
    padding:0;
    height: 48px;
    width: 19px;
    font-size: 1px;
    background-image: url(/img/hb/r_bgitem.png);
    background-repeat:repeat-y;
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/hb/r_bgitem.png"); 
}
#map_facebook .pclabel .lable {
    height: 48px;
    white-space: nowrap;    
}
#map_facebook .pclabel .lable b {
    font-size:14px;
    line-height:23px;   
}
#map_facebook .gom {
    background-image:url(/img/hb/om_bg.gif);
    _background-image:none;
    background-position:left bottom;
    background-repeat:no-repeat; 
    width:170px;
    height:88px;
}
#map_facebook .gomp {
    background:url(/img/hb/sen_bg.gif) no-repeat;
    float:left;
    height:66px;
    margin-left:28px;
    margin-top:10px;
    _margin-left:14px;
    _margin-top:5px;    
}
#map_facebook .gomp_r {
    background:url(/img/hb/sen_r_bg.gif) no-repeat top right;
    height:66px;
    color:#FFF;
    font-size:14px;
    padding:7px 25px 10px 25px;
    float:left;
    text-align: center;
}
#map_facebook .gom_num {
    font-size:24px;
    font-weight:bold;
    color:#FFF;
    letter-spacing:2px;
}
#map_facebook .gom_ham {
    background-image:url(/img/hb/ham.gif);
    background-repeat:no-repeat;
    background-position:left 2px;
    height:80px;
    float:left;
    margin-left:7px;
    padding-left:40px;
    line-height:24px;
}
#map_facebook .gom_ham .num {
    font-size:18px;
    font-weight:bold;
    line-height:24px;
    padding-right:5px;
}
#map_facebook .facebook_profile {
    margin-left: 62px;
    line-height: 18px;
}
#map_facebook .facebook_profile_link {
    font-size: 16px !important;
    font-weight:bold;
}
#map_facebook .facebook_message {
    width: 300px;
    float: right;   
}
#map_facebook .facebook_message textarea {
    width: 295px;
    margin-bottom: 2px;
    margin-left: 1px; 
    height: 50px;
    border: #E5E4E4 1px solid;
}
#map_facebook .facebook_wall_message {
    min-height: 50px;
    clear: left;
    padding: 6px;
}
#map_facebook .facebook_wall_comment {
    margin-left: 65px;
    min-height: 50px;
    clear: left;
    padding: 6px;   
}
#map_facebook .facebook_wall_text {
    margin: 0 0 0 65px;
    padding: 0;
    line-height: 18px;
}
#map_facebook .facebook_wall_text_flagged {
    margin: 0 0 0 65px;
    padding: 0;
    line-height: 18px;
    background-color: #FFEADE;
    border-color: #FFEADE;  
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    filter:alpha(opacity=80);
    opacity:0.8;    
}
#map_facebook .facebook_wall_text_flagged_hover {
    margin: 0 0 0 65px;
    padding: 0;
    line-height: 18px;
    background-color: #FFEADE;
    border-color: #FFEADE;  
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#map_facebook .facebook_wall_blue_box {
    background-color: #ebf3fd;
    border-color: #ebf3fd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; 
    min-height: 5px;
    margin-left: 65px;
    padding: 6px 10px 6px 10px;
    
}
#map_facebook .facebook_sentiment_neg {
    color:red;
}
#map_facebook .facebook_sentiment_pos {
    color:green;
}
#map_facebook .facebook_activity_footer {
        line-height: 20px;
}
#map_facebook .facebook_activity_num {
        font-size: 18px;
        font-weight: bold; 
        padding: 2px;       
        text-align: center;
        display: inline-block;        
}
#map_facebook .dash_activity_bit {
    padding: 6px 6px 6px 6px;
    margin-bottom:5px;
    line-height:18px;
}
#map_facebook .dash_activity_bit_blue {
    background-color: #ebf3fd;
    border-color: #ebf3fd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; 
}
#map_facebook .dash_activity_bit_date {
    float:left;
    width:50px;
    clear:left;
}
#map_facebook .dash_activity_bit_des {
    margin-left:50px;
    padding-left:5px;
}
#map_facebook .dash_activity_bit_date_f {
    float:left;
    width:60px;
    clear:left;
}
#map_facebook .dash_activity_bit_des_f {
    margin-left:60px;
    padding-left:5px;
}
#map_facebook .dash_activity_bit_by {
    float:right;
}
#map_facebook .dash_activity_footer {
    float:left;
    width:140px;
    line-height:35px;
    overflow: hidden;
    white-space: nowrap;
}
#map_facebook .dash_activity_num {
    float:left;
    font-weight:bold;
    font-size:18px;
    width:50px;
    text-align:right;
    padding-right:6px;
    white-space: nowrap;    
}
/* end facebook css */
.blogScope .editLicenseCon label {
    display: inline-block;
    width: 210px;
    height: 30px;
}

.blogScope .sbar_neg_lb {
    float: left;
    margin-left: 3px;
    color: #E70000 !important;  
    font-size: 20px; 
    font-weight: bold;
    padding-left: 5px;
    overflow: hidden;
}
.blogScope .sbar_neg_lb a {
    color: #E70000 !important; 
    text-decoration: none !important; 
}
.blogScope .sbar_neg_lb sub {
    font-size: 16px;
    vertical-align: baseline;
}
.blogScope .sbar_neutral_lb {
    float: left;
    text-align: center;
    color: #c0c0c0 !important;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
}
.blogScope .sbar_neutral_lb a {
    color: #c0c0c0 !important; 
    text-decoration: none !important;
    text-align: left;
}
.blogScope .sbar_neutral_lb sub {
    font-size: 16px;
    padding: 0 5px 0 0;
    vertical-align: baseline;
}
.blogScope .sbar_pos_lb {
    text-align: right;
    color: #049b04 !important;
    font-size: 20px;
    font-weight: bold;
    padding-right: 3px;
    overflow: hidden; 
}
.blogScope .sbar_pos_lb a {
    color: #049b04 !important; 
    text-decoration: none !important; 
}
.blogScope .sbar_pos_lb sub {
    font-size: 16px;
    vertical-align: baseline;    
}
.blogScope .sbar_bcont {
    border: 3px solid #c3c3c3;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #049b04;
}
.blogScope .sbar_neg {
    background-color: #E70000;
    height: 100%;
    float: left;
}
.blogScope .sbar_neutral {
    background-color: #d4d4d4;
    height: 100%;
    float: left;
}
.blogScope .sbar_pos {
    background-color: #049b04;
    height: 100%;
    float: left;
    margin: 0 0 0 -2px;
    padding: 0px;
}
.blogScope .yt_thumb_item {
    padding: 5px;
    min-height: 79px;
}
.blogScope .yt_title {
    font-size: 16px !important;
    font-weight:bold;
    display:inline-block;
    text-decoration: none;
    width: 600px;   
}

.blogScope .yt_post_line {
    font-size: 11px;
    color: #423526;
    padding: 3px 0 0 133px;
}
.blogScope .yt_comment_line {
    font-size: 11px;
    padding: 3px 0 3px 133px;
    color: #423526;    
}
.blogScope .yt_comment_line span { 
    font-size: 14px;
    font-weight: bold;
}
.blogScope .yt_text_line {
    font-size: 11px;
    padding: 3px 0 3px 133px;
    color: #423526;
}
.blogScope .yt_text_line .bold {
    font-weight: bold;
}
.blogScope span.bold {
    font-weight: bold;
}
.blogScope .contGChartButtonsSb {
    visibility: hidden;
    background-color: #fff;
    text-align: right;
    position: absolute;
    right: -22px;
    bottom: 0px;
    width: 22px;
    height: 20px;
    padding-top: 2px;
}
.blogScope .contGChart:hover  .contGChartButtonsSb {
    visibility: visible;
}
/* youtube video thumb ------------------------------------------------------ */
.blogScope .yt_videothumb {
    width: 120px;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    overflow: hidden;
    padding: 10px 0; 
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}
.blogScope .yt_clip {
    height: 67px;
    display: block;
    overflow: hidden;
    position: relative;
}
.blogScope .yt_videothumb img {
    position: absolute;
    top:-12px;
    display: block;
}
.blogScope .yt_clip span {
    bottom:8px;
    display:block;
    height:16px;
    left:8px;
    position:absolute;
    text-indent:-1000em;
    width:16px;
}
.blogScope .yt_clip:hover span {
    bottom:12px;
    left:12px;
}
.blogScope .yt_clip > span {
    background:transparent url(../img/video-overlay.gif) no-repeat scroll 0pt 50%;
}
.blogScope .yt_videothumb .dur {
    display:block;
    font-size:11px;
    right:4px;
    bottom:3px;
    position:absolute;
    z-index:0;
    background-color: #000;
    padding: 1px 2px;
    opacity:0.8;
    filter:alpha(opacity=80);  
}
.blogScope .yt_videothumb .dur b {
	color: #fff;
    font-size:11px;
    opacity:1.0;
    filter:alpha(opacity=100);
}

.blogScope .yt_hent {
    font-size: 14px;
    color: #423526;
}
.blogScope .yt_hsearchar {
    margin: 5px 0;
}
.blogScope .yt_name_title {
    font-size: 18px;
    font-weight: bold;
    color: #423526;    
}
.blogScope .yt_total_video_views {
    font-size: 14px;
    color: #423526; 
    margin-top: 6px;
    margin-bottom: 10px;    
}
.blogScope .yt_total_video_views span {
    font-size: 30px;
}
.blogScope .yt_info_tb {
    font-size: 14px;
    color: #423526;
    line-height: 1.7;
    margin-top: 15px;
}
.blogScope .yt_info_tb dt {
    float: left;
    width: 170px;
}
.blogScope .yt_info_tb dd {
     font-weight: bold;
}
.blogScope .yt_most_menu {
    list-style: none;
    margin: 30px 0 15px 0;
    padding:  0 0 0 10px;
    border-bottom: 1px solid #E5E1DC;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;      
}
.blogScope .yt_most_menu li {
    display: inline;
    font-size: 12px;
    color: #3c72af;
    cursor: pointer;
    padding: 7px 10px 2px 10px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.blogScope .yt_mm_selected {
    font-weight: bold;
    color: #423526 !important;
    border-top: 1px solid #E5E1DC;
    border-left: 1px solid #E5E1DC;
    border-right: 1px solid #E5E1DC;
    border-bottom: 1px solid #fff;
    border-radius: 3px 3px 0px 0px;
    background-color: #fff;      
}

.blogScope  .yt_most_cont {
    display: none;
}
.blogScope .yt_most_cont.yt_most_selected {
    display: block !important;
}
.blogScope .yt_comments_numbering {    
    margin:30px 0 40px 0;	
    font-size: 12px;
    color: #423526;
    padding-left: 30px;
}
.blogScope .yt_comments_numbering li {
    padding-bottom: 10px;
    width: 450px;
}
.blogScope .yt_comments_numbering li div {
    font-size: 10px;
    padding-top: 2px;
}

.blogScope .videoIcon {
    background-image: url(../img/icons/videoicons.png);
    background-repeat: no-repeat;
    padding-left: 12px;
}
.blogScope .videoIcon_1 {
    background-position:left 1px;
}
.blogScope .videoIcon_3 {
    background-position:left -150px;
}
.blogScope .videoIcon_5 {
    background-position:left -43px;
}
.blogScope .videoIcon_7 {
    background-position:left -21px;
}
.blogScope .videoIcon_9 {
    background-position:left -63px;
}
.blogScope .videoIcon_11 {
    background-position:left -128px;
}
.blogScope .videoIcon_13 {
    background-position:left -86px;
}
.blogScope .videoIcon_15 {
    background-position:left -106px;
}


.blogScope .twsent_item {
   clear: both;
   margin-bottom: 2px;
   padding:5px;
   min-height: 60px;
   font-size: 12px;
}
.blogScope .twsent_item_pos {
    background-color: #e7efd9;
}
.blogScope .twsent_item_pos:hover {
    background-color:#dbf0b8;
}
.blogScope .twsent_item_neg {
    background-color: #f3e4e4;
}
.blogScope .twsent_item_neg:hover { 
    background-color: #eecbcb;
}
.blogScope .twsent_item .closeSent {
    background-image:none;
    display: inline-block;
    height: 14px;
    width: 14px;
    float: right;
    margin-right: -5px;
    margin-top: -5px;  
}
.blogScope .twsent_item:hover .closeSent {
    background-image: url(../img/icons/closeSentiment.gif);
    cursor: pointer;  
}
.blogScope .map_highlight {
	font-weight: bold;
	font-size: 12px !important;
	color: #000000 !important;
}

.blogScope .flickr_thumb_cont {
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}
.blogScope .flickr_thumb_i_cont {
	display: inline-block;
    width: 110px;
    text-align: center;
    margin-bottom: 5px;
}
.blogScope .flickr_thumb_title {
    font-size: 12px;
    color:#2e2315;
    height: 15px; 
    overflow: hidden;
    padding-left: 10px;
    width: 110px;
    white-space: nowrap;
    cursor: default; 
}
.blogScope .flickr_thumb_views {
    font-size: 11px;
    color:#2e2315;
    padding-left: 10px;
    overflow: hidden;
    width: 110px;          
}
.blogScope .flickr_thumb_views span {
    font-size: 10px;
}
.blogScope .fr_title {
    color: #423526;
    font-size: 24px;
}
.blogScope .fr_posted_on {
    font-size: 12px;
    color: #423526;
    margin-top: 5px;   
}
.blogScope .fr_user_info {
    font-size: 12px;
    color: #423526;
    margin-top: 10px;
    line-height: 1.2;
    height: 60px;

}
.blogScope .fr_image_link {
    border: 1px solid #e1e1e1;
    display: inline-block;
    padding: 3px;
}
.blogScope .fr_image_views {
    font-size: 30px;
    color: #423526;
    line-height: 50px;
}
.blogScope .fr_image_views_text {
    font-size: 14px;
    color: #423526;
    padding-left: 3px;
}
.blogScope .fr_image_text {
    padding: 7px 0 7px 0;
    margin: 0px;
    color: #312517;
    width: 500px;
    font-size: 12px;     
}
.blogScope .fr_info_table {
    margin-top: 10px;
}
.blogScope .fr_info_table td {
    padding-right: 10px;
    padding-bottom:5px;
    font-size: 14px;
    color: #423526;    
}
.blogScope .fr_inf {
    font-weight: bold;
}
.blogScope .fr_comment_list {
    margin: 0px;
    padding: 0px;
}
.blogScope .fr_comment_list {
    list-style: none;
}
.blogScope .fr_comment_list_p {
	margin-left: 60px;
    color: #423526;
    font-size: 12px;
    padding: 0px;
    line-height: 1.5;
    min-height: 60px;
    max-width: 600px;
}
.blogScope .fr_comment_list_p img {
    max-width: 100px;
    max-height: 100px;    
}
.blogScope .bl_clicks {
    font-size: 30px;
    color: #423526;
    padding-right: 3px;    
}
.blogScope .btcontent {
    padding-left:10px;
    line-height: 1.5;
}

/*** googleplusitem */
.googleplusitemwrapper {
    font-size: 12px;
    margin: 16px 0;
    width: 860px;
}
.googleplusitemleftwrapper {
    display:inline-block;
    vertical-align: top;
    width: 80px;
}
.googleplusitemrightwrapper {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    width: 768px;
    word-wrap: break-word;
}

.googleplusitemnamespan {
    color: #122A3D;
    display: block;
    font-weight: bold;
    margin: 0 0 6px;
}
.googleplusitemnamespan a {
  text-decoration: none;
}
img.googleplusitemwrapperheadimage{
	border: 1px solid #A5A5A5;
	width: 64px;
	height: 64px;
    display:inline-block;
}
.googleplusitemcontent {
    color: #010101;
    font-size: 14px;
    line-height: 1.3em;
}
a.googleplusitemcontentreadmore {
	color:#2A81AB;
	padding-left: 1em;
}
.googleplusitemtimestamp{
   color: #A5A5A5;
   font-size: 11px;
   padding: 8px 2px;
}
.result_nav_profile .googleplus_dark,
.googleplus_white {
    background-image: url(../img/icons/g-icon-over.png);
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/g-icon-over.png");
    margin-top: 7px;
}
.googleplus_dark {
    background-image: url(../img/icons/g-icon-off.png);
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/g-icon-off.png");
    margin-top: 7px;
}
.googleplus_on {
    background-image: url(../img/icons/g-icon-on.png);
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/g-icon-on.png");
    margin-top: 7px;
}

/*** END OF googleplusitem */
.blogScope h2.ns {
    font-size: 26px;
    font-weight: bold;
    color: #423526;
    border-bottom: 0px;
    margin: 10px 0 10px 0px;
}
.blogScope h3.ns {
    font-size: 26px;
    font-weight: bold;
    color: #204456;
    margin: 10px 0 10px 0;  
}

.blogScope .clear_me {
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* twitterbox start */
.blogScope .twitter_boxes {
    overflow: auto;
}
.blogScope .twitter_boxes a:link,
.blogScope .twitter_boxes a:visited {
    color:#31647f;
    text-decoration: none;
}
.blogScope .twitter_boxes a:active {
    text-decoration: underline;
}
.blogScope .twitter_boxes a:hover {
	color:#6C838E;
    text-decoration: underline;
}

.blogScope .tw_box {
    border:1px solid #cfcdcc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 275px;
    height: 350px;
    margin-bottom: 22px;
    margin-right: 22px;
    float: left;
    overflow: hidden;
    padding: 12px 15px;
} 
.blogScope .tw_image_cont {
	background-image: url(../img/box_m.png);
	float: left;
	display: inline-block;
	width: 59px;
	height: 64px;
	margin-right: 12px;
	margin-bottom: 7px;	
	overflow: hidden;	
}
.blogScope .tw_image_cont img {
    width: 48px;
    height: 48px;
    border: 0px;
    margin-left: 6px;
    margin-top: 5px;
}
.blogScope .tw_user {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #31647f;   
}
.blogScope .tw_name {
    font-size: 13px;
    color: #423526;
    line-height: 1.3;
    font-weight: 600;  
}
.blogScope .tw_loc {
    font-size: 9px;
    color: #807971;
    line-height: 1.8; 
    text-transform: uppercase;
}
.blogScope .tw_nums td {
    padding-right: 3px;
}
.blogScope .tw_nums td b{
    color: #423526;
    font-size: 18px; 
}
.blogScope .tw_nums td span{
    color: #807971;
    font-size: 9px;
    text-transform: uppercase;
}
.blogScope .tw_user_info {
    font-size: 12px;
    color: #000;
    max-height: 68px;
    overflow: hidden;
    margin-top: 15px;
    line-height: 16px;
}
.blogScope .tw_user_prof {
    border-bottom: 1px solid #d5d3d1;
    margin-top: 12px;
    height: 65px;
    overflow: hidden;    
}
.blogScope .tw_user_prof dl {
    margin: 0px;
    padding: 0px;
}
.blogScope .tw_user_prof dt {
    float: left;
    font-size: 9px;
    color:#807971;
    width: 65px;
    clear: left;  
    padding-bottom: 3px;
    text-transform: uppercase;
    padding-top: 3px;
}
.blogScope .tw_user_prof dl dd {
    font-size: 12px; 
    padding-bottom: 3px;
}
.blogScope .tw_user_tweets {
    font-size: 12px;
    color: #000;
    line-height: 16px;
    margin-top: 15px;
    background-color: #f2f0ed;
    margin-right: -4px;
    margin-left: -4px;
    padding: 4px; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;    
}
.blogScope .tw_box_hover .tw_user_tweets {
    background-color: #ffffd9;
}
.blogScope .tw_user_tweet {
    max-height: 48px;
    overflow: hidden;
}
.blogScope .tw_user_tweet_time {
    font-size: 9px;
    color:#807971; 
    margin-top: 2px;
}
.blogScope .authority_bar_cont {
    display: inline-block;
    height: 12px;
}
.blogScope .authority_bar {
    display: inline-block;
    width:73px;
    height: 8px;
    background-color: #c6d8b2;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    margin-top: 3px;
    font-size: 1px;
}
.blogScope .authority_bar span {
    display: block;
    background-color: #74a143;
    height: 100%; 
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 1px;
}
.blogScope .authority_bar_nums {
    display: inline-block;
    color:#807971;
    font-size: 10px;
    margin-left: 80px; 
}
.blogScope .tw_box.tw_box_hover {
    background-color: #ffffd9;
}
.blogScope .tw_box .delete_tw {
    width: 22px;
    height: 23px;
    background-image: url(../img/delete_tw.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-left: 280px;
    margin-top: -24px;
    visibility: hidden;
}
.dj_ie6 .blogScope .tw_box .delete_tw {
	margin-left: 205px;
}
.dj_ie7 .blogScope .tw_box .delete_tw {
	margin-left: 209px;
}
.blogScope .tw_box.tw_box_hover .delete_tw {
	visibility: visible;
}
/* twitterbox end */
/* blogbox start */
.blogScope .blog_boxes {
    overflow: visible;
    padding-top: 20px;
}
.blogScope .blog_boxes a:link,
.blogScope .blog_boxes a:visited {
    color:#31647f;
    text-decoration: none;
}
.blogScope .blog_boxes a:active {
    text-decoration: underline;
}
.blogScope .blog_boxes a:hover {
    color:#6C838E;
    text-decoration: underline;
}
.blogScope .blog_box_w {
    width: 305px;
    height: 134px;
    float: left;
    margin-bottom: 30px;
    margin-right: 22px;
	overflow: visible;
	position:static;
}
.blogScope .blog_box {
    border:1px solid #cfcdcc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 275px;
    height: 110px;
    padding: 12px 15px;
    cursor:pointer;
    overflow: visible;
	position:absolute;
}
.dj_ie6 .blogScope .blog_box, .dj_ie7 .blogScope .blog_box {
	height: 126px;	
}
.blogScope .blog_box_open .blog_box_hover {
    height:auto;
    z-index:999;
}
.dj_ie6 .blogScope .blog_box_w {
	overflow: visible;
}
.blogScope .blog_box .blog_box_expanded_text {
	display:none;
}
.blogScope .blog_box_open .blog_box_hover .blog_box_expanded_text {
	display:block;
	font-size:11px;	
}
.blogScope .expanded_blog_articles {
	padding-top:10px;
}
.blogScope .blog_box_hover {
    background-color: #ffffd9;
    -moz-box-shadow: 0 0 3px 3px #eeeeee;
	-webkit-box-shadow: 0 0 3px 3px #eeeeee;
	box-shadow: 0 0 3px 3px #eeeeee;
}
.blogScope .blog_image_cont {
    background-image: url(../img/box_s.png);
    float: left;
    display: inline-block;
    width: 30px;
    height: 32px;
    margin-right: 12px;
    margin-top:4px; 
    overflow: hidden;   
}
.blogScope .blog_image_cont img {
    width: 16px;
    height: 16px;
    border: 0px;
    margin-left: 9px;
    margin-top: 5px;
}
.blogScope .beside_blog_image {
	float:left;
	padding-bottom:10px;
}
.blogScope .blog_box .delete_blog {
    width: 22px;
    height: 23px;
    background-image: url(../img/delete_tw.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-left: 280px;
    margin-top: -24px;
    visibility: hidden;
}
.dj_ie6 .blogScope .blog_box .delete_blog, .dj_ie7 .blogScope .blog_box .delete_blog {
	margin-left: 134px;
}

.blogScope .blog_box_hover .delete_blog {
    visibility: visible;
}
.blogScope .blog_box .expand_blog {
    width: 22px;
    height: 23px;
    background-image: url(../img/expand.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-left: 127px;
    margin-top: 4px;
    visibility: hidden;
}
.blogScope .blog_box.blog_box_hover .expand_blog {
    visibility: visible;
}
.blogScope .blog_box_open .blog_box_hover .expand_blog {
    visibility: hidden;
}
.blogScope .blog_box_open .blog_box_hover .collapse_blog {
    width: 22px;
    height: 23px;
    background-image: url(../img/collapse.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-left: 127px;
	margin-top: 2px;
    visibility: hidden;
}
.blogScope .blog_box_open .blog_box_hover .collapse_blog {
    visibility: visible;
}
.blogScope .link_image {
	background-image: url(../img/link_image.png);
	background-repeat: no-repeat;
	width:7px;
	height:7px;
	display:inline-block;
	margin-left:5px;
}

.dj_ie6 .blogScope .link_image {
	position:relative;
	top:3px;
	left:5px;
}
.dj_ie7 .blogScope .link_image {
	position:relative;
	top:-3px;
	left:5px;
}
/* blogbox end */


.blogScope .report {
    border: 1px solid #cfcdcc;
}
.blogScope .report .number {
	color:#423526; 
	font-size:14px; 
	font-weight:bold;
}
.blogScope .report td {
    border-bottom: 1px solid #cfcdcc;
    padding:8px 8px 8px 14px;
    text-align: left;
}
.blogScope .report th {
	background-color: #edebe8;
	border-bottom: 3px solid #cfcdcc;
	padding:8px 8px 8px 14px;
	text-align: left;
	color:#423526;
	font-size:14px;
    font-weight:bold;
}
.blogScope .report .bottom {
    height:6px; font-size:6px;
    background-color: #edebe8;
    padding:8px;
    text-align: left;
    font-style:italic;
    border-bottom: 0px ;
    border-top: 3px solid #cfcdcc; 
    background-position:right;
    background-repeat:no-repeat;
}
.blogScope .report .caption {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.2;
	display: block;
	padding-bottom: 20px;
}
.blogScope .report tr.c1 {
	background-color:#fbf9f6;
}
.blogScope .report a:link {
    color: #185575;
    text-decoration:none;    
}

.blogScope .dash_box {
    border:1px solid #cfcdcc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 12px 30px 0px;
    padding: 12px 15px 30px 15px;
    position: relative;
    _position: inherit;
}
.blogScope .wr_dash_box {
    float: left;
    border: 0px solid red;
    width: 523px;
    margin-right: 12px;
}
.blogScope .wr_dash_box .dash_box{
    margin-right: 0px;  
}
.blogScope .dash_box_mentions {
   width: 165px;
   float: left;
   overflow: hidden; 
}
.blogScope .dash_box_mentions_s {
   width: 91px;
   float: left;
   overflow: hidden; 
}

.blogScope .dash_box_rwr {
    margin-left: 165px;   
}
.blogScope .dash_coll_first {
	float: left;
	width: 500px;
    overflow: hidden;	
}
.blogScope .dash_coll_second {
    float: left;
    overflow: hidden;
    width: 350px;    
}
.blogScope .dash_coll_single {
    margin-left:91px;
    _margin-right:-11px;
    width: 400px;
    overflow:hidden; 
}
.blogScope .dash_mentions_num {
    font-size: 22px;
    font-weight: bold;
    color: #423526;
}
.blogScope .dash_mentions_txt {
    font-size: 12px;	
    color: #423526;
}
.blogScope .dash_box_mentions_sm {
   background-color: #ccc;    
}
.blogScope .dash_box_rwr_sm {
	background-color: #ddd;          
}

.blogScope .dash_sources {
    padding: 0px;
    margin: 0 0 0 0;
}
.blogScope .dash_sources dt {
   float: left;
   height: 80px;
   padding-right: 10px;
   min-width: 200px;
   _width: 200px;
}
.blogScope .dash_sources dd {
   height: 80px;
}

.blogScope .t_circle {
    background-image: url(../img/circle.png);
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/circle.png");    
    width: 60px;
    height: 60px;
    text-shadow: #000000 0px 1px 2px;
    _text-shadow: none;
    color: #fff;
    text-align: center;
    position: relative;
    float: left;
    cursor: default;    
}
.blogScope .t_circle_s {
	background-image: url(../img/circle_s.png);
    _background-image:none;	
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/circle_s.png");    
    width: 50px;
    height: 50px;
    text-shadow: #000000 0px 1px 1px;
    _text-shadow: none;    
}	
.blogScope .t_circle .t_circle_percent_num {
    font-size: 22px;
    font-weight: bold;
    top: 17px;
    position: relative;
}
.blogScope .t_circle .t_circle_percent {
    font-weight: normal;
    font-size: 12px;
    top: 10px;
    position: relative;    
       
}
.blogScope .t_circle_s .t_circle_percent_num, 
.blogScope .active_circle .t_circle_s .t_circle_percent_num_decimal {
    font-size: 19px;
    top: 13px;
}
.blogScope .active_circle .t_circle_percent_num_decimal {
	display:inline;
	font-size: 22px;
    font-weight: bold;
    top: 17px;
    position: relative;
}
.blogScope .active_circle .t_circle_percent_num {
	display:none;	
}
.blogScope  .t_circle_percent_num_decimal {
	display:none;	
}
.blogScope .t_circle_s .t_circle_percent {
    font-size: 10px;
    top: 7px;
}

.blogScope .t_circle_legend_num {
    font-size:22px;
    font-weight: bold;
    display: inline-block;
    padding-top: 17px;
    padding-left: 5px;
}
.blogScope .t_circle_legend_txt {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    top: -5px;
    position: relative;
    padding-left: 7px;
}
.blogScope h5.dash_title {
    font-size: 13px;
    font-weight: bold;
    color: #362817;
    margin: 2px 0 15px 0;
    padding: 5px 0 7px 3px;
}
.blogScope .barchartwr {
    margin: 25px 0 30px 0;
}
.blogScope .barchartwr_s {
    margin: 25px 0px 0px 0px;
    
}

.blogScope .t_sent_box {
	position:relative;
	_position:absolute;
	margin-top:23px;
}
.blogScope .t_sent_box ul{
	margin:15px 0 0 0;
	padding:0px;
	list-style: none;
}
.blogScope .t_sent_box li{
    display:block;
    float: left;
    padding-right: 23px;
    margin-bottom:30px

}
.blogScope .t_sent_chart_box {
    background-image: url("../img/sent_bg.gif");
    background-repeat: no-repeat;
    width: 136px;
    height: 75px;
    overflow: hidden;
    margin-left:30px;
}
.blogScope .t_sent_chart_box img {
    margin-top: -5px;
    margin-left: -5px;
}
.blogScope .t_sent_favorable {
    font-size:12px;
    color:#74a143;	
	position:absolute;
	left:160px;
	top:-10px
}
.blogScope .t_sent_favorable_circ {
    background-image: url(../img/favorable.png);
    _background-image:none; 
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/favorable.png");    
    width: 40px;
    height: 39px;
    text-shadow: #000000 0px 1px 1px;
    _text-shadow: none;
    color: #fff;
    text-align: center;
    position: relative;
    float: left;
    font-size:15px;
    font-weight:bold;
}
.blogScope .t_sent_favorable_text{
    top:12px;
    left:5px;	
    position:relative;
    font-weight:bold;
}
.blogScope .t_sent_favorable_circ_text{
    top:10px;
    position:relative;	
}
.blogScope .t_sent_favorable_circ_percent{
    top:6px;
    position:relative;
    font-size:10px;	
}

.blogScope .top_countries {
	font-size:12px;
}
.blogScope .top_country_flag {
	padding-right:10px;
	height:18px;
}
.blogScope .top_country_flag img{
    border:none;
    width:16px;
    height:11px;
}
.blogScope .top_country_name {
    padding-right:20px;
}
.blogScope .top_country_data {
    text-align:right;
}

.blogScope .by_gender {
    float:left;
}
.blogScope .gender_chart {
    height:160px;
    width:131px;
}
.blogScope .gender_chart_bg {
	height:105px;
	width:125px;
    background-image:url(../img/gender.png);
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/gender.png");
    background-position: bottom;
    background-repeat: no-repeat;
    margin:0px 0px 5px 6px;
    
}
.blogScope .gender_chart_male {
	background-image:url(../img/transparent_pixel.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/transparent_pixel.png", sizingMethod='scale');
	float:left;
	height:100%;
	width:61px;

}
.blogScope .gender_chart_female {
	background-image:url(../img/transparent_pixel.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/transparent_pixel.png", sizingMethod='scale');
    height:100%;
    width:61px;
    margin-left:61px;
}
.blogScope .female_circle{
	margin-left:80px;
}
.blogScope .by_age {
	margin-left:50px;
	float:left;
}
.blogScope .video_item_w {
    margin-left: 80px;
} 
.blogScope .video_item {
    float:left;
    margin:5px 0px 10px 10px;
}
.blogScope .video_item_link {
	background-image:url(../img/video_frame.gif);
    background-repeat: no-repeat;
    width: 142px;
    height: 82px;
    position:relative;
    display: block;
}
.blogScope .video_item_image_w {
    overflow:hidden;
    width: 120px;
    height: 67px;
    position:relative;
    display: block;
    top:6px;
    margin:0px 11px;
    vertical-align: top;
}
.blogScope .video_item_image {
    position: absolute;
    top: -12px;
}
.blogScope .video_item_length {
    display:block;
    font-size:10px;
    color: #fff;
    right:0px;
    bottom:0px;
    position:absolute;
    z-index:0;
    background-color: #000;
    padding:0px 1px 0px 2px;
    line-height:12px;
}
.blogScope .video_item_text{
    font-size:11px;
    margin:2px 5px 0px 5px;
    display:inline-block;
    width:132px;
    height:28px;
    overflow:hidden;
}
.blogScope .video_item_text span{
	width: 132px;
    max-height: 28px;
    _height: 28px;
	font-size: 11px;
	margin: 0px;
    overflow: hidden;
    display: inline-block;
}
