/* 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%; 
} 
.bottombar {
	background-image: url(http://www.cpushack.net/images/bottombar.gif);
	background-repeat: repeat-x;
}
.bottomtxt {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.piece4bg {
	background-image: url(http://www.cpushack.net/images/piece_04.gif);
	background-repeat: repeat-x;
}
.piece6bg {
	background-image: url(http://www.cpushack.net/images/piece_07.gif);
	background-repeat: repeat-x;
	text-align: center;
}

.nava:link {
	color: #000066;
	text-decoration: none;
}
.nava:visited {
	color: #000066;
	text-decoration: none;
}
.nava:hover {
	color: #000066;
	text-decoration: underline;

}
.nava:active {
	color: #000066;
	text-decoration: none;
}