﻿/* Images Check Ingvi */

/***** TEMP MYPAGE *************** */
.body_mypage 
{
  margin:0px;padding:0px;
  background-color:#FFFFFF;	
  font-family: Arial;
  font-size: 12pt;
}

/**** DIV LAYOUT STYLES ****/
.mypage_div_wrapper 
{
  background-color:#FFFFFF; 
  width:100%; 
  height:100%;
  margin-left:auto;
  margin-right:auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
} 

.mypage_div_top
{
  border-bottom:1px solid #CCCCCC;
  float:left;
  height:37px;
  width:100%;
  padding-top:0px;
  background-image: url(../images/webparts/webparts_setting_background.png);
  background-repeat:repeat-x;
}

.mypage_div_webpartzone
{
  width:100%;
  padding:0px;
  margin: 0px;
  vertical-align:top;
  text-align:center;
}

/* ********************************* */

/**** ACTION MENU ****************** */
  
.mypage_actionmenu
{
  border: 0px solid green;
  color: black;
  float:left;
  padding:12px 5px 0px 5px;
  font-family:Arial, Sans-Serif;
  font-size:11px;
  font-weight:bold;
  cursor:pointer;
}

.mypage_actionmenu_seperator
{
  border:0px solid red;
  width:2px;
  height:37px;
  background-image: url(../images/webparts/wp_settings_seperator.png);
  background-repeat:no-repeat;
  background-position:bottom;
  float: left;
}

.mypage_actionmenu_text
{
  border:0px solid red;
  padding:2px 5px;
  float:left;
}

.mypage_actionmenu_img
{
  border:0px solid blue;
  padding:0px 5px;
  float:left;
}

.mypage_actionmenu_sel
{
  border: 0px solid green;
  color: black;
  float:left;
  padding:0px 0px;
  font-family:Arial, Sans-Serif;
  font-size:11px;
  font-weight:bold;
  cursor:pointer;
}

.mypage_actionmenu_text_sel
{
  border:0px solid red;
  padding:2px 8px 2px 5px;
  float:left;
}

.mypage_actionmenu_img_sel
{
  border:0px solid blue;
  padding:0px 5px;
  float:left;
}

.mypage_actionmenu_selected
{
  float:left;
  position:relative;
  top:1px;
  border:0px solid red;
  margin-top:5px;
  border-bottom:0px solid red;
  background-color:White;
}

.mypage_actionmenu_selected_topleft
{
   width:2px; 
   height:2px;
   background-image:url(../images/webparts/wp_settings_selected_tl.png);
   background-repeat:no-repeat;
}

.mypage_actionmenu_selected_top
{
   height:2px;
   background-image:url(../images/webparts/wp_settings_selected_border.png);
   background-repeat:repeat-x;
   background-position:top;
}

.mypage_actionmenu_selected_topright
{
  width:2px; 
  height:2px;
  background-image:url(../images/webparts/wp_settings_selected_tr.png);
  background-repeat:no-repeat;
}

.mypage_actionmenu_selected_left
{
   width:2px;
   height:29px;
   background-image:url(../images/webparts/wp_settings_selected_border.png);
   background-repeat:repeat-y;
   background-position:left;
}

.mypage_actionmenu_selected_right
{
  width:2px;
  height:29px;
  background-image:url(../images/webparts/wp_settings_selected_border.png);
  background-repeat:repeat-y;
  background-position:right;
}

.mypage_actionmenu_selected_bottomleft
{
  width:2px; 
  height:1px;
  background-image:url(../images/webparts/wp_settings_selected_bl.png);
  background-repeat:no-repeat;
}

.mypage_actionmenu_selected_bottom
{
   height:1px;
}

.mypage_actionmenu_selected_bottomright
{
  width:2px; 
  height:1px;
  background-image:url(../images/webparts/wp_settings_selected_br.png);
  background-repeat:no-repeat;
}

.mypage_selectiontext
{
  border: 0px solid green;
  padding: 0px 0px 0px 0px;
  color: gray;
  padding-left: 5px;
  font-family:Arial, Sans-Serif;
  font-size:11px;
  font-weight:bold;
  cursor:pointer;
}

.mypage_budgetcomparison_row 
{
  border-bottom-width: 2px;
  border-bottom-color: #0C273D;
}

.mypage_wpchart_footer 
{
  background-color:#FFFEF1
  }


/* ********************************* */

/**** TABLE AND COLUMN STYLES ****/

.mypage_td_left
{
   vertical-align:top;
}
.mypage_td_right
{
   vertical-align:top;
}
.mypage_td_small
{
   vertical-align:top;
   width:320px;
   max-width:320px;
   min-width:320px;
}


/* ****************************** */

/**** ZONE STYLES *************** */
.mypage_wpz_small
{ 
  background-color:white;
  overflow:scroll;
  table-layout:fixed;
}
.mypage_wpz_bottomleft
{
  background-color:white;
  overflow:scroll;
  min-height: 300px;
}
.mypage_wpz_bottomright
{
  background-color:white;
  overflow:scroll;
  min-height: 300px;
}
/* ****************************** */


