body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-size: 11px;
	font-family: corbel, verdana, arial, helvetica, sans-serif;
	color: gray;
	/*list-style-image:url(../list.gif);*/
}

* html img,* html div {
	behavior: url(/js/iepngfix.htc);
}

p {
	padding: 0px;
	margin: 0px;
}


#sidebar_map {
	display:none;	
}
#main_border {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bg_border.gif);
	background-repeat: repeat-y;
}

a img {
	border: 0;
	color: #5774b0;
}

a:link,a:visited,a:active {
	text-decoration: none;
	border-style: none;
	color: #5774b0; /*light blue*/
}

a:hover {
	text-decoration: none;
	color: #5774b0; /*light blue*/
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #5774b0; /*light blue*/
}

h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #5774b0; /*light blue*/
}

#main_container {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	top: 0px;
	padding-bottom: 20px;
}

#top_menu {
	width: 100%;
	height: 100px;
	background-color: #7c02c5;
	float: left;
}

#logo {
	float: left;
}

#login_menu {
	color: white;
	float: right;
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}

#login_menu div {
	display: inline;
}

#login_menu .btn_login a { //
	background: url(../bg_btn_login.png) scroll top right;
	background-color: green;
	padding: 3px 8px 2px;
	color: white;
	line-height: 26px;
	border-right: solid 2px gray;
	border-bottom: solid 2px gray;
	font-weight: bold;
}

#login_menu .btn_login a:hover { //
	background-position: bottom left;
	color: green;
	background-color: white;
}

.btn_register a { //
	background: url(../bg_btn_reg.png) scroll top right;
	background-color: orange;
	padding: 3px 8px 2px;
	color: white;
	line-height: 26px;
	border-right: solid 2px gray;
	border-bottom: solid 2px gray;
	font-weight: bold;
}

.btn_register a:hover { //
	background-position: bottom left;
	color: orange;
	background-color: white;
}

#login_menu .btn_register a { //
	background: url(../bg_btn_reg.png) scroll top right;
	background-color: orange;
	padding: 3px 8px 2px;
	color: white;
	line-height: 26px;
	border-right: solid 2px gray;
	border-bottom: solid 2px gray;
	font-weight: bold;
}

#login_menu .btn_register a:hover { //
	background-position: bottom left;
	color: orange;
	background-color: white;
}


.btn_logout a {
	background: url(../bg_btn_logoff.png) scroll top right;
	padding: 3px 8px 2px;
	color: white;
	line-height: 26px;
}

.btn_logout a:hover {
	background-position: bottom left;
}

.btn_orange {
	margin: 4px 0px;
	display: block;
}

.btn_orange a {
	background: url(../bg_btn_reg.png) scroll top right;;
	padding: 3px 8px 2px;
	color: white;
	margin: 0px 2px;
	width: 100%;

}

.box_new .btn_orange {
	color: white;
}

.btn_orange a:hover {
	background-position: bottom left;
}

.btn_purple {
	margin: 8px 0px;
	display: block;
}

.btn_purple a {
	background: url(../bg_btn_purple.png) scroll top right;
	padding: 3px 8px 2px;
	color: white;
	margin: 0px 2px;
	width: 100%;
}

.btn_purple a:hover {
	background-position: bottom left;
}

.btn_yellow {
	margin: 4px 0px;
	display: block;
}

.btn_yellow a {
	background-image: url(../bg_btn_yellow.png);
	padding: 3px 8px 2px;
	color: white;
	margin: 0px 2px;
	width: 100%;
	
}

.btn_green {
	margin: 4px 0px;
	display: block;
}

.btn_green a,.btn_green a:link,.btn_green a:active {
	background: url(../bg_btn_login.png) scroll top right;
	padding: 3px 8px 2px;
	color: white;
	margin: 0px 2px;
	width: 100%;
}

.btn_green a:hover {
	background-position: bottom left;
}

.btn_red {
	margin: 4px 0px;
}

.btn_red a {
	background-image: url(../bg_btn_red.png);
	padding: 3px 8px 2px;
	color: white;
	line-height: 26px;
	margin: 0px 2px;
	width: 100%;
}

.btn_blue {
	margin: 4px 0px;
}

.btn_blue a {
	background: url(../bg_btn_blue.png) scroll top right;
	padding: 3px 8px 2px;
	color: white;
	margin: 0px 2px;
	width: 100%;

}

.btn_blue a:hover {
	background-position: bottom left;
}

#nav {
	width: 986px;
	_width: 986px;
	height: 33px;
	padding: 1px 0 0 0;
	background-image: url(../bg_menu_bar.jpg);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0px;
	clear: both;
}

.nav_bar {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul {
	display: inline;
}

#nav li {
	display: inline;
	line-height: 32px
}

#nav li a img {
	border: 0;
}

#nav li a:hover,#nav li a:focus,#nav li a:active {
	text-decoration: none;
	border-style: none;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

