
/*
 *
 * users->edit
 *
 */

#edit form div.input {
	font-size:8px;
	margin:0px;
	padding:0px;
}

#edit form div.submit {
	font-size:8px;
	margin:0px;
	margin-left:520px;
	padding:0px;
}

#edit table {
	background-color:#f9fafb;
}

#edit td {
	text-align:left;
}

#edit h2 {
	color: #000;
	font-size:12px;
}


/*
 *
 * users->control_panel
 *
 */

#controlPanel h2 {
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 0 0 8px 0;
	color: #003d4c;
	font-weight: bold;
}

#controlPanel table {
	border-spacing: 0px;
	background-color:#f9fafb;
	border-spacing:0px;
	padding:0px;
	margin:0px;
}

#controlPanel th {
	border: none;
	border-bottom: solid 1px #ccc;
	text-indent:3px;
	height:20px;
}


#controlPanel #userControl {
	width: 300px;
	padding-bottom: 20px;
}

#controlPanel #userControl table {
	text-align:left;
}

/*
 *
 * users->index
 *
 */

#index table {
	border-spacing:0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
}
#index th {
	border-left:0px;
	border-right:0px;
	text-indent:3px;
	height:20px;
}

/*
 *
 * users->view
 *
 */

 
#view th {
	text-indent: 5px;
	background: none;
	border: none;
	text-align: left;
}

#view td {
	border: none;
	text-align: left;
}

#view .header {
	width: 150px;
}

#view #detailsPersonalInfo {
	float: left;
	width: 625px;
}

#view #detailsPersonalInfo #flag {
	float: left;
	padding-right: 3px;
}


#view #profilePicture {
	float: right;
	width: 250px;
	height: 250px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}

#view #detailsContactInfo {
	float: left;
	width: 625px;
}

/*
 *
 * users->changeProfilePicture
 *
 */

#changeProfilePicture #imageContainer {
	width: 250px;	
}

.subHeaderTitle {
	font-weight: bold;
	font-size: 25pt;
}

.content-pad {
    padding: 0px 0px 0px 15px;
}

.subContentHeader {
	font-size: 18pt;
}

.subContentSubHeader {
	font-size: 11pt;
	color: #a9a9a9;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#subHeader {
	background-color: #ff7a1f;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 15px;
}