﻿.splash {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ede9eb url(_artwork/splash.jpg) no-repeat center center;
    cursor: pointer;
}

body 
{
    /* font */
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 8pt;
    line-height: 200%;
}

h1
{
    padding: 0px;
    margin: 0px 0px 16px 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #015353;
    font-size: 150%;
    font-weight: bold;
    line-height: normal;
}

h2
{
    padding: 0px;
    margin: 16px 0px 0px 0px;
    color: #000;
    font-size: 125%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
}

p
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

hr
{
    color: #C7E5E2;
    height: 1px;
}

ul
{
    margin: 0px;
    padding: 0px;
    padding-left: 2em;
    list-style-image: url(_artwork/bullet.gif);
}

li
{
    color: #86502c;
}

li a
{
    color: #86502c;
    text-decoration: none;
}

li a:hover
{
    text-decoration: underline;
}

a
{
    color: #ed1c24;
}

/*		Downloads		*/

.ContentItemArticle
{
	float:left;
}

.ContentItemDetailArticle
{
	margin: 0;
	background: #dce1da;
	height: 2em;
}
.ContentItemArticle.ContentItemAlt { background: none; }

    .ContentItemDetailArticle .Col1,
    .ContentItemDetailArticle .Col2,
    .ContentItemDetailArticle .Col3
    {
    	float: left;
    	padding: 0px 0 0 12px;
		width: 61px;
        height: 22px;
        overflow: hidden;
    }

	.ContentItemDetailArticle .Col1
	{
		width: 227px;
	}
	
	.ContentItemDetailArticle .Col2
	{
		width: 149px;
	}