#rightbar {
	float: right;
}

#nav_home {
	padding-left: 5px;
}

#nav_home {
	background-image: url(../bg_menu_home.png);
	background-repeat: no-repeat;
	width: 34px;
	height: 32px;
}

#nav_friends {
	background-image: url(../bg_menu_friends.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_friends_select {
	background-image: url(../bg_menu_friends_select.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

.nav_register {
	background-image: url(../bg_menu_blank.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_search {
	background-image: url(../bg_menu_search.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_search_select {
	background-image: url(../bg_menu_search_select.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_curves {
	background-image: url(../bg_menu_curve.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_curves_select {
	background-image: url(../bg_menu_curve_select.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_inbox {
	background-image: url(../bg_menu_inbox.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_inbox_select {
	background-image: url(../bg_menu_inbox_select.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_widgets {
	background-image: url(../bg_menu_widget.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_widgets_select {
	background-image: url(../bg_menu_widget_select.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_chat {
	background-image: url(../bg_menu_chat.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_chat_select {
	background-image: url(../bg_menu_chat_select.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_forum {
	background-image: url(../bg_menu_forum.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_forum_select {
	background-image: url(../bg_menu_forum_select.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}


#nav_profile {
	background-image: url(../bg_menu_profile.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_profile_select {
	background-image: url(../bg_menu_profile_select.png);
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav_invitation2beta {
	width: 108px;
	height: 32px;
	padding-left: 5px;
}

#nav span {
	float: left;
	margin-right: 1px;
}

#top_banner {
	float: right;
}

#global_frame {
	float: left;
	width: 986px;
	_width: 986px;
	padding-top: 20px;
	background-image: url(../bg_menu_shadow.gif);
	background-repeat: repeat-x;
}

#content_frame {
	padding: 10px 0px 0px 10px;
}

#nav_univers {
	height: 56px;
}

#nav_univers ul {
	display: inline;
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
}

#nav_univers li {
	display: inline;
	line-height: 56px;
	height: 56px;
	padding: 10px 30px;
	/*background:transparent url(/images/chevron.png) no-repeat scroll 100% 50% !important;*/
	margin-left: -10px;
}

#nav span {
	border-style: none;
	text-align: left;
	text-decoration: none;
	color: white;
	/*padding-left:5px;*/
}

.friends a:hover {
	text-decoration: none;
}

.last_registered a {
	font-weight: bold;
}

.last_registered a:hover {
	text-decoration: none;
}

.last_registered a:hover {
	text-decoration: none;
}

.mascot { /*width:500px;*/
	height: 280px;
	display: inline;
	float: left;
	font-size: 1.2em;
	color: #666666;
}

.quote_left {
	width: 140px;
	float: left;
	display: inline;
}

.quote_right {
	width: 140px;
	float: left;
	display: inline;
}

.mascot_bg_right {
	width: 105px;
	height: 100%;
	float: left;
	background-image: url(../bg_mascot.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.mascot_bg_left {
	width: 105px;
	height: 100%;
	float: left;
	background-image: url(../bg_mascot.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.box_new {
	float: left;
	/*border-style:solid;
border-width:2px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-color:#e5e5e5; /*cream */
	width: 90%;
	background-color: white;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}

.button_new {
	float: left;
	width: 15em;
	text-align: center;
	background-color: white;
	padding: 6px 7px 9px 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}

.button_new a {
	text-decoration: none;
	color: #5774b0;
}

.button_new a:hover {
	text-decoration: none;
	color: #5774b0;
	font-weight: bold;
}

.small .box_new {
	font-size: 1em;
}

.motto {
	font-weight: bold;
	font-size:0.9em;
	margin-top:1.1em;
	clear:both;
}

.fb-button {
/*	padding-top: 1em;*/
	float: left;
	margin: 0.5em;
/*height: 2em;*/
}

.small .fb-button {
	padding-top: 0;
}

.fb_share_button {
	text-decoration: none;
	margin-top: 2px;
	display: -moz-inline-block;
	display: inline-block;
	color: #3b5998;
	padding: 1px 20px 0 5px;
	height: 15px;
	border: 1px solid #d8dfea;
	background:
		url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?2:26981)
		no-repeat top right;
}

a.fb_share_button {
	color: #3b5998;
	border-style: solid;
}

.fb_share_button:hover {
	color: #fff;
	border-color: #295582;
	background: #3b5998
		url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?2:26981)
		no-repeat top right;
	text-decoration: none;
}

.box_head {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: #e5e5e5; /*cream */
	margin-bottom: 0.5em;
	padding-top: 0px;
}

.box_head h1 {
	margin: 2px 0px;
}

b.cr {
	background-image: url(../gray/corners.gif);
	height: 20px;
	position: absolute;
	width: 20px;
}

.button_new b.cr {
	background-image: url(../purple/corners.gif);
}

b.tl {
	background-position: left top;
	left: 0px;
	top: 0px;
}

b.tr {
	background-position: right top;
	right: 0px;
	top: 0px;
}

b.bl {
	background-position: left bottom;
	bottom: 0px;
	left: 0px;
}

b.br {
	background-position: right bottom;
	bottom: 0px;
	right: 0px;
}

b.vt {
	background: transparent url(../gray/vertical.png) repeat-y scroll 0%;
	height: 100%;
	position: absolute;
	width: 6px;
}

.button_new b.vt {
	background-image: url(../purple/vertical.png) repeat-y scroll 0%;
}

b.lt {
	background-position: left top;
	left: 0px;
	top: 0px;
}

b.rt {
	background-position: right top;
	right: 0px;
	top: 0px;
}

b.hz {
	background: transparent url(../gray/horizontal.png) repeat-x scroll 0%;
	height: 6px;
	position: absolute;
	width: 100%;
}

.button_new b.hz {
	background-image: url(../purple/horizontal.png) repeat-x scroll 0%;
}

b.to {
	background-position: left top;
	left: 0px;
	top: 0px;
}

b.bo {
	background-position: left bottom;
	bottom: 0px;
	left: 0px;
}

.univers { /*border-style:solid;
border-width:2px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-color:#e5e5e5; */
	background-color: white;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 236px;
}

#samples_univers .univers {
	height: 100%;
}

#search_result_univers .univers {
	height: 100%;
}

.univers h1 , .forum_univers h1 {
	background-repeat: x-repeat;
	height: 21px;
	color: white;
	font-weight: bolder;
	padding: 5px 0 0 5px;
	margin: 0;
}

.univers h1 a , .forum_univers h1 a {
	color: white;
}

.univers p {
	border-right: solid 2px #e5e5e5;
	border-left: solid 2px #e5e5e5;
	border-bottom: solid 2px #e5e5e5;
	margin: 0;
	padding: 5px;
}

.univers_content {
	border-right: solid 2px #e5e5e5;
	border-left: solid 2px #e5e5e5;
	border-bottom: solid 2px #e5e5e5;
	margin: 0;
	padding: 5px;
	height: 100%;
}

#content_choice_type_dataset .univers_content {
	/*height: 11em;*/
}

.univers_content .btn { /*padding:3px 8px 6px;*/
	padding: 2px 4px;
	color: white;
	line-height: 26px;
	margin: 5px 2px;
}

#pages_nav {
	text-align: right;
	height: 32px
}

.even {
	background-color:#efefef;
	color:gray;
	/*font-weight:bold;*/
}
.box_new .univers a {
	color: white;
}

.univers_content_txt { /*float:right;*/
	width: 100%;
	color: gray;
	font-size: 1.2em;
}

.univers_content_txt_full {
	float: left;
	/*width:100%;*/
	border-right: solid 2px #e5e5e5;
	border-left: solid 2px #e5e5e5;
	border-bottom: solid 2px #e5e5e5;
	width:	574px;
	padding: 5px;
	height: 100%;
}

.univers_content a, .box_new .univers_forum_content a {
	color: #5774b0;
}

.btn_univers { /*clear:both;
float:right;
margin-top:1em;*/
	font-size: 0.8em
}

#samples_univers {
	float: right;
	width: 25%;
	margin: 0 30px;
}


/* FORUM */

.mceContentBody {
	font-size:0.9em	
}
#forum_intro {
	font-size:1.2em;
	background-color:#ffffee;
	border:solid 1px #ffdd99;
	width:788px; /* 810 - 2x 10 -2 */
	padding:10px;
	margin-bottom:1em;
	
		
}

#thread_intro {
	font-size:1.2em;
	background-color:#ffffee;
	border:solid 1px #ffdd99;
	width:628px; /* 810 - 2x 10 -2 */
	padding:10px;
	margin-bottom:1.5em;
}
	
.univers_forum_content {
	border-right: solid 2px #e5e5e5;
	border-left: solid 2px #e5e5e5;
	border-bottom: solid 2px #e5e5e5;
	margin: 0;
	padding: 5px;
	font-size:1.1em;
}

.univers_forum a {
	color: white;
}

.univers_forum_content a {
	color: black;
}

.univers_forum {
	clear: right;
	/*border-style:solid;
border-width:2px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-color:#e5e5e5; */
	width: 330px;
	background-color: white;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.univers_forum h1 {
	background-image: url(../bg_header_health.png);
	background-repeat: x-repeat;
	height: 21px;
	color: white;
	font-weight: bolder;
	padding: 5px 0 0 5px;
	margin: 0;
}

.univers_forumko p {
	border-right: solid 2px #e5e5e5;
	border-left: solid 2px #e5e5e5;
	border-bottom: solid 2px #e5e5e5;
	margin: 0;
	padding: 5px;
}
.btn_link {
	border-style: solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-color: #e5e5e5; /*cream */
	padding: 2px;
	border-width: thin;
	background-color: orange;
	color: white;
	font-weight: bold;
	height: 100%;
}

.small a.btn_link_title img {
	width: 15px;
}

.small .last_up_down img {
	width: 15px;
}

.box_head a:link,.box_head a:visited,.box_head a:active {
	text-decoration: none;
	border-style: none;
	color: white;
}

.box_head h1 a:link, .box_head h1 a:visited,.box_head h1 a:active {
	color:#5774B0;
	text-decoration: none;
	border-style: none;
}
.box_head a:hover {
	color: white;
	font-size: 1.1em;
}

#top_chart {
	float: right;
	margin: 5px 0px 5px 5px;
}

.baseline {
	padding: 1em 0pt;
	color: gray;
	font-weight: bold;
}

#baseline .btn_orange a {
	font-size: 1em;
}

#link-omc a {
	color: black;
}

.resize_notice a {
	color: #5774b0;
}

#footer a img {
	border: 0;
}

#footer  ul {
	float: right;
	margin: 10px 5px;
}

#footer  li {
	display: inline;
	margin-right: 0.5em;
}

#footer li a {
	border-style: none;
	text-align: center;
	text-decoration: none;
	color: #5774b0;
	font-size: 1.2em;
}

#footer li a:hover,#footer li a:focus,#footer li a:active {
	text-decoration: none;
	border-style: none;
	text-decoration: underline;
}

#main_bottom {
	width: 1000px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#flagbar {
	float: right;
}

#right_col {
	float: left;
	margin: 0px 5px;
	width: 48%
}

#left_col {
	float: left;
	margin: 0px 5px 0px 0px;
	width: 48%
}

/*  SPECIFIC CSS   */
.friends {
	width: 65px;
	height: 70px;
	text-align: center;
	float: left;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	_margin: 2px 1px 2px 1px;
	padding-top: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	padding-bottom: 5px;
}

.profile {
	width: 65px;
	height: 100%;
	text-align: center;
	float: left;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	_margin: 2px 1px 2px 1px;
	padding-top: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	padding-bottom: 5px;
}


.friend-list .profile {
	height:70px;	
}
/*
.last_challenge {
width:65px;
/*height:75px;
text-align:center;
float:left;
margin-bottom:5px;
margin-left:2px;
margin-right:2px;
_margin:2px 1px 2px 1px;
padding-top:2px;
border-style: solid;
border-width: 1px;
border-color: #e5e5e5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
overflow:hidden;
padding-bottom:5px;
height:60px;
}
*/

.resize_notice {
	width: 55px;
	height: 75px;
	text-align: center;
	float: left;
	margin: 5px 2px 5px 2px;
	_margin: 2px 1px 2px 1px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.resize_notice a:hover {
	font-weight: bold;
	text-decoration: none;
}

.avatar {
	width: 40px;
	height: 40px;
}

.slides {
	margin: 0px;
	padding: 0px;
}

.slides>div {
	float: left;
	height: 95px;
	width: 100%;
	overflow: hidden;
}

.slides_dataset>div {
	float: left;
	/*height:83px;*/
	overflow: hidden;
}

#slide_dataset_previous,#slide_friends_previous {
	display: inline;
	float: left;
}

#slide_dataset_next,#slide_friends_next {
	display: inline;
	float: right;
}

.data_display {
	clear: both;
}

.data_display td {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: white;
}

.data_display tr {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: gray;
	background-color: #EDF0F7;
}

.data_display td a {
	float: left;
	width: 100%;
	text-decoration: none;
	color: #5774b0;
	font-weight: bolder;
}

.dataset_search tr {
	background-color: white;
}

.dataset_search tr:hover,.data_display tr:hover,.search_hovered {
	background-color: orange; /*#e5e5e5 -> gray, */
	border: solid 1px orange;
	padding: 5px;
	cursor: pointer;
	color: white;
	/*font-size: 1.2em;*/
}

.dataset_search {
	border-collapse: collapse;
}

.dataset_search a:link,.dataset_search a:visited,.dataset_search a:active
	{
	text-decoration: none;
	border-style: none;
}

.data_display tr .search_hovered,.data_display tr:hover,.data_display .search_hovered td a
	{
	background-color: orange;
	color: white;
}

.dataset_search tr .search_hovered,.dataset_search tr:hover,.dataset_search .search_hovered td a
    {
    background-color: orange;
    color: white;
}



.dataset_search a:hover {
	cursor: pointer
	color:white;
}

.dataset_search tr .curve_display_hover a {
    color:white;	
}
.curve_display {
	clear: both;
}

.curve_display td {
	height: 130px;
	vertical-align: middle;
}

.curve_display tr {
	height: 130px;
}

.curve_display td a {
	color: #5774b0;
	width: 100%;
	height: 100%;
	text-decoration: none
}

.curve_display tr:hover,.curve_display_hover,.curve_display_hover a,.curve_display tr:hover a
	{
	color: white;/*
	border: solid 2px orange;*/
	cursor: pointer;
	font-weight: bold;
}

.formlabel {
	display: block;
	width: 8.5em;
	float: left;
	clear: left;
}

#form_add_value .formlabel {
	width: 12em;
	margin-top:0.8em;
}

.widget .formlabel {
	width: 11em;

}
form p  {
	margin-top:1em;
	margin-bottom:1em;
}
.clear {
	clear: both;
}

#tooltip {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	padding: 1px;
	font: 11px verdana, arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: orange;
	background-color: white;
	font-weight: bold;
	filter: alpha(opacity = 90);
	opacity: 0.9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#information,#message {
	display: none;
	visibility: hidden;
	z-index: 1000;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 1.2em;
	color: #5774b0;
	border: solid 2px #fc9d5c;
	background: #fced5c;
	opacity: .60;
}

#alert {
	display: none;
	visibility: hidden;
	z-index: 1000;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 1.2em;
	color: #5774b0;
	border: solid 2px #fc9d5c;
	background: #fced5c;
	opacity: .60;
}

#notice {
	display: none;
	visibility: hidden;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 1.2em;
	color: #5774b0;
	border: solid 2px #5ebd5e;
	background: #78ef78;
	opacity: .60;
}

#map {
	height: 280px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
}

#calendarDiv {
	position: absolute;
	width: 205px;
	border: 1px solid #317082;
	padding: 1px;
	background-color: #FFF;
	font-family: arial;
	font-size: 10px;
	padding-bottom: 20px;
	visibility: hidden;
}

