.network{ padding:10px; width:500px; }
.network a{ line-height:2.4; text-decoration:none; padding:5px; }
	.network a:hover{ text-decoration:underline; }

.details{ border:1px dotted #999; margin-bottom:10px; }
.details div{ padding:5px; }
.details .even{ background:#efefef; border-top:1px dotted #999; border-bottom:1px dotted #999;}

ul.groups{ list-style:none; margin:0; list-style-position:inside; }
ul.groups li{ border:1px dotted #999; border-bottom:0; }
ul.groups li.even{ background:#efefef; }
ul.groups li:last-child{ border-bottom:1px dotted #999; }

/* edit networks page */

#edit_network, #new_network{ width:500px; padding:10px; }
#edit_network input, #new_network input{ display:block; }
#edit_network label, #new_network label{ display:block; }
#edit_network .checkbox_label, #new_network .checkbox_label{ float:right; text-align:left; width:95%; line-height:1.4; }
#edit_network button, #new_network button{ float:none; }
#edit_network .checkbox_holder, #new_network .checkbox_holder{ padding:5px 0 0; }


.site_title {
	font-size: 3.3em;
	text-align: center;
	color: #061199;
}

.site_subtitle {
	text-align: center;
}

#networks, #groups, #users, #topics, #user_networks, #user_groups, #email_accounts {
	border: 2px solid;
	width: 420px;
}

#networks a, #groups a, #users a, #topics a, #user_networks a, #user_groups a, #email_accounts a {
	font-size: 1.5em;
}

#networks .title, #groups .title, #users .title, #topics .title, #user_networks .title, #user_groups .title, #email_accounts .title {
	text-align: center;
}


#users {}

#topics {}