Private.css 2.35 KB
body {
	background-color: #fffaf4 !important;
	color: black;
	font-family: "Trebuchet MS", sans-serif !important;
	background-attachment: fixed !important;
	background-image: none !important;
}


/*body {*/
/*    background: #fff url(../images/page/page_bkg.jpg) repeat-x top left;*/
/*}*/



p,ul,ol,dl,blockquote {
	font-family: Arial, Helvetica, sans-serif; text-align: justify;
}
 
h1 { 
	color: green;
	text-align: center;
	font-size: 180% !important;
}
/*
h2 { 
	border-top: 0.5em;
	padding-left:0.3em; 
	border-width: 1px;  
	border: 1px dashed; 
	color: black;
	background: lavender; 
}
*/
h2 {
    /* color: #930; */
	font-size: 140%;
    padding: 1em 0 0.2em 0;
	margin-bottom: 0.5em;
	color: #930;
	border-bottom: 1px dashed;
}

h3 { 
	font-size: 120%;
    color: #930; 
	font-weight: bold;
}

strong {
	font-weight: bold;
}

a {
	border: none !important;
}
a:link {
	color: teal !important;
	text-decoration: none !important;
}
a:visited {
	color: teal !important;
	text-decoration: none !important;
}


a:hover {
	color:  #005a9c;
	background: yellow;
	text-decoration: none !important;
}

a.image:hover {
	background: #fffaf4 !important;
}

td a:link     	{ color: red }
td a:visited 	{ color: red }
td a:hover  	{ color: blue }

img {border: 0pt !important; }

img.me { border: inset 2pt; float:right; margin-left: 1em; }

div.right    { 
	    margin-left:80px;
		border: 1px dashed;
		padding: 1em;
}

div.left { 
	float: left; 
	margin-top: 0em;

}

.break { clear: both }			
.center {
  text-align: center;
}



td {
	background: lavender;
	border: inset 1pt;
}

th { 
	background: #c0c0c4; 
	text-align: center; 
	font-weight: bold
}
th.fifty { width: 50% }
th.day { width: 18% }

caption {
	color:green;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

.abstract {
		z-index:    1000;	
		height:     auto;
		font-style: italic;
}
.abstractTitle {
		background-repeat:   no-repeat;
		background-position: 99% 3px;
		background-image:    none;
		width:               100%;
		color:               black;
		font-weight:         bold;
		display:             inline;
}

.abstractContent {
		display: inline;
}	

.abstractClick {
		color:        teal;
		cursor:       pointer;
		display:      none;
}

div.abstract button {
		display: block;
		font-size: 80%;
		height: 2.5em;
		float: right;
		cursor: pointer;
 }

/* span.abstractClick { display: none } */