body
{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color: #000000;
    background-color: #f7f0ff;
    background-image: /images/bluishmarb.jpg;
    margin: 15;
}

p
{
    font-family: Verdana;
    color: #000000;
}

table
{
    border-width: 0;
}

table.content
{
    color: #000000;
    background-color: #ffffff;
    border-color: #00007f;
    border-style: solid;
    border-width: 1;
}

td
{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color: #000000;
}

th
{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

a:link, a:visited
{
    font-family: Verdana;
    text-decoration: none;
    color: #505090;
}

a:hover, a:active
{
    font-family: Verdana;
    color: #505090;
    text-decoration: underline;
}

.menus
{
    font-size: 8pt;
}

.menu {
    height:320px;
}


h1
{
    font-family: Lucida Calligraphy, Verdana;
    color: #00009F;
}

h2
{
    font-family: Verdana;
    color: #9F0000;
}

h3
{
    font-family: Lucida Calligraphy, Verdana;
    color: #00009F;
}

h4
{
    font-family: Verdana;
    color: #9F0000;
}

.errormsg
{
    color: #ff0000;
}

.msg
{
    color: #0000ff;
}

.required
{
    color: #ff0000;
}

.small
{
    font-size: 8pt;
}

table.lessonSchedule
{
    color: #000000;
    background-color: #ffffff;
    border-color: #00007f;
    border-style: solid;
    border-width: 1;
}

table.lessonSchedule th
{
    border-color: #00007f;
    border-style: solid;
    border-width: 1;
}

table.lessonSchedule td
{
    font-size: 8pt;
    border-color: #00007f;
    border-style: solid;
    border-width: 1;
}

/* for new forms */
fieldset {
    margin: 0;
    border: 0;
    padding: 0;
    width: 565px;
}
fieldset ul {
    margin: 0;
    padding: 0;
}
fieldset ul li {
    list-style: none;
    text-align: left;
    margin-bottom: 5px;
    clear: left;
}
fieldset ul li label {
    width: 230px;
    float: left;
    padding-right: 15px;
}
fieldset ul li label.nofloat {
    width: 0px;
    float: none;
    padding-right: 0px;
}
fieldset ul li label.wide {
    width: 500px;
    float: left;
}
fieldset ul li em {
    color: #ff0000;
}
fieldset .conditional {
    /* background-color: #f0f0ff; */
}
fieldset .indent {
    width: 20px;
    float: left;
}
fieldset ul li .required {
    color: #ff0000;
    float: left;
    width: 10px;
}

/*fieldset ul.tests li {
    margin-bottom: 0px;
    clear:left;
} */
fieldset ul.tests li input {
    float: left;
    width: 50px;
}
fieldset ul.tests li.category {
    font-weight: bold;
}
/* fieldset ul.tests li label {
    width: 
} */

/* for div-tables */
div.table {
    margin-left:25px;
    margin-bottom:25px;
}
div.table div.row {
    clear:both;
}
div.table div.row div.cell {
    float:left;
}
div.table div.row div.col2 {
    width:200px;
}

td.locked {
    color: #6f6f6f;
    font-style: italic;
}

.videos.single {
    width: 240px;
}

.video {
    margin: 10px 5px 10px 5px;
    float:left;
}

.clear {
    clear:both;
}

.dance-competition-button {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid blue;
    border-radius: 5px;
    padding: 5px;
    width: 170px;
    background: #f0f9ff;
}
