@charset "UTF-8";

.groupsmHNavi
{
    background-color: #ffe0e0;
    border-bottom: 1px solid #ff8080;
    padding: 2px 7px;
}

.gadgets-gadget-user-prefs-dialog
{
  background-color: #e5ecf9;
}

.gadgets-gadget-user-prefs-dialog-action-bar
{
  text-align: center;
  padding-bottom: 4px;
}

/* Gadgets Groupview */
#GroupsLeft .gadgets-gadget-chrome
{
  margin: 10px 0;
  width: 390px;
}

#GroupsLeft .gadgets-gadget-content
{
    overflow: hidden;
    border: 1px solid #ff90b0;
}

#Mod-Profile-View
{
    margin-top: 10px;
    overflow: hidden;
}

div.gadgets-gadget-chrome 
{
    margin-bottom: 10px;
}

div.gadgets-gadget-chrome h2 a
{
    color: #d07070;
    font-weight: normal;
}

div.gadgets-gadget-chrome h2 a:hover
{
    color: #904040;
}

* html div.gadgets-gadget-chrome .text-right a.link-face-button
{
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

*:first-child+html div.gadgets-gadget-chrome .text-right a.link-face-button
{
    float: right;
    margin-right: 0;
    margin-left: 10px;
}


div.gadgets-grey-box
{
    background-color: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 20px 5px 0 5px;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

div.gadgets-gadget-chrome div.gadgets-gadget-prefs.obj-box.full
{
    margin: 0 0 10px 0;
    width: auto;
}

div.gadgets-gadget-chrome div.gadgets-gadget-prefs.full form.twothird
{
    border-right: 0 none;
    border-left: 0 none;
}

div.gadgets-gadget-chrome form.twothird label
{
    width: 100px !important;
}

#FormPreferences label
{
    display: inline-block;
    width: 103px !important;
}

*:first-child+html #FormPreferences label /* IE 7 */
{
    display: inline;
}

div.gadgets-gadget-chrome form.twothird div.checkboxContainer
{
    width: auto;
    margin-left: 100px;
}

div.gadgets-gadget-chrome form.twothird div.form-buttons
{
    padding-left: 103px !important;
    float: none; /* fixes IE 6 bug */
    clear: both; /* b/o IE 6 bug fix above */
}