#calendarDiv span,#calendarDiv img {
	float: left;
}

#calendarDiv .selectBox,#calendarDiv .selectBoxOver {
	line-height: 12px;
	padding: 1px;
	cursor: pointer;
	padding-left: 2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver {
	line-height: 12px;
	padding: 1px;
	cursor: pointer;
	padding-left: 2px;
}

#calendarDiv td {
	padding: 3px;
	margin: 0px;
	font-size: 10px;
}

#calendarDiv .selectBox {
	border: 1px solid #E2EBED;
	color: #E2EBED;
	position: relative;
}

#calendarDiv .selectBoxOver {
	border: 1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position: relative;
}

#calendarDiv .selectBoxTime {
	border: 1px solid #317082;
	color: #317082;
	position: relative;
}

#calendarDiv .selectBoxTimeOver {
	border: 1px solid #216072;
	color: #216072;
	position: relative;
}

#calendarDiv .topBar {
	height: 16px;
	padding: 2px;
	background-color: #317082;
}

#calendarDiv .activeDay { /* Active day in the calendar */
	color: #FF0000;
}

#calendarDiv .todaysDate {
	height: 17px;
	line-height: 17px;
	padding: 2px;
	background-color: #E2EBED;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 201px;
}

#calendarDiv .todaysDate div {
	float: left;
}

