/* Control Panel Styles
---------------------------- */
form#viewprofile {
border: 1px solid transparent;
border-top: none;
}
form#viewprofile > div {
border: none;
margin: 0;
padding: 0;
}
form#viewprofile > div .inner {
display: table;
table-layout: fixed;
width: 100%;
}
form#viewprofile .left-box, form#viewprofile .right-box {
float: none;
width: 35%;
text-align: left;
display: table-cell;
vertical-align: middle;
padding: 6px;
}
form#viewprofile .left-box.profile-details {
width: 65%;
border-left: 1px solid transparent;
}
form#viewprofile .profile-avatar {
text-align: center;
}
form#viewprofile .column1, form#viewprofile .column2 {
float: none;
clear: none;
width: 35%;
display: table-cell;
vertical-align: top;
}
form#viewprofile .column2 {
width: 65%;
border-left: 1px solid transparent;
}
form#viewprofile  h3 {
border-top: 1px solid transparent;
margin: 0;
padding: 7px 0px;
font-size: 1.1em;
text-align: center;
}
form#viewprofile dl.details {
padding: 6px;
overflow: hidden;
}
form#viewprofile .postbody {
float: none;
padding: 0;
width: auto;
}
form#viewprofile .postbody:before {
display: none;
}
form#viewprofile .online .profile-avatar {
margin-bottom: 30px;
}
form#viewprofile .online {
background-position: 10px 100%;
}
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
form#viewprofile .column1, form#viewprofile .column2,
form#viewprofile .left-box, form#viewprofile .right-box {
display: block;
width: auto !important;
}
form#viewprofile .left-box.profile-details, form#viewprofile .column2 {
border-width: 0;
}

form#viewprofile dl.details {
padding-bottom: 20px;
}
}
/* UCP & MCP blocks
----------------------------*/
.ucp-subsilver h3.titlespace, .mcp-subsilver h3.titlespace {
margin-top: 0;
}
.ucp-subsilver .panel h3.titlespace, .mcp-subsilver .panel h3.titlespace {
margin: 10px -11px;
}
.ucp-subsilver .panel fieldset.submit-buttons, .mcp-subsilver .panel fieldset.submit-buttons {
margin: 10px -10px -5px;
}
/* Main CP box
----------------------------*/
.cp-menu {
float:left;
width: 19%;
margin-bottom: 5px;
margin-right: 1%;
}
.cp-main {
float: left;
width: 80%;
}
.cp-main .panel {
margin: 0;
}
.cp-main form > .panel, .ucp-panel {
border: 1px solid transparent;
border-top: none;
}
.panel-container .panel p {
font-size: 1.1em;
}
.panel-container .panel ol {
margin-left: 2em;
font-size: 1.1em;
}
.panel-container .panel li.row:last-child {
border-bottom: 1px solid transparent;
}
ul.cplist {
margin: 0 -10px 5px;
border-top: 1px solid transparent;
}
ul.cplist li.row {
padding: 0 10px;
}
.panel-container .panel li.header dd, .panel-container .panel li.header dt {
margin-bottom: 2px;
}
.panel-container table.table1 {
margin-bottom: 1em;
}
.panel-container table.table1 thead th {
font-weight: bold;
border-bottom: 1px solid transparent;
padding: 5px;
}
.panel-container table.table1 tbody th {
font-style: italic;
background-color: transparent !important;
border-bottom: none;
}
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
.panel-container .inner > h3, .panel-container .panel .inner > p {
padding: 0 10px 5px;
}

