body {
    font-family: Verdana,Helvetica;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

A:link			{COLOR: #FFDF8C; TEXT-DECORATION: underline}
A:active		{COLOR: #FFDF8C; TEXT-DECORATION: underline}
A:visited		{COLOR: #FFDF8C; TEXT-DECORATION: underline}
A:hover			{COLOR: #FFDF8C; TEXT-DECORATION: underline}

TD A:link		{COLOR: #FFDF8C; TEXT-DECORATION: underline}
TD A:active		{COLOR: #FFDF8C; TEXT-DECORATION: underline}
TD A:visited	{COLOR: #FFDF8C; TEXT-DECORATION: underline}
TD A:hover		{COLOR: #FFDF8C; TEXT-DECORATION: underline}

.pageContent {
    margin: 0 auto;
    width: 320px;
}

.videoCell {
    vertical-align: top;
    line-height: 16px;
    text-align: left;
    border: 1px solid #dddddd;
    background: #444444;
    padding: 5px;
}

.thumbnailCell {
    text-align: left;
    vertical-align: top;
    padding-right: 5px;
    padding-bottom: 5px;
}

.infoCell {
    text-align: left;
    vertical-align: top;
}

.speedForm {
    font-weight: bold;
    font-size: small;
    color: #222222;
    background-color: #cccccc;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.contentCell {
    width: 320px;
}

.error {
    color: red;
}

.noborderimg {
    border: none;
    margin: 0;
    padding: 0;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    display: block;
    background: transparent url('../media/bg_button_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    /*margin-right: 6px;*/
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button:link {color:#fff; text-decoration: none; font-weight: bold;}
a.button:active {color:#fff; text-decoration: none; font-weight: bold;}
a.button:visited {color:#fff; text-decoration: none; font-weight: bold;}
a.button:hover {color:#fff; text-decoration: none; font-weight: bold;}

a.button span {
    background: transparent url('../media/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 12px;
}

