/** Advisor view of structured exercise entries */
.exercise-entry {
}

.exercise-entry .duration {
    text-align: right;
}

.exercise-entry .blurb {
    padding-left:5px;
}

.exercise-entry .time {
    padding-right:5px;
    color:darkred;
    float:left;
}

.exercise-entry .energy {
    float:right;
    text-align: right;
}


/** Advisor view of structured food entries */
.food-entry {
}

.food-entry .blurb {
    padding-left:5px;
}

.food-entry .time {
    padding-right:5px;
    color:darkred;
    float:left;
}

.food-entry .energy {
    float:right;
    text-align: right;
}
/*
.food-entry .BREAKFAST {
    background-color:   #FFEEDD;
}
.food-entry .LUNCH {
    background-color:   #DDFFDD;
}
.food-entry .DINNER {
    background-color:   #DDEEFF;
}
.food-entry .SNACK {
    background-color:   #FFFFEE;
}
*/




/* Mode Icons */
.mode-icons {
    width:100%;
    text-align: center;
}

.mode-icons IMG {
    text-decoration: none;
    border: 0;
}

.mode-icons TD {
    width:50%;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

/* FoodFavorites */
.favorite-food-0 {
    background-color: white;
}

.favorite-food-hover, .favorite-food-1:hover, .favorite-food-0:hover {
    background-color: darkblue;
    color: white;
}


/* MealWidget */
.meal-heading {
    font-weight: bold;
}

.meal-total-energy {
    display: none;
}

.meal-entries TD {
    font-size:90%;
}

.food-diary-entry .total-energy {
    font-weight: bold;
}

.food-entry-0 TD {
    background-color:#F0F0F0;
}
.food-entry-1 TD {
    background-color:white;
}

/* BoxWidget */

.ED_widgetTitle {
    padding-left: 6px;
    padding-right: 6px;
	/*background-color:#D5D5E1;*/
	background-color:#16458b;
	/*background-image: url('/images/boxheaders/beforeAfter.gif');*/ /*den gamle gr�nne */
    font-size: 12px;
    font-weight: bold;
    height:20px;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
	/*color:#16458b;*/
	color:#fff;


}
.ED_widget {
	background-color:#F9FAE0;
	margin-top:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
}

.ED_profile_widgetTitle {
    padding-left: 6px;
    padding-right: 6px;
	background-color:gray;
    background:transparent url(/images/newmenu/background_gradient.gif) repeat-x center top;
    font-size: 12px;
    font-weight: bold;
    height:20px;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
	/*color:#16458b;*/
	color:white;


}
.ED_profile_widget {
	background-color:white;
	margin-top:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
}



/* DayNavigationWidget */
.DayNavigation {
    border:none;
    margin:0px;
    padding:0px;
}


.DayNavigation .prevDay {
    text-align:left;
    width:20%;
/*    background:url("/images/widgets/Calendar/large_arrow_left.gif") no-repeat left center; */
}

.DayNavigation .thisDay {
    width:60%;
    text-align:center;
}

.DayNavigation .nextDay {
    text-align:right;
    width:20%;
/*    background:url("/images/widgets/Calendar/large_arrow_right.gif") no-repeat right center; */
}


/* TabbedPaneWidget */
    .TabWidget {
      float:left;
      width:100%;
      border-bottom: 1px solid black
/*      background:#DAE0D2 url("/images/widgets/tabs/bg.gif") repeat-x bottom;*/
      }
    .TabWidget ul {
      margin:0;
      padding:0px 10px 0;
      list-style:none;
      }
    .TabWidget li {
      display:inline;
      margin:0;
      padding:0;
      }
    .TabWidget a {
      float:left;
      background:url("/images/widgets/tabs/left_both_blue.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #765;
      text-decoration:none;
      white-space:nowrap;
      }
    .TabWidget a span {
      float:left;
      display:block;
      width:.1em;
      background:url("/images/widgets/tabs/right_both_blue.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      font-weight:bold;
      color:white;
      } .TabWidget > ul a span {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .TabWidget a span {float:none;}
    /* End IE5-Mac hack */
    .TabWidget a:hover span {
      color:#333;
      }
    .TabWidget .selected_tab a {
      background-position:0 -150px;
      border-width:0;
      }
    .TabWidget .selected_tab a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    .TabWidget a:hover {
      background-position:0% -150px;
      }
    .TabWidget a:hover span {
      background-position:100% -150px;
      }
    .TabWidget a:focus {
      background-position:0% -150px;
      }
    .TabWidget a:focus span {
      background-position:100% -150px;
      }




/* CompChart */

/*.SDCompChart
{
    border-collapse:    collapse;
    border-spacing:     0px;
}

.SDSignupCell
{
    width:              51px;
    height:             36px;
    text-align:         center;
    vertical-align:     middle;
    border:             1px solid black;
}*/

.SDCompChartTitle {
    font-weight: bold;
    font-size: 9pt;
    font-family: Verdana,Arial,sans-serif;
    text-align: left;
}

.SDSignupCell {
    text-align:         center;
    vertical-align:     middle;
    border:             1px solid black;
    font-weight: bold;
    line-height: 90%;
    font-size: 8pt;
    font-family: Verdana,Arial,sans-serif;
    height: 26px;
    width: 47px;
}

.SDCompChart
{
    border-collapse:    collapse;
    border-spacing:     0px;
    color: black;
}

.myMembership .headerA {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 19px;
    padding-top: 19px;
}

.myMembership .headerA DIV{
    width: 171px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    background-color: #0099ff;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.myMembership .headerA DIV.large{
    width: 171px;
    height: 30px;
    line-height: 15px;
    vertical-align: middle;
    background-color: #0099ff;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.myMembership .headerB {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 19px;
    padding-top: 19px;
}

.myMembership .headerB DIV{
    width: 171px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    background-color: #05458b;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.myMembership .headerC {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 19px;
    padding-top: 19px;
}

.myMembership .headerC DIV{
    width: 171px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    background-color: #990000;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}


.myMembership #skema table {
	border-collapse: collapse;
}



.myMembership #skema th {
	padding: 0 0.5em;
	text-align: left;
}


.myMembership #skema tr.grey td {
	background: #efefef;
}

.myMembership #skema td {
	border-bottom: 1px solid #CCC;
	height: 24px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 4px;
	padding-left: 4px;
}

#skema td {
	border-left: 1px solid #CCC;
	text-align: center;
}