body {
  margin: 10px;
  /*overflow: hidden;*/
	font-size: 0.8em;
  background-color:whitesmoke;  
}

table {
	font-size: 1em;
  border-collapse: collapse;
  padding: 5px;
}
td {
border: 1px solid #aed0ea;
padding:2px;
}

.displayLabel {
  width: 120px;
  display: inline-block;
  margin-top: 5px;
  font-weight:normal;
}

.displayLabel2 {
  width: 200px;
}

.displayLabel3 {
  width: 30px;
}
.formInput {
  width: 200px;
}

/*.tabBody {
  height:99%;
}

.tabContent {
  height:100%;
}*/

.pnlActivity {
  position: relative;
}

.pnlUsers {
  position: relative;
}

.pnlResponses {
  position: relative;
}

.toolbar-top {
  top: 60px;
}

.toolbar {
  padding: 4px;
  right:20px;
}

.toolbar2 {
padding: 15px;
}
/* support: IE7 */
*+html #toolbar {
  display: inline;
}

.toolbar-bottom {
    bottom: 20px;
}

#divActivityBody {
  /*overflow: scroll;*/
  width: 100%;
  padding-top: 10px;
}

#divUsersBody {
  /*overflow: scroll;*/
  width: 100%;
  padding-top: 10px;
}

#divImageBody {
  /*overflow: scroll;*/
  width: 100%;
  padding-top: 10px;
  
}

#divMember {
  /*overflow: scroll;*/
  width: 100%;
  margin-top: 10px;
}

#divUserBody {
  /*overflow: scroll;*/
  width: 100%;
  margin-top: 10px;
}

#divAllimages {

}

.ImageBody {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  background-image: url();
  margin-bottom: 10px;
}

.ImageHeader {
  width:100%;
  padding:5px;
}
.ImageInappropriate {
  border-color: RED;
  background-color:#FF6666;
} 
.lazy {
  padding-bottom:5px;
}

.MemberSystem {
  padding: 5px;
  margin-right: 5px;
background-image: url();
  margin-bottom: 10px;

}

.MemberDialog {
  padding-top: 10px;
}


.btnLeft {
    -webkit-transform : rotate(270deg);
    -moz-transform : rotate(270deg);
    -ms-transform : rotate(270deg);
    transform : rotate(270deg);
    position: relative;
    z-Index:5;
}
.btnRight {
    -webkit-transform : rotate(90deg);
    -moz-transform : rotate(90deg);
    -ms-transform : rotate(90deg);
    transform : rotate(90deg);
    z-Index:5;
}

.btnBottom {
    z-Index:5;
    -webkit-transform : rotate(180deg);
    -moz-transform : rotate(180deg);
    -ms-transform : rotate(180deg);
    transform : rotate(180deg);
}

.btnTop {
    z-Index:5;
}

.reviewImageContainer {
 text-align: center;
}

.rotateImage {
position:relative;
}

.rotateImage2 {
padding-bottom:0px;
}

.reviewImageTable tr td
{
border: 0px solid navy;
padding:-2px;
margin:0px;
}

.norotate {
	height:219px;
}

.norotate .centerer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}    

.norotate img {
    vertical-align: middle;
    display: inline-block;
}


@media (max-width: 420px) {

  /* Adding responsive requirements for support */
  .ui-tabs .ui-tabs-panel {
  	padding: 5px 0px;
  }

  .ui-tabs .ui-tabs-nav li a {
    padding: 1px 1px;
    font-weight: normal;
  }

  .MemberSystem {margin-right: 0px;}
  .displayLabel {width: 75px;}
  .displayLabel2 {width: 160px;}
  .displayLabel3 {width: 20px;}
  .formInput {width: 120px;}
  .ui-tab-content, .ui-tabs-panel{overflow: auto;}
}