.eks #title
{
        color: fuchsia;
        text-align: center;
        font-size: 22px;
}

.eks #content
{
        color: LawnGreen;
        text-align: justify;
        font-size: 14px;
        margin: 10 10 0 0;
}

.eks .pager
{
        text-align: center;
        font-size: 14px;
        color: gold;
}

.eks .pager a:link {color: gold; text-decoration: none;}
.eks .pager a:visited {color: gold; text-decoration: none;}
.eks .pager a:hover {color: red; text-decoration: none;}
.eks .pager a:active {color: red; text-decoration: none;}
.eks .pager .current {color: red; font-weight: bold;}

.eks .gallery_div .image
{
	text-align: center;
}

.eks .gallery_div .description
{
    color: LawnGreen;
    text-align: justify;
    font-size: 14px;
}


.eks a:link {color: DarkOrange; text-decoration: none;}
.eks a:visited {color: DarkOrange; text-decoration: none;}
.eks a:hover {color: GreenYellow; text-decoration: none;}
.eks a:active {color: GreenYellow; text-decoration: none;}

.eks .comment_links a:link {color: DarkOrange; text-decoration: none;}
.eks .comment_links a:visited {color: DarkOrange; text-decoration: none;}
.eks .comment_links a:hover {color: GreenYellow; text-decoration: none;}
.eks .comment_links a:active {color: GreenYellow; text-decoration: none;}

.eks .comment_links
{
        margin-bottom: 20px;
}

.eks .comments #date
{
        color: Cornsilk;
        text-align: right;
        margin: 0;
        margin-bottom: -19px;
        font-size: 12px;
}

.eks .comments #author
{
        color: Cornsilk;
        text-align: center;
        font-weight: bold;
        margin: 0;
}

.eks .comments #content
{
        color: Cornsilk;
        text-align: justify;
        margin-top: 10px;
        margin-bottom: 30px;
}


.eks .comments #comment_pager
{
        text-align: center;
        font-size: 13px;
        color: white;
}

.eks .comments #comment_pager a:link {color: white; text-decoration: none;}
.eks .comments #comment_pager a:visited {color: white; text-decoration: none;}
.eks .comments #comment_pager a:hover {color: yellow; text-decoration: none;}
.eks .comments #comment_pager a:active {color: yellow; text-decoration: none;}
.eks .comments #comment_pager #current {color: yellow; font-weight: bold;}

.eks .error_list
{
	margin: 0;
	float: right;
	color: red;
}

.eks .comment_form table
{

}

.eks .comment_form label
{
	color: gold;
}

.eks .comment_form .createButton
{
	border: 2px solid green;
	color:	red;
	margin-left: 120px;
}