/****************************************************************************
 * Definition of "list" related style sheets. 							
 ****************************************************************************/
 
.list-header {
	font-weight: bold;
} 
 
.list-header .left {
	float: left;
}

.list-header .right {
	float: right;
}

.list-header .bottom {
	display: block;
	clear: both;
}

.list-footer {
	text-align: center;
	font-weight: bold;
	color: black;
}

.list-footer a {
	text-decoration: none;
	color: #5d5d5f;
}

.list-footer a:hover {
	color: black;	
}

.list-element {
	margin-bottom: 15px;
}
	

.list-element .col-1 {
	display: block;
	float: left;
}

.list-element .digits-1 {
	width: 20px;
}

.list-element .digits-2 {
	width: 20px;
}

.list-element .digits-3 {
	width: 30px;
}

.list-element .digits-4 {
	width: 40px;
}

.list-element .col-2 {
	/*padding-left: 10px;*/
}

.list-element-title {
	color: #5d5d5f;
	font-weight: bold;
}

.list-element-title img{
	border: none;
}

a.arrow {
	background-image: url(../images/arrow_blue_right.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	text-decoration: none;
	color: #1A9CD8; /* Blue */
	font-weight: bold;
	display: block;
	padding: 0 0 0 20px;
}

a.arrow:hover {
	background-image: url(../images/arrow_black_right.gif);
	color: black;	
}

a.arrow:visited, a.arrow:focus {
	background-image: url(../images/arrow_black_right.gif);
	color: black;
}

.list-menu a {
	background-image: url(../images/arrow_gray_right.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	color: #5d5d5f; /* Blue */
	font-weight: bold;
	padding-left: 10px;
}

.list-menu a:hover {
	background-image: url(../images/arrow_black_right.gif);
	color: black;	
}

.list-message {
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 0px none;
	color: red;
	font-weight: bold;
}

.list-element-img{
	border: none;
	display: inline;
}
