
body > div#notification,
body > div#sidebarInformation,
body > div#sidebarNavigation,
body > div#custom,
body > div#sidebarLanguageToggle,
body > div#sidebarFontSize,
body > div#sidebarKeywordCloud,
body > div#sidebarUser,
body > ul
{
	display:none;visibility:hidden;
}
#container {max-width: none;}
#main {border:none;background-color: inherit;}
#header {background-color: #f9f9f9;border-bottom: 10px solid #f7d519;color: #000;}
#headerTitle {
    color: #000;
}

ul.menu > #base {display: none;visibility: hidden;}

.mainbar #supportContact {
    position: relative;
    overflow: hidden;
}

#rightSidebar, #leftSidebar {
    /*background-color: #f9f9f9;*/
    white-space: normal;
}
/*#rightSidebar {
    padding-top: 10px;
    background: none;
    background-color: #f9f9f9;
    border-bottom: none;
    box-shadow: inherit;
    width: 14%;
    float: right;
    padding: 1em 0em 1em 0em;
    font-size: 0.65em;
    height: 100%;
    margin-right: 10%;
    margin-left: 2%;
    display: inline;
    overflow: hidden;
}
#leftSidebar {
}
#rightSidebar ul, #leftSidebar ul {
    overflow: hidden;
}
#rightSidebar > ul {padding-left: 0;}
#leftSidebar > ul {padding-left: 0;}
*/
.sidebar {
    font-size: 12px;}
.sidebar .nav-header { font-weight: normal; 
    font-size: 0.65em; }
#rightSidebar {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-left: 1px solid #e3e3e3 !important;;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#issueCoverImage img {max-width: 80%;height: auto;}
.sidebar li.nav-header, #sidebarSideArchive h4 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: none;
}
.sidebar .nav-list {
    padding-right: 5px;
    padding-left: 5px;
}
.sidebar .nav .nav-header .nav-list {
    margin-top: 10px;
}
.sidebar .sub-header {
    font-size: 12px; text-align: left;
}
.sidebar li.nav-header ul, .sidebar li.nav-header ul li { text-align: left; font-weight: normal;}
#leftSidebar .nav > li > a,#rightSidebar .nav > li > a  {
    display: initial;
}
#sidebarSideArchive h4 {
    color: #999999;
    line-height: 20px;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#archivesidebar {
    padding-left: 10px !important;
}
#notification > li {
    padding: 0 0 0 2.5em;
}
#sidebar div.block span.blockTitle {
    display: block;
    padding: 0.5em 0 0.5em 0;
    font-size: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
/*#sidebar table {
    width: 100%;
    background-color: transparent;
}*/
.selectMenu, .textField, .textArea {
    /*width: 100%;*/
    padding: 5px 10px !important;
    margin: 5px 0 5px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.selectMenu {height: 30px;}

#sidebar ul.sidemenu {
    margin-left: 0 !important;
}
ul.sidemenu {
    list-style: none;
    padding-left: 0 !important;
}
ul.sidemenu li a {
    display: block;
    padding: .7em 12px .7em 12px;
    border-bottom: 1px solid #b5b5b5;
    background-color: #D1D1D1;
    text-decoration: none;
    color: #222;
}
ul.sidemenu li a:hover{
    text-decoration: underline;
}

.footer {padding:0 !important;}

.frontdesctext > p {
    display:none !important;
}