/**** Reporternet navigation ******/
.reporternet #navigation #nav {
          margin:0;
}

.reporternet #navigation ul {
          margin: 0px 0px 0px 0px;
          padding:0px 0px 0px 0px;
          list-style: none;
}

/* all list items */
.reporternet #navigation ul li {
          float:left;
          position: relative;
          z-index:5;
          padding:7px 15px 7px 15px;
          font-weight:bold;
          background: url(../../../upload/images/templates/top_sep.gif ) no-repeat left bottom;
}

.reporternet #navigation li.first {
          background:none;
}

.reporternet #navigation ul li a {
          padding: 0px 10px 0px 10px;
          font-weight:bold;
          text-decoration:none;
}

.reporternet #navigation ul li a:hover {
          padding: 0px 10px 0px 10px;
          text-decoration:none;
}

/* second-level lists */
.reporternet #navigation li ul {
          list-style:none;
          display: none;
          position: absolute;
          width:150px;
          top:26px;
          left:0px;
          margin:0px 0px 0px 0px;
          padding:0px;
          z-index:100;
          border-top:1px solid #D6D6D6;
}

.reporternet #navigation li ul li {
          background:#fefefe;
          width:150px;
          margin:0px 0px 0px 0px;
          padding:0px 0px 0px 0px;
          text-align:left;
          border-right:solid 1px #D6D6D6;
          border-left:solid 1px #D6D6D6;
          border-bottom:solid 1px #D6D6D6;
}

.reporternet #navigation li ul li:hover, .reporternet #navigation li ul li.over {
          padding:0px;
          margin:0px;
}

.reporternet #navigation li ul a {
          text-decoration:none;
          display:block;
          padding:10px;
}

.reporternet #navigation li ul a:hover {
          text-decoration:none;
          background:#ccc;
          display:block;
          padding:10px;
}

/* lists nested under hovered list items */
.reporternet #navigation li:hover ul, .reporternet #navigation li.over ul, .reporternet #navigation li.firstover ul {
          display: block;
          padding:0px 0px 0px 0px;
}

/**** file gallery****/
.hidden {
          display:none;
}

/** Registration ***/
ul#registration_webtree li {
          list-style:none;
          padding:10px;
          font-size:100%;
}

/**** file gallery****/

/***** Folder Tree******/
.folder_tree {
          padding:10px;
}

.folder_tree div {
          cursor:pointer;
          background:white;
          padding:1px 0px;
}

.folder_tree span {
          padding-left:5px;
}

.hidden {
          display:none;
}

#menudiv {
          background:#fff;
          position:absolute;
          top:0px;
          left:0px;
          z-index:1000;
}

#menudiv ul {
          list-style:none;
          width:150px;
          margin:0px;
          padding:0px;
}

#menudiv ul li {
          border-top:1px solid #efefef;
          border-left:1px solid #efefef;
          border-right:1px solid #666;
          border-bottom:1px solid #666;
          padding:5px;
}

#menudiv ul li a {
          display:block;
          text-decoration:none;
          color:#333;
}

.menu_off {
          background:#e4ecf0;
}

.menu_on {
          background:#c9d0d4;
}

/*******End of Folder Tree*****/

/********File List**********/

/*** File list common css ****/
.reporternet #selected_folder .headings h4 {
          font-size:140%;
          font-weight:bold;
          margin-bottom:0;
}

/***End File list common css ****/
.wrapper {
          float:left;
          margin:5px;
          width:170px;
          height:165px;
          border:1px solid #c9d0d4;
}

.thumbnail {
          text-align:center;
          padding:10px;
}

.thumbnail img {
          cursor:pointer;
}

.wrapper h5 {
          text-align:center;
          color:#afbac0;
}

.reporternet #selected_folder .headings {
          background-color:#9c274c;
          margin-top:10px;
          padding-left:10px;
          color:#fff;
}

.reporternet #selected_image .whole_area {
          width:780px;
          float:left;
}

.reporternet #selected_image .whole_area .image_area {
          float:left;
          width:400px;
}

* .reporternet #selected_image .image_area {
          width:380px;
}

.reporternet #selected_image .image_area img {
          border:1px solid #c9d0d4;
}

.reporternet #selected_image .whole_area .action_area {
          float:left;
          width: 120px;
}

* .reporternet #selected_image .action_area {
          width:150px;
          float:right;
          padding:0px 20px 20px 10px;
}

.reporternet .action_area a#enlarge_img {
          text-align:left;
}

.folder_namenew h4 {
          color:#9c274c;
}

.folder_name h4{
          color:#fff;
}
