body {
    margin: 2px;
    margin-top: 0;
    background: url(../images/background.gif) repeat-y #deedfa;
}

body, input, textarea {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

#links {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: right;
}

#links a, #links span {
    font-size: 8pt;
    color: white;
    padding: 5px;
    margin-right: 7px;
}

#links a:hover {
    background: white;
    color: navy;
}

#heading {
    background: url(../images/blue-header.png);
    width: 100%;
    height: 100px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
}

#heading h1 {
    display: none;
}

#main {
    width: 960px;
}

#menu {
    background: url(../images/orange-menu.gif) no-repeat;
    width: 200px;
    height: 429px;
    float: left;
    padding-top: 20px;
}

#menu ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#menu li {
    margin-left: 35px;
}

#menu span, #menu a:hover {
    background: white;
    color: black;
    display: block;
    padding: 5px;
    font-weight: bold;
}

#menu a {
    display: block;
    padding: 5px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* Sub menu */
#menu ul ul {

}

#menu ul ul li {
    margin-left: 20px;
}

#menu ul ul a, #menu ul ul span {
    font-size: smaller;
}

#content {
    position: absolute;
    left: 220px;
    top: 125px;
    width: 680px;
    padding-left: 10px;
    color: darkslategray;
}

#content a {
    color: navy;
}
#footer {
    margin-top: 20px;
    font-size: smaller;
    text-align: center;
    color: gray;
    padding-bottom: 20px;
}

#footer a {
    color: gray;
}

#petrologica {
    background: url(../images/petrologica-cog.png) bottom no-repeat;
    position: fixed;
    top: 60%;
    left: 2px;
    width: 200px;
    height: 40%;
    text-align: center;
    font-size: smaller;
    color: white;
}

#petrologica a {
    color: white;
}

div.image {
    text-align: center;
    font-size: smaller;
}

div.imageRight {
    text-align: center;
    font-size: smaller;
    float: right;
    margin-left: 20px;
}

div.imageRight img {
	border: 0px;
}
	

h1 {
    color: darkslategray;
    font-size: 14pt;
    position: relative;
    top: 2px;
}

h2 {
    color: darkslategray;
    font-size: 11pt;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

p {
    margin: 0px;
    margin-bottom: 20px;
}

#dimPage {
/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
    filter: alpha( opacity = 50 );
    -moz-opacity: 0.5;
    opacity: 0.5;
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 50000;
}

body > #dimPage {
/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
    position: fixed;
    left: 0;
    top: 0;
}

#dialog {
    width: 60%;
    position: absolute;
    left: 20%;
    top: 20%;
    z-index: 50001;
    background: white;
    border: 1px solid black;
    padding: 10px;
}

body > #dialog {
    position: fixed;
}

#dialogContent {
    text-align: center;
}

#dialog button {
    float: right;
}

/* For the tables */
table.list {
    width: 600px;
    border: 0;
}

table.list td {
    padding: 5px;
    border-bottom: 1px solid silver;
}

table.list .over td {
    background: #deedfa;
}

table.list th {
    background: navy;
    color: white;
    padding: 5px;
    text-align: left;
}

table.list img {
	border: 0;
}


table.list td.filename a {
	text-decoration: none;   		 
}

table.list td.icon {
    width: 45px;
    text-align: center;
}

table.list td.date {
	width: 100px;
}

table.list th.date {
}	

table.list th.icon {
}

.pretty {
	width: 80px;
	background: url(../images/button-background.png) orange;
	border: 2px outset orange;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}

.pretty:hover {
	color: black;
}

.pageNumbers {
text-align: center;
margin-top: 15px;
}

.pageNumbers a {
	margin: 2px;
	color: gray;
}

.pageNumbers span {
	margin: 2px;
}	

