body {
	font-family: Arial, Verdana, sans-serif;
}

a {
	color: darkblue;
	font-weight: bold;
}

p {
	font-size: 13px;
}



.main_container_title {
	top: -10px;
	position: relative;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	left: 8px;
	background: white;
	font-weight: bold;
	font-size: 18px;
} 
.description {
	background: darkblue;
	margin-top: 0px;
	padding-top: 0px;
}
.description p {
	color: white;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
	font-size: 14px;
	font-style: italic;
}	
.description_input input {
	width: 100%;
	font-weight: bold;
}
.description_radio_text {
	margin: 0px;
}
.main_container {
	border: 1px solid darkblue;
	padding-left: 4px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 8px;
	width: 250px;
	margin: 10px 0px 10px 0px;
}
#select_container .main_container {
	width: 500px;
}

#general_container .main_container {
	width: 350px;
}

#user_table {
	width: 100%;
}

.userlist_title {
	background: darkblue;
	color: white;
	padding: 3px;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}

.userlist_status_active {
	background: green;
}

.userlist_status_inactive {
	background: red;
}

.userlist_data_remove a {
	color: red;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
	