#calendarDiv .timeBar {
	height: 17px;
	line-height: 17px;
	background-color: #E2EBED;
	width: 72px;
	color: #FFF;
	position: absolute;
	right: 0px;
}

#calendarDiv .timeBar div {
	float: left;
	margin-right: 1px;
}

#calendarDiv .monthYearPicker {
	background-color: #E2EBED;
	border: 1px solid #AAAAAA;
	position: absolute;
	color: #317082;
	left: 0px;
	top: 15px;
	z-index: 98;
	display: none;
}

#calendarDiv #monthSelect {
	width: 70px;
}

#calendarDiv .monthYearPicker div {
	float: none;
	clear: both;
	padding: 1px;
	margin: 1px;
	cursor: pointer;
}

#calendarDiv .monthYearActive {
	background-color: #317082;
	color: #E2EBED;
}

#calendarDiv td {
	text-align: right;
	cursor: pointer;
}

#calendarDiv .topBar img {
	cursor: pointer;
}

#calendarDiv .topBar div {
	float: left;
	margin-right: 1px;
}

.module_admin {
	height: 100%;
	clear: both;
	display: block;
}

.members_stat {
	background-image: url(../icon_members.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	height: 15px;
	width: 25px;
	padding: 2em 4em 0 0;
	float: left;
	text-align: right;
	font-weight: bold;
}

.small .members_stat {
	background-image: url(../icon_members_small.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	height: 15px;
	width: 22px;
	padding: 17px 0 0 0;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 15px;
}

.contrib_stat {
	background-image: url(../icon_contributions.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	height: 15px;
	width: 25px;
	padding: 2em 4em 0 0;
	float: left;
	text-align: right;
	font-weight: bold;
}

.small .contrib_stat {
	background-image: url(../icon_contributions_small.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	height: 15px;
	width: 22px;
	padding: 17px 0 0 0;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 15px;
}

/*
.comments_stat {

background-image:url(../icon_comments.png);
background-repeat:no-repeat;
background-position:top right;
font-size:1em;
height:15px;
width:25px;
padding:20px 40px 0 0;
float:left;
text-align:right;
font-weight:bold;
}

.comments_stat_small {
	background-image:url(../icon_comments_small.png);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:1em;
	height:15px;
	width:22px;
	padding:17px 0 0 0;
	float:left;
	text-align:right;
	font-weight:bold;
}
*/
.updown_stat {
	background-image: url(../icon_comments.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	height: 15px;
	width: 25px;
	padding: 2em 4em 0 0;
	float: left;
	text-align: right;
	font-weight: bold;
}

.row_updown,.row_updown_up,.row_updown_down {
	border-bottom: solid 1px #e5e5e5;
	margin-top: 0.5em;
}

.row_updown a,.row_updown_up a,.row_updown_down a {
	text-decoration: none;
	color: #244382;
}

.small .updown_stat {
	background-image: url(../icon_comments_small.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	height: 15px;
	width: 22px;
	padding: 17px 0 0 0;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 15px;
}

.views_stat {
	background-image: url(../icon_views.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	height: 15px;
	width: 25px;
	padding: 2em 4em 0 0;
	float: left;
	text-align: right;
	font-weight: bold;
}

.small .views_stat {
	background-image: url(../icon_views_small.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	height: 15px;
	width: 22px;
	padding: 17px 0 0 0;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 15px;
}

.open_close_stat {
	font-size: 1em;
	height: 15px;
	width: 25px;
	padding: 0 0 0 10px;
	float: left;
	text-align: right;
	font-weight: bold;
}

.submit_up {
	margin: 1px 5px 1px 5px;
	padding-left: 20px;
	border: solid 1px #e5e5e5;
	cursor: pointer;
	width: 70px;
	background: url("/images/icons/thumb-up-small.png") no-repeat left top;
	height: 28px;
}

.small .submit_up {
	margin: 1px 5px 1px 5px;
	padding-left: 20px;
	border: solid 1px #e5e5e5;
	cursor: pointer;
	width: 70px;
	background: url("/images/icons/thumb-up-small.png") no-repeat left top;
	height: 28px;
}

.submit_down {
	clear: left;
	margin: 1px 5px 1px 5px;
	padding-left: 20px;
	border: solid 1px #e5e5e5;
	cursor: pointer;
	width: 70px;
	background: url("/images/icons/thumb-down-small.png") no-repeat left top
		;
	height: 28px;
}

.submit_neutral {
	clear: left;
	margin: 1px 5px 1px 5px;
	padding-left: 20px;
	border: solid 1px #e5e5e5;
	cursor: pointer;
	width: 70px;
	background: url("/images/icons/thumb-neutral-small.png") no-repeat left
		top;
	height: 28px;
}

.box_choice_dataset {
	float: left;
	_height:1%;
	_width:1%;
	position:relative;
	margin:5px;
}

.box_choice_dataset img {
	border: solid orange 2px;
	-moz-border-radius:10px;
	padding:5px;
}

.box_choice_dataset img:hover {
	background-color:#F5DEB3; /* orange : FFA500, light orange : F5DEB3
	border: solid orange 2px;
	-moz-border-radius:10px;
	padding:5px;
}



.post-list table {
	background-color: #f4f4f4;
}

.post-list th { /*border-bottom:solid 1px white;*/
	
}

.post-list tr {
	border-bottom: solid 1px white;
	padding: 5px;
}

.post-list tr:hover {
	background-color: #e5e5e5;
	padding: 5px;
}

.post-list td {
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding: 5px;
}

.post-even {
	background-color: #f4f4f4;
}

.post-odd {
	background-color: #f4f4f4;
}

#inviteform tbody tr:hover {
	cursor: pointer;
}

#invitetable th,#invitetable td {
	padding: 0 5px 0px 5px;
	overflow: hidden;
}

.invite_on {
	background-color: #78ef78; /*green as notice msg */
}

.invite_off {
	background-color: white;
}

.title_output_line,.output_line {
	width: 100%;
	border-bottom: solid 1px #d4d4d4;
	float: left;
	padding: 2px 0;
	position: relative;
}

.output_line_even {
	width: 100%;
	float: left;
	padding-top: 2px;
	margin: 1px 0px;
	position: relative;
	background-color: #e5e5e5;
}

.output_line_odd {
	width: 100%;
	float: left;
	padding-top: 2px;
	margin: 1px 0px;
	position: relative;
}

.output_data {
	float: left;
}
.detail_perf {
float:left;
}

.small .detail_perf {
    clear:both;
    float:none;
}
.label_data {
	width: 15em;
}

.profile_image {
	width: 44px;
	overflow: hidden;
	margin: 0 auto;
}

.univers_forum_content .profile_image {
	width: 110px;
	margin: 0 auto;
}

.profile_image img {
	border: solid white 2px;
}

.profile_image img:hover {
	border: solid orange 2px;
}

.profile_image p {
	text-align: center;
	margin: 0;
}

.vote {
	width: 6em;
	overflow: hidden;
}

.small .vote {
	margin: 0 2px;
}

.actions_tall {
	position: absolute;
	top: 33%;
	right: 5px;
}

.actions {
	position: absolute;
	right: 5px;
}

.actions a img {
	width: 20px;
}

#privacy_display {
	width: 80%;
}

#display_profile_image {
	float: right;
	width: 15%
}
/*
#display_profile_image div {
	float: right;
	clear: right;
}
*/
input[type="text"],input[type="password"],select,checkbox {
	padding-left: 5px;
	border-top: none;
	border-right: none;
	border-bottom: solid 2px #e5e5e5;
	border-left: solid 2px #e5e5e5;
	font-size: 1.2em;
	width: 90%;
}

input[type="file"] {
	border-top: none;
	border-right: none;
	border-bottom: solid 2px #e5e5e5;
	border-left: solid 2px #e5e5e5;
}

input[type="submit"] .button {
	margin-top: 2em;
}

#form_import_contact input[type="text"],#form_import_contact input[type="password"]
	{
	width: 50%
}

#form_add_value input[type="text"],#form_add_value input[type="password"],#form_add_value select
	{
	width: 12em;
	margin: 5px 5px 10px 0px;
}

#profile_edit fieldset {
	display: block;
	float: left;
	width: 46%;
	margin-right: 1%;
	border: solid 2px #e5e5e5;
}

#single_col {
	width: 82px;
	height: 100%
}

#single_col_next_to_box {
	width: 695px;
	height: 100%
}

#single_col_next_to_sky {
	width: 840px;
	height: 100%
}

