/* CMS MENU */

    #dologin_menu2 {
        position: absolute;
        z-index: 15;
        top: 5px;
        right: 5px;
        border: 1px solid #8C867B;
        width: 144px;
    }
    #dologin_menu2 div.logo {
      border-bottom: 1px solid #8C867B;
      height: 61px;
    }
    #dologin_menu2 div#thecmsmenu {
      background: #FEE3C3 url(../images/bg_menu.gif) top left;
      width: 144px;
    }
    #dologin_menu2 div.menu_spacer {
      border-bottom: 1px solid #8C867B;
      margin: 1px 0px 1px 0px;
    }
    #dologin_menu2 div.menu_item, #dologin_menu2 div.menu_item_hover {
      height: 22px;
      line-height: 22px;
      cursor: pointer;
      cursor: hand;
    }
    #dologin_menu2 div.menu_item_hover {
      background: url(../images/bg_menu_hover.gif);
    }
    
    #dologin_menu2 div#thecmsmenu span {
      margin-top: 4px;
      color: #000000;
      font-size: 11px;
      font-weight: normal;
      font-family: arial;
      padding-left: 8px;
    }
    #dologin_menu2 #icon {
      float: left;
      margin: 4px 0px 2px 2px;
      width: 16px;
      height: 16px;
    }


/* END CMS MENU */    
.menu_button {
  height: 22px;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  font-family: arial;
  background-color: #FFD8A8;
	background-repeat: no-repeat;
	background-position: left;
	border: 0px;
	overflow: visible;
	padding-left: 20px;
	margin-left: 3px;
	cursor: pointer;
  cursor: hand;
}

    
    
    
    #dologin {
        padding: 5px;
        position: absolute;
        z-index: 15;
        top: 125px;
        left: 70%;
        margin-left: -390px;
        background: #FFE4C4;
        border: 1px solid #FFC783;
        width: 450px;
        height: 190px;
        font-size: 12px;
        font-weight: bold;
    }
    
    #dologin span.title {
        font-size: 12px;
        font-weight: bold;
        font-family: arial;
        color: Black;
        margin-left: 10px;
    }
    #dologin input {
        width: 150px;
        font-size: 12px;
        margin-left: 10px;
    }
    #dologin_content {
        position: absolute;
        right: 20px;
        width: 250px;
        height: 140px;
        background: #FFD8A8;
        border: 1px solid #FFC783;
        top: 30px;
    }
    #dologin_login {
        position: absolute;
        right: 0px;
        width: 270px;
        height: 30px;
        font-size: 18px;
        font-weight: bold;
        font-family: Verdana;
        color: #F4614D;
    }
    #dologin_left {
        position: absolute;
        left: 20px;
        top: 10px;
        width: 130px;
        font-weight: normal;
        font-size: 9px;
        font-family: arial;
    }
/* MENU TOP MET LOGO */    
  #menu_top {
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
        font-family: Verdana;
        color: #F4614D;
        padding-left: 2px;
        height: 52px;
        margin: 2px;
        background: url(../images/top-icon.gif) no-repeat left top;
    }
                           
    .cms_menu_block {
        background: #FFD8A8;
        border: 1px solid #FFC783;
        height: 30px;
        padding: 2px;
        padding-right: 0px;
        margin: 2px;
        vertical-align: middle;
    }
    
/* CMS MENU */
    #dologin_menu {
        position: absolute;
        z-index: 14;
        top: 5px;
        right: 5px;
        background: #FFE4C4;
        border: 1px solid #FFC783;
        width: 122px;
        font-size: 9px;
        font-weight: normal;
        font-family: arial;
        color: #777777;
    }
    /* #dologin_menu input {
        width: 112px;
        font-size: 10px;
    }
    */
    #dologin_menu .block {
        background: #FFD8A8;
        border: 1px solid #FFC783;
        height: 40px;
        padding: 2px;
        margin-top: 1px;
    }