.panel-container .inner h3.titlespace {
padding: 6px 0;
}
}
.cp-main .pm-message {
border: 1px solid transparent;
margin: 10px 0;
width: auto;
float: none;
}
.pm-message h2 {
padding-bottom: 5px;
}
.cp-main .postbody h3, .cp-main .box2 h3 {
margin-top: 0;
}
.cp-main .pm {
border-top-width: 1px;
}
.pm .postbody .content {
margin: 0 10px;
}
.pm .postbody .signature {
margin: 1.5em 10px 0;
}
.panel-container .postbody p.author {
font-size: 1em;
}
.pm .postbody p.author {
position: relative;
padding: 10px;
}
.cp-main .buttons {
margin-left: 0;
}
.cp-main ul.linklist {
margin: 0;
}
.cp-main dd.posts, .cp-main dd.views {
width: 75px;
}
/* MCP Specific tweaks */
.mcp-main .postbody {
width: 100%;
padding-bottom: 35px;
position: relative;
}
.mcp-main .postbody .content {
margin: 5px 10px;
}
.mcp-main .post-buttons {
float: none;
position: absolute;
bottom: 5px;
right: 5px;
}
.tabs-container {
border: 1px solid transparent;
border-top: none;
}
/* CP tabs shared
----------------------------*/
.tabs, .minitabs {
line-height: normal;
}
.tabs > ul, .minitabs > ul {
list-style: none;
margin: 0;
padding: 0;
position: relative;
}
.tabs .tab, .minitabs .tab {
display: block;
float: left;
font-size: 1em;
font-weight: bold;
line-height: 1.4em;
}
.tabs .tab > a, .minitabs .tab > a {
display: block;
padding: 6px 9px 8px;
position: relative;
text-decoration: none;
white-space: nowrap;
cursor: pointer;
}
/* CP tabbed menu
----------------------------*/
.tabs {
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 1px solid transparent;
}
.tabs .tab > a {
border-right: 1px solid transparent;
}
.panel-submit + .tabs {
margin-top: 10px;
}
/* Mini tabbed menu used in MCP
----------------------------*/
.minitabs ul {
float: right;
max-width: 50%;
}
.minitabs .tab {
float: right;
}
.minitabs .tab > a {
border-radius: 5px 5px 0 0;
margin-left: 2px;
}
.minitabs .tab > a:hover {
text-decoration: none;
}
/* Responsive tabs
----------------------------*/
.responsive-tab {
position: relative;
}
.responsive-tab > a.responsive-tab-link {
display: block;
font-size: 1.6em;
position: relative;
width: 16px;
line-height: 0.9em;
text-decoration: none;
}
.responsive-tab .responsive-tab-link:before {
content: '';
position: absolute;
left: 10px;
top: 7px;
height: .125em;
width: 14px;
border-bottom: 0.125em solid transparent;
border-top: 0.375em double transparent;
}
.tabs .dropdown, .minitabs .dropdown {
top: 20px;
margin-right: -2px;
font-size: 1.1em;
font-weight: normal;
}
.minitabs .dropdown {
margin-right: -4px;
}
.tabs .dropdown-up .dropdown, .minitabs .dropdown-up .dropdown {
bottom: 20px;
top: auto;
}
.tabs .dropdown li {
text-align: right;
}
.minitabs .dropdown li {
text-align: left;
}
/* UCP navigation menu
----------------------------*/
/* Container for sub-navigation list */
.navigation {
width: 100%;
}
.navigation ul {
list-style: none;
border: 1px solid transparent;
border-bottom-width: 0;
border-top-width: 0;
}
/* Default list state */
.navigation li {
display: inline;
font-weight: bold;
margin: 1px 0;
padding: 0;
}
.navigation li.active {
background: #ECECEC;
border-bottom: 1px solid transparent;
display: block;
margin: 0;
padding: 5px;
}
/* Link styles for the sub-section links */
.navigation a {
border-bottom: 1px solid transparent;
display: block;
padding: 5px;
text-decoration: none;
}
.navigation a:hover {
text-decoration: none;
}
/* Nav folder */
.navigation .nav-folder {
border-width: 0;
}
.navigation .nav-folder li {
padding: 2px 0;
display: block;
}
.navigation .nav-folder a {
background: transparent;
border-width: 0;
display: inline;
padding: 0;
}
/* Preferences pane layout
----------------------------*/
.cp-main h2 {
clear: both;
border: 1px solid transparent;
font-size: 1.1em;
font-weight: bold;
margin: 0;
overflow: hidden;
padding: 6px 0;
text-align: center;
white-space: nowrap;
}
.cp-main .panel + h2 {
margin-top: 10px;
}
/* Friends list */
.cp-mini {
margin-top: 10px;
max-height: 200px;
overflow-y: auto;
}
dl.mini dt {
border: 1px solid transparent;
font-size: 1.1em;
font-weight: bold;
white-space: nowrap;
padding: 6px 0;
margin-bottom: 0;
text-align: center;
}
dl.mini dd {
border-bottom: 1px solid transparent;
border-right: 1px solid transparent;
display: block;
padding: 5px;
text-decoration: none;
}
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
.cp-mini {
margin-bottom: 15px;
}
}
.friend-online {
font-weight: bold;
}
.friend-offline {
font-style: italic;
}
/* PM Styles
----------------------------*/
.pm-menu {
line-height: 2.5em;
}
/* Defined rules list for PM options */
ol.def-rules {
padding-left: 0;
}
ol.def-rules li {
line-height: 180%;
padding: 1px;
}
/* PM marking colours */
.pmlist li.bg1 {
padding: 0 0 0 3px;
}
.pmlist li.bg2 {
padding: 0 0 0 3px;
}
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
border-left-color: transparent;
border-right-color: transparent;
}
.pmlist li.pm_marked_colour, .pm_marked_colour,
.pmlist li.pm_replied_colour, .pm_replied_colour,
.pmlist li.pm_friend_colour, .pm_friend_colour,
.pmlist li.pm_foe_colour, .pm_foe_colour {
padding: 0;
border: solid 3px transparent;
border-width: 0 0 0 3px;
}
.pm-legend {
border-left-width: 10px;
border-left-style: solid;
border-right-width: 0;
padding-left: 3px;
}
/* Avatar gallery */
.gallery label {
position: relative;
float: left;
margin: 10px;
padding: 5px;
width: auto;
border: 1px solid transparent;
text-align: center;
}
/* Responsive *CP navigation
----------------------------*/
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
.nojs .tabs a span, .nojs .minitabs a span {
max-width: 40px;
overflow: hidden;
text-overflow: ellipsis;
letter-spacing: -.5px;
}
.cp-menu, .navigation, .cp-main {
float: none;
width: auto;
margin: 0;
}
.navigation {
padding: 5px 0;
margin: 0 auto;
}
}