body
{
	font-family:Verdana, Arial, Sans;
    font-size: 90%;
}

#divMinWidth
{
    min-width: 976px;
}

#divHeader
{
    background-color: black;
    overflow:hidden;
    border-style: none;
}

#divLogo
{
    float: left;
}

#divHeaderName
{
    float: right;
    width:586px;
    height: 80px;
    background-image: url(../images/fade.jpg);
    background-repeat:no-repeat;
    padding-right:40px;
    padding-top:35px;
}

#spanNameBig
{
    font-size: 2em;
    color: white;
}

#spanNameSmall
{
    font-size: 1.5em;
    color: white;
}

#divNavigation
{
    clear: both;
    background-color: #003366;
    overflow:hidden;
}

div.menu
{
    color: white;
    float: left;
    padding-left: 1em;
    padding-right: 1em;
    border-style: solid;
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
}

div.authentication
{
    color: white;
    float: right;
    padding-left: 1em;
    padding-right: 1em;
    border-style: solid;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
}

a.menu
{
    text-decoration: none;
    color: white;
}

a.menuSelected
{
    text-decoration: underline;
    color: red;
}

#divImagination
{
    clear: both;
    height: 250px;
    padding-top: 100px;
}

#divFooter
{
    background-color: #003366;
    clear: both;
    position: relative;
    height: 20px;
    text-align: center;
    width: 100%;
}

select {
    border: none;
}

.stocks {
    text-align: center;
    margin: 0 auto;
    width: 1024px;
}

.screen {
    margin: 0 auto;
    width: 1024px;
}

div.inspiration {
    text-align: center;
    margin: 0 auto;
    width: 1024px;
    font-size: 1.2em;
}

div.left {
    text-align: left;
}

.stockTable {
    width: 100%;
}

.stockSummaryTable {
    width: 100%;
    border: 1px solid;
    margin: auto;
}

td.note {
    width="76%"
}

th {
    background-color: #6495ED;
    text-style: bold;
}

td.unit {
    text-align: center;
    width: 8%;
    border-bottom: 1px dotted;
    border-left: 1px dotted;
    font-size: .8em;
}

td.unitSummary {
    text-align: left;
    width: 8%;
    border-bottom: 1px dotted;
    border-left: 1px dotted;
    font-size: .8em;
}

td.action {
    text-align: center;
    width: 8%;
    border-bottom: 1px dotted;
    border-right: 1px dotted;
}

td.date {
    text-align: center;
    width: 10%;
    border-bottom: 1px dotted;
    border-right: 1px dotted;
}

textarea {
    width: 99%;
}

div.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.dialogOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: blue solid 4px;
}

div.right {
    float: right;
}

img.cursor {
    cursor: pointer;
}

img.stockControl {
    cursor: pointer;
    float: right;
    padding-left: 10px;
}

textarea.note {
    cursor: text;
}

p.stockSummary {
    margin: auto;
    padding-left: 3%;
}

a.newsLine {
    text-decoration: none;
}

li.spacing {
    margin: 10px 0;
}

p.bold {
    font-weight: bold;
}

div.summaryInline {
    border: 1px solid;
}

div.stockIcons {
    width: 100%;
}