/*
        The L-Space Default Stylesheet.
*/

body {
        background: #efefde url("/images/LightTerryGray.jpg");
        color: black;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        font-family: "DejaVu Serif", georgia, serif;
}

a:link {
        color: #3333dd;
}
a:visited {
        color: #606060;
}
a:hover,a:active,a:focus {
	text-decoration:none;
}
a:active,a:focus {
	background:#80804D;
    color: #fff;
}
h1 {
        font-size: 200%;
}
h1,h2,h3,h4,h5,h6 {
        color: #000095;
}
h4,h5 {
	margin-bottom:0;
}

.center {
        text-align: center;
}

.right  { 
	text-align: right; 
}

hr {
        clear: both;
}

.red {
        color: #880000; background: transparent;
}

.blue {
        color: #000095; background: transparent;
}

.nav {
        color: #efefdf;
        background: inherit;
        border:0;
}

.smaller {
        font-size: 80%;
}

.larger {
        font-size: 120%;
}

.local-credits {
        font-size: 80%;
        text-align: center;
}

.global-credits {
        font-size: 80%;
        text-align: center;
}

.toolbar {
        text-align: center;
}
.styled-list {
	margin:0;
	padding:0;
	list-style:none;
}
.styled-list li {
	margin-bottom:5px;
}
.padded-list li {
	margin-bottom:5px;
}
#signing-tour h3 {
	margin-bottom:0;
}
/* supresses auto quote marks in Gecko browsers */
q:before, q:after {
    content:"";
}


.copyright {
   font-size: 80%;
   vertical-align: super;
}


/*
        Lspace Default Stylesheet ends
*/


/* settings for the A Files section */

.left{
	text-align: left; 
}

.top{
	vertical-align: top;
}

.topgrey{
	vertical-align: top;
	background: #e4e4e4;
	color: #000000;
}

.rightgrey{
	text-align: right;
	background: #e4e4e4;
	color: #000000;
}

.leftgrey{
	text-align: left;
	background: #e4e4e4;
	color: #000000;
}

.botright{
	text-align: right;
	vertical-align: bottom;
}

.topright{
	text-align: right;
	vertical-align: top;
}

.topcenter{
	text-align: center;
	vertical-align: top;
}

.botcenter{
	text-align: center;
	vertical-align: bottom;
}

.midleft{
	text-align: left;
	vertical-align: middle;
}

.grey{
	background: #e4e4e4;
	color: #3333dd;
}

.green{
	color: #006503;
	background: transparent;
	text-align:left;
}

.blackbg{
	background: #000000;
	color: #ffffff;
}

.black{
	color: #000000;
	background: transparent;
}

.font0{
	font-size:60%;
}

.font1{
	font-size:80%;
}

.font1red{
	font-size:80%;
	color:#880000;
	background: transparent;
        white-space: nowrap;
}

.font1lnk{
	font-size:80%;
        color: #3333dd;
	background: transparent;
}

.font2{
	font-size:90%;
}

.font2red{
	font-size:90%;
	color: #880000;
	background: transparent;
}

.font2blk{
	font-size:90%;
	color: #000000;
	background: transparent;
}

.font2lnk{
	font-size:90%;
        color: #3333dd;
	background: transparent;
}

.font2lnkblack{
	font-size:90%;
        color: black;
	background: transparent;
}

.font4{
	font-size:110%;
	color: #880000;
	background: transparent;
}

table{
	margin: 0 auto;
	text-align: left;
}

.tablefix{
	margin: 0;
	text-align: left;
}

td{
        font-family: serif;
}

.left25{
	text-align: left;
	width: 25%;
}

.right25{
	text-align: right;
	width: 25%;
}

.linkcolor{
        color: #3333dd;
        background:transparent;
}

.absolutecenter{
	width: 100%;
	text-align: center;
}

.afpcode{ 
        font-family: monospace;
}

.soundmark{
	text-align: right;
        font-family: sans-serif;
        font-size: 80%;
	background: #e4e4e4;
	color: #880000;
}

.textmark{ 
        font-family: sans-serif;
	background: #e4e4e4;
	color: #880000;
}

.quote-body { 
	padding-left: 15%; 
	padding-right: 15%; 
}

.nobreak { 
        white-space: nowrap;
 }

a { white-space: nowrap;
 }
