table {
    clear: both;
    border-collapse: collapse;
    width: 100%;
}
table th {
	text-align: center;
    border: solid 1px #d9d9d9;
	background: #e9f3fb;
	padding: 10px 0px;
}
table td {
    border: solid 1px #d9d9d9;
    text-align: center;
}
#rating_top {
    height: 20px;
    margin: 2em 0;
}
.no_bold {
    font-weight: normal;
}
#rating_top a,
#rating_top input,
#rating_top select {
    float: left;
}
#rating_top select {
    margin: 2px 0.5em;
    height: 20px;
}
#rating_top a {
    line-height: 20px;
    text-decoration: none;
}
#rating_top input {
    margin: 0 0.5em;
    padding: 0;
}
.nomargin {
    margin: 0;
    padding: 0;
}
.headline {
    background: #e9f3fb;
    text-align: center;
    font-weight: bold;
}
#actions {

}
.text-td {
     text-align: left;
     padding: 0 1em;
}

/* from old file*/
#rating-content {
	padding: 5px;
}
td.progress {
	padding: 2px 5px 0 10px;
	font-size: smaller;
}
td.progress img {
	height: 10px;
	width: 10px;
	margin-right: 5px;
}
td.progress i {
	font-style: normal;
	margin-left: 15px;
}
#r-history, #r-user-history {
	text-align: center;
	font-size: 16px !important;
	margin: 10px 0 10px 0;
}
tr:hover{
	background: #e9f3fb;
}

input{
 margin:0px;
 margin-left:5px;
}
table td.price{text-align:right;}