﻿body {
    background-color: #ffffff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
a
{
    color: #4173ab;
    text-decoration: none;
}
a.whitelink
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
}
a:link.bluelink { color:  #4173ab; }
a:visited.bluelink { color:  #4173ab; }
a:hover.bluelink { color:  #404040; }
a:active.bluelink { color:  #4173ab; }
a:link.whitelink { color:  #ccc; }
a:visited.whitelink { color:  #ccc; }
a:hover.whitelink { color:  #4173ab; }
a:active.whitelink { color:  #ccc; }
#main
{
    height: 100%;
}
.thumb {
    float: left;
    margin: 10px;
    padding: 10px;
    width: 110px;
    height: 140px;
}
.thumb2 {
    float: left;
    margin: 5px;
    padding: 5px;
    width: 100px;
    height: 110px;
}
.effect-parameter-label {
    display: block;
    margin-bottom: 16px;
}
.effect-parameter-list {
    width: 100px;
}
.floatingdiv {
    float: left;
    display: block;
    position: relative;
    border-style: none;
    padding: 5px;
} 
.ad1div {
    float: left;
    display: block;
    width: 120px;
    border-style: none;
} 
.ad2div {
    float: right;
    display: block;
    width: 300px;
    border-style: none;
}
.topdiv {
    float: left;
    display: block;
    width: 100%;
    border-style: none;
}
.maindiv {
    float: left;
    display: block;
    width: 320px;
    border-style: none;
    padding: 0px 0px 0px 4px;
}
.imgdiv {
    float: left;
    display: block;
    width: 512px;
    border-style: none;
}
.toolbar td td {
    padding: 4px; 
}        
.toolbarleft td {
    padding: 4px; 
}
.maindiv td {
    padding: 2px; 
}
.toolbarleft
{
    float: left;
    display: block;
    padding: 4px;
    text-align: left;
}
.toolbarright
{
    float: right;
    padding: 4px;
    text-align: right;
}
.popartstudiobar
{
    background-color: #404040;
    float: left;
    padding: 10px;
    text-align: left;
    width: 100%; 
}
.overlay {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    cursor: pointer;
    text-align:center;
}
.bluebutton {
    background-color: rgb(51, 122, 183); /* Blue */
    border: solid;
    border-width: 2px;
    border-color: rgb(51, 122, 183);
    color: white;
    font-weight: bold;
}
.graybutton {
    background-color: #ebebeb; /* Gray */
    border: solid;
    border-width: 2px;
    border-color: #666666;
    color: #666666;
    font-weight: bold;
}
.whitebutton {
    background-color: #ffffff; /* White */
    border: solid;
    border-width: 2px;
    border-color: #666666;
    color: #666666;
    font-weight: bold;
}
.responsive {
    width: 100%;
    height: auto;
    max-width: 512px;
}
input[type='checkbox'] {
    width:20px;
    height:20px;
}