/* EDIT SITE ALBUM */
    #album_box {
        position: absolute;
        z-index: 14;
        top: 5px;
        left: 30%;
        background: #FFE4C4;
        border: 1px solid #FFC783;
        width: 552px;
        height: 180px;
        font-size: 12px;
        font-weight: normal;
        font-family: arial;
        color: #777777;
    }
    #album_box .album_edit_box {
        background: #FFFFFF;
        border: 1px solid #FFC783;
        width: 544px;
        max-width: 542px;
        height: 80px;
        font-size: 10px;
        margin: 2px;
        padding: 2px;
    }
    #album_box form {
        margin: 0px;
        padding: 0px;
    }

/* EDIT SITE MENU */
    #cms_menu {
        position: absolute;
        z-index: 14;
        top: 5px;
        left: 30%;
        background: #FFE4C4;
        border: 1px solid #FFC783;
        width: 552px;
        height: 380px;
        font-size: 12px;
        font-weight: normal;
        font-family: arial;
        color: #777777;
    }
    #cms_menu .menus_box{
        background: #FFFFFF;
        border: 1px solid #FFC783;
        height: 278px;
        font-size: 11px;
        overflow: auto;
        margin: 2px;
    }  
    #cms_menu .menus_box td {
        font-size: 11px;
        font-family: arial;
        color: #777777;
    }
    #cms_menu .menus td {
        border-bottom:solid 1px rgb(202, 187, 169);
        font-size: 12px;
        height: 24px;
    }
    #cms_menu a {
        color: #6699CC;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: none;
    }
    #cms_menu .menuheader {
        font-size: 18px;
        font-weight: bold;
        font-family: Verdana;
        color: #F4614D;
    }
    /*
    #cms_menu td input, #cms_menu td select,#cms_menu input , #album_box input{
       width: 150px;
       font-size: 12px;
    } */

/* CMS EDITOR BUTTONS */

.edit_cms, .cancel_cms {
    width: 150px;
    font-size: 12px;
    background: #FFE4C4;
    border: 1px solid #FFC783;
    color: #F4614D;
    cursor: pointer;
    cursor: hand;
}
.small_button {
    font-size: 12px;
    background: #FFE4C4;
    border: 1px solid #FFC783;
    color: #F4614D;
    cursor: pointer;
    cursor: hand;
}

/* item edit image upload field */
.cms_item_edit_image {
        background: #FFE4C4;
        border: 1px solid #FFC783;
        font-size: 12px;
        font-weight: normal;
        font-family: arial;
        color: #777777;
        padding: 2px;
        z-index: 4;
        width: 300px;
}

/* Edit icon in the image*/
#cms_edit_image{
  cursor: pointer; cursor: hand;
  width: 50px;
  height: 18px;
}
/* MENU OPTIONS STYLE */
.cms_menu_options {
  position: absolute;
  top: 5px;
  right: 5px;
}
.cms_menu_options_close {
  background: url(../images/close.gif) no-repeat;
  height: 14px;
  width: 14px;
  cursor: pointer; cursor: hand;
}
.cms_menu_options_close:hover {
  background: url(../images/close_active.gif) no-repeat;
}
#cms_menu #menu_top,#dologin_menu_move,#album_box #menu_top{
  cursor: move;
}

/* sortables */
#selectedrules, #rules {
  height:150px;
  width:140px;
  border: 1px solid #efefef;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#rules li, #selectedrules li{
  cursor: move;
}
.rule_mod7 {background-color: #ECF3E1; border:1px solid #C5DEA1;}
.rule_mod6 {background-color: #D36952; border:1px solid #C43718;}
.rule_mod5 {background-color: #977651; border:1px solid #744816;}
.rule_mod4 {background-color: #58ABE7; border:1px solid #208EDF;}
.rule_mod3 {background-color: #C681ED; border:1px solid #A941E3;}
.rule_mod2 {background-color: #9AF387; border:1px solid #78EE5E;}
.rule_mod1 {background-color: #E3F680; border:1px solid #D9F355;}
