@charset "utf-8";
/* CSS Document */
body{
	margin:0px;	padding:0px; background-color:#fff;	background-attachment:fixed; background-repeat:no-repeat; background-position:center 0px;
}
.blk_clr{
	background:#000;
}
.nav_tab_bg{
	background:#e6e5e5;
}
.nav_sub_menu_bg{
	background:#ebebeb;
}
.profile_light_bg{
	background:#fcfcfc;
}
.profile_light_bg{
	background:#fcfcfc;
}
.profile_comment_heading_bg{
	background:#e1e1e1;
}

.profile_dark_bg{
	background:#f3f3f3;
}
.profile_light_border{
	border-bottom:1px solid #d3d3d3;
}
.profile_dark_border{
	border-bottom:1px solid #e6e6e6;
}
.what_mind_color{
	background-color:#FFFFFF; border:1px solid #CCCCCC; color:#bf84ba;
}
h2{
	border-bottom:1px dotted #bec3bd;
}
.font_color{
	color:#000;
}
.font_color a{
	color:#3b74c1;
}
.font_color a:hover{
	color:#3b74c1;
}
.font_color h1{
	color:#505050;
}
.font_color h2{
	color:#505050;
}
.font_color h3{
	color:#505050;
}
.font_color h4{
	color:#505050;
}
.font_color h5{
	color:#505050;
}
.font_color span{
	color:#595959;
}
.username_color{
	color:#5caace;
}
.username_color span{
	color:#262626; font-size:11px; font-weight:normal;
}
.username_color span a{
	color:#3b74c1; font-size:12px; text-decoration:none;
}
.username_color span a:hover{
	color:#3b74c1; font-size:12px; text-decoration:underline;
}
.tab_bg{
	border-bottom:1px solid #c1c4bb;
}
.tab_bg ul{
}
.tab_bg li{
}
.tab_bg li a{
	background-color:#fff; color:#3b74c1; font-weight:bold;	font-size:12px;

}
.tab_bg li a:hover{
	background-color:#dee2e5; color:#4a4549; font-weight:bold; font-size:12px;

}
.tab_bg li a.act{
	background-color:#dee2e5; color:#4a4549; font-weight:bold; font-size:12px;
}
/*-------------------------------------------navigation-----------------------------------------------*/

ul.dropdown_bg{ 
}
ul.dropdown_bg li{ 
  }

ul.dropdown_bg li a { 
   	border-left: 1px solid #fff; color:#616161;
}
ul.dropdown_bg li:last-child a {} /* Doesn't work in IE */
ul.dropdown_bg li.hover,
ul.dropdown_bg li:hover {background: #ebebeb;}


/* 
	LEVEL TWO
*/
ul.dropdown_bg ul 	{}
ul.dropdown_bg ul li {
	 }
ul.dropdown_bg ul li a	{}
ul.dropdown_bg ul li a:hover	{color:#57add0;}  