/* Draws a border around media player control
   The style below is suitable for main_blue.css color scheme.
*/
#MediaPlayer
{
    border: 4px #336699 solid;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color='#222222', OffX='10', OffY='10')
            progid:DXImageTransform.Microsoft.BasicImage(enabled:false);
}

/* Add your custom styles here */
.slideshow form
{
    display: inline;
    vertical-align: middle;
}

.slideshow form select
{
    font-weight:    bold;
    font-size:100%;
    color: white;
    background-color:#336699;
}

/* How to display default HTML page */
.textview
{
    width:100%;
    font-size:        80%;

    padding-top: 10px;
    background-color: white;
    color: black;
}
.textview p
{
	padding-left: 10px;
	padding-right: 10px;
}
.textview .buttonlist li
{
    padding:        5px;
    line-height:    180%;
}

.textview .buttonlist li .key
{
    background-color: #F0F0F0;
    padding: 3px;
    border: 3px outset white;
}

table.imagecomments
{
    margin-top: 20px;
    font-size: 80%;
    border-top: 2px solid #336699;
}

td.imagecommentform td
{
	color: black;
	font-size: 80%;
}
table.imagecomments th
{
    padding: 10px;
}

table.imagecomments td.imagecomment
{
    border-top: 1px dashed #336699;
}

table.imagecomments td.imagecommentform
{
    border-top: 1px dashed #336699;
}

table.imagecomments td.imagecommentform table
{
    font-size: 100%;
}

.imagecommentsRow
{
    background-color: #444444;
}