.chart_widget {
	width: 250px;
	padding: 20px 0px;
	float: left;
}

.widget_col {
	width: 300px;
}

.news_last_reg {
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
	height: 41px;
	border: 1px solid green;
}

.news_last_reg ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.news_last_reg ul li {
	height: 15px;
	padding: 0px;
	padding: 2px;
	padding-top: 3px;
	padding-left: 10px;
	margin: 0px;
	border-bottom: 1px solid green;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

.news_post {
	border-bottom:solid 1px #e5e5e5;;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	padding-top:0.5em;	
}
.statcounter {
	display: none;
}

#chat_container {
	width: 80%
}

#chat_scroll {
	clear: left;
	padding-top: 1em;
}

.chat_item a {
	text-decoration: none;
}

.center {
	text-align: center;
}

.last_up_down {
	clear: both;
	width: 100%
}

#list_data .title_output_line {
	height: 2.5em;
	width: 95%
}

#list_data .output_line {
    height: 3.2em;
    width: 95%
}
.small #list_data .output_line {
    height: 2em;
    width: 95%
}

.ouput_line img {
	height: 1.3em;
}

#list_data .date_col {
	width: 12%;
	float: left;
	overflow: hidden
}

.small #list_data .date_col {
    width: 22%;
    float: left;
    overflow: hidden
}
.small #list_data .value_col {
    width: 28%;
    float: left;
    overflow: hidden
}


