
#logging a{
	float:right;
	text-decoration:none;
	padding-right:5px;
}

/* BLOCKS */

#list_of_blocks ul li{
	margin:0px;list-style:none;
}

/* TABLES */
#table_list_header
{
	font-family:sans-serif;
	font-weight:bold;
	font-size:1.25em;
	margin-bottom:10px;
}

/* ADMIN PAGES */
.menu_topic{
	font-weight:bold;
	font-family:sans-serif;
}	
.menu_item{
	list-style: none;
	margin-left:1em;
	margin-bottom:10px;
}
.menu_no_topic{
	list-style: none;
}

.menu_item a,.menu_no_topic a{
	text-decoration:none;
}

/* OTHER */
.hover:hover{
	cursor: pointer;
}

.block_parent{
	/* border:1px solid black; */
}

.unordered_list ul{
	margin-left:25px;
	margin-bottom:10px;
	margin-right:10px;
	padding-left:10px;
}

.unordered_list li{
	margin-bottom:10px;
	margin-right:10px;
}

.bordered_row td{
	padding:15px;
}

.table_header{
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
}

.table_header th{
	padding:15px;
	font-family:sans-serif;
	font-weight:bold;
	background-color:#ccccff;
}

.no_borders, .no_borders tr{
	border:0px;
	padding:5px;
	height:5px;
}

.msg {
    font-size:14px;
}

#msg-div  {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}

/* THEMING TABLES MADE FROM DB */

.table_from_db{
}

.table_cell_column1{
	float:left;
	width:90px;
}

.table_cell_column2{
	float:left;
	width:150px;
}

.table_cell_column3{
	float:left;
	width:150px;
}

.table_cell_column4{
	float:left;
	width:150px;
}

.table_cell_column5{
	float:left;
	width:150px;
}

