/* CSS Document */

.listElement, .firstListElement{
	position: relative;
	margin: 5px;
	padding: 5px;
	height: 16px;
	border-radius: 5px;
	border: solid thin rgba(0,66,135,0.3);
}

.firstListElement{
	background-color: rgba(98,106,110,0.5);
}

.listElement:hover, .selectable:hover{
	background-color: rgba(0,66,135,0.3);
}

.listItem, .lastListItem{
	height: auto;
	margin-right:10px;
	float: left;
}

.lastListItem {
	float: right;
}

.border{
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	border: solid thin rgba(0,66,135,0.3);
}

.selectable{

	cursor: pointer;	
}

.px10 {
	width: 10px;	
}

.px25 {
	width: 25px;	
}

.px50 {
	width: 50px;	
}

.px75 {
	width: 75px;	
}

.px100 {
	width: 100px;	
}

.px125 {
	width: 125px;	
}

.px150 {
	width: 150px;	
}

.px175 {
	width: 175px;	
}

.px200 {
	width: 200px;	
}

.px225 {
	width: 225px;	
}
.px350 {
	width: 350px;	
}