#list_data .value_col {
	width: 16%;
	float: left;
	overflow: hidden
}

#list_data .comment_col {
	width: 50%;
	float: left;
	overflow: hidden
}

#list_data .who_col {
	width: 17%;
	float: left;
	overflow: hidden;
}

#list_data .actions {
	top: 5px;
}

#msg_subject {
	width: 32em;
}

#msg_list a {
	border-style: none;
	text-align: center;
	text-decoration: none;
	color: #5774b0;
}

.friends a,#login_menu a,.friends a center,.profile a,.dataset_search a,.privacy_info,.output_data a,a .views_stat,a .views_stat_small,a .members_stat,a .members_stat_small,a .contrib_stat,a .contrib_stat_small,.last_registered a,a .updown_stat,a .updown_stat_small,.last_up_down td a,.list_notif td a,.masquot_link a,#dataset_stat_more a
	{
	s text-decoration: none;
	color: #5774b0;
}

#login_menu a
	{
	s text-decoration: none;
	color: white;
}

#portfolio-container {
	width: 500px;
	height: 300px;
	overflow: hidden;
}

#baseline {
	position: absolute;
	bottom: 0px;
	width: 90%
}

#list_tasks {
	float: left;
	width: 80%;
	font-size: 1.5em;
	margin-top: 8px; /* same as btn_* */
}

