/* 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:880px;
}
* html .wrapper {
	width:expression(document.body.clientWidth > 880 ? "auto" : "880px" );
}
.general_content {
	margin-left:20px;
	margin-right:20px;
	max-width:1300px;
}
* html .general_content {
	width:expression(document.body.clientWidth < 1342 ? "auto" : "1300px" );
}
.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;
	/*background-image:url(../images/input_white.gif);*/
	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 { 
 /** Tis 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;
}

a:visited {
	color: #868484;
}

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;
}

/* 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%;
}

/* 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;
}
.search_input {
 	width:100%; 
	_width:98%; 
	height:24px; 
	border:2px solid #d3e1e8; 
	font-size:20px;
	padding-left:2px;
	color:#fb7444;
}
.search_container_menu {
	width:300px; 
	height:50px; 
	background-color:#fff;
	position:absolute;
	z-index:101;
	display:none;
	margin-left:2px;
	margin-top:28px;
	
}
.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 input[type="text"] {
	margin-top: 5px;
}
.fiter_area_content input[type="button"] {
	
}
.fiter_area_content input[type="checkbox"] {

}
.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;
}
* 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_def_tab_l.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_def_tab_r.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.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.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;
}
.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;
}
.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;	
}
.result_nav_active a, .result_nav_active_child a {
	font-size:14px;
}
.result_nav_active_text {
	float:left;
	display:block;
	margin-top:6px;
	margin-left:5px;
}
.result_nav_active_text a {
	font-weight:bold;
	color:#ff4100 !important;
	text-decoration:none;
}
.result_nav_active_child_text {
	float:left;
	display:block;
	margin-top:8px;
	margin-left:22px;
	_margin-left:10px;
}
.result_nav_active_child_text a {
	font-weight:normal;
	color:#6e675f;
	text-decoration:none;
	font-size:12px;
}
.result_nav_active_child {
	background-color: #fff;	
}
.result_nav_active_child_text a:hover,
.nav_link_active .result_nav_active_child_text a {
	font-weight:bold;
	color:#53493f;
	text-decoration:none;
	font-size:12px;
}
.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;
}
.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;
}
.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;
}
.result_nav_default a {
	font-size:14px !important;
}
.result_nav_default_text, .result_nav_disable_text {
	float:left;
	display:block;
	margin-top:6px;
	margin-left:5px;
	font-size:14px !important;
}
.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 10px;
	min-height:450px;
	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;
}
/* ------------------------------- 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);
}
.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);
}
.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);
}
.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);
}
.result_box {
	padding:5px;
}
/* ---------------------------- content area bottom end ---------------------------------------------- */                                                            

/* ---------------------------- footer area start ---------------------------------------------- */                                                            
.bottom_white_area {
	height:42px;
	clear:both;
}
.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_left {
	float:left;
	display:block;
}
.footer_right {
	float:right;
	display:block;
}
.footer_area_tabs {
	float:left;
	margin-top:3px;
	font-size:12px;
	clear:both;
	cursor:default;
}
.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_right_text {
	color:#dacece;
	font-size:11px;
	text-align:right;
	cursor:default;
}
.footer_right_text span {
	color:#fff6b9 !important;
	font-weight:bold;
}
/* ---------------------------- 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: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");
}
.demographics_on {
	background-image: url(../img/icons/demographics_on.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/demographics_on.png");
}
.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");
}

.details_dark {
	background-image: url(../img/icons/details_dark.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/details_dark.png");
}
.details_on {
	background-image: url(../img/icons/details_on.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/details_on.png");
}
.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");
}

.geo_dark {
	background-image: url(../img/icons/geo_dark.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/geo_dark.png");
}
.geo_on {
	background-image: url(../img/icons/geo_on.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/geo_on.png");
}
.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");
}

.influence_dark {
	background-image: url(../img/icons/influence_dark.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/influence_dark.png");
}
.influence_on {
	background-image: url(../img/icons/influence_on.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/influence_on.png");
}
.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");
}

.popularity_dark {
	background-image: url(../img/icons/popularity_dark.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/popularity_dark.png");
}
.popularity_on {
	background-image: url(../img/icons/popularity_on.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/popularity_on.png");
}
.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");
}

.search_dark {
	background-image: url(../img/icons/search_dark.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/search_dark.png");
}
.search_on {
	background-image: url(../img/icons/search_on.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/search_on.png");
}
.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");
}

.text_dark {
	background-image: url(../img/icons/text_dark.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/text_dark.png");
}
.text_on {
	background-image: url(../img/icons/text_on.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/text_on.png");
}
.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");
}

.dashboard_dark {
	background-image: url(../img/icons/dashboard_dark.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/dashboard_dark.png");
}
.dashboard_on {
	background-image: url(../img/icons/dashboard_on.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/dashboard_on.png");
}
.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");
}

.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");
}
.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");
}
.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");
}

.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");
}
.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");
}
.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");
}

.twitter_dark {
	background-image: url(../img/icons/twitter_dark.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/twitter_dark.png");
}
.twitter_on {
	background-image: url(../img/icons/twitter_on.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/twitter_on.png");
}
.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");
}

.video_dark{
	background-image: url(../img/icons/video_dark.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/video_dark.png");
}
.video_on {
	background-image: url(../img/icons/video_on.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/video_on.png");
}
.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");
}

.wikipedia_dark {
	background-image: url(../img/icons/wikipedia_dark.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/wikipedia_dark.png");
}
.wikipedia_on {
	background-image: url(../img/icons/wikipedia_on.png);
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icons/wikipedia_on.png");
}
.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");
}

.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;	
}
.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;	
}
.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;	
}

.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;	
}
.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;	
}
.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;	
}
/* ---------------------------- 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:16px;
	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:16px;
	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;
	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:15px;	
	height:100%;	
	_height:16px;	
	display:block;
	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 --------------------------- */

.projectAreaMenu {
	position:absolute;
	top:30px;
	z-index: 999;
	margin-left: 174px;
	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;
}

.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 {
	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 {
	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 {
	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 {
	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 {
	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 {
	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  -------------------------------------------------------------*/










