body { 
    margin: 0px;
    font-family: arial, helvetica, freeSans;
    width: 100%;
    height: 100%;
}
.bold {
    font-weight: bold;
}

#list {
    position: absolute;
}
#canvas {

}
#canvas, #canvasBackground {
    height: 100%;
    margin: 0px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
#canvasBackground {
    background-color: #111111;
}
#menu { 
    color: #2f2f2f;
    font-size: .9em;
    height: .8em;
    position: absolute;
    font-family: Times, freeSerif;
}
#menu a {
    color: #3f3f3f;
    text-decoration: none;
}
#menu a:hover {
    color: #ffffff;
}

.package {
    height: 10em;
    position: absolute;
    width: 10em;
}
.container {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: .9;
}
.panel {
    border: solid 1px #ffffff;
    display: none;
    width: 40%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.display {
    left: -1px;
    height: 100%;
    margin: 1px;
    position: absolute;
    top: -1px;
    width: 100%;
}
.content {
    position: absolute;
    background: #ffffff;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#badge .content {
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.panel .content {
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
}

.panel .content .item .description {
    background: #ffffff;
    color: #222222;
    font-size: .6em;
    text-align: right;
    padding-right: .5em;
    border-top: solid 1px #222222;
}

.panel .content .item .text {
    color: #222222;
    font-size: .6em;
    padding-left: .5em;
    padding-right: .5em;
}

.panel .content .item .title {
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-family: arial, helvetica, freeSans;
}

.panel .item { 
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.panel img {
    display: block;
    width: 100%;
}

.packagePanelThumbnails {
    margin: 0px;
    overflow: hidden;
    width: 100%;
}

.packagePanelThumbnail {
    display: block;
    background-color: #dddddd;
    float: left;
    width: 50%;
    margin: -1px;
    padding: -1px;
    border: solid 1px #ffffff;
}
.packagePanelThumbnail img {
    border: solid 0px #ffffff;
}

.packagePanelThumbnailSrc {
    display: none;
}

.packagePanelContentVideo {
    margin: 0px;
    padding: 0px;
}

.packagePanelContentPoster {
    position: absolute;
    cursor: pointer;
}

.title, .titleNotWebkit, .titleIE7, .titleGecko, .titleGeckoWin {
    font-family: Times, freeSerif;
    color: #111111;
    top: 0em;
    z-index: 2;
}
.title { 

	font-size: 5.8em;
    letter-spacing: -.14em;
    line-height: .44em;
    padding-top: .12em;
}

.titleIE7 {
    font-size: 5.8em;
    letter-spacing: -.8em;
    line-height: .44em;
    padding-top: .12em;
}
.titleNotWebkit {
    font-size: 5.8em;
    letter-spacing: -.14em;
    line-height: .44em;
    padding-top: .12em;
}
.titleGecko {
    font-size: 5.8em;
    letter-spacing: -.14em;
    line-height: .44em;
    padding-top: .2em;
}
.titleGeckoWin {
    font-size: 5.8em;
    letter-spacing: -.14em;
    line-height: .44em;
    padding-top: .12em;
}

.tag {
    background: #ffffff;
    cursor: default;
    height: 1em;
    position: absolute;
    width: 4em;
    
    opacity: .9;
}
#canvasMask {
    color: #ffffff;
    background: #000000;
    font-size: .833em;
    height: 100%;
    display: none;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
    cursor: pointer;
    
    opacity: 0;
}
#canvasMask a {
    color: #ffffff;
    text-decoration: none;
    text-transform:uppercase;
}
#canvasMask a:hover {
    text-decoration: underline;
}
#canvasMessage {
    position: absolute;
    top: 10em;
    width: 100%;
}

#about {
    padding: 1em;
}
#email {
    color: #ff0000;
}

#badge a { 
    text-decoration: none;
}
#badge a:hover {
    text-decoration: underline;
}
#badge img {
    opacity: 1;
    border: 0px;
}
#badge .text {
    line-height: 1.125em;
    padding-top: 1em;
    font-size: .833em; 
    width: 100%;
    text-align: center;
}

