.list{

}
.list th{
	background-color: #0F5B96;
	color: #DEDEDE;
	font-size: 13px;
	text-align: left;
	padding-left: 5px;
}
.list th a{
	color: white;
	text-decoration: none;
}
.list th a:hover{
	color: orange;
	text-decoration: underline;
}

/* Paging */
div.paging {
	color: #cccccc;
	margin-bottom: 2em;
	font-size: 12px;
	font-family: verdana,helvetica,arial,sans-serif;
}
div.paging div.disabled {
	color: #dddddd;
	display: inline;
}
div.paging a{
	color: #111111;
}
.current {
	color: black;
	font-weight: bold;
}
.list_element_hidden{
	background-color: #62D6F5;
	height: 0px;
	visibility: hidden;
	display:none; 
	color: green;
}
.list_element_visible{
	background-color: #62D6F5;
	padding-left:5px;
	color: #199DD2;
	font-size: 13px;
	font-family: verdana,helvetica,arial,sans-serif;
	vertical-align: top;
	visibility: visible;
	display:table-cell; 
}
.list_element{
	font-family: verdana,helvetica,arial,sans-serif;
	padding-left:5px;
	font-size: 13px;
	vertical-align: top;
}
.list_action{
	background-color: #62D6F5;
	font-family: verdana,helvetica,arial,sans-serif;
	color: #199DD2;
	font-size: 12px;
	text-align: center;
}
.list_action a{
	color: #098DC2;
}
.list_action a:hover{
	color: #000000;
	text-decoration: underline;
}
.actions{
	background-color: #0F5B96;
	padding-left:5px;
	color: white;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana,helvetica,arial,sans-serif;
}
.actions a{
	color: #C9ECF5;
	font-weight: normal;
}
.actions a:hover{
	color: white;
}

.table_title{
	background-color: #0F5B96;
	color: white;
	padding-left:5px; 
	width: 100px;
}
.table_value{
	background-color: #EEEEFF;
	color: #0F5B96;
	width: 500px;
	padding-left: 5px;
}
.table_value a{
	background-color: #EEEEFF;
	color: #FF6600;
	width: 400px;
}