/**
 * Basic page structure.
 * When changing something, make sure widths are coherent.
 */
body {
    margin: 0;
    background-color: #fff;
    color: #333;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.5em;
}

table {
    border-collapse:collapse;
}

a {
    text-decoration: none;
}

a:link {
    color: #0000ff;
}

a:visited {
    color: #0000cc;
}

.main a:hover {
    color: #cc3333;
}

a.undefinedLink {
    color: #669;
    text-decoration: none;
    border-bottom: 1px dotted #669;
}


h1, h2, h3 {
    color: #333;
    font-weight: bold;
}

h1 a, h1 a:link, h1 a:visited,
    h2 a, h2 a:link, h2 a:visited,
    h3 a, h3 a:link, h3 a:visited {
    color: #33c;
    text-decoration: none;
}

div.header {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: #99c;
}

div.body {
    width: 80%;
    margin: auto;
    padding: 0;
}

.headerContent {
    margin: auto;
    padding: 25px 0 30px 20px;
    font-weight: bold;
    color: #669;
}

.headerContent a, .headerContent a:visited, .headerContent a:link,
    .breadcrumb a, .breadcrumb a:visited, .breadcrumb a:link {
    color: #448;
    text-decoration: none;
}


.breadcrumb {
    font-size: 11px;
    padding: 10px;
    padding-left: 20px;
}

.breadcrumb a, .breadcrumb a:visited {
    color: #669;
    text-decoration: none;
}

.popupHeaderContent {
    margin: auto;
    padding: 1.8em;
}

.footer {
    padding: 12px;
    text-align: center;
    border-top: 1px solid #999;
    font-size: 11px;
    color: #666;
    clear: both;
}

.main {
    width: 63%;
    float: left;
    padding: 20px;
}

.right {
    width: 25%;
    float: right;
    clear: both;
    line-height: 18px;
    padding: 30px 20px 0 12px;
}

.pageHeader {
    font-size: 14px;
    font-weight: bold;
    padding-top: 1em;
}

.weblogHeader {
    font-size: 14px;
    font-weight: bold;
    padding-top: 1em;
}

.weblogFooter {
    font-size: 11px;
    padding-bottom: 1em;
}

.tabs {
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 11px;
    border-bottom: 1px solid #669;
    background-color: #99c;
    background-image: url(/static/gradient-blue.gif);
    background-position: 0% 100%;
    background-repeat: repeat-x;
}

.tabs table {
    position: relative;
    bottom: -1px;
}

.tabsLeft {
    margin-left: 10%;
    margin-right: auto;
}

.tabsRight {
    float: right;
    margin-right: 10px;
}

.tabsRight td {
    padding: 0.2em 0.8em;
}

.tabsLeft td {
    padding: 0;
}

.tab-sel {
    background-color: #fff;
    border: 1px solid #669;
    border-bottom: 0;
}

.tabsLeft a, .tabsLeft a {
    display: block;
    text-decoration: none;
    padding: 0.1em 0.6em;
}

.tab a, .tab a:visited, .tab:link, .tabsRight a, .tabsRight a:visited, .tabsright a:link {
    text-decoration: none;
    color: #eef;
}

.tab-sel a, .tab-sel a:visited {
    color: #333;
}

.message {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    width: 160px;
    background-color: #111;
    color: white;
    padding: 6px;
    font-style: italic;
    margin-right: 14px;
    text-align: center;
}

.message a {
    color: white;
    text-decoration: underline;
}

.icon {
    vertical-align: middle;
    width: 48px;
    height: 48px;
}

.horizontalFill {
    width: 100%;
}

textarea {
    padding: 5px;
}

