Enter
/* OUTER BORDER */
body{
    background-color:#DDD;
}
 
#container-wrap{
    margin:2em;
    background-color:#DFE5FF;
    -moz-border-radius-topleft: 3em;
    -webkit-border-top-left-radius: 3em;
    -moz-border-radius-topright: 3em;
    -webkit-border-top-right-radius: 3em;
    -moz-border-radius-bottomleft: 3em;
    -webkit-border-bottom-left-radius: 3em;
    -moz-border-radius-bottomright: 3em;
    -webkit-border-bottom-right-radius: 3em;
}
a{
    text-decoration:none;
    color:#00A;
}
a:hover{
    text-decoration:underline;
    color:#0000A5;
    background:transparent;
}
/* END OUTER BORDER */
 
/* TOP BAR */
#top-bar{
    background-color:#DDD;
    width:100%;
    margin:auto;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
}
#top-bar a{
    color:#222;
}
#top-bar ul{
    padding: 0 20% 0 20%;
}
#top-bar a:hover{
    background:transparent;
    text-decoration:underline;
    color:#252525;
}
#top-bar li ul li a, #top-bar ul li{
    background:#DDD;
    border-top: 1px solid #DDD;
    color:#222;
}
#top-bar ul li ul{
    margin-left:2em;
}
#top-bar li ul li a:hover{
    background:#DDD;
    color:#252525;
}
/* END TOP BAR*/
 
/* HEADER */
#header{
    height:1px;
}
#header h1{
    font-family:Edwardian Script ITC;
    font-size:300%;
    font-weight:bold;
    display:none;
}
#header h1 a, #header h2{
    color:#000;
    margin-left:2em;
}
#header h1 a:hover{
    background:transparent;
    color:#000;
    text-decoration:none;
}
#header h2{
    padding-left:7em;
    font-size:120%;
    font-weight:bold;
    font-style:italic;
    display:none;
}
#search-top-box{
    display:none;
}
#login-status{
    display:none;
}
/* END HEADER */
 
/* MAIN CONTENT */
#main-content{
    background:#FFF;
    border-top:none;
    border-left:1px solid #77797F;
    border-right:2px solid #77797F;
    border-bottom:3px solid #77797F;
    margin:3em;
    -moz-border-radius-topleft: 3em;
    -webkit-border-top-left-radius: 3em;
    -moz-border-radius-topright: 3em;
    -webkit-border-top-right-radius: 3em;
    -moz-border-radius-bottomleft: 3em;
    -webkit-border-bottom-left-radius: 3em;
    -moz-border-radius-bottomright: 3em;
    -webkit-border-bottom-right-radius: 3em;
}
#main-content a{
    text-decoration:none;
}
#main-content a:hover{
    text-decoration:underline;
    color:#0000A5;
    background:transparent;
}
#main-content a.newpage{
    color:#900;
}
#main-content a.newpage:hover{
    color:#950000;
    background:transparent;
}
#toc{
    border:1px solid #777;
    background:#F8F8F8;
}
#page-info{
    border-top:1px dotted #777;
}
#page-options-bottom a, #page-options-bottom-2 a{
    background:#DDD;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    color:#222;
}
#page-options-bottom a:hover, #page-options-bottom-2 a:hover{
    background:#CACACA;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    text-decoration:none;
    color:#252525;
}
#breadcrumbs{
    margin-top:1em;
}
/* END MAIN CONTENT */
 
/* SIDE BAR */
#side-bar{
    width: 15em;
    font-size:80%;
    display:none;
}
#side-bar ul{
    list-style:none;
}
#side-bar li a{
    text-decoration:none;
    border-top:1px solid #DDD;
    border-bottom:1px solid #BBB;
    border-right:1px solid #CCC;
    border-left:1px solid #CCC;
    padding: 2px 0 2px 1em;
    display:block;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    background:#FFF;
}
#side-bar li a:hover{
    text-decoration:none;
    padding: 2px 0 2px 1.2em;
    display:block;
    border-left:none;
}
#side-bar h1{
    font-size:120%;
    background:#DDD;
    padding:5px 0 2px 1em;
    margin-left:-1em;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
}
/* END SIDE BAR */
 
/* TEXT HEADINGS */
#page-title{
    background:#DFE5FF;
    border-top:none;
    border-left:1px solid #77797F;
    border-right:2px solid #77797F;
    border-bottom:3px solid #77797F;
    padding: .5em 0 .5em 1em;
    margin:6px 0 0 0;
    -moz-border-radius-topright:2em;
    -webkit-border-top-right-radius:2em;
    -moz-border-radius-bottomright:2em;
    -webkit-border-bottom-right-radius:2em;
    -moz-border-radius-topleft:2em;
    -webkit-border-top-left-radius:2em;
    -moz-border-radius-bottomleft:2em;
    -webkit-border-bottom-left-radius:2em;
}
#main-content h1{
    border-bottom:1px solid #777;
}
#main-content h5{
    font-weight:bold;
}
#main-content h6{
    font-weight:bold;
}
/* END TEXT HEADINGS */
 
/* FOOTER */
#footer{
    background:#DDD;
}
#footer a{
    text-decoration:none;
    color:#222;
}
#footer a:hover{
    background:transparent;
    color:#252525;
    text-decoration:underline;
}
/* END FOOTER */
 
/* LICENSE AREA */
#license-area a{
    color:#2A2ADD;
    text-decoration:none;
}
#license-area a:hover{
    color:#3030D5;
    text-decoration:underline;
    background:transparent;
}
/* END LICENSE AREA */
 
/* FIX IE */
* html #page-title{
    background:none;
    border-bottom:1px solid #777;
    padding: 1em 0 2px 0;
    margin:0;
    border-left:none;
    border-right:none;
}
* + html #page-title{
    background:none;
    border-bottom:1px solid #777;
    padding: 1em 0 2px 0;
    margin:0;
    border-left:none;
    border-right:none;
}
* html #main-content{
    margin-left:30px;
}
* + html #main-content{
    margin-left:30px;
}
/* END FIX IE */
 
/* TEXT BOXES */
.table-main{
    background:#DFE5FF;
    border-left:1px solid #77797F;
    border-right:2px solid #77797F;
    border-bottom:3px solid #77797F;
    border-top:none;
    margin-bottom:1em;
    -moz-border-radius-topright:1em;
    -webkit-border-top-right-radius:1em;
    -moz-border-radius-bottomright:1em;
    -webkit-border-bottom-right-radius:1em;
    -moz-border-radius-topleft:1em;
    -webkit-border-top-left-radius:1em;
    -moz-border-radius-bottomleft:1em;
    -webkit-border-bottom-left-radius:1em;
}
.table-title{
    text-align:center;
    font-size:140%;
}
.table-title a{
    color:#222;
}
.table-title a:hover{
    color:#252525;
}
.table-content{
    background:#FFF;
    padding:0 2% 10px;
    -moz-border-radius-topright:7px;
    -webkit-border-top-right-radius:7px;
    -moz-border-radius-bottomright:7px;
    -webkit-border-bottom-right-radius:7px;
    -moz-border-radius-topleft:7px;
    -webkit-border-top-left-radius:7px;
    -moz-border-radius-bottomleft:7px;
    -webkit-border-bottom-left-radius:7px;
}
/* END TEXT BOXES */
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License