
/*---------------------------------------------------------
 My account css definitions.
---------------------------------------------------------*/



#my-account .user-name{
	font-size: 1.5em;
	font-weight: bold;
}

#my-account .edit-profile-button {
	display: block;
	width: 100%;
	text-align: right;
	
}

#my-account .edit-profile-button img {
	border: 0px;
}

#my-account #request-history-table {
	margin-bottom: 25px;
}

#my-account #request-history-table table{
	width: 590px;
	border-collapse: collapse;
}

#my-account #request-history-table th{
	text-align: center;
	font-weight: bold;
	color: #333;
}

#my-account #request-history-table td{
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #76f;
	padding: 5px;
}

#my-account #request-history-table .product-name{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}


#my-account #request-history-table {
	margin-bottom: 25px;
}

#my-account #view-history-table table{
	width: 590px;
	border-collapse: collapse;
}

#my-account #view-history-table th{
	text-align: center;
	font-weight: bold;
	color: #333;
}

#my-account #view-history-table td{
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #76f;
	padding: 5px;
}

#my-account #view-history-table .product-name{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}


/*---------------------------------------------------------
 Form Design
---------------------------------------------------------*/

#teacher-form {
	border: 1px #000 solid;
	margin: 20px 10px;
	padding: 5px;
}

#teacher-form th{
	font-weight: normal;
	text-align: right;
}

#teacher-form p{
	margin-bottom: 10px;
	text-align: left;
}


#privilege fieldset {
	padding: 0px;
}


#privilege fieldset .box {
	margin: 0px;
	padding: 8px;
/*	background-color: #ffe;*/
}

#privilege .section {
	margin-top: 5px;
	font-weight: bold;
}