input.name {
    font-weight: bold;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus {
    border: 2px solid #66f;
}

input {
    padding: 2px 3px;
}

input[type=submit], input[type=button] {
    margin-right: 0.5em;
}

.highlighted {
    background-color: #ddd;
}

table.list {
    width: 100%;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
/* border: 1px solid #eee; */
}

table.list td {
    padding:3px 6px;
    margin: 0;
    border: 0;
    font-weight: normal;
}

table.list tr.even {
}

table.list tr.odd {
    background-color:#eeeeee;
}

table.list td.caption {
    font-weight: normal;
    font-size: 0.9em;
    color: #aaaaaa;
    border-bottom:1px solid #cccccc;
}

.calSelected {
    background-color: #ddd;
    border: 1px solid #ddd;
}

.calTable {
    width: 14em;
}

.calDefault {
    border: 1px solid #ffffff;
}

.box {
    padding: 0.4em;
    padding-left: 8px;
    margin-top: 0.2em;
    margin-bottom: 1.5em;
    border-style: none;
}

.boxheader, .boxheader a {
    color: #000;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.editlink, .editlink a {
    font-size: x-small;
    font-weight: normal;
}

.box a {
    text-decoration: none;
}

.box a:hover {
    background-color: #dddddd
}

.navlink-0, .navlink-0-active {
    display: block;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #dddddd;
}

.navlink-1, .navlink-1-active {
    display: block;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #dddddd;
}

.navlink-2, .navlink-2-active {
    display: block;
    padding-left: 35px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #dddddd;
}

.navlink-3, .navlink-3-active {
    display: block;
    padding-left: 50px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #dddddd;
}

.navlink-4, .navlink-4-active {
    display: block;
    padding-left: 65px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #dddddd;
}

.navlink-0-active, .navlink-1-active, .navlink-2-active, .navlink-3-active, navlink-4-active {
    font-weight: bold;
}

.menu {
    position: absolute;
    border: 1px solid #999;
}

.menu a, .menu a:visited, .menu a:link {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    display: block;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #ddd;
}

.menu a:hover {
    background-color: #ddd
}

.linkEditorBox {
    width: 89%;
    padding: 4px;
    border: 1px solid #aaaaaa;
    background-color: #dddddd;
    float:left;
    margin-bottom: 1em;
}

.linkEditorSelected {
    text-decoration: none;
    background-color: #dddddd;
    border: 1px solid #cccccc;
}

.linkEditorPlain {
    text-decoration: none;
}

pre {
    overflow: auto;
    padding-left: 0.5em;
}

pre code {
    color: #a60;
}

code {
    font-weight: bold;
}

li {
    margin-bottom: 0.2em;
}

hr {
    height: 1px;
    width: 100%;
    border: 0;
    color: #dddddd;
    background-color: #dddddd;
}

.toc {
    width: 50%;
    font-size:0.9em;
    color: #999;
    background-color: #eef;
    border: 1px solid #999;
    padding: 0 1em;
    margin-top: 1em;
}

.toc a {
    color: #669;
    text-decoration: none;
}

.meta {
    color: #666;
    font-size: 11px;
}

.meta a {
    color: #666;
}


.comments {
    width: 90%;
    font-size:0.95em;
    color: #555;
    background-color: #eef;
    border: 1px solid #669;
    padding: 0 1em;
    margin-top: 2em;
}

.comments a {
    color: #339;
}

.commentLink {
    font-size: 0.9em;
}

#commentInput {
    width: 80%;
    height: 14em;
}

/** changeset file listing */

ul.files {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

ul.files li {
    margin-bottom:0px;
    padding:0;
    white-space:nowrap;
}

ul.files li div.marker {
    float:left;
    border:1px solid #999;
    width:0.8em;
    height:0.8em;
    margin:5px 5px 0 0;
    overflow:hidden;
}
ul.files li div.added {
    background-color:#339933;
}
ul.files li div.deleted {
    background-color:#dd0033;
}
ul.files li div.modified {
    background-color:#ffcc00;
}

ul.files li a {
    text-decoration:none;
}

.diffbody {
    border: 1px solid #999;
    padding: 4px;
}
ul.diffproperties {
}

.diffpropname {
    font-weight: bold;
}

.diffremoved {
    background-color: #fbb;
}

.diffadded {
    background-color: #bfb;
}
