/* Add your custom styles here */
	.imagecommentsRow
{
    /* 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: 2px solid black;

    /* Uncomment the next line for main_cyan.css */
    /* color: black; */
}

table.imagecomments th
{
    padding: 10px;
}

table.imagecomments td.imagecomment
{
    border-top: 1px dashed black;
}

table.imagecomments td.imagecommentform
{
    border-top: 1px dashed black;
}

table.imagecomments td.imagecommentform table
{
    font-size: 100%;
} 
.slideshow form
{
    display: inline;
    vertical-align: middle;
}

.slideshow form select
{
/* You may want to uncomment code below and modify it to match to your stylesheet.

/* 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. */
/*
    font-family:    Tahoma, Verdana, Arial, sans-serif;
    color: #339;
    background-color:   #e6e6e6;
    font-size:100%;
*/
} 

