body {
	font-family: Arial;
	font-size: 12px;
	color:black;
}
table {
	font-size: 12px;
}
a,
table a {
	color:black;
	padding-right:15px;
}
/* LISTING */
h1 {
	font-size:18px;
}
table.list th {
	padding: 8px 0pt 7px 10px;
}
table.list td {
	padding: 8px 0pt 8px 10px;
	border-bottom: 1px dotted #cccccc;
}
table.list td.odd {
	padding: 10px 0 2px 10px;
}
table.list td.even {
	padding: 9px 0 2px 10px;
}
table.list th.headline {
	color:#00477F;
	text-align:left;
	border-bottom:0px;
	border-right:0px;
	font-size:12px;
	background: url(../../images/rsh/headline_background.png) repeat-x left top;
}
table.list th.headline.first {
	padding-left:10px;
	border-left:0px;
}
table.list th.footer a {
	font-weight: bold;
	text-decoration: none;
}
table.list th.footer a:hover {
    color:#E1011B;
}
table.list td.first,
table.list th.first {
	padding-left:10px;
}
table.list td.last,
table.list th.last {
	border-right:0px;
}
/* REGISTER */
fieldset {
	width:450px;
	border: 1px solid #7FBAD7;
}
legend {
	color:#000;
	font-weight:bold;
	padding: 0 3px 0 3px;
}
table.register td {
	padding: 3px;
}
table.register td input.small {
	width: 50px;
}
table.register td input.half {
	width:	93px;
}
table.register td a {
	font-weight:bold;
}
/* LOGIN */
fieldset {
	width:450px;
	border: 1px solid #7FBAD7;
}
legend {
	color:#000;
	font-weight:bold;
	padding: 0 3px 0 3px;
}
table.login td {
	padding: 3px;
}
table.login td a {
	font-weight:bold;
}
/* ADD */

fieldset {
	width:399px;
	border: 1px solid #7FBAD7;
}
fieldset input {
	border:1px solid #7FBAD7;
}
legend {
	font-weight:bold;
	padding: 0 3px 0 3px;
}
table.add td {
	padding: 3px;
}
table.add td a {
	font-weight:bold;
}
table.add .small {
	width:25px;
}
.placeholder {
	display:block;
	text-align:center;
	width:25px;
	float:left
}

.link {
	font-weight:bold;
	display:block;
	margin: 3px 0 3px 0;
	width:201px;
}
a:hover.link {
	color:#E1011B;
}
input.button {
	background: url(../../images/rsh/mp_sendmessage.png) no-repeat bottom left;
	color:white;
	border:0px;
	width:58px;
	height:18px;
	padding-bottom:2px;
	font-size:11px;
	cursor:pointer;
}
