/* 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-family: Georgia, Verdana;
    color: #efb;
    background-color:   #894;
    font-size: 100%;
    border: 1px solid #bc9;
    padding: 1px;
/* These settings are for main_normal.css. */
/*
    font-family:    Verdana, Arial, sans-serif;
    font-size:100%;
    color: black;
    background-color:   #E4E0D2;
*/

/* These settings are for main_cyan.css */
/*
    font-family:    Verdana, Arial, sans-serif;
    font-size:100%;
    color: white;
    font-weight:    bold;
    background-color:   #064E80;
*/


/* These settings are for main_blue.css. */
/*
    font-weight:    bold;
    font-size:100%;
    color: white;
    background-color:#336699;
*/

/* These settings are for main_gray.css. */


}

/* How to display default HTML page */
.textview
{
    width:98%;
    height:95%;
    font-size:        80%;

    margin: 0px;
    padding: 5px;

    background-color: white;
    color: #666;
}

.textview .buttonlist li
{
    padding:        5px;
    line-height:    180%;
}

.textview .buttonlist li .key
{
    background-color: #F0F0F0;
    padding: 3px;
    border: 3px outset white;
}
	.imagecommentsRow
{
    background-color: #333;
    /* Uncomment the next line for main_blue.css */
    /* background-color: #444444; */

    /* Uncomment the next line for main_cyan.css */
    /* background-color: #CCDDFF; */
}
table.imagecomments
{
    margin-top: 20px;
    font-size: 80%;
    border-top: 1px dashed #666;
    color: #666;
    width: 916px;
    

    /* Uncomment the next line for main_cyan.css */
    /* color: black; */
}

table.imagecomments th
{
    padding: 10px;
}

table.imagecomments td.imagecomment
{
    border-top: 1px dashed #666;
}

table.imagecomments td.imagecommentform
{
    align: center;
    border-top: 1px dashed #666;
    color: #666;
}

table.imagecomments td.imagecommentform table
{
    font-size: 100%;
    color: #666;
} 

input, select, textarea {
	font-family: Georgia, Verdana;
	font-size: 9pt;
	color: #333;
	background-color: #999;
	border: 1px solid #666;
	padding: 2px;
}

input:focus, input:hover, select:focus, textarea:focus, textarea:hover, input:active, select:active {
	background-color: #C2CDD9;
}

input, textarea {
	width: 350px;
}