.form_errors {
	font-size: 0.9em;
	color: green;
}

.input_text {
	line-height: 2.6em;
}

.time_separator {
	float: left;
	font-size: 1.1em;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.input_text input[type="text"] {
	width: 80%;
}

.simpleColorDisplay {
	float: left;
}

.simpleColorContainer {
	float: left;
	margin-bottom: 5px;
}

.simpleColorSelectButton {
	clear: right;
}

.formrow {
	clear: both;
}

.chart-hover {
	cursor: pointer;
}

.admin {
	background-color: #cc9999;
	color: white;
}

#avatar_selector img {
	border: solid 2px white;
}

#avatar_selector .selected {
	border: solid 2px orange;
}

#avatar_selector .hover {
	border: solid 2px gray;
}

/* LAST CHALLENGE / REGISTERED */
.last_challenge a,.last_challenge a img {
	text-decoration: none;
}

.last_challenge {
	float: left;
	clear: left;
	margin-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #e5e5e5; /*cream */
	width: 98%;
	height: 3em;
	overflow: hidden;
}

.last_challenge .border_health {
	border-right: solid 1px #9fc4f3;
}

.last_challenge .health,.last_challenge .challenge,.last_challenge .sports,.last_challenge .savings,.last_blog_post
	{
	color: #5774b0;
	font-weight: bold;
}

