﻿body {
    background-color: #405261;
    font-size: .75em;
    font-family: Consolas, Courier New, Monospace;
    font-family: Verdana;
    margin: 0;
    padding: 0;
    color: #fff;
    background-image: url(../images/grad.jpg);
    background-repeat: repeat-x;
}

a:link, a:visited {
    text-decoration: underline;
    color: #547FAA;
}
a:hover {
    text-decoration: none;
}
a:active {
    color: #72CDFF;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    font-family: Arial;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

.page {
    width: 90%;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#headerBottom {
    height: 0px;
}

#header h1 {
    color: #fff;
}

#main {
    padding: 10px 20px 20px 20px;
    background-color: #fff;
    margin: 0px;
    margin-bottom: 0px;
    _height: 1px;
    color: #333;
    margin-top: 10px;
    border-top: solid 5px #ccc;
    border-bottom: solid 5px #ccc;
}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    margin-top: 10px;
}

ul#menu {
    padding: 0 0 0px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
    margin: 0px;
    color: #999;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 5px 10px;
    font-weight: bold;
    line-height: 2.8em;
    background-color: #e8eef4;
    background-color: #cccccc;
    background-color: Transparent;
    color: #72CDFF;
    border: solid 0px #666;
}

ul#menu li a:hover {
    text-decoration: none;
    color: #fff;
}

ul#menu li a:active {
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset label {
    display: block;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
    padding: 5px;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #000;
    padding: 5px;
}

input.search {
    border: solid 1px #fff;
    background-color: Transparent;
    color: #fff;
}

.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 0px;
    float: right;
    margin-bottom: 0px;
    padding: 0px;
    clear: both;
}

div#title {
    display: inline;
    float: left;
    margin: 0px;
    padding: 0px;
}

div#title h1 {
    display: inline;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    border: none;
    font-size: 28px !important;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px 10px 20px 10px;
    color: White;
}

#logindisplay a:link, #logindisplay a:visited {
    text-decoration: underline;
    color: #72CDFF;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

ul.blockList {
    margin: 0px;
    padding: 0px;
}

ul.blockList li {
    list-style-type: none;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px;
    padding-bottom: 15px;
    border: solid 1px #999;
    display: block;
}

.blockItemHover {
    background-color: #ccc;
    cursor: pointer;
}

.blockItemNormal {
    background-color: #eee;
    margin: 0 0 20px 0;
}

ul.blockList img {
    float: right;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 2px #666;
    border-bottom: solid 2px #666;
    background-color: #fff;
}

ul.blockList h4 {
    margin: 0px 0px 0px 0px;
}

img.detailImage {
    float: right;
    text-align: right;
    margin-left: 10px;
    padding: 10px;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 2px #666;
    border-bottom: solid 2px #666;
    background-color: #fff;
}

ul.songList {
    margin: 0px;
    padding: 0px;
    border: solid 1px #333333;
}

ul.songList li {
    height: 25px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    border: solid 0px #333333;
    background-color: #fff;
    list-style-type: none;
}

ul.songList li.alt {
    background-color: #eee;
}

ul.songList h4 {
    margin: 0px;
    display: inline;
}

.songTitleWrapper{
    float: left;
    text-align: left;
    margin: 0px;
    display: inline;
    height: 65px;
}

div.songLinks {
    display: inline;
    float: right;
    text-align: right;
}

span.favorite {
    color: #009966;
}

p.favorite {
    color: #00FF99;
    font-weight: bold;
}

img.thumbs {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 3px;
}

span.songDate {
    font-weight: normal;
}

textarea {
    width: 100%;
    height: 100px;
}

.songImage{
    display: none;
}