/* CSS main style sheet for The Purple Files */
/* Updated: 07.06.2019 14:06:39 */

/*
This entire file needs to be reworks - removing classes that are no longer used, adjusting the theme...
*/


/*

body {
    background : black url("pics/computerpaper.gif");
    background-attachment : fixed;
    font: 0.9em Arial, sans-serif;
}

fieldset {
    margin-left:32px;
	width: 700px;
	padding-left:8px;
	padding-right:8px;
	border: 1px ridge #345fd9;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 4px 4px 4px #9794FF; 
	-webkit-box-shadow: 4px 4px 4px #9794FF;
	box-shadow: 4px 4px 4px #9794FF;
}
*/

/*
legend {
	background-color: white;
    color: navy;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial;
	font-size: 20px;
	text-align:middle;
    border-style:solid;
    border-width:1px;
    border-color : #333333;
	margin-left:-9px;
	color:#333333;
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-box-shadow: 5px 5px 10px black; 
	-webkit-box-shadow: 5px 5px 10px black;
	box-shadow: 5px 5px 10px black; 
}
*/

/*
.pageContent {
    width: 840px;
}
*/


/*
.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
    border-top: none;
    border-left: none;
}

.accordion ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 90%;
}

.accordion li {
    background: #9A5FAC;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 840px;
    font-size:14px;
    margin-left:64px;
    width: 840px;
    max-width: 840px;
    padding-left:4px;
    padding-right:4px;
    background-color: purple;
    background-image:url('../pics/Texture0209.jpg');
}

.accordion li div {
    background: #d8c0e8;
    display: block;
    clear: both;
    float: left;
    width: 800px;
    font-size:14px;
    margin-left:32px;
    width: 762px;
    max-width: 762px;
    padding-left:2px;
    padding-right:2px;
    border: 1px ridge #e4b1fb;
    background-color: white;
    background-image:url('../pics/Texture0209.jpg');
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 8px 8px 8px #5e058a;
    -webkit-box-shadow: 8px 8px 8px #5e058a;
    box-shadow: 8px 8px 8px #5e058a;
}

.accordion a {
    text-decoration: none;
    font: 1.1em/2em Arial, sans-serif;
    color: #9456bd;
    padding: 0 4px;
    display: block;
}

.accordion li ul li {
    margin-left: 24px;
    background: #bf83e7;
    font-size: 0.9em;
    font-size:14px;
    margin-left:32px;
    width: 840px;
    max-width: 768px;
    padding-left:8px;
    padding-right:8px;
    border: 1px ridge #e4b1fb;
    background-color: white;
    background-image:url('../pics/Texture0209.jpg');
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 8px 8px 8px #5e058a;
    -webkit-box-shadow: 8px 8px 8px #5e058a;
    box-shadow: 8px 8px 8px #5e058a;
}
*/


/*
table.Header {
    background-color: purple;
    background-image:url('../pics/Texture0209.jpg');
    margin-left: 64px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 4px 4px 4px #5e058a;
    -webkit-box-shadow: 4px 4px 4px #5e058a;
    box-shadow: 4px 4px 4px #5e058a;
}

p {
    font-family: Arial;
    font-size: 14px;
    text-indent: 16px;
    color: navy;
    margin-left: 8px;
    margin-right: 8px;
}

li {
    font-family: Arial;
    font-size: 14px;
    color: black;
}

td {
    font-family: Arial;
    font-size: 14px;
    text-indent: 8px;
    color: #691469;
}

div.scrolling {
    overflow-x: hidden;
}
*/

/*
pre {
    font-family:"Arial";
    background-image:url('../pics/computerpaper.gif');
    padding: 8px 4px 4px 36px;
    font-size:100%;
    margin-left: 8px;
    border: 1px solid #777777;
    white-space: pre-wrap;
}

A {
    line-height:2px;
}

A:visited {
    color: navy;
    text-decoration: none;
    font-family: Arial;
    font-size: 18;
}

A:link {
    cursor: default;
    color: navy;
    text-decoration: none;
    font-family: Arial;
    font-size: 18;
}

A:active {
    color: #C0FFC0;
    text-decoration: none;
    font-family: Arial;
    font-size: 18;
}

A:hover {
    cursor: default;
    font-family: Arial;
    font-size: 18;
    color: white;
    position:relative;
    background-color: #089e05;
}

.button {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
}

.button:hover {
    text-decoration: none;
}

.button:active {
    position: relative;
    top: 1px;
}

input {
    background: #d8c0e8;
    color:navy;
}

*/

/* End of file */