.last_challenge .border_sports {
	border-right: solid 2px #b4f39f;
}

.last_challenge .border_house {
	border-right: solid 2px #b4f39f;
}

.last_challenge .border_challenge {
	border-right: solid 2px #b4f39f;
}

.last_challenge img {
	border: solid white 2px;
}

.last_challenge img:hover {
	border: solid orange 2px;
}

.last_registered {
	float: left;
	clear: left;
	margin-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #e5e5e5; /*cream */
	width: 98%;
	height: 2.2em;
	overflow: hidden;
}

.last_registered img {
	margin-right: 0.5em;
}

.last_registered a,.last_registered a img {
	border: 0;
	text-decoration: none;
	/*color: gray;*/
}

.last_registered a img {
	width: 20px;
	padding: 2px;
}

.news_single_post {
	margin-bottom: 2px
}

#form_new_dataset_weight {
	background-image: url(/images/weight_small.png);
	background-repeat: no-repeat;
	background-position: 98% 2px;
	/*filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;*/
}

#form_new_dataset_weight_kid {
	background-image: url(/images/weight_kid_small.png);
	background-repeat: no-repeat;
	background-position: 98% 2px;
}

#tab_profile li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#tab_profile a:link, #tab_profile a:visited {
    float: left;
    /*background-color:white;*/
    font-size: 10px;
    font-weight: bold;
    margin: 0 5px -5px 5px;
    text-decoration: none;
    color: #9c9;
	padding:0 2em 6px;
	-moz-border-radius: 4px;
	border:solid 2px #e5e5e5;
	border-bottom:none;
}

#tab_profile li.active a:link, #tab_profile li.active a:visited, #tab_profile a:hover {
	background-color:white;


	color:#336633;

}

.member_info {
	padding-left:50px;
	clear:both
	}
.small .member_info {
	padding-left:25px;
	clear:both
	}
	
.btn_tall {
	color: white;
	font-weight: bold;
	float:left;
	text-transform: uppercase;
	cursor: pointer;
	text-align:center;
}

.btn_tall p a {
	color:white;
	text-decoration:none;
	height:30px; /*40 - 8 - 2 */
	padding: 4px 8px 2px;
}

.tall_green p {
	display:block;
	background: url(../btn_green.png) scroll top right;
	
}

.tall_blue p {
	display:block;
	background: url(../btn_blue.png) scroll top right;
	width:184px; /* 200 - 8 - 8 */
	height:30px; /*40 - 8 - 2 */
	padding: 8px 8px 2px;
}

.tall_orange p {
	display:block;
	background: url(../btn_orange.png) scroll top right;
	width:184px; /* 200 - 8 - 8 */
	height:30px; /*40 - 8 - 2 */
	padding: 8px 8px 2px;
}
.normal_green p {
	display:block;
	background: url(../btn_green.png) scroll top right;
	width:184px; /* 200 - 8 - 8 */
	height:30px; /*40 - 8 - 2 */
	padding: 8px 8px 2px;
}

.normal_blue p {
	display:block;
	background: url(../btn_blue.png) scroll top right;
	width:184px; /* 200 - 8 - 8 */
	height:30px; /*40 - 8 - 2 */
	padding: 8px 8px 2px;
}

.normal_orange p {
	display:block;
	background: url(../btn_orange.png) scroll top right;
	width:184px; /* 200 - 8 - 8 */
	height:30px; /*40 - 8 - 2 */
	padding: 8px 8px 2px;
}


/* RATER PLUGIN */
.ui-rater>span {vertical-align:top;}
.ui-rater-rating {margin-left:.8em}
.ui-rater-starsOff, .ui-rater-starsOn {display:inline-block; height:18px; background:url(../../../images/icons/stars.png) repeat-x 0 0px;}
.ui-rater-starsOn {display:block; max-width:90px; top:0; background-position: 0 -36px;}
.ui-rater-starsHover {background-position: 0 -18px!important;}

.noEditor {
}