/* CSS placed here will affect users of the Monobook skin */
p {
 text-align:justify;
}

/* Templates */
table.shortcut {
 border: 1px solid #aaa;
 background-color: #f9f9f9;
 padding: 5px;
 margin:0 auto;
}

table.shortcut th {
 text-align:center;
/* width:150px/auto;*/
}

table.shortcut td {
 text-align:left;
 vertical-align:top;
}

table.help {
 border: 1px solid #aaa;
 background-color: #f9f9f9;
 padding: 5px;
 margin:5px auto;
}

table.help th {
 background-color:lightblue;
 text-align:center;
 width:200px;
 padding: 5px;
}

table.help td {
 text-align:left;
 width:300px;
 padding: 5px;
}

/* module about template:module */
.module th {
 background-color:lightblue;
 text-align:center;
 width:150px;
}

/* boxes about template:box */
.boxlightblue:before {
        background: url(http://gbrowse.org/wiki/images/css/rt_blue.png) top right no-repeat;
        content: url(/wiki/images/css/lt_blue.png);
        display: block;
}
.boxlightblue:after {
        background: url(http://gbrowse.org/wiki/images/css/rb_blue.png) bottom right no-repeat;
        content: url(/wiki/images/css/lb_blue.png);
        display: block;
}
div.boxlightblue {
        background: lightblue url(/wiki/images/css/r_box.png) top right repeat-y;
        width:295px;
        float:left;
}
div.conlightblue {
        background: url(/wiki/images/css/l_box.png) top left repeat-y;
        margin:0 0 -2px 0;
        padding:0 5px 0 5px;
        width:95%;
}
.conlightblue h1,
.conlightblue h2,
.conlightblue h3 {
        margin-top:-30px;
}

.boxlightgray:before {
        background: url(/wiki/images/css/rt_gray.png) top right no-repeat;
        content: url(/wiki/images/css/lt_gray.png);
        display: block;
}
.boxlightgray:after {
        background: url(/wiki/images/css/rb_gray.png) bottom right no-repeat;
        content: url(/wiki/images/css/lb_gray.png);
        display: block;
}
div.boxlightgray {
        background: lightgray url(/wiki/images/css/r_box.png) top right repeat-y;
        width:295px;
        float:left;
}
div.conlightgray {
        background: url(/wiki/images/css/l_box.png) top left repeat-y;
        margin:0 0 -2px 0;
        padding:0 5px 0 5px;
        width:95%;
}
.conlightgray h1,
.conlightgray h2,
.conlightgray h3 {
        margin-top:-30px;
}