.packageDisplayImagePreview {
    cursor: pointer;
    height: 100.5%;
    position: absolute;
    left: -1.25em;
    border: solid 0px #ffffff;
}
.packageDisplayImage {
    display: none;
    height: 100.5%;
    position: absolute;
    border: solid 0px #ffffff;
}
.packageDisplayWindow {
    height: 100%;
}
.packageDisplayBorder {
    cursor:pointer;
    border: solid 1px #ffffff;
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.packageMenu {
    visibility: hidden;
    background: #ffffff;
    border: solid 1px #ffffff;
    color: #333333;
    height: 1.5em;
    left: -1px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.packageMenuItems {
    height: 100%;
    position: absolute;
    text-align: center;
    display: table;
    width: 100%;
}  
.packageMenuItem { 
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.packageMenuItem img {
    border: solid 1px #ffffff;
    width: 100%;
}
.packageMenuInfo, .packageMenuClose {
    border: solid 1px #ffffff;
/*    -webkit-border-radius:  1em;
    -moz-border-radius:  1em; */
    letter-spacing: -.09em;
    overflow: hidden;
    background: inherit;
    cursor: pointer;
    font-size: .833em;
    height: 1.3em;
    padding: .25em;
    position: absolute;
    text-align: center;
    width: 1.4em;
    padding-top: .23em;
}
.packageMenuInfo {
    border-left: solid 1px #ffffff;
}
.packageMenuClose {
    background: #ffffff;
    border-right: solid 1px #ffffff;
    z-index: 2;
}
.packageMenuTitle {
    font-size: .7em;
    height: 100%;
    width: auto;
    position: absolute;
    text-align: right;
    white-space:nowrap;
}
.packageMenuTitle div {
    line-height: 1em;
    padding-left: 1em;
    height: auto;
    width: auto;
}

.packageMenuCaption {
    font-size: .7em;
    left: 2.5em;
    position: absolute;
    top: .54em;
}

#search {
    height: 1em;
}

#searchDisplayInput {
    border: solid 0px #ffffff;
    color: #666666;
    cursor: pointer;
    height: 1.8em;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    -webkit-border-radius:  4px;
    -moz-border-radius:  4px;
}
#searchDisplayOutput {
    background: #ffffff;
    border: solid 1px #ffffff;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: -10em;
    visibility: visible;
    width: 100%;
    -webkit-border-radius:  4px;
    -moz-border-radius:  4px;
}

#searchDisplayOutput .searchDisplayOutputEntry:last-child, #searchDisplayOutput .searchDisplayOutputEntrySelected:last-child, #searchDisplayOutput .searchDisplayOutputEntryHover:last-child {
    border-bottom: solid 0px #cccccc;
}

.searchDisplayOutputTitle {
    background-color: #222222;
    color: #ffffff;
    font-size: .75em;
    height: 1.3em;
    padding-left: .3em;
}

.searchDisplayOutputEntryGraphic {
    height: 2.4em;
    width: 2.4em;
    float: left;
    margin-right: .3em;
}
.searchDisplayOutputEntry .box, .searchDisplayOutputEntryHover .box, .searchDisplayOutputEntrySelected .box {
    height: .8em;
    width: .8em;
    border: solid .1em #666666;
    float: left;
    margin: .1em;
}
.searchDisplayOutputEntryHover .box {
    background-color: #ffffff;
}
.searchDisplayOutputEntrySelected .box {
    border-color: #ff0000;
}
.searchDisplayOutputEntry, .searchDisplayOutputEntryHover, .searchDisplayOutputEntrySelected {
    background: #ffffff;
    border-bottom: solid 1px #cccccc;
    cursor: pointer;
    font-size: .75em;
    height: 2.8em;
    padding-left: .5em;
    padding-top: .5em;
    width: 100%;
    white-space: nowrap;
}

.searchDisplayOutputEntryHover {
    background: #dddddd;
}

.searchDisplayOutputEntrySelected {
    background: #ffffff;
    cursor: default;
}

.subText {
    color: #666666;
}

#list {
    width: 100%;
    height: 100%;
    overflow: auto;
}
#indexMenu {
    padding: 1em;
    font-size: .8em;
    padding-bottom: 0em;
}
#indexMenu a {
    color: #ff0000;
    text-decoration: none;
}
#indexMenu a:hover {
    text-decoration: underline;
}
#indexTable {
    color: #666666;
    font-size: .8em;
    padding: 1em;
    padding-top: .25em;
    width: 100%;
    border-spacing: 0px;
}
#indexTable a {
    color: #000000;
    text-decoration: none;
}
#indexTable a:hover {
    color: #ff0000;
}

#indexHead {
    color: #ffffff;
    background-color: #222222;
    text-align: left;
    border-bottom: solid 1px #cccccc;
}
#indexHead th {
    font-weight: normal;
}

#indexList td {
    border-bottom: solid 1px #cccccc;
}