  

.modSettings {
 width:95%;
}

#modOptions {
 width:100%;
 border: 0px black solid;
 margin:0px;
 padding:0px;
 overflow:hidden;
 background-color: #fff; 
 height:50px; 
}

#modFeed, #modTwit, #modLink {
 width:25%;
 background-color: #fe0000 ;
 color:#fff;
 font-size:14px;
 float:left;
 margin:0px;
 font-weight:bold;
 text-align:center;
 padding:15px;
 border-left: 1px black solid;
 border-top: 1px black solid;
 border-bottom: 1px black solid;
 height:50px;
}

#modLink {
 border-right: 1px black solid;
}

#SettingsPanel {
 border:1px black solid;
 height:auto;
 width:100%;
 padding:15px;
}

.optionsHover {
 color:#000;
 cursor:pointer;
 top:5px;
}

.hidePanel {
 font-size:12px;
 display:none;
 border:1px black solid;
 height:100%;
}

.headRow {
 font-size:14px;
 font-style:italic;
 font-weight:bold;
 border-bottom: 1px solid #333333;
 letter-spacing:1px;
 text-align:center;
 margin:0px 10px;
}


#ajaxBusy {
   display:none;
    margin:20px 300px;
    padding:0px;
    position:absolute;
    text-align:center;
    width:auto;
  }



/******* Moderator Settings - Feed Updates **********/

.FeedListTbl {
 width:100%;
 margin:0px auto;
 text-align:center;
 border-collapse:collapse;
}

.FeedListTbl tr {
}

.expCell {
 border-top:1px red dotted;
 width:60px;
 text-align:center;
}

.titleCell {
 border-top:1px red dotted;
 width:350px;
 text-align:center;
}

.isactCell {
 border-top:1px red dotted;
 width:65px;
 text-align:center;
}

.fillerCell {
 border-top:1px red dotted;
 text-align:center;
}

.detailRow {
 height:0px;
}

.expImg {
 height:25px;
 width:auto;
 cursor:pointer;
}

.feed_updates input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc;
  font-size:13px;
  min-height:16px;
  display:inline;
  outline: none;
  margin:5px 0px;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

.feed_updates input.longBox {
  width:260px;
}

.feed_updates input.shortBox {
  width:85px;
}

div.modFeedLeft {
 width:340px; 
 float:left;
 margin:5px 10px;
 height:auto; 
 text-align:left;
}

/*******
div.modFeedMid {
 width:32%; 
 float:left;
 height:auto; 
 text-align:left;
}
********/

div.modFeedRight {
 width:300px; 
 overflow:none;
 padding:0px;
 margin:5px auto;
 float:left;
 height:auto; 
 text-align:center;
}

img.logoPreview {
 border:0px; 
 margin-top:10px;
 height:auto;
 width:90px;
}

button.feed_update_btn {
 text-align:center;
 width:180px;
}

.upload_pic_div {
 border:0px green solid;
 padding:0px;
 margin:0px;
}

/******* End Feed Updates Styling ************/


/******* Moderator Settings - Twitter Updates **********/

#twitListSel {
 float:left;
 margin-right:5px;
 width:55%;
}

#twitListPpl {
 margin:0px auto;
 width:98%;
}

#twitListPplDiv table {
 width:100%;
 margin:0px auto;
 text-align:center;
 border-collapse:collapse;
}

.twitRow {
 border-top:1px red dotted;
 width:19%;
 text-align:center;
}

.twitRow input, .twitRow select {
 text-align:center;
}

.twitIsActive {
 border-top:1px red dotted;
 width:5%;
 text-align:center;
}

button.twitBtn {
 height:15px;
 font-size:11px;
 width:60px;
 margin:0px 3px;
 padding:0px;
 display:inline;
}

/******* End Twitter Updates Styling ************/

</style>