@charset "utf-8";
/* CSS Document */

#commentlist{

max-height: 400px;
min-height: 100px;

overflow:auto;
width:100%;
}

#newcommentboxshow{
	
}

#newcommentboxshow a{
	color:#00F;
	text-decoration:none;
}
#newcommentboxshow a:active{
	color:#00F;
	text-decoration:none;
}
#newcommentboxshow a:visited{
	color:#00F;
	text-decoration:none;
}
#newcommentboxshow a:hover{
	color:#000;
	text-decoration:underline;
}

.newcommentbox{
	display:none;	
}
.newcommentbox a:active{
	color:#00F;
	text-decoration:none;
}
.newcommentbox a:visited{
	color:#00F;
	text-decoration:none;
}
.newcommentbox a:hover{
	color:#000;
	text-decoration:underline;
}
.newcommentbox #username{
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	margin:10px;
	
}

.newcommentbox #entercode{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:5px;
}
.newcommentbox #username a{
	color:#00F;
	text-decoration:none;
}
.newcommentbox #username a:active{
	color:#00F;
	text-decoration:none;
}
.newcommentbox #username a:visited{
	color:#00F;
	text-decoration:none;
}
.newcommentbox #username a:hover{
	color:#000;
	text-decoration:underline;
}

.commentbox{
	margin:10px;
	padding-bottom:10px;
	border-bottom:thin #999 dashed;
}

.commentbox #commentboxfirst{
		font-weight:600;

}
.commentbox #author{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
}
.commentbox #author a{
	color:#00F;
	text-decoration:none;
}
.commentbox #author a:active{
	color:#00F;
	text-decoration:none;
}
.commentbox #author a:visited{
	color:#00F;
	text-decoration:none;
}
.commentbox #author a:hover{
	color:#000;
	text-decoration:underline;
}
.commentbox #time{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
}
.commentbox .posted{
	font-weight:100 !important;
}

.commentbox #comment{
	font-size:15px !important;
	margin:2px;
}

.commentbox #buttons{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#999;	
}
.commentbox #buttons a{
	color:#00F;
	text-decoration:none;
}
.commentbox #buttons a:active{
	color:#00F;
	text-decoration:none;
}
.commentbox #buttons a:visited{
	color:#00F;
	text-decoration:none;
}
.commentbox #buttons a:hover{
	color:#000;
	text-decoration:underline;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	margin-top:10px;
	margin-bottom:10px;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

